> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/deploy/use-n8n-cloud/start-your-free-trial.md).

# Start your free trial

When you create a new n8n cloud trial, you have 14 days to try all the features of the [Pro plan](https://n8n.io/pricing/), including:

* Global variables
* Insights dashboard
* Execution search
* 5 days workflow history to rollback

The trial gives you Pro plan features with limits of 1000 executions and the same computing power as the [Starter plan](https://n8n.io/pricing/).

## Upgrade to a paid account <a href="#upgrade-to-a-paid-account" id="upgrade-to-a-paid-account"></a>

You can upgrade to a paid n8n account at any time. To upgrade:

1. Log in to your account.
2. Click the **Upgrade** button in the upper-right corner.
3. Select your plan and whether to pay annually or by the month.
4. Select a payment method.

## Trial expiration <a href="#trial-expiration" id="trial-expiration"></a>

If you don't upgrade by the end of your trial, the trial will automatically expire and your workspace will be deleted.

{% hint style="info" %}
**Download your workflows**

You can [download your workflows](/deploy/use-n8n-cloud/download-workflows.md) to reuse them later. You have 90 days to download your workflows after your free trial ends.
{% endhint %}

### Cancelling your trial <a href="#cancelling-your-trial" id="cancelling-your-trial"></a>

You don't need to cancel your trial. Your trial will automatically expire at the end of the trial period and no charges will occur. All your data will be deleted soon after.

## Enterprise trial <a href="#enterprise-trial" id="enterprise-trial"></a>

You can contact the sales team if you want to test the [Enterprise plan](https://n8n.io/pricing/), which includes features such as:

* SSO SAML and LDAP
* Different environments
* External secret store integration
* Log streaming
* Version control using Git

Click the **Contact** button on the [n8n website](https://n8n.io/pricing/).


---

# 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.n8n.io/deploy/use-n8n-cloud/start-your-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.
