> 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/ja-gitbook-documentation/gong-tong-zuo-ye/live-edits.md).

# リアルタイム編集

ライブ編集が有効な場合、組織のメンバーはセクションを編集する際に [変更リクエスト](/docs/documentation/ja-gitbook-documentation/gong-tong-zuo-ye/change-requests.md)を作成せずに編集できます。コンテンツを編集しているとき、現在そのセクションを閲覧している人のアバターが右上隅に表示されます。

GitBook はライブ共同編集をサポートしており、同じドキュメントを複数のメンバーで同時に作業できます。

{% hint style="info" %}
**ライブ編集はロックされています** 新しく作成されたセクションでは、ライブ編集はデフォルトでロックされています。コンテンツを編集するには、次のいずれかを行う必要があります。 [変更リクエストを作成する](/docs/documentation/ja-gitbook-documentation/gong-tong-zuo-ye/change-requests.md)、またはライブ編集をオンにします。
{% endhint %}

### ライブ編集モードの切り替え

セクションでライブ編集モードを切り替えるには、 **ライブ編集をロック** または **ライブ編集のロックを解除** の [セクションヘッダーの](/docs/documentation/ja-gitbook-documentation/rifarensu/gitbook-ui.md#space-header) **アクションメニュー** <picture><source srcset="/files/HXFvPsjDqbaBEhpH0WKJ" media="(prefers-color-scheme: dark)"><img src="/files/fd3eb2aee07f495b1836c7d8e6ac4e9cb930d4e1" alt="The Actions menu icon in GitBook"></picture>.

セクションが **ライブ編集** モードのとき、セクションヘッダーには **エディター** タブが表示されます。セクションが **ロックされたライブ編集** モードのとき、セクションヘッダーには **閲覧のみ** タブが表示されます。セクションヘッダーに閲覧のみタブが表示された場合、ページのコンテンツを編集するには変更リクエストを開くか、ライブ編集のロックを解除する必要があります。

### ライブ編集はいつ *CRをマージしません* 利用できますか？

次の場合はライブ編集のロックを解除できません：

1. セクションが **公開** または **非公開** の可視性オプションで公開されている。
2. セクションに [GitHub または GitLab Sync](/docs/documentation/ja-gitbook-documentation/docs-as-code/git-sync.md) が有効になっていても想定どおりの動作です。

{% hint style="info" %}
有効にできるのは [管理者と作成者のみ](/docs/documentation/ja-gitbook-documentation/gong-tong-zuo-ye/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/ja-gitbook-documentation/gong-tong-zuo-ye/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.
