> For the complete documentation index, see [llms.txt](https://privacy.mykobo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://privacy.mykobo.co/untitled.md).

# 2.0 User Information

When you use MYKOBO, we collect information sent to us through your computer, mobile phone, or other access device. This includes personal data that you volunteer on forms which you submit to us and in emails that you send to us. In addition we automatically gather details of browser types and IP addresses of the users who visit our site. We do not release this information to any outside party, except in suspected fraud cases.

If you create an account or use MYKOBO, we may collect the following types of information:

#### **2.1 Contact information**

Your name, phone number, email address, date of birth and other similar information.

#### **2.2 Financial information**

Your full bank account and/or debit card details that you input when you use MYKOBO.

#### **2.3 Transaction and usage  information**

When you use MYKOBO we collect information about your transactions and your other activities on MYKOBO, we may continuously collect information about your computer, mobile device, or other access device for fraud prevention purposes, to monitor for possible breaches to MYKOBO, and to identify any malicious software or other activity that may harm MYKOBO or its users.

#### **2.4 Third party information**

You may choose to provide us with access to certain personal information stored by third parties such as social media sites like Facebook, Twitter, LinkedIn, Discord and Instagram. The information we have access to varies by site and is controlled by your privacy settings on that site and your authorisation. By associating an account managed by a third party with your MYKOBO account and authorising MYKOBO to this information, you agree that MYKOBO may collect, store, and use this information in accordance with this privacy policy.

#### **2.5 Customer support information**

Finally, we may collect additional information you may disclose to our customer support team in order to be able to support you with any kinds of requests that may arise.

#### **2.6. Storage of Information**

We recommend that you never send confidential data by e-mail. The legal basis, in accordance with  GDPR (lawfulness of processing), is that you give us consent to the processing of the data you have entered. You can revoke this consent at any time – an informal e-mail is sufficient, you will find our contact details in the imprint.


---

# 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://privacy.mykobo.co/untitled.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.
