# Privacy

Handing privacy is an important part of the data collection process and ngSurvey offers several features to let you customize the way you set your policies and notify your respondents about it. Using the privacy tab you can setup following policies.

{% hint style="info" %}
Privacy options can also be set globally for all accounts and surveys from the [sytem settings](/installation-setup/system-settings.md) page.
{% endhint %}

## 🕶️ **GDPR**&#x20;

Enabling the GDPR will enable a link that will be displayed on each of your survey pages footer. This link will open a dialog that will show to the respondent your [GDRP](https://gdpr.eu/what-is-gdpr/) policy.

![](/files/-MOAhdQavyt8zzrljMa_)

## 🔅 GDRP properties

* **`Popup link label`** label of the link that will be displayed on the survey footer.
* **`Popup title`** title displayed in the header of the policy dialog window.
* **`GDPR policy`** your company GDPR policy.

{% hint style="warning" %}
If you're collecting data from EU based respondents it is mandatory to comply with GDPR and setup a GDRP policy on your surveys that informs about the respondents rights and let them know a focal point where they can ask for access, deletion or modification of their personal collected data.
{% endhint %}

## 🍪 **Cookie consent**

Enabling cookie consent will display a banner on the bottom of the respondent's browser that will let him display your company cookies policy in a dialog window. You may check out the [privacy checklist](/form-management/form-designer/form-settings/privacy/privacy-checklist.md) to see the information ngSurvey sets on the respondent browser.

![](/files/-MOAkOIebJmRr7wYCZa_)

## 🔅 Cookie consent properties

* **`Banner text`** text that will be displayed in the footer's banner.
* **`Popup title`** title displayed in the header of the cookie consent dialog window.
* **`Consent policy`** your company cookie consent policy.


---

# 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.ngsurvey.com/form-management/form-designer/form-settings/privacy.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.
