# Privacy request widgets

{% hint style="success" %}
**Premium Feature**: DSAR
{% endhint %}

A privacy request widget is an end-user facing form that is embedded on your organization's website so that end-user's can submit their Data Subject Access Request (DSAR). Each privacy request widget is comprised of two screens:

* Privacy right selection
* Email verification

{% hint style="info" %}
Screens are navigable from the Didomi console by using the provided buttons to simulate an end-user action.
{% endhint %}

<div><figure><img src="/files/rjiRQCsKoBnlzUMJDI82" alt=""><figcaption></figcaption></figure> <figure><img src="/files/vdUDdFOa7aVhaDfIs5C1" alt="" width="563"><figcaption></figcaption></figure></div>

### Didomi console vs Didomi API

All actions performed within the Didomi console can be performed via the Didomi API, this includes the creation, configuration, and deployment of your organization's privacy request widgets. A key difference between the two methods is the deployment options available. Refer to the table below for more information on how your method of creating and configuring a privacy request widget impacts your deployment options:

<table><thead><tr><th width="148">Method</th><th>Deployment options</th></tr></thead><tbody><tr><td>via console</td><td>Privacy request widgets can only be embedded</td></tr><tr><td>via API</td><td>Privacy request widgets can be embedded or a hosted page (either managed or custom domain)</td></tr></tbody></table>

{% hint style="warning" %}
**Note**: The documentation provided in this section assumes that your organization is creating and configuring your privacy request widget within the Didomi console. For more information on using the Didomi API to create and configure a privacy request widget please [click here](https://developers.didomi.io/api-and-platform/widgets/privacy-widgets/create-a-widget).&#x20;
{% endhint %}


---

# 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/privacy-request-widgets.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.
