# 变更请求

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

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

要了解有关管理未完成变更请求的更多信息，请前往 [审阅变更请求](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/collaboration/change-requests/change-requests-screen).

<figure><img src="https://2111890564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2Fwn8xlD4x46N7JblHVSnP%2Fcollaboration-change-requests%402x.png?alt=media&#x26;token=d8b94599-ee17-461a-90a9-35a784833ea1" alt="A GitBook screenshot showing the change requests panel"><figcaption><p>通过变更请求编辑你的内容。</p></figcaption></figure>

{% stepper %}
{% step %}

#### 打开变更请求

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

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

{% step %}

#### 进行更改

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

{% step %}

#### 请求审阅

当你的更改准备就绪后，你可以在 **概述** 选项卡中请求团队审阅。在变更请求中标记审阅者会通知他们，并允许你进一步协作：你可以直接在编辑器中继续做更多更改，或在 [评论](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/collaboration/comments).

中讨论更改。你可以请求 Docs Agent 进行任何审阅，也可以请求团队中拥有相应 [权限](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/zhang-hu-guan-li/member-management/permissions-and-inheritance).
{% 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="change-requests/change-requests-screen">change-requests-screen</a></td></tr><tr><td><strong>空间中的变更请求</strong></td><td>在单个空间中创建和审阅变更请求</td><td><a href="change-requests/change-requests-in-a-space">change-requests-in-a-space</a></td></tr></tbody></table>
