# Manage cookies consent

## What are cookies?

Cookies are small files that store information about a user visiting a website, for example their browsing history, site settings, etc.

> Cookies can be defined as a *series of information, usually small and identified by name, which can be transmitted to your browser by a website on which you connect. Your web browser will keep it for a certain period of time, and send it back to the web server each time you reconnect to it.*

The entry into application of the general data protection regulation (GDPR) on May 25, 2018, reinforced the requirements regarding the validity of consent Directive 2002/58/EC "privacy and electronic communications", or "ePrivacy". It provides in particular for the obligation, without exception, to collect the consent of users before any operation of writing or reading cookies and other trackers.

The compliance of cookie consent can be ensured by a cookie consent widget.

{% content-ref url="/pages/-M378oB2HodWBFfDdJsg" %}
[Implement a cookie consent widget](/en/features/gerer-le-consentement-aux-cookies/configuration-du-widget/implementez-un-widget-de-consentement-aux-cookies.md)
{% endcontent-ref %}


---

# 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://doc.dastra.eu/en/features/gerer-le-consentement-aux-cookies.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.
