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

# ライブ編集

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

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

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

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

セクションでライブ編集モードを切り替えるには、次をクリックします **ライブ編集をロック** または **ライブ編集のロックを解除** の [セクションヘッダーの](/docs/documentation/ja-gitbook-documentation/rissu/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>.

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

### ライブ編集はいつ *影響し* 利用できますか？

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

1. セクションが次の設定で公開されている場合： **公開** または **非公開** の公開範囲オプション。
2. セクションに [GitHub または GitLab Sync](/docs/documentation/ja-gitbook-documentation/getting-started/git-sync.md) が有効になっている。

{% hint style="info" %}
のみ [管理者と作成者](/docs/documentation/ja-gitbook-documentation/collaboration/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/collaboration/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.
