# 搜索内部内容

<figure><img src="/files/7c2a2a7efced8ff80a58d985961c77f390ffc37e" alt="A GitBook screenshot showing the search bar"><figcaption><p>使用内置搜索栏提出问题或搜索你的内容。</p></figcaption></figure>

无论你是在 GitBook 应用中工作，还是访客在阅读你已发布的内容，GitBook 的搜索功能都能帮助轻松找到你要找的内容。

你可以使用快速查找来搜索特定的单词或短语，也可以向 GitBook AI 提问。它会在几秒钟内扫描你的文档并总结出答案，并附上参考信息，帮助你了解更多。

{% hint style="success" %}
**全局搜索**

如果你正在将你的文档发布到 [Ultimate 站点计划](/docs/documentation/zh/zhang-hu-guan-li/plans.md#site-plans)，并将多个空间添加为 [网站部分](/docs/documentation/zh/docs-site/site-structure/site-sections.md)，你的用户将能够使用 **提问或搜索** 栏来查找你整个站点各个部分中的信息。
{% endhint %}


---

# 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/creating-content/searching-your-content.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.
