# Chat

- [Overview](https://docs.knowbase.ai/chat/chat.md): Ask questions and get AI-powered answers from your documents
- [Chat with a File](https://docs.knowbase.ai/chat/chat-with-a-file.md): Open a file and ask questions about it
- [Chat All — Library Search](https://docs.knowbase.ai/chat/chat-all.md): Search across your entire library at once
- [Thinking Mode](https://docs.knowbase.ai/chat/thinking-mode.md): Deep multi-step analysis for complex questions
- [Attachments & Context](https://docs.knowbase.ai/chat/attachments-and-context.md): Control what gets searched by attaching files and managing context
- [Voice Input](https://docs.knowbase.ai/chat/voice-input.md): Ask questions using your voice


---

# 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.knowbase.ai/chat.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.
