> 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/deleting-account.md).

# Deleting account 🗑

Sometimes, it's just not meant to be - and that's okay. Users come and go, so it's important to recognize your solution is only for some and not for all.

For those who want to leave, make it as simple as possible. You can try to understand why they're leaving, but don't get too in the way.

* [ ] Show a link to delete account

  Don't make this difficult.

  This link should be visible in the profile or settings of a product. It should also be available in the support area.
* [ ] Politely ask for feedback

  It helps to know why somebody is choosing to leave. But, it should not be pressured or forcefully asked.

  Convey the request feedback to improve other people's experience and to also consider their personal reasons.
* [ ] Explain what it means to delete the account before confirming

  Be clear with what happens to the account and the information in it should a user close.

  Is all the data permanently deleted? Can they come back and restore their account? Is the deletion immediate, or can they use their account until a certain date?
* [ ] Confirm account has been deleted

  Now that their account is deleted and it's finally complete, embrace that! Be comfortable acknowledging they have left. Do not show any passive aggressiveness.


---

# 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/deleting-account.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.
