# Overview

Generative AI and large language models (LLMs) are powerful. Thanks to ChatGPT, the chatbot interface has become the standard user interface for interacting with an AI model.

With BoltAI, you can utilize LLMs beyond the chat interface. The AI Command feature allows you to quickly ask the AI about the currently highlighted text.

By default, BoltAI is shipped with 38+ built-in commands.

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

This feature requires the Accessibility permission
{% endhint %}

## How to use an AI Command?

It's really simple.

1. Highlight the content you want to help with then press the AI Command shortcut key (default `Command + Space`)
2. Select an command, or type your request
3. Depending on your configuration, BoltAI may replace your content with the AI answer (screenshot 1 below) or open a new chat window (screenshot 2 below)

You can assign an keyboard shortcut for each AI Command to skip the command pallete popup altogether.

<figure><img src="/files/R5xdG6AG9Bp4tyWvf2kd" alt=""><figcaption><p>How to use an AI Command</p></figcaption></figure>

<figure><img src="/files/kVRKOg86iMILS4aTvV5e" alt=""><figcaption><p>Open a new chat window</p></figcaption></figure>


---

# 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/ai-command/overview.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.
