diff --git a/docs/introduction.md b/docs/introduction.md
index efdde90a..c9845d39 100644
--- a/docs/introduction.md
+++ b/docs/introduction.md
@@ -94,7 +94,8 @@ import CtaBox from '@site/src/components/CtaBox';
Billing
Manage your subscription, invoices and plan.
-- Trial to paid: what happens when your trial ends
+- How the free trial works: no credit card, no automatic charges
+- Trial to paid: upgrade to a subscription
- Subscription plans: what's included at each tier
- Change plan: upgrade or downgrade your subscription
- Download invoices: access your billing history
diff --git a/docs/register-account.md b/docs/register-account.md
index b65d323c..d7c40234 100644
--- a/docs/register-account.md
+++ b/docs/register-account.md
@@ -5,7 +5,7 @@ description: "Sign up for Plausible Analytics. Includes a free 30-day trial with
import useBaseUrl from '@docusaurus/useBaseUrl';
-To use Plausible Analytics, you need to [register an account](https://plausible.io/register). To explore the product, we offer you a free 30-day trial. No credit card is required to sign up for the trial.
+To use Plausible Analytics, you need to [register an account](https://plausible.io/register). To explore the product, we offer you a free 30-day trial. No credit card is required to sign up for the trial, so there are no automatic charges when the trial ends. See [how the free trial works](trial.md) for details.
You can test all the different features and use Plausible on multiple sites during the trial. Plausible is so lightweight that you can run it alongside Google Analytics without any negative impact on your site's performance.
diff --git a/docs/trial.md b/docs/trial.md
new file mode 100644
index 00000000..185043da
--- /dev/null
+++ b/docs/trial.md
@@ -0,0 +1,22 @@
+---
+title: How the free trial works
+description: "How the Plausible Analytics 30-day free trial works. No credit card required, no automatic charges when the trial ends and you can delete your account at any time."
+---
+
+Every Plausible account starts with a free 30-day trial. During the trial you have access to all Business plan features and limits, so you can explore the full product before choosing a plan.
+
+## No credit card, no automatic charges
+
+We don't ask for a credit card when you [register](register-account.md). There's no payment method on file, so we can't charge you. Your trial never converts into a paid subscription automatically.
+
+This also means there's nothing to cancel. If you don't want to continue after the trial, you don't need to do anything.
+
+## What happens when the trial ends
+
+If you haven't subscribed by the end of the trial, your dashboard is locked and we stop counting your stats. You can still log in to your account.
+
+[Upgrade to a paid subscription](trial-to-paid.md) to unlock your dashboard. All stats collected during your trial are kept. Nothing is reset when you upgrade.
+
+## Delete your account at any time
+
+You can [delete your account](delete-account.md) with a few clicks at any point, during or after the trial. Go to **Account Settings**, scroll to the **Danger zone** section and click **Delete Account**. This removes all your sites and collected stats.
diff --git a/sidebars.js b/sidebars.js
index a63db78e..7deb3b12 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -130,6 +130,7 @@ module.exports = {
}
],
'Billing': [
+ 'trial',
'trial-to-paid',
'subscription-plans',
'change-plan',