# Privacy checklist

ngSurvey sets and uses the less possible data on the respondent's browser while taking the survey.

{% hint style="info" %}
If you have linked [Google Analytics](/form-management/form-designer/google-analytics.md) on your survey make sure to check as well Google Analytics latest cookie policies.
{% endhint %}

## Cookies

* None

## Localstorage

* **ngssurveysessionXXX** stores the unique code to resume the respondent session if [automatic save / resume](/form-management/form-designer/form-settings/progress-completion.md) as been enabled on the survey. XXX is replaced by the survey id.
* **ngscookieaccepted** keeps track if the user has accepted the cookie 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/privacy-checklist.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.
