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

# Free 7-day trial

## Free 7-day trial

Every new workspace starts with a 7-day trial.

You add a card at signup.

Replai does not charge the card during the trial.

### What happens during the trial?

You can set up assistants, connect sources, and test the widget.

Trial access uses normal product behavior.

It is not a reduced sandbox.

### When does billing start?

Billing starts when the 7-day trial ends.

Replai auto-charges the saved card unless you cancel first.

A reminder email is sent about 24 hours before the trial ends.

### Can you cancel before being charged?

Yes.

You can cancel at any time during the trial.

If you cancel before the end, no subscription charge is taken.

### What if the trial ends without a subscription?

The workspace is paused.

Assistants stop serving new conversations until you subscribe.

Your setup stays in place.

### Related links

* [Pricing overview](/replai-docs/pricing-and-billing/pricing-overview.md)
* [Plans comparison](/replai-docs/features-by-tier/plans-comparison.md)
* [FAQ](/replai-docs/faq-and-troubleshooting/faq.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/free-7-day-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.
