# Overview

The Chat UI is really simple. If you can use ChatGPT, you can use BoltAI Chat.

### BoltAI Chat UI <a href="#basic-chat-ui" id="basic-chat-ui"></a>

1. Chat configuration: system instruction, context limit, document management, plugins and other advanced GPT parameters
2. Chat full-text search
3. Message action: Read Aloud, Copy to clipboard, Edit, Regenerate, Regenerate with a different configuration...
4. Attach documents or images for analisys
5. Prompt Library (shortcut `Command + Shift + P`)
6. Main chat input field
7. Voice Input

<figure><img src="/files/iuA3FijlllKav3vEARUJ" alt=""><figcaption><p>Chat UI advanced features</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/chat-ui/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.
