> For the complete documentation index, see [llms.txt](https://mazingxr.gitbook.io/mazing-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mazingxr.gitbook.io/mazing-world/manage-your-plan/cancel-plan.md).

# Cancel Plan

### 🔑 Step 1: Log in to your account

First, log in to your **Mazing World Account**.\
Only then can you access your active subscription and billing settings.

### ⚙️ Step 2: Select “Manage Plan”

Once you are logged in, you’ll see your dashboard.\
On the left-hand side menu, click on **Manage Plan**.

👉 Tip: You’ll find the button right below your AI credits display.

<figure><img src="/files/dXhAnS3nuM6IWvuULb2a" alt=""><figcaption></figcaption></figure>

### 📑 Step 3: Open your subscription page

After clicking, you’ll be redirected to your **Mazing subscription page**.\
Here you can review your current plan, pricing, and billing details.

### 🛑 Step 4: Cancel your subscription

On the subscription page, you’ll have the option to either **update** or **cancel** your plan.\
To cancel, simply click on **Cancel Subscription**.

Once confirmed, your subscription will remain active until the end of your current billing cycle, and then it will end automatically.

<figure><img src="/files/ML4dSoHpEvm7YKceL3mZ" alt=""><figcaption></figcaption></figure>

### ℹ️ A few notes

* You can reactivate your subscription at any time if you decide to return.
* Until the end of your billing period, you’ll still have full access to all Mazing features.
* If you need help or run into issues, our **support team** is always there for you.

***

✨ That’s it – you’ve successfully canceled your Mazing subscription.


---

# 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://mazingxr.gitbook.io/mazing-world/manage-your-plan/cancel-plan.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.
