> 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/zh/gitbook-agent/review-change-requests-with-gitbook-agent.md).

# 使用 GitBook Agent 审查变更请求

以及 [创建内容](/docs/documentation/zh/gitbook-agent/write-and-edit-with-ai.md)，GitBook Agent 可以审核你的变更请求，快速发现并修复错误、提出改进建议等。

该 Agent 能理解你文档其余内容的上下文，而且你还可以添加 [你团队的风格指南](/docs/documentation/zh/gitbook-agent/what-is-gitbook-agent.md#add-a-style-guide-and-custom-instructions) ，以确保它在审核你的更改时遵循你团队的风格。

### 使用 GitBook Agent 审核变更请求

你可以在任何 [打开的变更请求](/docs/documentation/zh/collaboration/change-requests/change-requests-screen.md) 中请求 GitBook Agent 审核。

在查看打开的变更请求时，你可以将 GitBook Agent 添加为审核者。添加为审核者后，GitBook Agent 会逐项检查你的更改，并结合你已发布网站和风格指南的上下文，对准确性、清晰度等方面进行审核。

如果你想自行检查这些更改，请在编辑器中打开该变更请求并切换到 **更改** 选项卡。在该视图中，带有差异的页面会显示指示标记，悬浮的差异导航控件可帮助你更快地在已更改的区块之间跳转。

如果需要，它会建议进一步的更改——如果你想让 Agent 实现这些更改，你可以让它通过以下任一方式执行： [通过聊天窗口](/docs/documentation/zh/gitbook-agent/write-and-edit-with-ai.md#open-gitbook-agent-chat-window-in-any-change-request) 或者通过 [在评论中标记它](/docs/documentation/zh/gitbook-agent/write-and-edit-with-ai.md#tag-gitbook-agent-in-a-comment).

当你对更改满意后，你可以 [合并变更请求](/docs/documentation/zh/collaboration/change-requests.md#merge) 以将更改发布到线上。

### 使用 GitBook Agent 更新变更请求

GitBook Agent 会像你团队中的另一位成员一样与你协作。 [在变更请求中](/docs/documentation/zh/collaboration/change-requests/change-requests-in-a-space.md)，你可以 [打开 GitBook Agent 聊天窗口](/docs/documentation/zh/gitbook-agent/write-and-edit-with-ai.md#open-gitbook-agent-chat-window-in-any-change-request) 开始协作。

你可以让它执行诸如以下操作：

* 编写新内容或扩展现有部分
* 修复错别字和拼写错误
* 重写不清晰或过时的说明
* 检查页面的准确性、清晰度和完整性
* 生成或更新代码示例
* 识别缺失的文档或工作流中的漏洞。

了解更多关于 [在此使用 GitBook Agent 进行写作](/docs/documentation/zh/gitbook-agent/write-and-edit-with-ai.md).


---

# 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/zh/gitbook-agent/review-change-requests-with-gitbook-agent.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.
