# 变更请求界面

GitBook 中的更改请求页面可让你轻松查看和管理组织中的活跃更改请求。

在此页面中，你可以查看开放的更改请求、合并已完成的更改，甚至与 GitBook Agent 协作处理更新——所有操作都可在一个统一页面中完成。

<div data-with-frame="true"><figure><img src="/files/c69deca153e503db952025b792e741937cdd39c4" alt=""><figcaption><p>从更改请求页面查看活跃的更改请求。</p></figcaption></figure></div>

### 导航更改请求页面

你组织中的每个更改请求都会显示在更改请求页面中，并且可以按草稿、审阅中、已合并和已归档进行筛选。

此外，你还可以筛选更改请求 [由 GitBook Agent 创建的](broken://pages/0b2269cdc9c6149eba75bbeccfa9a3d9ecb5cde5).

点击某个更改请求会以展开视图打开它，使你能够审阅、编辑、合并，甚至 [继续与 GitBook Agent 一起处理更改](/docs/documentation/zh/gitbook-agent/review-change-requests-with-gitbook-agent.md#update-change-requests-with-docs-agent)。此部分还会显示有关该更改请求的信息，包括参与者和审阅者、描述，以及使用差异视图高亮显示的更改。

要查看更详细的更改请求信息，请点击 **编辑** 按钮，直接跳转到 [该更改请求的空间](/docs/documentation/zh/collaboration/change-requests/change-requests-in-a-space.md).

### 审阅更改请求

当有人请求你审阅某个更改请求时，你可以直接在更改请求页面中编辑内容并留下反馈。

如果你认为仍需改进，你可以请求更改；或者批准该更改请求，以表明它已准备好合并。

大多数审阅都会在更改请求的 [评论](/docs/documentation/zh/collaboration/comments.md)中进行，在那里协作者可以分享反馈，并就特定内容块或整个更改请求展开讨论。

此外，你还可以 [使用 GitBook Agent 审阅更改请求](/docs/documentation/zh/gitbook-agent/review-change-requests-with-gitbook-agent.md)，从而让你能够规划、检查并继续处理更改。


---

# 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/collaboration/change-requests/change-requests-screen.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.
