# Introduction

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

Most privacy regulations provide a data subject with certain rights pertaining to their data such as a right to access or to request deletion of their data. Collectively, these rights are known as Data Subject Access Requests (DSAR) and it is an important facet of privacy laws such as the General Data Protection Regulation (GDPR) and the Consumer Privacy Rights Act (CPRA) in California.&#x20;

A data subject's rights correspond to the rights granted to them by the state or country has passed a data privacy law. Data subjects must typically take some action, such as submitting a privacy request, to exercise their data rights.&#x20;

Any data subject (that is, anyone whose personal data your company has collected and stored) may submit a DSAR, so long as they are protected by an applicable regulation. Generally, data subjects are customers or end-users, such as e-commerce clients, but can also include employees, former employees, contractors, suppliers, sales prospects, etc…&#x20;

Some of the key rights granted to data subjects via privacy laws include:

* **The right of access** (or right to know): The right for a data subject to find out what personal data a company holds on them and to receive a copy of the data held.
* **The right of deletion**: The right for a data subject to erase the personal information that a company has collected from them.
* **The right to opt-out**: The right for a data subject to withdraw their consent to the processing of their personal information (e.g., a request to “do not sell” my personal data).

Didomi offers the Privacy request feature to enable your organization to collect and manage end-user DSARs.&#x20;


---

# 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.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.
