> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/getting-started/en/legal/cookies.md).

# Cookie Notice

Cookies are small text files stored in a visitor’s browser. They collect statistical data and enhance the browsing experience by improving site loading speed.

Cookies may contain data that qualifies as personal information (such as IP addresses or device identifiers). It is important to notify visitors about cookies to comply with personal data protection laws.

### How to enable Cookie Notice

* Go to the **Settings → Legal settings**.
* Enable **Show cookie consent banner** toggles in the **Visitor Notifications** section. Cookie notice can be activated both for a website and for galleries.

<figure><img src="/files/QlyGwYDxrEXtzUSLm7T2" alt="" width="563"><figcaption></figcaption></figure>

If a [privacy policy](/getting-started/en/legal/consent.md) is published, the banner will include a link to the document. If there is no policy, a notification text will be shown without a link.

**The notification text is not editable.**

### How it looks

The notification appears in the lower right corner and matches your website or gallery style.

<figure><img src="/files/xvfHDGcFu7OxM4PtiPJ2" alt=""><figcaption><p>Example of cookie notice on a website</p></figcaption></figure>

<figure><img src="/files/bOkYCe26cVaRHSDsgsYL" alt=""><figcaption><p>Example of cookie notice in a gallery</p></figcaption></figure>

{% hint style="info" %}
The setting **informs** visitors about cookie usage. To allow visitors to **manage** their cookie preferences, integrate a [cookie management service](/getting-started/en/legal/cookie-consent-manager.md). This is especially important if the website collects data from EU citizens, as GDPR regulations apply.
{% endhint %}


---

# 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://docs.wfolio.pro/getting-started/en/legal/cookies.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.
