> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/zh/collaboration/change-requests.md).

# 变更请求

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

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

要了解有关管理打开的变更请求的更多信息，请前往 [审阅变更请求](/url/gitbook.com/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 %}

#### 打开变更请求

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

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

{% step %}

#### 进行更改

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

{% step %}

#### 请求审阅

一旦你的更改准备就绪，你就可以在 **概览** 选项卡中请求团队审阅。 在变更请求中标记审阅者会通知他们，并允许你通过直接在编辑器中进一步修改，或在 [评论](/url/gitbook.com/docs/documentation/zh/collaboration/comments.md)中讨论更改，来进一步协作。如果你没有标记任何人，空间中所有具有审阅者权限的人都会收到通知。如果空间中没有审阅者，则会通知审阅者上一级的角色。

你可以请求 Docs Agent 进行任何审阅，或请求团队中任何拥有相应 [权限](/url/gitbook.com/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
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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/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.
