> 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/privacy-statement/information-and-consent.md).

# Information & Consent

‍All users of the Kai Ecosystem are subject to this Privacy Statement and all the terms stipulated in herein. By using and accessing the Platform the user is considered to understand, acknowledge and accept this Privacy Statement in it's entirety and users agree to the way in which their personal data is collected and processed.

Furthermore, when accessing the Platform users understand all data derived from your navigation of our systems and any other data you may provide in the future will be used by kaieco to improve our products, services and systems also known as the Platform.

Any data collected in any webform on the Website and in any subsequent application or games including and not limited to other products or services are, in general, mandatory (unless otherwise specified in the required field) to fulfill the purposes for which they are being collected.

Consequently, if any information is incomplete; or are not provided; are not provided correctly, users understand and accept that this may affect their use and navigation of the Platform.<br>

Please read this Privacy Statement carefully before using or accessing the Platform.


---

# 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/privacy-statement/information-and-consent.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.
