> For the complete documentation index, see [llms.txt](https://helpdesk.smaply.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.smaply.app/account-and-team/billing-and-plans/how-to-cancel-subscription.md).

# How to cancel subscription

Cancel a paid plan at any time from Account settings. Your account stays active on its current plan until the end of the billing cycle, then moves to the free plan. You are not billed again.

{% hint style="warning" icon="list-check" %}

#### Prerequisites

You need Admin permissions at the account level. Cancellation is done in Account settings.
{% endhint %}

#### Cancel your subscription

{% stepper %}
{% step %}
**Open Account settings**

Click your account name at the top of the left sidebar, then open **Account settings**.
{% endstep %}

{% step %}
**Click Cancel subscription**

Find your current plan and click **Cancel subscription**.
{% endstep %}

{% step %}
**Confirm the cancellation**

Type **CANCEL** to confirm, then submit. Your plan stays active until the end of the current billing cycle.
{% endstep %}
{% endstepper %}

#### What happens after you cancel

* Your account returns to the **free** plan at the end of the billing cycle, and you are not charged again.
* Free-plan limits apply again (for example, up to 10 journey maps and personas, and a single personal workspace). If you are over those limits, archive or remove content to fit.
* Cancelling does not delete your data. If you want to remove your account and its data entirely, see [How to delete your account](/account-and-team/billing-and-plans/how-to-delete-your-account.md) instead.

{% hint style="success" %}
Changed your mind? You can [upgrade again](/account-and-team/billing-and-plans/how-to-upgrade-or-downgrade.md) at any time, before or after the downgrade takes effect.
{% endhint %}

#### Related topics

<table data-column-title-hidden data-view="cards"><thead><tr><th>Article</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How to upgrade or downgrade</strong></td><td>Move to a paid plan or change tiers, and adjust your seats.</td><td><a href="/pages/0SirL7EgmpC7vVsowZHs">/pages/0SirL7EgmpC7vVsowZHs</a></td></tr><tr><td><strong>How to delete your account</strong></td><td>Permanently remove your account and its data, instead of just cancelling.</td><td><a href="/pages/cNu4J8RBZoWdfKsWSCfN">/pages/cNu4J8RBZoWdfKsWSCfN</a></td></tr><tr><td><strong>What is included in each plan</strong></td><td>See what the free plan includes once your subscription ends.</td><td><a href="/pages/cVo65js50L1JDRFJTSTu">/pages/cVo65js50L1JDRFJTSTu</a></td></tr></tbody></table>


---

# 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://helpdesk.smaply.app/account-and-team/billing-and-plans/how-to-cancel-subscription.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.
