# Agent 审核

{% hint style="warning" %}
**Agent 审核目前处于早期访问阶段**

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

Agent 审核帮助你查看文档中的缺口， [GitBook Agent](/docs/documentation/zh/gitbook-agent/what-is-gitbook-agent.md) 会将其识别出来。

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

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

<figure><img src="/files/d37bfadb7dbde5bbb040898938704cabd32a2f54" alt=""><figcaption></figcaption></figure>

### Agent 审核的工作原理

{% stepper %}
{% step %}

#### 查看发现项

Agent 审核会收集问题 [GitBook Agent](/docs/documentation/zh/gitbook-agent/what-is-gitbook-agent.md) 它已在你的文档中识别出这些问题。发现列表可帮助你按主题、类型和严重性来查看这些问题。
{% endstep %}

{% step %}

#### 查看一项发现

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

{% step %}

#### 修复或归档

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

### **发现列表**

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

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

### 发现详情

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

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

### 自动修复

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

### 扫描

该 **扫描** 选项卡为你的网站提供单独的扫描活动视图。可用于查看 GitBook 作为 Agent 审核一部分所运行的扫描。


---

# 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/zh/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.
