# ノートブック単位の共有

ノートブック単位で、特定のメンバーやグループに対して直接権限を付与して共有することができます。

## 主な機能

* 即時共有:
  * 特定のユーザーやグループと個別のノートブックを簡単に共有でき、迅速なコラボレーションが可能です。
* リアルタイムコラボレーション:
  * チームメンバーとリアルタイムで共同作業を行い、シームレスに編集や更新ができます。
* アクセス制御:
  * 共有された各ノートブックに対して、`ノートブック編集者`と`ノートブック閲覧者`のロールを選択でき、適切なアクセスレベルを確保できます。
* プライベート共有:
  * プライベートなノートブックを選択されたユーザーやグループと安全に共有できます。
* `共有`ボタンでの可視性:
  * ノートブックの共有先は、`共有`ボタンから簡単に確認できます

## 設定方法

1. ノートブックを選択
   * `ワークスペース`以外のフォルダにあるノートブックを選択します。
2. 追加権限を設定
   * ヘッダの`共有`を選択します。
   * `ノートブックごとの追加権限`で、共有したいメンバーやグループと設定するロール（`ノートブック閲覧者`または`ノートブック編集者`）を選択します。

参考： [ノートブックのアクセス制御](/access-control/access-control-for-resources/access-control-for-notebook.md)

{% hint style="info" %}
コネクションの権限は、ノートブックの権限とは独立しています。必要に応じて、コネクションの権限も設定してください。
{% 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://docs.codatum.jp/sharing/shared-notebook.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.
