# AI Command

The AI Command feature allows you to ask AI about the currently highlighted text.

{% hint style="warning" %}
**Prerequisite**

This feature requires the Accessibility permission. [Read guide...](/docs/start/setup.md#id-2-grant-permissions)
{% endhint %}

### Use the first AI Command <a href="#how-to-use" id="how-to-use"></a>

#### 1. Open a web article: <a href="#id-1-open-a-web-article" id="id-1-open-a-web-article"></a>

For example, open [GPT best practices](https://platform.openai.com/docs/guides/gpt-best-practices)

#### 2. Highlight the content you want AI to help with: <a href="#id-2-highlight-the-content-you-want-ai-to-help-with" id="id-2-highlight-the-content-you-want-ai-to-help-with"></a>

Highlight the first few paragraphs.

#### 3. Trigger the AI Command shortcut <a href="#id-3-trigger-the-ai-command-shortcut" id="id-3-trigger-the-ai-command-shortcut"></a>

* Press `Control` + `Space`
* Choose **List key takeaways**

BoltAI will start answering your question in a new Chat Window. You can also ask follow up questions in the chat window.

BoltAI is shipped with 38+ AI Commands by default. Adding a new AI Command is easy, follow the link below to learn more.

{% hint style="warning" %}
**NOTICE**

If you're a Setapp user, you might see a Message Too Long error. This is due to the Setapp limitation of 1600 max tokens per message. [Learn more here...](https://support.setapp.com/hc/en-us/articles/12600241766044-AI-subscription-plans)
{% endhint %}

[**→ Learn more about the AI Command feature**](/docs/ai-command/overview.md)

{% embed url="<https://youtu.be/dSZ1YvQfvaI>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.boltai.com/docs/start/ai-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
