> 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/xie-zuo/change-requests/change-requests-screen.md).

# 变更请求页面

“变更请求”页面可让你查看和管理站点中的活跃变更请求——在同一处打开它们、合并它们，或与 GitBook Agent 协作处理更新。可从以下位置打开 **变更请求**，位于 **常规** ，在站点侧边栏中。

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

### 浏览变更请求页面

你站点中的所有变更请求都会显示在“变更请求”页面中。你可以按状态筛选，或仅显示由 GitBook Agent 创建的变更请求。

点击某个变更请求即可在展开视图中打开它。你可以在其中审阅、编辑并合并该变更请求，或继续与 GitBook Agent 一起处理它。展开视图还会显示参与者和审阅者、说明以及更改的差异视图。

要在编辑器中查看差异，请点击 **编辑** 右上角以打开该变更请求的空间，然后切换到 **更改** 选项卡。差异导航控件会显示在那里。

要在编辑器中查看差异，请点击 **编辑** 右上角以打开该变更请求的空间，然后切换到 **更改** 选项卡。编辑器底部的浮动差异导航器可让你在已更改的区块之间移动，继续查看下一页的差异，并使用可用的审阅操作从最后一个更改完成审阅。

### 审阅变更请求

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

你可以请求进一步修改，或批准该变更请求，以表示它已准备好合并。

大多数审阅都在变更请求的评论中进行，协作者可以在这里讨论具体的内容区块或整个变更请求。你也可以让 [GitBook Agent](/docs/documentation/zh/gitbook-agent/review-change-requests-with-gitbook-agent.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/xie-zuo/change-requests/change-requests-screen.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.
