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

# Access Controls

> Set default access for every Jam in your workspace, and adjust visibility on any single Jam when one needs tighter control.

<Info>
  Available to workspaces on our [Team](https://jam.dev/pricing) or [Enterprise](https://jam.dev/pricing) plans.
</Info>

<img src="https://mintcdn.com/jam-1eb4fd26/3Mtv5mLh0Dqadb4R/images/access-picker-options.png?fit=max&auto=format&n=3Mtv5mLh0Dqadb4R&q=85&s=1aa335af4328fc57ca54df6705bba8ea" alt="Jam access picker with Anyone with the link selected and Workspace members only as the alternative" width="1803" height="951" data-path="images/access-picker-options.png" />

Set a default access policy for every Jam in your workspace, and override it on individual Jams when needed.

## Default link access

Control default access for every Jam in your workspace:

1. **Anyone with the link**: Anyone with the link can view
2. **Workspace members only**: Only members of your workspace can view

Modify the default access controls in [**Settings**](https://jam.dev/s/settings). Override defaults for individual Jams:

<Tabs>
  <Tab title="Default Workspace Setting">
    <img src="https://mintcdn.com/jam-1eb4fd26/3Mtv5mLh0Dqadb4R/images/settings-default-link-access.png?fit=max&auto=format&n=3Mtv5mLh0Dqadb4R&q=85&s=12e2ce52f75aedb2eb8434781f54448d" alt="Default link access setting with Anyone with link selected for the workspace" width="1803" height="951" data-path="images/settings-default-link-access.png" />

    Set a default that applies to all existing and new Jams in your workspace. Only workspace Admins can change this setting.

    <Steps>
      <Step title="Open Settings">
        Go to [**Settings**](https://jam.dev/s/settings).
      </Step>

      <Step title="Locate the Default link access section" />

      <Step title="Choose an access level">
        * **Anyone with the link**: Anyone with the link can view
        * **Workspace members only**: Only members of your workspace can view
      </Step>
    </Steps>
  </Tab>

  <Tab title="Individual Jam">
    Override defaults for individual Jams:

    <Steps>
      <Step title="Open the Jam">
        Open any Jam you want to adjust.
      </Step>

      <Step title="Click the more ">
        Click **chevron** next to the copy link button <Icon icon="chevron-down" />
      </Step>

      <Step title="Choose an access level">
        Select **Anyone with the link** or **Workspace members only**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## FAQ

<AccordionGroup>
  <Accordion title="What's the difference between Anyone with the link and Workspace members only?">
    `Anyone with the link` lets anyone with the link view the Jam (no login required). `Workspace members only` requires users to log in and be part of your workspace.
  </Accordion>
</AccordionGroup>
