# Billing & Usage

The **Settings > Billing** page gives you a clear view of your current subscription plan, how much of your allocation you've used this month, and your payment and invoice history. This page is visible to [Admins](/settings/members.md).

***

## Current plan

The **Current plan** section shows the name of your active subscription and its monthly price.

If your organization is on a trial, a **Trial active** badge is displayed alongside the number of days remaining in your trial period. When the trial ends, you'll need to subscribe to a paid plan to continue using Actian AI Analyst.

***

## Usage

The **Usage** section shows how much of your monthly allocation has been consumed across key resources. Usage resets at the start of each billing cycle.

The following usage statistics are displayed as cards:

| Metric                  | Description                                                                                             |
| ----------------------- | ------------------------------------------------------------------------------------------------------- |
| **Active AI Analysts**  | The number of AI Analysts currently active in your organization, out of the total allowed by your plan. |
| **AI Analyst Messages** | The number of AI Analyst messages used this month, out of your monthly allocation.                      |

{% hint style="info" %}
If you're approaching your usage limits, consider upgrading your plan or reaching out to your account manager to discuss higher allocations.
{% endhint %}

***

## Invoices

The **Payment & invoices** section is displayed for paid subscriptions. It is not shown during a free trial.

Two invoices are listed:

* **Latest invoice** — the most recently generated invoice, including the amount, due date, and current status (e.g. Paid, Unpaid). A link to view the full invoice is provided.
* **Next invoice** — an upcoming invoice showing the projected amount, the billing date, and the billing period it covers.

{% hint style="info" %}
If you need a full invoice history or need to update your payment method, these are available through the billing portal linked from this page.
{% endhint %}

### Billing system unavailable

If the billing system is temporarily unavailable, a message will be displayed on this page. In that case, please contact the Actian AI Analyst team at <mailto:info@wobby.ai|info@wobby.ai> for assistance with billing questions or invoice requests.


---

# 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://docs.wobby.ai/settings/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.
