> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/gitbook-agent.md).

# 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): Use GitBook Assistant and GitBook Agent in Slack, GitHub, and Linear
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
