> For the complete documentation index, see [llms.txt](https://docs10.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs10.xenioo.com/basic-concepts/your-account/cancelling-your-subscription.md).

# Canceling your subscription

You can cancel your subscription with any Xenioo paid plan anytime you want.&#x20;

Just follow the steps below:

* Login to your Xenioo account
* Click on your avatar icon, on the upper right corner of the page
* Select "Account"
* Click on "Active Subscription" on the left menù
* You should now see your active paid plan and packages.
* Cancel your plan or remove the package you don't need anymore.

![](/files/-LpXY_kY4KgLibFtoVSp)

You can cancel your full plan or remove single packages.&#x20;

{% hint style="warning" %}
Please note that your canceled paid plan or package will be removed immediately. **If you cancel a paid plan, you will be downgraded to the Free plan**.
{% endhint %}

At the end of the month, you will **receive one last invoice for the current month's usage**. So for example, if you cancel your Starter plan on November 15, you will be charged for the 15 days the plan was still active.

Seeing you go is a sad moment for us but if you've found something better or anything you don't like we're sure we can improve! If you've decided to cancel your account please [let us know why](mailto:team@xenioo.com) and maybe we can help each other!


---

# 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://docs10.xenioo.com/basic-concepts/your-account/cancelling-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.
