# Sharing per notebook

You can share notebooks directly with specific members or groups by granting additional permissions.

## Key Features

* Instant Sharing:
  * Easily share individual notebooks with specific users or groups, enabling quick collaboration.
* Real-time Collaboration:
  * Collaborate in real-time with team members, making edits and updates seamless.
* Access Control:
  * Choose `Notebook Editor` or `Notebook Viewer` roles for each shared notebook, ensuring appropriate access levels.
* Private Sharing:
  * Share private notebooks securely with selected users or groups.
* Visibility in `Share` button:
  * Shared notebooks are easily accessible from the `Shared` tab, allowing quick and organized access.

## How to Set Up

1. Select notebook
   * Choose a notebook that is in an access scope other than workspace.
2. Set Permissions
   * Click `Share` in the header.
   * In `Additional permissions per notebook`, add the members or groups you want to share with and set the required roles (`Notebook Viewer` or `Notebook Editor`).

References:

{% content-ref url="/pages/PsaNRWVToM9HwZNMP5u7" %}
[Access Control for Notebook](/access-control/access-control-for-resources/access-control-for-notebook.md)
{% endcontent-ref %}

{% hint style="info" %}
Connection permissions are independent of notebook permissions. Please set connection permissions as needed.
{% 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.com/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.
