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

# Quickstart

> Explore our guides to enable Opal in your organization

### Common Use Cases

<Columns cols={3}>
  <Card title="Manage End User Catalog" href="/docs/organize-access-via-tags">
    Set up a self-service catalog for employees to request access.
  </Card>

  <Card title="Manage Access Reviews" href="/docs/access-reviews">
    Automate, delegate and manage user access reviews.
  </Card>

  <Card title="Enforce Access Policies" href="/docs/access-rules">
    Use access rules to enforce access policies at scale.
  </Card>
</Columns>

### Get Started

<Columns cols={3}>
  <Card title="Set up Cloud" href="/docs/set-up-cloud">
    Sign up and register your organization with Opal Cloud.
  </Card>

  <Card title="Set up Self-Hosted" href="/docs/self-host-overview">
    Deploy Opal on your own infrastructure.
  </Card>

  <Card title="Connect your IDP" href="/docs/connect-your-identity-provider-idp">
    Sync your organization's identities.
  </Card>

  <Card title="Connect your first Integration" href="/docs/set-up-connections">
    Connect to our out-of-the-box integrations.
  </Card>

  <Card title="Create your own Connector" href="/docs/how-to-create-your-own-connector">
    Connect Opal with any end system.
  </Card>
</Columns>

### For Developers

<Columns cols={3}>
  <Card title="Use our CLI" href="/docs/opal-cli">
    Get familiar with the Opal CLI.
  </Card>

  <Card title="API Reference" href="/reference/authentication">
    {" "}
  </Card>

  <Card title="Use Terraform" href="/docs/use-terraform-with-opal">
    Manage Opal Infrastructure with code.
  </Card>
</Columns>
