> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/privacy-requests/privacy-request-widgets/create-new-privacy-request-widget.md).

# Create new privacy request widget

{% hint style="success" %}
**Access Type:** Privacy request widgets - Editor

**Premium Feature**: DSAR
{% endhint %}

A privacy request widget is an end-user facing form that allows an end-user to submit a Data Subject Access Request (DSAR). In this article, we will cover how to create a new privacy request widget.

{% hint style="warning" %}
**Note**: The directions in this article and section assume 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 %}

Click **Privacy Requests** on the left-hand panel and select the **Widgets** tab on the subsequent page.&#x20;

<figure><img src="/files/E84XNIFUPJ2F0UhQbQc6" alt="" width="563"><figcaption></figcaption></figure>

Click **Create a widget +** to add a new privacy request widget to the list.&#x20;

<figure><img src="/files/mKn02wkJeuN6hyRo3HFn" alt="" width="563"><figcaption></figcaption></figure>

A new privacy request widget with a **Draft** [publication status](/privacy-requests/privacy-request-widgets/privacy-request-widget-status-glossary.md) will be added to your organization's list.

<figure><img src="/files/9LR18x7PhVSgPgSx05zG" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.didomi.io/privacy-requests/privacy-request-widgets/create-new-privacy-request-widget.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.
