> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/frequently-asked-questions/how-to-cancel-your-subscription.md).

# How to Cancel Your Subscription

Cancel your ImagineArt subscription from the web or mobile app. Your access stays active until the end of your current billing period.

### Cancelling on the web

{% stepper %}
{% step %}

#### Sign in to your account

Go to [imagine.art](https://www.imagine.art) and sign in with your credentials.

<figure><img src="/files/qMMQfLBFuVvmsBY2RfLV" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Open Settings

Click your profile picture in the top-right corner. Then open **Settings** from the dropdown menu.

<figure><img src="/files/EHttpV4rVLDdPEWhXWhi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Manage Plan and Billing

Open the **Plan and Billing** section.

<figure><img src="/files/64NSQnRFSebdnp1s5zNp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Locate **Danger Zone**

Scroll down until you reach **Danger Zone**.

<figure><img src="/files/bjp3pObUBtORyZsx9sQ5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Cancel and confirm

Click the cancel option. Then follow each prompt until you see the cancellation confirmation.

<figure><img src="/files/HwqtEpfwxT70tmvUc2oi" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Mobile and web subscriptions

Mobile and web subscriptions are linked. Cancelling on either platform updates the other automatically.

To sync your accounts, sign in at [imagine.art](https://www.imagine.art) with the same email address linked to your Apple App Store or Google Play account.

If you subscribed through the iOS App Store or Google Play and have trouble cancelling, contact the ImagineArt support team.

### What happens after cancellation

* Your subscription features stay active until the end of your current billing period.
* You are not charged again unless you resubscribe.
* You can restart your subscription at any time from your account dashboard.

### Need help?

If you run into any issues, contact <support@imagine.art>.


---

# 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://help.imagine.art/frequently-asked-questions/how-to-cancel-your-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.
