> For the complete documentation index, see [llms.txt](https://docs.thinger.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thinger.io/about/cookie-policy.md).

# Cookie Policy

## Cookie Policy

**Last updated:** 03/03/2026

This Cookie Policy explains how **INTERNET OF THINGER S.L.** (“we”, “us”, “our”) uses cookies and similar technologies on **<https://thinger.io>** (the “Website”).

### 1) Controller

**Controller:** INTERNET OF THINGER S.L.\
**Tax ID/VAT:** ESB88230602\
**Contact:** <info@thinger.io>

For more information about how we process personal data and how to exercise your rights, please see our [**Privacy Policy**](/about/privacy-policy.md).

### 2) What are cookies?

Cookies are small text files stored on your device when you visit a website. They help the website function, remember preferences, and provide usage analytics. Cookies can be:

* **Session cookies** (deleted when you close your browser), or
* **Persistent cookies** (remain on your device for a defined period or until you delete them).

### 3) How we use cookies (categories)

We use the following categories of cookies:

* **Necessary cookies** (always active): required for the Website to function and for security-related features.
* **Functional cookies** (optional): enable additional features and improve functionality.
* **Analytics cookies** (optional): help us understand how visitors interact with the Website so we can improve it.

> We do not set non-essential cookies unless you give your consent. You can change your preferences at any time using the cookie settings available on the Website.

### 4) Legal basis

* **Necessary cookies:** legitimate interest in providing a secure, functional Website.
* **Functional and Analytics cookies:** your **consent**, which you can withdraw at any time.

### 5) Managing your choices

You can accept, reject, or customize cookies through our cookie banner / preference centre. You can also delete or block cookies using your browser settings. Please note that blocking some cookies may affect the Website’s functionality.

### 6) Third parties

Some cookies may be set by third-party providers (e.g., Google Analytics and Cloudflare). These providers may process data on our behalf. Where data is transferred outside the EEA, the safeguards described in our **Privacy Policy** apply.

### 7) Cookie list (name, purpose, provider, duration)

#### A) Necessary cookies

| Cookie              | Provider                         | Purpose                                                                                                                        | Duration       |
| ------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | -------------- |
| `cookieyes-consent` | CookieYes                        | Stores your consent preferences so they are respected on subsequent visits. It does not collect or store personal information. | **1 year**     |
| `elementor`         | thinger.io (WordPress/Elementor) | Enables real-time content editing and site functionality via the WordPress theme/builder.                                      | **Never**      |
| `__cf_bm`           | Cloudflare                       | Supports Cloudflare Bot Management and helps protect the Website from malicious traffic.                                       | **30 minutes** |

#### B) Functional cookies (optional)

| Cookie             | Provider | Purpose | Duration |
| ------------------ | -------- | ------- | -------- |
| *(Currently none)* |          |         |          |

#### C) Analytics cookies (optional)

| Cookie               | Provider                              | Purpose                                                                                 | Duration     |
| -------------------- | ------------------------------------- | --------------------------------------------------------------------------------------- | ------------ |
| `_ga`                | Google Analytics                      | Distinguishes users and generates statistical data about Website usage (anonymous).     | **2 years**  |
| `_gid`               | Google Analytics                      | Stores information on how visitors use the Website and generates analytics (anonymous). | **1 day**    |
| `_gat_UA-59416166-1` | Google Analytics / Google Tag Manager | Limits the rate of requests to Google Analytics.                                        | **1 minute** |

### 8) Changes to this policy

We may update this Cookie Policy from time to time. Any changes will be posted on this page and the “Last updated” date will be updated.

### 9) Contact

If you have questions about this Cookie Policy, contact us at **<info@thinger.io>**.


---

# 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:

```
GET https://docs.thinger.io/about/cookie-policy.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.
