# Agent 审查

{% hint style="warning" %}

#### 代理审计目前处于早期访问阶段

我们正在逐步开放代理审计的访问权限。敬请期待以下功能的更多进展。
{% endhint %}

代理审计可帮助你审查文档中的缺口， [GitBook Agent](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/gitbook-agent/what-is-gitbook-agent) 识别这些缺口。

它会突出显示文档中的问题，解释这些问题为何重要，并帮助你通过变更请求来修复它们。

要申请访问权限，请打开你站点的 **设置**.

<figure><img src="https://2111890564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2FDRRdjRc6oz0Z1LXWbznR%2F26_03_30_site_findings%402x.png?alt=media&#x26;token=3975ba75-df43-4de3-a306-d19770c604f7" alt=""><figcaption></figcaption></figure>

### 代理审计的工作原理

{% stepper %}
{% step %}

### 查看发现

代理审计会收集问题 [GitBook Agent](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/gitbook-agent)  已在你的文档中识别出的内容。发现列表可帮助你按主题、类型和严重程度来审查这些问题。
{% endstep %}

{% step %}

### 检查某项发现

打开任意发现以查看其详细信息。每项发现都包含问题摘要、所属主题，以及 GitBook 用于检测它的页面中的支持证据。
{% endstep %}

{% step %}

### 修复或归档

某些发现可以由 GitBook Agent 自动修复。当该选项可用时，你可以创建 [变更请求](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/collaboration/change-requests) 直接从该发现中操作。你也可以归档那些不想保留在活动列表中的发现。
{% endstep %}
{% endstepper %}

### **发现列表**

该 **发现** 视图会显示 GitBook Agent 为你的站点检测到的问题。你可以按以下条件筛选列表： **输入**, **主题**，以及 **严重程度** 以便优先关注你想先审查的发现。

每一行显示发现标题以及 GitBook  শন识别它的时间。点击某项发现可打开其完整详情视图。

### 发现详情

打开某项发现后，你可以查看其详细信息和摘要。这包括 **状态**, **严重程度**, **输入**，以及 **主题**，随后是问题描述以及 GitBook 标记它的原因。

某些发现还包含关联的证据页面，这样你可以查看该发现背后的源材料。每一行显示发现标题以及 GitBook 识别它的时间。选择某项发现可打开其完整详情视图。

### 自动修复

当某项发现支持自动修复时，GitBook 会显示一个 **创建变更请求** 操作，以便 GitBook Agent 可以生成一个建议修复方案供你的团队审查。如需跳过该建议，请改为归档该发现。

### 扫描

该 **扫描** 选项卡为你提供站点扫描活动的单独视图。可用它来查看 GitBook 作为代理审计一部分所运行的扫描。


---

# 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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/gitbook-agent/agent-shen-cha.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.
