> For the complete documentation index, see [llms.txt](https://docs.avada.io/cookie-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avada.io/cookie-help-center/consent-activities/data-request.md).

# Data request

Hello there! We're so glad you're here. This guide is designed to help you navigate through our Privacy Policy process. It's pretty straightforward, but we'll walk you through it step by step. We promise it won't take long, and you'll be a pro in no time!

### Step 1: Entering Your Email[​](https://help.avada.app/cookie/how-to-receive-data-request/#step-1-entering-your-email) <a href="#step-1-entering-your-email" id="step-1-entering-your-email"></a>

First things first, you'll need to enter your email address in the designated field on our Privacy Policy page. Once you've done that, please go ahead and click the 'Submit' button

<figure><img src="/files/bkJlm1SGP1KhKPq7alSo" alt=""><figcaption><p>User right GDPR</p></figcaption></figure>

### Step 2: Confirming Your Submission[​](https://help.avada.app/cookie/how-to-receive-data-request/#step-2-confirming-your-submission) <a href="#step-2-confirming-your-submission" id="step-2-confirming-your-submission"></a>

After you've clicked 'Submit', a pop-up window will appear. Please confirm your submission by clicking 'Ok'

<figure><img src="/files/wDiEUt4P1PVPNdkOksJs" alt=""><figcaption><p>Confirm submission</p></figcaption></figure>

### Step 3: Checking Your Data Request[​](https://help.avada.app/cookie/how-to-receive-data-request/#step-3-checking-your-data-request) <a href="#step-3-checking-your-data-request" id="step-3-checking-your-data-request"></a>

Now, let's head over to the Data Request page. Here, you'll find all the emails and types of requests that have been saved. It's a good idea to check this page regularly to keep track of your requests.

And that's it! You've successfully navigated through our Privacy Policy process. If you have any questions or need further assistance, please don't hesitate to reach out. We're always here to help!


---

# 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.avada.io/cookie-help-center/consent-activities/data-request.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.
