> For the complete documentation index, see [llms.txt](https://aibotkit-docs.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aibotkit-docs.gitbook.io/documentation/plans-and-billing/where-to-find-your-usage.md).

# Where to Find Your Usage

AI Bot Kit makes it easy to track your plan usage directly inside the dashboard. This ensures you always know how many messages, chatbots, and storage characters you’ve used, and when you may need to upgrade.

***

#### Current Plan Overview

<figure><img src="/files/chbLm47fBbQejWa02DHo" alt="Current Plan box on Plans &#x26; Billing"><figcaption><p>The Current Plan box shows your plan and remaining messages</p></figcaption></figure>

At the top of the **Plans & Billing** page, you’ll see your **Current Plan** box. This shows:

* **Plan Type** → Free Full Access, Basic, Essential, or Business
* **Messages Left** → e.g., “100/100” means you still have all 100 of your messages available
* **Message usage meter** → a circular indicator of how much of your allowance remains

The same message meter also appears in the top header so you can keep an eye on it from anywhere in the dashboard. This acts as your **real-time usage tracker** so you don’t have to guess.

{% hint style="info" %}
**Free Full Access vs. paid plans:** Your Free Full Access **100 messages are a one-time allowance** — they do **not** reset each month. When you run low, click **Add messages** to [top up](/documentation/plans-and-billing/free-full-access-plan.md#adding-more-messages-one-time-top-ups). On paid plans, your message allowance **renews every month** and the box also shows your **renewal date**.
{% endhint %}

***

#### When to Upgrade

You’ll know it’s time to upgrade when:

* You see a **warning message** about reaching your monthly message limit.
* Your **storage usage** gets close to the maximum.
* You want to create more chatbots than your plan allows.

⚡ **Tip:** Upgrading mid-cycle is seamless — your usage carries over instantly without downtime. On **Free Full Access**, if you only need more messages (not more bots or storage), a one-time [message top-up](/documentation/plans-and-billing/free-full-access-plan.md#adding-more-messages-one-time-top-ups) is a quick alternative to upgrading.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aibotkit-docs.gitbook.io/documentation/plans-and-billing/where-to-find-your-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
