> For the complete documentation index, see [llms.txt](https://docs.klai.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klai.studio/engineering-reference-docs/software-testing-overview/ux-ui-checklist/flows/canceling-subscription.md).

# Canceling subscription 🛑

Similar to closing an account, a user can decide to end their experience and stop paying for your product. Just because they're leaving doesn't mean we can't give them a graceful exit. It's important to make a cancellation obvious to find and easy to travel through.

* [ ] Show a link in account details

  This doesn't have to be the first or most prominent link, but it should be clearly visible. If you're unsure about including it on the account page, it's suitable to place on the billing settings.
* [ ] Confirm intent to cancel

  Sometimes, a user miskicks. So it's okay to ask if they're sure they want to make this choice, and not just automatically canceling their subscription.
* [ ] Request a reason for canceling (optional)

  It can be helpful to receive feedback on why a user is canceling. Too expensive? Competitor preferred? Just don't need it anymore?

  It's an easy way to start identifying the key factors affecting churn.
* [ ] Confirm subscription has been cancelled

  Now that it's canceled, make sure you tell the user when their subscription is active until.


---

# 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:

```
GET https://docs.klai.studio/engineering-reference-docs/software-testing-overview/ux-ui-checklist/flows/canceling-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
