> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/en/features/gerer-les-exercices-des-droits/implementez-un-widget-dexercice-des-droits.md).

# Set up a data subject right request widget

## Process

The process of data subject right request via the widget is as shown in the diagram below:

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

## Setting up

DASTRA allows you to put a data subject right request widget directly on your website, that can be accessed by anyone via a simple button, as currently done on its [privacy policy](https://www.dastra.eu/en/legal/privacy-policy):

<figure><img src="/files/1nRDEzxqLvAwBDcmaakS" alt=""><figcaption></figcaption></figure>

By clicking on the "Access the online service" button, a window will appear, allowing the Internet user who wishes to make their request:

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

To set up such a widget, simply configure your widget using our right exercice widget editor functionality.

For more information on how to implement a rights exercise widget on your website, [**contact us**](https://www.dastra.eu/en/contact?type=Other)**.**

### Conditional logic (skip logic)

It is now possible to define **conditional display rules** on the fields of your DSR widget template: a field appears only if the answer to a previous question meets a defined condition.

These rules are interpreted dynamically on the respondent side — the form adjusts in real time as answers are entered.

This allows you to :

* Show or hide fields depending on the type of right exercised, the nature of the request, or any previous answer
* Manage multiple scenarios within a **single widget**, without creating and maintaining a separate form for each variant
* Reduce maintenance overhead when content evolves or compliance requirements change


---

# 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://doc.dastra.eu/en/features/gerer-les-exercices-des-droits/implementez-un-widget-dexercice-des-droits.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.
