> 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/billing/top-up-packs.md).

# Top-up packs

**In short:** on a busy day, paid plans can buy extra credits on top of the daily pool. Top-up credits are used after your daily pool and expire after 7 days.

### The packs

| Plan       | Top-up            | Price                         | Credits                  |
| ---------- | ----------------- | ----------------------------- | ------------------------ |
| Free       | not available     | –                             | –                        |
| Creator    | fixed pack        | $10                           | 100                      |
| Pro        | fixed pack        | $10                           | 150                      |
| Enterprise | pay what you want | $10 and up ($0.05 per credit) | amount ÷ 5 (minimum 200) |

Creator and Pro have a simple one-click pack. Enterprise can buy any amount at $0.05 per credit (for example, $20 buys 400 credits).

### How top-up credits work

{% hint style="info" %}
Top-up credits sit **on top** of your daily pool and are only used once the day's pool is spent. They **expire 7 days** after purchase, so buy them when you need them rather than stockpiling.
{% endhint %}

### Who can buy

Top-ups are for **paid subscribers**. Free plans cannot buy them. The trial cannot either, because a trial runs on a fixed block of credits rather than a daily pool.

### Common questions

**Do top-up credits roll over like a bank?** They last 7 days from purchase, then expire. Within that week they carry over day to day; after it, they are gone.

**Which gets used first, my pool or my top-up?** Your daily pool first, then your top-up. So a top-up only kicks in on days you exhaust the pool.

**Is there a bigger pack?** Creator and Pro have a single fixed pack; buy again if you need more. Enterprise sets its own amount at $0.05 per credit.


---

# 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/billing/top-up-packs.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.
