> 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/ja-gitbook-documentation/gitbook-jento/automatic-docs-improvements.md).

# ドキュメントの自動改善

{% hint style="warning" %}
**この機能は現在アーリーアクセス中です。**

アクセスを段階的に展開しています。以下の機能に関するさらなる進捗をお待ちください。
{% endhint %}

GitBook Agent は、コンテンツの不足、古くなったページ、誤った情報など、ドキュメント内の問題を特定し、改善案の提案と実装を行えます。

## GitBook Agent は何を検出できますか？

* **コンテンツの不足** は、GitBook が、ユーザーが製品について質問しているものの、ドキュメントでは答えにくい場合に発生します。たとえば、次のようなケースです:
  * お客様がサポートチームに、ドキュメントでは見つけられなかった質問をする。
  * API エンドポイントの完全なドキュメントが不足している。
* **古くなったコンテンツ** は、ページ上のコンテンツが外部ソースで見つかったコンテンツに取って代わられている場合に検出されます。たとえば、次のようなケースです:
  * 関数のシグネチャを変更する SDK の更新。
  * 有料機能が無料プランに移行したのに、ドキュメントが更新されていない。
* **誤ったコンテンツ** は、ドキュメントサイト上のコンテンツが明らかに間違っている場合にフラグが付けられます。たとえば、次のようなケースです:
  * 存在しなくなった API、または機能が終了した API を指しているガイド。
  * マーケティングサイトなどの外部ソースがドキュメントと食い違っている。

## 検出の仕組み

{% stepper %}
{% step %}

#### ソースを接続する

GitBook Agent は、サポートのチケットシステム、公開フォーラム、マーケティングサイトなどの外部ソースに接続すると最も効果的に機能します。ソースによっては、セットアップ完了前に追加の API キーや認証が必要です。 [接続について詳しく見る。](/docs/documentation/ja-gitbook-documentation/notameno-ai/connections.md)
{% endstep %}

{% step %}

#### GitBook Agent が検出結果を生成する

GitBook は定期的にソースを確認し、その結果に基づいて検出結果を生成します。GitBook はこれらの検出結果を収集し、チームが確認できるようにします。 [データの取り込み方法について詳しく見る。](/docs/documentation/ja-gitbook-documentation/notameno-ai/connections.md)
{% endstep %}

{% step %}

#### 検出結果を確認する

問題の修正を開始するには、検出結果を確認してください。各検出結果には、問題の要約、属するトピック、裏付けとなる証拠、そして GitBook がコンテキストとして使用したページへのリンクが含まれます。
{% endstep %}

{% step %}

#### 修正またはアーカイブ

一部の検出結果は GitBook Agent によって自動的に修正できます。そのオプションが利用できる場合は、 [変更リクエスト](/docs/documentation/ja-gitbook-documentation/gong-tong-zuo-ye/change-requests.md) を検出結果から直接作成できます。また、アクティブ一覧に残したくない検出結果はアーカイブすることもできます。
{% endstep %}
{% endstepper %}

GitBook Agent の自動ドキュメント改善機能へのアクセスをリクエストするには、サイトの **設定**.

<figure><img src="/files/9b453463368ca37e9356c86d7be86c5d5a013db9" alt=""><figcaption></figcaption></figure>

## 自動修正

検出結果が自動修正をサポートしている場合、GitBook は **変更リクエストを作成** アクションを表示し、GitBook Agent がチームの確認用に提案修正を生成できるようにします。提案をスキップするには、代わりにその検出結果をアーカイブしてください。アーカイブした検出結果は GitBook が再度開くことはありません。


---

# 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/ja-gitbook-documentation/gitbook-jento/automatic-docs-improvements.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.
