# Billing

Billing is managed from `/dashboard/billing`.

## What you can do

* Review subscription status and trial state.
* Review active user count versus purchased seats.
* Compare plans and billing interval.
* Start checkout for plan/seat/interval changes.
* Apply discount code input during checkout flow.

## Plan model (current)

* Basic
* Pro
* Enterprise
* Monthly and annual intervals

## Access notes

* Billing is visible to users with billing view/manage permissions.
* Checkout and changes require billing management permission.

## Operational notes

* Seat overage indicators appear when active users exceed purchased seats.
* After successful checkout, billing sync/reconciliation is handled in-app.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xdbx.gitbook.io/axon/dashboard/billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
