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

# Plans & Billing

> Understand Onyx plans and how billing works for Cloud and Self-Hosted deployments

Onyx offers multiple plans to fit your team's needs.
How you subscribe and manage billing depends on whether you're using **Onyx Cloud** or a **Self-Hosted** deployment.

## Plans

Onyx's core features — connectors, AI chat, agents, search, and more — are free and open-source.
Paid plans unlock additional capabilities for teams and organizations.

<CardGroup cols={2}>
  <Card title="Business" icon="users">
    Everything in the free edition, plus:

    * Inherit Document Permissions
    * Query History and Usage Dashboard
    * Role Based Access Control (RBAC)
    * Encryption of Secrets
    * Service Account API Keys
    * Self-hosting (Optional)
    * Custom Theming
  </Card>

  <Card title="Enterprise" icon="building">
    Everything in Business, plus:

    * SCIM / Group Sync
    * Full White-labeling
    * Custom Roles and Permissions
    * Configurable Usage Limits
    * Custom Deployments
    * Region-Specific Data Processing
    * Enterprise SLAs and Priority Support
  </Card>
</CardGroup>

Visit [onyx.app/pricing](https://www.onyx.app/pricing) for current pricing,
or [contact sales](https://www.onyx.app/contact-sales) for Enterprise.

## Cloud vs Self-Hosted

|                        | Onyx Cloud                                | Self-Hosted                                                                           |
| ---------------------- | ----------------------------------------- | ------------------------------------------------------------------------------------- |
| **How you subscribe**  | Subscribe via Stripe from the admin panel | Subscribe via Stripe from the admin panel — a license is then issued to your instance |
| **License needed**     | No                                        | Yes — stored and validated locally                                                    |
| **Air-gapped support** | N/A                                       | Supported via manual license upload                                                   |

<Tip>
  Not sure which deployment is right for you? Try [Onyx Cloud](https://cloud.onyx.app)
  free for 2 weeks — no credit card required.
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="Subscribe" icon="credit-card" href="/admins/billing/subscribing">
    Set up a paid plan on Cloud or Self-Hosted.
  </Card>

  <Card title="Manage Your Subscription" icon="gear" href="/admins/billing/manage">
    Update seats, manage licenses, and access the Stripe portal.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/admins/billing/troubleshooting">
    Locked out, seat limit hit, or Stripe issues? Start here.
  </Card>
</CardGroup>
