# Plans & Billing

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

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

## Plans

Quor'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 [quor.app/pricing](https://www.quor.app/pricing) for current pricing,
or [contact sales](https://www.quor.app/contact-sales) for Enterprise.

## Cloud vs Self-Hosted

| | Quor 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 [Quor Cloud](https://cloud.quor.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>
