> For the complete documentation index, see [llms.txt](https://docs.kaana.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaana.com/product/billing-and-plans/subscription-plans.md).

# Subscription Plans

Copyright (c) 2023, Intercom, Inc. (<legal@intercom.io>) with Reserved Font Name "Inter".\
This Font Software is licensed under the SIL Open Font License, Version 1.1.

## Subscription Plans

Learn about the available plans and features

### Available Plans

For the latest information on Kaana subscription plans, please visit our website: <https://www.kaana.com/pricing/kaana-pricing>

### Pricing

Visit our pricing page for current rates:

* Monthly billing available
* Annual billing with discount
* Custom pricing for enterprise

### Choosing a Plan

#### Consider Your Needs

* Team Size — How many people need access?
* Features — Which features do you need?
* Growth — Will you add users soon?

#### Start Small

* Begin with what you need
* Upgrade as you grow
* Downgrade if needed

### Changing Plans

#### Upgrade

{% stepper %}
{% step %}
Go to **Profile Icon (top right)** → **Billing**
{% endstep %}

{% step %}
Click **Change Plan**
{% endstep %}

{% step %}
Select your new plan
{% endstep %}

{% step %}
Review changes
{% endstep %}

{% step %}
Confirm upgrade

Upgrades take effect immediately.
{% endstep %}
{% endstepper %}

#### Downgrade

{% stepper %}
{% step %}
Go to **Profile Icon (top right)** → **Billing**
{% endstep %}

{% step %}
Click **Change Plan**
{% endstep %}

{% step %}
Select your new plan
{% endstep %}

{% step %}
Review what changes
{% endstep %}

{% step %}
Confirm downgrade

Downgrades take effect at next billing cycle.
{% endstep %}
{% endstepper %}

#### Adding Seats

{% stepper %}
{% step %}
Go to **Profile Icon (top right)** → **Billing**
{% endstep %}

{% step %}
Click **Add Seats**
{% endstep %}

{% step %}
Enter the number to add
{% endstep %}

{% step %}
Review prorated cost
{% endstep %}

{% step %}
Confirm

New seats are available immediately.
{% endstep %}
{% endstepper %}

### Enterprise Plans

For large organizations:

* Custom seat counts
* Dedicated support
* Custom integrations
* SLA agreements
* Volume discounts

Contact sales for enterprise pricing.

### Related Articles

* <https://helpcenter.kaana.com/en/articles/13202509-blueprints-templates>
* <https://helpcenter.kaana.com/en/articles/13202953-frequently-asked-questions>
* <https://helpcenter.kaana.com/en/articles/13225872-payment-methods>
* <https://helpcenter.kaana.com/en/articles/13225877-managing-your-subscription>
* <https://helpcenter.kaana.com/en/articles/13225885-managed-services>

<details>

<summary>Did this answer your question?</summary>

😞 😐 😃

</details>


---

# 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://docs.kaana.com/product/billing-and-plans/subscription-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.
