> For the complete documentation index, see [llms.txt](https://docs.able.bio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.able.bio/deleting-your-account.md).

# Deleting your account

We've gone through a lot of care to make sure that when you delete your Able account, all of your data is properly deleted.

{% hint style="info" %}
Before deleting your account you might want to [download your data](https://docs.able.bio/exporting-your-data).
{% endhint %}

### How to delete your account

While logged in to your Able account:

1. from the Able homepage, click on your profile picture at the the top right.
2. select **Settings**
3. select **Account** from the settings side menu
4. under Account settings, click **Delete account**
5. you will be prompted to confirm that you want to delete your account.

### What happens when you delete your account

Once you have confirmed that you would like to delete your account, the following happens:

1. you are immediately logged out
2. your account is deactivated and marked for deletion
3. a background job will shortly proceed to delete all of your data from our production database
4. if any people have replied to comments you have posted on Able, then your comments with replies will have your user removed as the author and the comment text is replaced with a message that says 'Deleted'. This makes sure that the comment thread remains intact.
5. all images you've ever uploaded to Able are deleted
6. all images and posts are purged from our edge cache
7. you will be sent an email to confirm that your account has been deleted
8. within a few days your any database backups that contain your data will expire and be deleted

### Reporting issues

If you experience any issues with deleting your accounts, please email <hello@able.bio> or raise an issue in our [suggestion box](https://github.com/able-bio/suggestion-box/issues) on GitHub.


---

# 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.able.bio/deleting-your-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.
