> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/agent-audit.md).

# エージェント監査

{% hint style="warning" %}
**エージェント監査は現在、早期アクセス版です**

エージェント監査へのアクセスを段階的に提供しています。以下の機能の進捗については、今後の更新をお待ちください。
{% endhint %}

エージェント監査は、ドキュメントのギャップを確認するのに役立ち、 [GitBook Agent](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/what-is-gitbook-agent.md) を特定します。

ドキュメント内の問題を強調表示し、それがなぜ重要かを説明し、変更リクエストを通じてそれらの修正を支援します。

アクセスをリクエストするには、サイトの **設定**.

<figure><img src="/files/5fb66325f99ebe610b0559de0b7fd0a6e08f9e9f" alt=""><figcaption></figcaption></figure>

### エージェント監査の仕組み

{% stepper %}
{% step %}

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

エージェント監査は問題を収集し [GitBook Agent](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/what-is-gitbook-agent.md) 、GitBook がドキュメント全体で特定したものです。検出結果の一覧を使うと、これらの問題をトピック、種類、重大度ごとに確認できます。
{% endstep %}

{% step %}

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

任意の検出結果を開いて詳細を確認できます。各検出結果には、問題の要約、それが属するトピック、および GitBook が検出に使用したページからの補足証拠が含まれます。
{% endstep %}

{% step %}

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

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

### **検出結果一覧**

この **検出結果** ビューでは、GitBook Agent がサイトに対して検出した問題を表示します。リストは **入力します**, **トピック**、および **重大度** で絞り込んで、最初に確認したい検出結果に集中できます。

各行には、検出結果のタイトルと GitBook がそれを特定した時期が表示されます。検出結果をクリックすると、詳細ビューが開きます。

### 検出結果の詳細

検出結果を開くと、詳細と要約を確認できます。これには **ステータス**, **重大度**, **入力します**、および **トピック**が含まれ、その後に問題の説明と GitBook がそれをフラグ付けした理由が続きます。

また、一部の検出結果にはリンクされた証拠ページも含まれており、検出結果の根拠となるソース資料を確認できます。各行には、検出結果のタイトルと GitBook がそれを特定した時期が表示されます。検出結果を選択すると、詳細ビューが開きます。

### 自動修正

検出結果が自動修正に対応している場合、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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/agent-audit.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.
