> 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/free-trial.md).

# Free trial

**In short:** the trial gives you a paid plan for a few days. It is a **paid trial**: a small fee up front, a card on file, and it converts to the full plan at the end unless you cancel. You can only trial once.

### How the trial works

You pick a plan to trial, and the fee and length follow from it:

| Trial                   | Up-front fee | Length | Experience    |
| ----------------------- | ------------ | ------ | ------------- |
| Creator trial           | $1           | 3 days | Creator-level |
| Pro or Enterprise trial | $5           | 7 days | Pro-level     |

You pay the small fee now, VoiceMoat keeps a card on file, and at the end of the window it **charges the full plan price and continues** unless you cancel first.

{% hint style="warning" %}
This is not a free trial. A card is required, and the trial auto-converts to the paid plan at the end. Cancel before the window ends if you do not want to continue.
{% endhint %}

### What you get during the trial

* A block of credits for the trial (100 for the $1 trial, 250 for the $5 trial), which is a fixed amount for the window rather than a daily refill.
* **audenAI Deep**, so you can feel the top tier of the voice model.
* The plan's features, minus the Enterprise-only extras (report export, team perks) and minus buying top-ups (there is no daily pool to top up during a trial).

The small fee comes back to you as **bonus credits** if you convert, so it is effectively credited toward your first paid stretch.

### You can only trial once

{% hint style="info" %}
The trial is once per person, ever. VoiceMoat checks a few things (your account, the specific social profile, and your email) so the trial cannot be reset by reconnecting an account or signing up again. Once you have trialed, connecting another profile just shows a "pick a plan" prompt instead of another trial.
{% endhint %}

### Common questions

**Will I be charged if I do nothing?** Yes. The trial converts to the full plan at the end of the window. Cancel before then to avoid the charge. See Cancel and refund.

**Why is there a fee at all?** The small fee (returned as credits on conversion) verifies a real card and cuts down on abuse, which keeps the product sustainable and the trial genuinely at the paid experience.

**Can I trial Enterprise?** Yes; an Enterprise trial runs on the $5, 7-day track and continues onto Enterprise if you do not cancel.


---

# 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/free-trial.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.
