> 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/personal-information-and-collection.md).

# Personal Information & Collection

If you register on the Website and/or any official application connected to our systems, we will process the following information about you:

‍**Identification data:** This can include your full name, copy of your legal identity document, date of birth (age), gender and image.

**Contact information incl. communication data:** This can include individuals telephone number, e-mail address, mailing address and country of residence.

**‍IP Address:** This is your digital signature specific to each individual user.

**Browsing Data:** The Website and any other system or application servers may automatically detect your IP address, domain name, unique device identifier, browser fingerprint, device fingerprint and cookie IDs when you have set them in your browser.·     &#x20;

‍**Data we obtain from third parties:** At times we may obtain information from third parties such as personal data or information on international lists and databases including for and not limited to the prevention of money laundering and other criminal activities including terrorism financing.

‍**Your Wallet’s public address:** We collect Personal Wallet addresses for a variety of different reasons including and not limited to support, technical faults, security, rewards, and verification.

### **If you are not a registered user, but merely browse the Platform including Website, we will process the following information about you:**

‍**Browsing Data:** The Platform and it's servers may automatically detect your IP address, domain name, unique device identifier, browser fingerprint, device fingerprint and cookie IDs when you have set them in your browser.     &#x20;

‍**Email**: if you consent to receive our newsletter.


---

# 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/personal-information-and-collection.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.
