# 検索とクイック検索

GitBookの **クイック検索** パレットを使うと、現在の組織内のコンテンツを検索し、ページへすばやく移動できます。

### クイック検索を使う

**​**を開くには **クイック検索** パレットは、次を押すことで **クイック検索** <picture><source srcset="/files/zQV3twxlViZn2AoK3a7F" media="(prefers-color-scheme: dark)"><img src="/files/f92ac0102d8430a7047bfdda75633a11f7dbec92" alt=""></picture> サイドバー上部のボタン、または次を押すことで **⌘ + K** Mac では、または **Ctrl + K** PCでは。

### 検索結果 <a href="#display-of-results" id="display-of-results"></a>

現在表示しているスペースの結果が最上部に表示され、その後に現在作業している組織内の他のスペースの結果が続きます。

別の組織を検索するには、まず次を使って組織を切り替えてください [組織切り替え](/docs/documentation/ja-gitbook-documentation/rissu/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/ja-gitbook-documentation/creating-content/blocks/heading.md)、それに続くコンテンツがセクションの一部を形成します。

各結果には、セクション見出しの下にある最初の3行の情報が表示されます。セクションが大きすぎる場合、キーワードの一致がプレビューに表示されないことがありますが、心配はいりません。クイック検索はちゃんと一致を見つけています！


---

# 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/ja-gitbook-documentation/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.
