# Pricing

* [What is message credit?](#what-is-message-credit)
* [When does message credit renew?](#when-does-message-credit-renew)
* [What is character?](#what-is-character)
* [Can I change or cancel my plan?](#can-i-change-or-cancel-my-plan)
* [Plans](#plans)

### What is message credit?

One AI response with gpt-3.5-turbo-16k (the default) costs 1 message credit. To provide the chatbot with longer context for better responses, we decided to choose the better model gpt-3.5-turbo-16k instead of gpt-3.5-turbo, which costs 2x (prompt tokens) and 2x (completion tokens) what gpt-3.5-turbo costs on OpenAI.

### When does message credit renew?

It will renew every calendar month on the 1st. You can check your consumption on the Account page.

### What is character?

It is the count of characters of the data source that you imported into your chatbot. You can check your consumption on the Account page.

### Can I change or cancel my plan?

Sure, You can change or cancel your plan anytime!

### Plans

#### Subscription (🔥 50% off!)

| Plan Name              | Cost       | Plan Benefits                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ---------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Free                   | $0/month   | <p>✅ 1 chatbot<br>✅ 50 message credits/mo(Contains up to 10 QA Mode message credits)<br>✅ 400,000 characters</p><p>✅ Unlimited links to train on</p><p>✅ Embed on unlimited websites</p><p>✅ Upload multiple files</p><p>✅ View conversation history</p>                                                                                                                                                                        |
| Basic                  | $9/month   | <p>✅ 2 chatbots<br>✅ 500 message credits/mo<br>✅ 3,000,000 characters</p><p>✅ Collect Leads<br>✅ Slack Integration<br>✅ Telegram Integration</p><p>✅ Unlimited links to train on</p><p>✅ Embed on unlimited websites</p><p>✅ Upload multiple files</p><p>✅ View conversation history</p>                                                                                                                                        |
| Growth                 | $29/month  | <p>✅ 3 chatbots<br>✅ 2,000 message credits/mo<br>✅ 15,000,000 characters<br>✅ Collect Leads<br>✅ Slack Integration<br>✅ Telegram Integration<br>✅ Slack Integration<br>✅ Telegram Integration</p><p>✅ Unlimited links to train on</p><p>✅ Embed on unlimited websites</p><p>✅ Upload multiple files</p><p>✅ View conversation history</p><p>✅ API Access</p>                                                                    |
| Standard(🔥 Best Deal) | $69/month  | <p>✅ 5 chatbots<br>✅ 3,500 message credits/mo<br>✅ 60,000,000 characters<br>✅ Collect Leads<br>✅ Slack Integration<br>✅ Telegram Integration</p><p>✅ Unlimited links to train on</p><p>✅ Embed on unlimited websites</p><p>✅ Upload multiple files</p><p>✅ View conversation history<br>✅ API Access</p>                                                                                                                        |
| Enterprise             | $219/month | <p>✅ 10 chatbots<br>✅ 10,500 message credits/mo<br>✅ 120,000,000 characters<br>✅ Remove branding<br>✅ Priority (same-day) support<br>✅ Unlimited message credits when using your OpenAI API key<br>✅ Collect Leads<br>✅ Slack Integration<br>✅ Telegram Integration</p><p>✅ Unlimited links to train on</p><p>✅ Embed on unlimited websites</p><p>✅ Upload multiple files</p><p>✅ View conversation history<br>✅ API Access</p> |

You can buy extra message credits, chatbot, and even remove branding whenever you want.

#### Add-ons Subscription

| Add-on                | Cost                                                    |
| --------------------- | ------------------------------------------------------- |
| Extra Message Credits | $7 per 1000 message credits/month                       |
| Extra Chatbots        | $7 per 1 chatbot                                        |
| Extra Characters      | $7 per 10,000,000 characters                            |
| Remove Branding       | Remove the ChatofAI branding from the iframe and widget |


---

# 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.chatof.ai/faqs/pricing.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.
