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

# Free Trial

## Free Trial Details

* The free trial **lasts for 28 days**.
* During the trial, you have access to all GenStudio features.
* You have **100 member seats** during the trial.
* **No payment is required** to start the free trial.

## Trial Status

You can check your trial status in the billing section.

1. **Navigate to the Billing Section:** Go to the "Account" tab and then select "Billing".
2. **Trial Information:**
   * If you are currently in the trial, you will see the remaining days of your free trial and the end date.

     <figure><img src="/files/8vFcLE5WTQPtSOuOu5A1" alt=""><figcaption><p>Free Trial</p></figcaption></figure>
   * If the trial has ended, you will see a notification that your free trial is over and your access to GenStudio is blocked.

     <figure><img src="/files/Mw7FGv0Nubv8hVRShcKj" alt=""><figcaption><p>Free Trial Expires</p></figcaption></figure>

## What Happens After the Trial?

Once the free trial ends:

* Your access to GenStudio will be blocked.
* You will need to upgrade to a paid plan to continue using GenStudio.
* Your data will be retained, but you will not be able to access it until you upgrade.

## How to Upgrade

If your free trial has ended, you will be prompted to upgrade to a paid plan on the billing page. Please refer to the [Plans and Upgrades section](/control-center/billing/plans-and-upgrades.md) for more details on how to upgrade.

## Important Notes

* The free trial is only available once per account.
* You may be asked to provide payment information when you upgrade to a paid plan.

If you have any questions about the free trial, please contact <support@skydeck.ai> for assistance.


---

# 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.skydeck.ai/control-center/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.
