> 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/chuang-jian-nei-rong/searching-your-content/quick-find.md).

# 搜索与快速查找

使用快速查找快速搜索并导航你的文档

GitBook 的 **快速查找** 面板可让你在当前组织中搜索内容，并快速跳转到页面。

### 使用快速查找

**​**你可以打开 **快速查找** 该面板，只需点击 **快速查找** <picture><source srcset="/files/zQV3twxlViZn2AoK3a7F" media="(prefers-color-scheme: dark)"><img src="https://2111890564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2FPnAIpi7l7NOqFoTvAx11%2Fquick-find.svg?alt=media&amp;token=7b2c5f2d-04d7-44de-9751-3a985679c2a1" alt=""></picture> 侧边栏顶部的按钮，或者按下 **⌘ + K** 在 Mac 上或 **Ctrl + K** 在 PC 上。

### 搜索结果 <a href="#display-of-results" id="display-of-results"></a>

你当前所在部分的结果会显示在顶部，随后是来自组织其他位置的结果。

要搜索另一个组织，请先使用侧边栏顶部的切换器切换组织。

{% hint style="info" %}
我们目前不支持在快速查找结果中优先显示某些内容。
{% endhint %}

### 权限 <a href="#team-permissions" id="team-permissions"></a>

**快速查找** 符合您团队的权限设置，这意味着用户只能搜索他们有权限访问的内容。‌

### 内容索引 <a href="#indexation" id="indexation"></a>

我们通过将内容分组为各个部分来为其建立索引。部分使用 H1、H2 或 H3 标题标示，随后内容构成该部分的一部分。

每个结果都会显示部分标题下方的前三行信息。如果你的部分太大，关键词匹配可能不会出现在预览中——但别担心，快速查找仍然找到了匹配项！


---

# 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/chuang-jian-nei-rong/searching-your-content/quick-find.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.
