> 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/live-edits.md).

# 实时编辑

启用实时编辑后，您组织中的成员可以在不创建 [更改请求](/docs/documentation/zh/xie-zuo/change-requests.md)。编辑内容时，您可以在右上角看到当前正在查看该部分的任何人的头像。

GitBook 支持实时协作，这意味着您可以同时与多个成员在同一文档上工作。

{% hint style="info" %}
**实时编辑已锁定** ，任何新创建的部分默认都是如此。要编辑内容，您要么需要 [创建更改请求](/docs/documentation/zh/xie-zuo/change-requests.md)，或开启实时编辑。
{% endhint %}

### 切换实时编辑模式

您可以通过点击以下项来切换某个部分中的实时编辑模式： **锁定实时编辑** 或者 **解锁实时编辑** 中的 [部分标题的](/docs/documentation/zh/can-kao/gitbook-ui.md#space-header) **操作菜单** <picture><source srcset="/files/HXFvPsjDqbaBEhpH0WKJ" media="(prefers-color-scheme: dark)"><img src="/files/950d2c0e21d4aa4c603de07a2bc5d827c0d5cbde" alt="The Actions menu icon in GitBook"></picture>.

当某个部分处于 **实时编辑** 模式时，部分标题将显示 **编辑器** 选项卡。当它处于 **已锁定的实时编辑** 模式时，部分标题将显示一个 **只读** 选项卡。当“只读”选项卡出现在部分标题中时，您需要打开更改请求才能编辑页面内容，或者解锁实时编辑。

### 何时可以进行实时编辑 *不* ？

如果出现以下情况，您无法解锁实时编辑：

1. 某个部分以 **公开** 或者 **未列出** 可见性选项发布。
2. 某个部分具有 [GitHub 或 GitLab 同步](/docs/documentation/zh/wen-dang-ji-dai-ma/git-sync.md) ，这也是预期行为。

{% hint style="info" %}
仅 [管理员和创建者](/docs/documentation/zh/xie-zuo/member-management/roles.md) 可以锁定或解锁实时编辑。
{% endhint %}


---

# 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/live-edits.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.
