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

# Cookies Policy

Our Platform use cookies to distinguish you from other users of our sites. This helps KAIECO to continue providing individuals with a friendly positive user-experience when you browse our websites also known as the Platform. This allows us to improve our sites if needed.

By continuing to access the Platform, you are agreeing to our use of cookies, and the terms of this policy ("Cookie Policy"). A cookie is a small file of letters and numbers that we store on your browser or the hard drive of your phone or computer if you agree. Cookies contain information that is transferred to your device. We use the following cookies:

* **Strictly necessary cookies.** These are cookies that are required for the operation of our Platform. They include, for example, cookies that enable you to log into secure areas of our platform, use a shopping cart or make use of e-commerce payment processing services.
* **Analytical/performance cookies.** They allow us to recognize account for visitors and to see how any individual navigates our Platform when they are using it. This helps us to improve the way our Platform work, for example, by ensuring that users are finding what they are looking for easily.
* **Functionality cookies.** These cookies are used to recognize users when you return to our Platform/systems. They enable us to personalize our content for you, greet you by name and remember your preferences (for example, your choice of language or region).
* **Targeting cookies.** These cookies record your visit to our Platform, the pages you have visited and the links you have subscribed to.

Users must accept or decline the use of cookies before accessing certain parts of the Platform. Users can update and amend the use of cookies in your browser settings or cookies settings.


---

# 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://kai-eco.gitbook.io/terms/cookies-policy.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.
