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

# Plans and pricing

**In short:** a free plan plus three paid plans, Creator $35, Pro $69, and Enterprise $150 a month. Annual billing gives you two months free. Prices are in USD and billed through Dodo Payments, which handles tax automatically.

### The plans at a glance

|                       | Free         | Creator  | Pro      | Enterprise |
| --------------------- | ------------ | -------- | -------- | ---------- |
| Monthly               | $0           | **$35**  | **$69**  | **$150**   |
| Annual                | $0           | $350     | $690     | $1,500     |
| Voice profiles        | 1            | 3        | 4        | 6          |
| Credits per day       | 10           | 150      | 250      | 400        |
| audenAI               | not included | Standard | Standard | **Deep**   |
| Posts per day         | 3            | 20       | 40       | 80         |
| Threads per day       | none         | none     | 10       | 20         |
| Replies per day       | 10           | 150      | 300      | 500        |
| Media Studio (create) | no           | yes      | yes      | yes        |
| Post media / threads  | no           | no       | yes      | yes        |
| Growth Autopilot      | no           | no       | yes      | yes        |
| Analytics history     | 7 days       | 28 days  | 90 days  | all time   |
| Reports export        | no           | no       | no       | yes        |

### How to read the plans

**Free** is for trying VoiceMoat, not daily posting. Voice training, Engage, scheduling, and audenAI chat are paid features, so the free plan mostly lets you look around.

**Creator** ($35) is the everyday plan for one to three profiles: full voice training, drafting, replies, scheduling, analytics, and Media Studio.

**Pro** ($69) adds the things power users hit: threads, posting media to live posts, Growth Autopilot, deeper analytics, and higher daily limits.

**Enterprise** ($150) adds **audenAI Deep**, the most profiles, all-time analytics, report exports, and pay-what-you-want top-ups.

{% hint style="info" %}
**Creator can create media but not post it.** Generating memes and graphics is on every paid plan. Posting media or threads to a live post needs Pro or above. The two are separate on purpose.
{% endhint %}

### Credits, not seats

Each plan refills a **daily pool of credits** at midnight UTC (10, 150, 250, 400 for Free, Creator, Pro, Enterprise). Credits do not roll over. Most actions cost 1 credit; heavier ones cost a little more (a thread is 2, a full Improve pass is 5). This means your plan is measured by how much you do in a day, not by a fixed number of posts.

See Credits and the daily pool for the full cost table.

### audenAI comes in two tiers

* **Standard** (Creator and Pro) drafts in your voice from your trained profile.
* **Deep** (Enterprise) adds a deeper read of your voice, drift guardrails, and audience-aware suggestions.

The tier follows your plan; there is no switch to flip. See audenAI Standard vs Deep.

### Trying it before you pay

VoiceMoat offers a short **paid trial**: a small fee up front, a card on file, and it converts to the full plan at the end unless you cancel. It is not a free trial. Full terms are on Free trial.

### Adding profiles and credits

* Need more than the included profiles? You can buy **extra profile slots** on paid plans.
* Run out of credits in a day? Paid plans can buy **top-up** packs. See Top-up packs.

### Common questions

**Can I change plans later?** Yes, up or down. Billing is handled by Dodo Payments, and changes take effect on your next cycle.

**Do prices include tax?** Dodo Payments is the merchant of record and applies any tax (such as India GST) at checkout, so what you see at checkout is the final amount.

**What happens to my data if I downgrade to Free?** Your profiles and history stay. You just drop to the Free limits, and paid features lock until you upgrade 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://docs.voicemoat.com/getting-started/plans-and-pricing.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.
