> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-fix-add-missing-mechanic-for-session-download-button.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Access Control Configuration

> Configure and manage access control policies for your organization's resources

Access Control configuration allows you to define and manage who has access to what resources within your organization. This system helps maintain security while ensuring teams can efficiently access the tools they need.

## Getting Started

<Steps>
  <Step title="Navigate to Access Control settings">
    Find the access control section in the left sidebar and click on it.

    <Frame>
      <img src="https://mintcdn.com/hoopdev-fix-add-missing-mechanic-for-session-download-button/CSN3Tfze1AaWBPxZ/images/learn/features/access-control-app.png?fit=max&auto=format&n=CSN3Tfze1AaWBPxZ&q=85&s=7ff694b212fccd6ac80702019a426353" alt="Access Control Navigation" width="1690" height="882" data-path="images/learn/features/access-control-app.png" />
    </Frame>
  </Step>

  <Step title="Click Activate">
    Make sure you are aware of the implications of activating access control to your organization, it will require manual configuration of each connection. After this is activated, users might stop seeing their connections if they don't have the right permissions.

    <Frame>
      <img src="https://mintcdn.com/hoopdev-fix-add-missing-mechanic-for-session-download-button/CSN3Tfze1AaWBPxZ/images/learn/features/access-control-confirm.png?fit=max&auto=format&n=CSN3Tfze1AaWBPxZ&q=85&s=4d4d4bb71134607fa77e6bd733da4a4d" alt="Access Control Activation" width="1687" height="859" data-path="images/learn/features/access-control-confirm.png" />
    </Frame>
  </Step>

  <Step title="Choose the connections">
    In this step you will need to manually select and toggle the connections you want to apply access control to. If you don't toggle a connection, it won't apply the role groups and users might stop seeing them.

    <Frame>
      <img src="https://mintcdn.com/hoopdev-fix-add-missing-mechanic-for-session-download-button/CSN3Tfze1AaWBPxZ/images/learn/features/access-control-activated.png?fit=max&auto=format&n=CSN3Tfze1AaWBPxZ&q=85&s=1d0836778f9d47d7e4c6f6baa038a981" alt="Connection Selection" width="1695" height="882" data-path="images/learn/features/access-control-activated.png" />
    </Frame>
  </Step>

  <Step title="Finally, select the groups">
    Find the groups you want to give access to each connection

    <Frame>
      <img src="https://mintcdn.com/hoopdev-fix-add-missing-mechanic-for-session-download-button/CSN3Tfze1AaWBPxZ/images/learn/features/access-control-add-groups.png?fit=max&auto=format&n=CSN3Tfze1AaWBPxZ&q=85&s=ab7a768c5072c061e37d0011b67d0b99" alt="Group Selection" width="1685" height="940" data-path="images/learn/features/access-control-add-groups.png" />
    </Frame>
  </Step>
</Steps>

## Permission Types

### Connection Permissions

Rules that control access to specific connections:

* **View**: Can see and list connections
* **Use**: Can connect and execute queries
* **Manage**: Can modify connection settings

### Administrative Permissions

Rules that control system-level access:

* **User Management**: Control over user accounts
* **Group Management**: Ability to create and modify groups
* **System Configuration**: Access to system settings

### Group Management

<Steps>
  <Step title="Create Groups">
    Organize users into logical groups based on roles or teams
  </Step>

  <Step title="Assign Permissions">
    Set appropriate access levels for each group
  </Step>

  <Step title="Review Members">
    Regularly audit group memberships and permissions
  </Step>
</Steps>

## Best Practices

<CardGroup cols={2}>
  <Card title="Least Privilege" icon="shield-check">
    Grant minimum necessary access
  </Card>

  <Card title="Regular Audits" icon="clipboard-check">
    Review access permissions periodically
  </Card>

  <Card title="Group-First" icon="users">
    Prefer group-based over individual permissions
  </Card>

  <Card title="Document Policies" icon="file-lines">
    Maintain clear access policy documentation
  </Card>
</CardGroup>

## Learn More

<CardGroup cols={2}>
  <Card title="Guardrails" icon="shield" href="/setup/configuration/guardrails-configuration">
    Learn about security policy configuration
  </Card>

  <Card title="Identity Providers" icon="id-card" href="/setup/configuration/idp/get-started">
    Configure SSO and identity management
  </Card>
</CardGroup>
