> 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/collaboration/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/collaboration/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.
