> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/billing/software/free-trial.md).

# Free Trial

Our one-week trial allows you to test every feature across all five of our software plans, helping you find the right fit before committing to a subscription.

The trial includes 25 free [Account Credits](/billing/billing/account-credits.md) for AI and other advanced features.

***

### Trial Limitations

To ensure you can fully explore the software, the only restriction is a daily limit: you cannot save more than **15 pictures per day** during the trial period.

A credit card is not required to start the trial. If you are happy with your settings and features, you can upgrade to a paid plan at any time to unlock unlimited uploads.

***

### Software Tiers

We offer five software tiers at different price points. Our more affordable tiers are designed for casual events, while our professional tiers include advanced tools for businesses—such as expanded branding, data collection, and security compliance.

You can find a full comparison of these features on our [**Pricing Page**](https://www.simplebooth.com/plans).

#### Switching Tiers During Your Trial

You can switch between the different software tiers at any time during your trial to see which features you need.

1. **Log In**: whenever you sign in, you will first land on your [dashboard home page](https://app.simplebooth.com/).
2. **Open Account Menu**: Click on your username or avatar in the top-right corner to expand the dropdown menu.
3. **Manage Trial**: Click the section labeled Trial Account.
4. **Change Tier**: Use the "..." (three dots) menu to select and activate a different software tier.

***

### Customizing Settings

Ready to start building your experience? Find detailed information about how to customize your photos and the rest of the photo booth experience in our [**HALO Customization Guide**](https://docs.simplebooth.com/customization-guide/).


---

# 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.simplebooth.com/billing/software/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.
