> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/guides/marketing/marketing-center/email-marketing/email-quota.md).

# Email Quota

Your Email Quota controls how many emails you can send each month through Rechat.

Every account includes a **monthly email allowance**, and you can increase your limit at any time by upgrading your subscription.

### **What’s Included**

* **30,000 emails/month** included by default
* Real-time tracking of usage and remaining emails
* Ability to upgrade your quota instantly

{% hint style="info" %}

### Good to Know

* Email quotas reset each billing cycle
* Unused emails do not roll over
* Additional plans stack on top of your base quota
  {% endhint %}

***

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

### **View Your Email Usage**

To check how many emails you’ve sent and how many you have remaining:

1. Click your **Profile** (top right)
2. Select **My Profile**
3. Click [**Email**](https://app.rechat.com/dashboard/account/email)
4. Locate the **Email Quota** section

Here, you’ll see:

* Monthly email limit
* Emails used
* Remaining emails
* A visual usage bar

***

<figure><img src="/files/0h0DzrNrFOoUOAZowGKX" alt=""><figcaption></figcaption></figure>

### **Upgrade Your Email Quota**

If you need to send more emails, you can upgrade your subscription directly from this section.

#### Steps to Upgrade

1. Go to **Profile → My Profile → Email**
2. Find the **Email Quota** section
3. Click **Manage Subscription**
4. Review your current usage and quota
5. Select a plan from **Available Subscription Plans**
6. Click **Pay** to confirm

{% hint style="info" %}
You’ll see plan options (like 60k, 100k, etc.) before completing your purchase
{% endhint %}

{% hint style="warning" %}

### Important: Subscription Billing

All email quota upgrades are **recurring subscriptions**.

* Plans **automatically renew**
* There is **no one-time purchase option**
* You must **cancel manually** to stop future charges
  {% endhint %}

***

### **Manage or Cancel Your Subscription**

To avoid future charges:

1. Go to **Manage Subscriptions**
2. Locate your active email plan
3. Click **Cancel Subscription**

Once canceled:

* Your quota remains active until the end of the billing cycle
* You will not be charged again


---

# 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://help.rechat.com/guides/marketing/marketing-center/email-marketing/email-quota.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.
