> 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/monthly-vs-yearly-pricing.md).

# Monthly vs Yearly Pricing

AI Bot Kit offers both **monthly** and **yearly** billing options, giving you flexibility depending on your budget and usage needs.

{% hint style="info" %}
Monthly vs. yearly billing applies to the **paid plans** (Basic, Essential, Business). The **Free Full Access** plan is free with no billing cycle — if you need more messages there, you buy one-time [top-ups](/documentation/plans-and-billing/free-full-access-plan.md#adding-more-messages-one-time-top-ups) instead.
{% endhint %}

***

#### Monthly Plans

* **Billed every month** on your chosen payment date.
* Ideal if you're just starting out or testing the platform.
* Easy to cancel or upgrade anytime without long-term commitment.

**Example**:

* Basic Plan → **$12/month** billed every month.
* Essential Plan → **$29/month** billed every month.
* Business Plan → **$49/month** billed every month.

***

#### Yearly Plans

* **Billed once per year** at a discounted rate.
* Best for businesses who plan to use AI Bot Kit long term.
* Provides significant cost savings compared to monthly billing.

**Example**:

* Basic Plan → **$10/month** (billed **$120 yearly**).
* Essential Plan → **$24/month** (billed **$288 yearly**).
* Business Plan → **$41/month** (billed **$492 yearly**).

💡 This means you save approximately **17%** compared to paying monthly.

***

#### How to Switch Between Monthly & Yearly

1. Go to **Settings → Plans & Billing** inside your dashboard.
2. Toggle between **Monthly** and **Yearly** at the top of the Plans section.
3. The pricing updates instantly to show the correct billing rate.
4. Select your plan → Confirm payment details → Done.

***

#### Which One Should You Choose?

* **Choose Monthly** if:
  * You want flexibility.
  * You're in the trial phase of your project.
  * Your chatbot usage is unpredictable month to month.
* **Choose Yearly** if:
  * You're confident you'll use AI Bot Kit for 6+ months.
  * You want to save money (lower effective monthly cost).
  * You're scaling your chatbot for business-critical operations.

***

⚡ **Tip:** If you're starting with monthly billing and find consistent value, you can switch to yearly at any time for savings. The change will apply from your next billing cycle.


---

# 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/monthly-vs-yearly-pricing.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.
