# 变更请求

变更请求是你主要内容的副本。它来源于一个简单的概念： [**分支**](https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell)，并且对于任何使用 GitHub 中的拉取请求或 GitLab 中的合并请求的人来说都会感到熟悉。

在变更请求中，你可以编辑、更新和删除内容元素，请求他人审阅你的更改，然后将它们合并回你的主版本，以应用你所做的所有更改。

要了解有关管理打开的变更请求的更多信息，请前往 [审阅变更请求](/docs/documentation/zh/collaboration/change-requests/change-requests-screen.md).

<figure><img src="/files/5bd0a6853ff3b8caaa7736e0855d8ce0b5067f50" alt="A GitBook screenshot showing the change requests panel"><figcaption><p>通过变更请求编辑你的内容。</p></figcaption></figure>

{% stepper %}
{% step %}
**打开变更请求**

要开始编辑内容，你需要先创建一个变更请求。变更请求可以通过以下方式打开：

* 通过 [按下 **编辑** 右上角的按钮](/docs/documentation/zh/collaboration/change-requests/change-requests-in-a-space.md#creating-a-change-request) 在查看一个空间时
* 通过 [通过 GitBook Agent 实施一个新的变更请求](/docs/documentation/zh/gitbook-agent/write-and-edit-with-ai.md)
* [由 GitBook Agent 自动创建](broken://pages/0b2269cdc9c6149eba75bbeccfa9a3d9ecb5cde5)
  {% endstep %}

{% step %}
**进行更改**

变更请求打开后，你可以自由进行任何编辑或更改。更改可以通过以下方式完成： [直接在编辑器中](/docs/documentation/zh/creating-content/formatting.md)，或通过 [使用 Docs Agent](/docs/documentation/zh/gitbook-agent/write-and-edit-with-ai.md).
{% endstep %}

{% step %}
**请求审阅**

当你的更改准备就绪后，你可以在 **概览** 选项卡中请求团队审阅。在变更请求中标记审阅者会通知他们，并且允许你进一步协作：你可以直接在编辑器中继续进行更多更改，或者在 [评论](/docs/documentation/zh/collaboration/comments.md).

中讨论更改。你可以请求 Docs Agent 进行任何审阅，或者请求团队中任何拥有相应 [权限](/docs/documentation/zh/collaboration/member-management/permissions-and-inheritance.md).
{% endstep %}

{% step %}
**合并**

在审阅完成后，你将能够 [合并你的更改](#merge) ，以便立即将其发布到你的在线文档站点！
{% endstep %}
{% endstepper %}

### 使用变更请求

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>变更请求界面</strong></td><td>在整个组织范围内查看和管理变更请求</td><td><a href="/pages/5741051520dde4fa614fc550a4e88c41bcd7fadb">/pages/5741051520dde4fa614fc550a4e88c41bcd7fadb</a></td></tr><tr><td><strong>空间中的变更请求</strong></td><td>在单个空间中创建和审阅变更请求</td><td><a href="/pages/06c22188ec9e4c3d0a9fc0a1981db6804af1db3e">/pages/06c22188ec9e4c3d0a9fc0a1981db6804af1db3e</a></td></tr></tbody></table>


---

# 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.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.
