> 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="https://2111890564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2FSSaXjsyjfrHEwOJGePQG%2FCleanShot%202025-12-08%20at%2022.03.05%402x.png?alt=media&amp;token=c4ebb192-91c5-4dca-887b-393fe5be9c07" alt=""><figcaption><p>在“更改请求”页面查看正在进行的更改请求。</p></figcaption></figure></div>

### 浏览“更改请求”页面

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

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

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

要在编辑器中检查差异，请点击 **编辑** 右上角以打开该更改请求的空间，然后切换到 **更改** 选项卡。在编辑器底部，浮动差异导航器可让你浏览已更改的块，继续前往下一页包含差异的内容，并使用可用的审阅操作在最后一个更改处完成审阅。

### 审阅更改请求

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

你可以请求更多更改，或批准该更改请求，以表示它已准备好合并。

大多数审阅都在更改请求的评论中进行，协作者可以在这里讨论特定内容块或整个更改请求。你也可以请求 [GitBook Agent](/docs/documentation/zh/gitbook-dai-li/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.
