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

# 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
- [Intercom](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections/intercom.md): 我们的 Intercom 连接器可以从支持对话中识别内容缺口，或通过助手展示支持对话。
- [Zendesk](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections/zendesk.md): 我们的 Zendesk 连接器可以从支持对话中识别内容缺口，或通过助手展示支持对话。
- [Pylon](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections/pylon.md): 我们的 Pylon 连接器可以从支持对话中识别内容缺口，或通过助手展示支持对话。
- [GitHub Discussions](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections/github-discussions.md): 我们的 GitHub Discussions 连接器可以从 GitHub 上的讨论中识别文档改进点。
- [GitHub Issues](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections/github-issues.md): 我们的 GitHub Issues 连接器可以从 GitHub 上的问题中识别文档改进点。
- [面向 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
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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
