> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/generals/accounts/cancel-subscription.md).

# Cancel Subscription

Is the Kuasa system not suitable for your business? No need to worry, you can cancel your subscription at any time without any action required from the Kuasa team.

If you need any assistance, you can contact the Kuasa Team via <http://m.me/kuasa.io> for further help.

1. Log in to your account.
2. Click on any Kuasa products that you wish to cancel your subscription.

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

3. Click on the profile button.

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

4. Click 'My Subscription'.

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

5. Click 'Cancel My Account' to proceed with the cancellation.

<figure><img src="/files/7lwrIR7zjh9qfmzK3pOi" alt=""><figcaption></figcaption></figure>

6. Confirm and check the items stated as in the picture for our feedback. Then, click 'Cancel My Subscription' button to proceed with the cancellation.\
   \
   You may click 'Keep My Subscription' button if you wish to not proceed with the cancellation.

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


---

# 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://tutorials.kuasa.io/getting-started/generals/accounts/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.
