# Privacy request implementation overview

Didomi offers the Privacy request feature to enable your organization to collect and manage end-users' Data Subject Access Request (DSAR). In this article, we will provide a general implementation path to create, configure, and launch the Didomi privacy request solution on a website.

* [Overview](#overview)
* [Console configuration](#console-configuration)
* [Embed privacy request widget](#embed-privacy-request-widget)

***

### Overview

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

### Console configuration

Use the table below to track the necessary configurations that need to be performed within the Didomi console before adding the required code onto your website.

<table><thead><tr><th width="43.1666259765625" data-type="number"></th><th width="234.416748046875">Step</th><th>Resource(s)</th></tr></thead><tbody><tr><td>1</td><td>Create privacy request widget</td><td><ul><li><a href="/pages/rxC3gY9myMVgTWe8PsKd">Create new privacy request widget</a></li><li><a href="/pages/BKyAVDWF0TDKBxFDR7pW">Edit privacy request widget</a></li></ul></td></tr><tr><td>2</td><td>Customize automated emails (optional)</td><td><ul><li><a href="/pages/mrnoGwWkfX05pKzDov2q">Customize automated end-user request emails</a></li></ul></td></tr></tbody></table>

### Embed privacy request widget

Once your privacy request widgets are configured and published, your organization can embed the required Didomi code onto your page.

{% hint style="warning" %}
**Note**: The resource below assumes your organization is creating and configuring your privacy request widget within the Didomi console which limits the deployment options. [Click here](/privacy-requests/privacy-request-widgets.md#didomi-console-vs-didomi-api) to learn more about the differences between utilizing the Didomi console vs the Didomi API and its impact on deployment. &#x20;
{% endhint %}

<table><thead><tr><th width="223.6666259765625">Step</th><th>Resource</th></tr></thead><tbody><tr><td>Embed</td><td><ul><li><a href="#embed-privacy-request-widget">Embed privacy request widget</a></li></ul></td></tr></tbody></table>


---

# Agent Instructions: 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.didomi.io/privacy-requests/introduction/privacy-request-implementation-overview.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.
