> 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/features-by-tier/plans-comparison.md).

# Plans comparison

## Plans comparison

Replai has three customer plans.

They are **Answer**, **Agent**, and **Live**.

Each plan includes everything in the one before it.

### How do the plans compare?

| Capability                     | Answer | Agent | Live  |
| ------------------------------ | ------ | ----- | ----- |
| Grounded answers               | Yes    | Yes   | Yes   |
| Citation chips                 | Yes    | Yes   | Yes   |
| Suggested questions            | Yes    | Yes   | Yes   |
| Thumbs feedback                | Yes    | Yes   | Yes   |
| End-of-chat star review        | Yes    | Yes   | Yes   |
| Lead capture                   | Yes    | Yes   | Yes   |
| Replai Agent copilot           | No     | Yes   | Yes   |
| Take actions from chat         | No     | Yes   | Yes   |
| Custom HTTP actions            | No     | Yes   | Yes   |
| Connect your own tools (MCP)   | No     | Yes   | Yes   |
| Tool calling                   | No     | Yes   | Yes   |
| White-label                    | No     | Yes   | Yes   |
| Human handoff                  | No     | No    | Yes   |
| Queue and presence             | No     | No    | Yes   |
| Included conversations / month | 1,000  | 2,500 | 6,000 |

### What about seats?

**Live** includes 1 seat per Live assistant.

Extra seats cost **€48.99 / month** or **€489.99 / year**.

Only owners, admins, and staff hold seats.

### What about subscription prices?

Subscription prices can change.

Check the pricing page for the current monthly and annual amounts.

{% hint style="info" %}
A workspace can mix assistant tiers.

Each assistant is billed on its own plan.
{% endhint %}

### Which plan should you choose?

* Choose **Answer** for grounded self-serve answers.
* Choose **Agent** when your team should work from chat or hide Replai branding.
* Choose **Live** when you need Agent capabilities plus human handoff.

### Related links

* [Answer tier](/replai-docs/features-by-tier/answer-tier.md)
* [Agent tier](/replai-docs/features-by-tier/agent-tier.md)
* [Live tier](/replai-docs/features-by-tier/live-tier.md)
* [Replai Agent (in-product copilot)](/replai-docs/features-by-tier/replai-copilot.md)
* [Connecting your own tools (MCP)](/replai-docs/features-by-tier/connecting-your-own-tools-mcp.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/features-by-tier/plans-comparison.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.
