# GitBook Agent

- [What is GitBook Agent?](https://gitbook.com/docs/gitbook-agent/what-is-gitbook-agent.md): Work with an AI teammate to keep your documentation accurate, complete, and up to date
- [Channels](https://gitbook.com/docs/gitbook-agent/channels.md): Integrate GitBook Assistant and GitBook Agent into other tools used in your workflow
- [Agent audit](https://gitbook.com/docs/gitbook-agent/agent-audit.md): Spot gaps in your documentation, and fix them automatically with GitBook Agent
- [Writing with GitBook Agent](https://gitbook.com/docs/gitbook-agent/write-and-edit-with-ai.md): Use GitBook Agent to generate and build content for your page
- [Review change requests with GitBook Agent](https://gitbook.com/docs/gitbook-agent/review-change-requests-with-gitbook-agent.md): Collaborate with GitBook Agent to review or work on change requests
- [Translations](https://gitbook.com/docs/gitbook-agent/translations.md): Auto-translate your content into multiple languages using GitBook’s AI Agent and keep it synced


---

# 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://gitbook.com/docs/gitbook-agent.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.
