> 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/upgrading-to-paid-plans.md).

# Upgrading to Paid Plans

If you've outgrown the **Free Full Access** plan, upgrading to a paid plan gives you higher limits and — most importantly — a message allowance that **renews every month** instead of the one-time 100 messages. Every feature is already unlocked on Free Full Access, so upgrading is really about **more capacity** (more bots, more messages, more storage). The upgrade process is simple and happens directly inside your dashboard.

***

<figure><img src="/files/HXn34fTh5QIcy3FgKrxu" alt=""><figcaption></figcaption></figure>

#### How to Upgrade

1. **Log into your AI Bot Kit dashboard.**
2. In the left sidebar, go to **Settings**, then open the **Plans & Billing** tab.
3. At the top, you'll see your **Current Plan** details (e.g., Free, Basic, Essential).
4. Scroll down to the **Plans** section. Here, you'll see available plans side by side with their monthly and yearly pricing.
   * **Basic** → For small projects, 2 chatbots, 1,000 messages/month, 10M characters storage.
   * **Essential** → For growing businesses, 5 chatbots, 2,000 messages/month, 20M characters storage, 3 Custom AI Actions.
   * **Business** → For scaling teams, 7 chatbots, 3,000 messages/month, 30M characters storage, 5 Custom AI Actions.
5. Click **Choose Plan** under the option you want.
6. Enter your **payment details** when prompted.
7. Confirm your subscription → Your account will upgrade instantly.

***

#### What Happens After Upgrading?

* Your **message and storage limits update immediately** based on the new plan, and your messages switch from a one-time balance to a **monthly renewing** allowance.
* Your existing bots and their configuration remain — nothing gets deleted.
* Billing cycle starts from the day of upgrade.
* You'll see the new plan badge under **Current Plan** on the dashboard.

{% hint style="info" %}
Free Full Access unlocks every feature. If you move to a plan that doesn't include a given feature (for example, upgrading to **Basic**, which doesn't include Human Handover), that feature is re-locked — but your settings are preserved and re-enable automatically if you later move to a plan that includes it.
{% endhint %}

***

#### Payment Options

* You can pay **monthly** or save more by paying **yearly**.
* Yearly subscriptions are billed upfront and offer **\~17% savings** over monthly billing.

| Plan      | Monthly | Yearly (effective monthly) | Yearly Total |
| --------- | ------- | -------------------------- | ------------ |
| Basic     | $12/mo  | $10/mo                     | $120/year    |
| Essential | $29/mo  | $24/mo                     | $288/year    |
| Business  | $49/mo  | $41/mo                     | $492/year    |

***

#### Example

* You're on the **Free Full Access Plan** (100 one-time messages, 1M characters storage, 1 chatbot).
* You've used most of your 100 messages and want an allowance that renews monthly.
* You upgrade to the **Essential Plan**.
* Instantly, you get **2,000 messages that renew every month**, **20M characters storage**, and up to **5 chatbots** — without waiting for the next billing cycle.

***

⚡ **Tip:** Always monitor your usage in the **Plans & Billing dashboard**. If you consistently hit message or storage limits, upgrading ensures smoother performance for your users.


---

# 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/upgrading-to-paid-plans.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.
