# 搜索与快速查找

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

### 使用快速查找

**​**你可以打开 **快速查找** 面板，只需点击 **快速查找** <picture><source srcset="/files/zQV3twxlViZn2AoK3a7F" media="(prefers-color-scheme: dark)"><img src="/files/3536328c941efbb55703dbcb24a943e068fe6b28" alt=""></picture> 侧边栏顶部的按钮，或按 **⌘ + K** 在 Mac 上，或 **Ctrl + K** （在 PC 上）。

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

当前空间的结果会显示在顶部，随后是你当前所在组织中其他空间的结果。

要搜索另一个组织，请先使用 [组织切换器](/docs/documentation/zh/zi-yuan/gitbook-ui.md#the-sidebar).

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

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

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

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

我们通过将内容分组为各个部分来建立索引。部分使用 [H1、H2 或 H3 标题](/docs/documentation/zh/creating-content/blocks/heading.md)来标识，其后的内容会成为该部分的一部分。

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


---

# 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/quick-find.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.
