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

# Share Experiment Permissions

> Learn how to share an experiment with other users or groups.

Share an experiment with other users or groups to give them access to view or edit the experiment. When you share an experiment, related resources (flags, segments, assignment tables, entities, and metrics) are automatically shared with the same permissions.

## Share Permissions

<Steps>
  <Step title="Go to the experiment">
    Navigate to the A/B test or rollout you want to share.
  </Step>

  <Step title="Click Permissions">
    Click **Permissions** in the top right corner.
  </Step>

  <Step title="Add people or groups">
    In the dialog, add the people or groups you want to share the experiment with.
  </Step>

  <Step title="Select role">
    Choose the role to assign:

    * **Viewer** - Can view the experiment and its results
    * **Editor** - Can view and edit the experiment
  </Step>

  <Step title="Review related resources">
    Review the list of related resources that will be shared automatically with the same permissions.
  </Step>

  <Step title="Click Share">
    Click **Share** to grant the permissions.
  </Step>
</Steps>

<Note>
  When you share an experiment, Confidence automatically shares related resources like the flag, segments, assignment table, entities, and metrics used in the experiment.
</Note>

## Related Resources

<CardGroup cols={2}>
  <Card title="Roles Reference" href="/docs/iam/roles">
    Learn about available roles
  </Card>

  <Card title="Policies Reference" href="/docs/iam/policies">
    Configure access policies
  </Card>

  <Card title="Invite Users" href="/docs/how-to-guides/invite-user">
    Add new users to your organization
  </Card>
</CardGroup>
