> 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/cookie-consent-manager.md).

# Cookie Consent Management

If advanced cookie management with the option to reject certain cookies is required to be compliant with the legislation (e.g., GDPR—the General Data Protection Regulation in the EU), connect a third-party cookie management service.

Many of these services operate on a paid basis. This article lists platforms that offer free plans, but they may come with certain limitations.

### **Termly** ([termly.io](https://termly.io/products/cookie-consent-manager/))

**The number of visitors in the free plan:** up to 10,000 per month.

**Number of websites in the free plan:** 1.

**Pricing:** [**termly.io/pricing**](https://termly.io/pricing/)

### **CookieHub** ([cookiehub.com](https://www.cookiehub.com/))

**Number of sessions in the free plan:** up to 5,000 per month.

**The number of pages to scan in the free plan:** 50.

**Interface language:** English and others.

**Pricing:** [**www.cookiehub.com/pricing**](https://www.cookiehub.com/pricing)

***

### **How to connect Cookie Consent Manager**

* Sign up for one of the suggested services or choose another one.
* Set up the cookie consent manager according to the service's instructions.
* Copy the embed code provided by the service.
* Paste the embed code in the  **Service integration** section of the setting&#x73;**,** in the **Code in the \<head> tag** field.

{% hint style="info" %}
To **notify** website visitors about cookies without advanced cookie management, set up [cookie notifications](/getting-started/en/legal/cookies.md).
{% 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/cookie-consent-manager.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.
