# ライブ編集

ライブ編集が有効な場合、組織内のメンバーはスペースを編集できます。ただし、新しい変更リクエストを作成する必要はありま [変更リクエスト](/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: 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.com/docs/documentation/ja-gitbook-documentation/collaboration/live-edits.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.
