> For the complete documentation index, see [llms.txt](https://docs.getdor.com/dtm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdor.com/dtm-docs/dtm-app/user-data/user-data-deletion-request-guide.md).

# User data deletion request Guide

This guide provides detailed instructions on how you can submit a request to have your account permanently deleted from our systems.

### Steps to Request Data Deletion

Follow these steps to request the deletion of your account and associated data:

1. **Accessing the Request Form:**
   * Visit our data deletion request page <https://www.getdor.com/contact-us>
2. **Filling Out the Request Form:**
   * Enter your account details, including your registered email address and name.
   * Select the "Support" option from the dropdown
   * In the text, add "User data deletion request".
3. **Submitting the Request:**
   * After filling out the form, click the 'Submit' button.
   * You will receive a confirmation email at your registered email address.
4. **Awaiting Confirmation:**
   * Once your request is submitted and confirmed, our team will process it.

### Data Deletion Details

Upon processing your request, the following data will be deleted:

* Personal Information: Includes your name, email address, and phone number.
* Account Data: Includes your user preferences, settings, and history.

### Additional Information

For any questions or additional assistance regarding the data deletion process, please contact our support team at <https://www.getdor.com/contact-us>.


---

# 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://docs.getdor.com/dtm-docs/dtm-app/user-data/user-data-deletion-request-guide.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.
