# GitBook AI

GitBook AI を利用すると、質問をしたり、特定の要件について詳しく説明したりできます。この AI 駆動のツールは、ドキュメントをリアルタイムで確認するように設計されており、迅速で直接的な回答を提供します。

{% hint style="info" %}
GitBook AI 検索は、GitBook アプリ内で内部コンテンツを検索する場合と、 [公開済みコンテンツ内で、その特定の docs サイトを検索する場合の両方で利用できます](/docs/documentation/ja-gitbook-documentation/docs-site/ai-search.md).
{% endhint %}

## GitBook AI は、GitBook アプリ内で回答を見つけるのに役立ちます

組織の内部コンテンツに GitBook AI を有効にすると、質問をしたり、社内ナレッジベースに関する意味的な回答を得たりできるようになります。

次へ移動し **組織設定** ページの **一般** タブで、 **GitBook AI を有効にする** 設定をオンに切り替えます。

### GitBook AI 検索の使用 <a href="#how-do-i-use-gitbook-ai" id="how-do-i-use-gitbook-ai"></a>

GitBook AI を有効にしたら、左側のサイドバーから **質問するか検索** <picture><source srcset="/files/zQV3twxlViZn2AoK3a7F" media="(prefers-color-scheme: dark)"><img src="/files/f92ac0102d8430a7047bfdda75633a11f7dbec92" alt=""></picture> メニューを開き、質問を入力するだけです。GitBook AI が数秒かけてドキュメントをスキャンし、結果を要約します。

### FAQ

#### GitBook AI が変更をインデックス化するまでにどれくらいかかりますか？

誰かがコンテンツに変更を加えると、たとえばマージされた [変更リクエスト](/docs/documentation/ja-gitbook-documentation/collaboration/change-requests.md) — それには **最大 1 時間** かかり、GitBook が変更をインデックス化して AI 検索結果に反映します。

#### GitBook AI は私のデータをどのように扱いますか？

私たちは、データのインデックス化と処理のために、あなたのコンテンツを OpenAI に渡します。OpenAI は **このコンテンツを** サービス改善（モデルの学習を含む）には使用しません。OpenAI がデータをどのように扱うかについては、 [を使って複数のクレームを条件エディタで組み合わせ、特定のユーザーに一致させることができます。演算子について詳しくは](https://openai.com/blog/introducing-chatgpt-and-whisper-apis#developer-focus).

#### GitBook AI 検索で幻覚を防ぐにはどうすればよいですか？

GitBook が誤った回答を生成している場合、その修正に最も効果的なのは、AI が推測しなくて済むように、そのトピックについて明確な内容を書くことです。


---

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