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

# Sharing & collaboration

> Invite teammates to your project, set their access level, and work together in real time.

Fimo Studio is built for teams. Invite the people who need access, give each the right level, and edit together live.

## Invite people

<Steps>
  <Step title="Open the sharing panel">
    Click the **Invite** button in the project header. A panel opens showing your current team (a popover on desktop, a drawer on mobile).
  </Step>

  <Step title="Add an email and access level">
    Type the person's email and choose their access:

    * **Full access** — complete control, including settings and member management.
    * **Can edit** — edit code, content, and assets, and use AI chat; can't change project settings.
    * **Can comment** — view and leave comments, but no edits.
    * **Can view** — see the project only.
  </Step>

  <Step title="Send it">
    Click **Invite**. The person appears in the list marked **Pending invitation** until they accept.
  </Step>
</Steps>

## Manage members

Open the sharing panel to see everyone with access. Use the **role dropdown** next to a member to change their access level, or choose **Delete** to remove them. Pending invites can be adjusted or cancelled the same way.

## Work together live

<Note>
  When several people work on a project at once, you see each other's activity: each person's cursor is labeled with their name in the code editor and the preview, and edits appear in real time — no refreshing or manual saving.
</Note>

If your project belongs to an organization, the **Everyone in \<your organization>** row at the bottom of the panel sets a default access level for all org members (including **No access** to turn it off). You can still invite individuals for more specific access.

## What's next

<Columns cols={3}>
  <Card title="Invite via CLI" icon="user-plus" href="/docs/collaboration/invite">
    The same roles from the command line.
  </Card>

  <Card title="Organizations" icon="building" href="/docs/collaboration/organizations">
    How org membership grants access.
  </Card>

  <Card title="Version history" icon="clock-rotate-left" href="/docs/studio/version-history">
    Recover from a change anyone made.
  </Card>
</Columns>
