From 1be08c05641279eb288ab49f6cfa46662aff6999 Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Thu, 30 Jul 2026 07:20:01 +0200 Subject: [PATCH 1/2] after the trial --- docs/register-account.md | 2 +- docs/trial.md | 22 ++++++++++++++++++++++ sidebars.js | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 docs/trial.md 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', From 177d73aaae8e3e73c7f0cf84ec2be16b5ec368f4 Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Thu, 30 Jul 2026 07:22:30 +0200 Subject: [PATCH 2/2] front --- docs/introduction.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.