# AI 与搜索

- [GitBook Assistant](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/gitbook-ai-assistant.md): GitBook Assistant 可根据你的整个知识库——而不仅仅是文档——为用户提供准确、具上下文关联的答案
- [连接](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections.md): 将外部来源连接到 GitBook Assistant 和 GitBook Agent
- [适合 LLM 的文档](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/llm-ready-docs.md): 为你的文档站点提供一个适合 LLM 的版本
- [已发布文档的 MCP 服务器](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/mcp-servers-for-published-docs.md): 每个已发布的 GitBook 站点都包含一个 MCP 服务器，你可以将其连接到外部工具


---

# 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/documentation/zh/ai-yu-sou-suo.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.
