> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runalph.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing & Collaboration

> Collaborate on notebooks within your organization

## Organization Notebooks

Notebooks created in an organization are accessible to all organization members based on their role.

### Creating Org Notebooks

When creating a notebook:

1. Select your organization as the owner
2. Notebook is accessible to all org members
3. Members can view, edit, and execute based on permissions

### Transferring Notebooks

Move a personal notebook to an organization:

1. Open notebook settings
2. Click **Transfer Ownership**
3. Select organization
4. Confirm

The notebook will belong to the organization.

## Permissions

| Role   | View | Edit | Delete   |
| ------ | ---- | ---- | -------- |
| Owner  | ✅    | ✅    | ✅        |
| Admin  | ✅    | ✅    | ✅        |
| Member | ✅    | ✅    | Own only |

## Next Steps

<CardGroup cols={2}>
  <Card title="Embed Notebooks" href="/guides/embed-notebooks">
    Embed notebooks on any website
  </Card>

  <Card title="Managing Members" href="/organizations/members">
    Control team access
  </Card>
</CardGroup>
