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

# Sharing and collaboration

> Share a thread or project with teammates and work in it together.

Sharing puts a thread, project, or skill in front of teammates without exporting or copying anything. What they can do with it depends on the role you give them. This page covers sharing and working together in a shared thread.

## Share a thread, project, or skill

<Steps>
  <Step title="Open the share sheet">
    From a thread, project, or skill, open the share sheet and add the people you want to give access to.
  </Step>

  <Step title="Set a role for each person">
    Choose a role per person:

    * **Can take turns**: they can steer the agent, send messages, and add to the work.
    * **Can view**: they can read the thread but can't send anything into it.
  </Step>

  <Step title="Remove access when it's no longer needed">
    Remove a person from the share sheet at any time. This revokes their access without affecting anyone else's.
  </Step>
</Steps>

## Work together in a shared thread

A shared thread with the can-take-turns role runs live. Everyone shares one runtime, and whoever sends a message takes the next turn. There's no separate copy per person and no merging afterward.

Every message in the thread is attributed to the person who sent it, so it's always clear who asked for what and who steered the agent where.

## Where to go next

<CardGroup cols={2}>
  <Card title="Projects" icon="folder-kanban" href="/docs/sidekick/use/projects">
    Group threads, files, and shared context for one piece of ongoing work.
  </Card>

  <Card title="Skills" icon="wand-sparkles" href="/docs/sidekick/use/skills">
    Reusable instructions you can share the same way as a thread or project.
  </Card>
</CardGroup>
