> For the complete documentation index, see [llms.txt](https://replai-1.gitbook.io/replai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://replai-1.gitbook.io/replai-docs/pricing-and-billing/conversation-limits-and-overage.md).

# Conversation limits & overage

## Conversation limits & overage

Each assistant has a monthly limit for new conversations.

The limit depends on the assistant tier.

### What are the monthly limits?

| Tier   | New conversations / month |
| ------ | ------------------------: |
| Answer |                     1,000 |
| Agent  |                     2,500 |
| Live   |                     6,000 |

### What counts toward the limit?

Only new conversations count.

Messages inside an existing conversation do not create a new chargeable conversation.

### What happens at the limit?

The default behavior pauses the widget for new conversations.

Visitors see a graceful availability message.

They do not see a technical error.

### How does overage work?

Overage is opt-in.

If enabled, extra conversations cost **€0.10 per conversation**.

Overage is billed separately from AI usage.

It is also separate from any managed wallet balance.

{% hint style="warning" %}
Replai does not turn on overage automatically.
{% endhint %}

### Related links

* [Pricing overview](/replai-docs/pricing-and-billing/pricing-overview.md)
* [Plans comparison](/replai-docs/features-by-tier/plans-comparison.md)
* [Multiple assistants](/replai-docs/pricing-and-billing/multiple-assistants.md)


---

# 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://replai-1.gitbook.io/replai-docs/pricing-and-billing/conversation-limits-and-overage.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.
