> For the complete documentation index, see [llms.txt](https://docs-en.dydu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.dydu.ai/other/data-protection.md).

# Data protection

GDPR requests can be accessed by clicking on the menu **GDPR** from the main menu.

Note: only administrators have access to this menu.

This page allows you to process made requests. You have access to a table to sort the requests related to the new GDPR regulations. The available elements are:

* Buttons **Send / Remove - Ignore** available for requests processing;
* Date of the request;
* Request Type (Get, Delete);
* Email;
* Customer ID;
* IP address of the requestor.

Note that a typical mail is received by users that you can customize the service name.

You also have the option to view already processed or inactive requests by checking **Show all requests**.

When you click **Send** or **Ignore**, a new window appears where you can add the reason for the request (for internal use). Click **Validate** to validate the query.

<figure><img src="/files/FivruiQUTMkVN5ewUVjH" alt=""><figcaption></figcaption></figure>

If you want to ignore the query, click the **Ignore** button. A refusal comment (for internal use) is then mandatory before the request can be validated.

Note: the user does not receive any notification when his request has been ignored.


---

# 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-en.dydu.ai/other/data-protection.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.
