> 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/1.0-gdpr-rights-and-protections.md).

# 1.0 GDPR Rights & Protections

#### **1.1 Provisions of GDPR**

According to the provisions of the GDPR  you have the following rights in principle:

* Right to correction&#x20;
* Right to cancellation (“Right to be forgotten”)&#x20;
* Right to restriction of processing
* Right of notification – Obligation to notify in connection with the correction or deletion of personal data or limitation of processing&#x20;
* Right to data portability&#x20;
* Right to object&#x20;
* Right not to be subjected to a decision based solely on automated processing – including profiling&#x20;

#### **1.2 Who is responsible for the data processing and who can you contact?**

MYKOBO is aware that both the protection and the careful handling of your personal data are very important. MYKOBO will solely use the personal data provided by you in compliance with the applicable data protection requirements, this Privacy Policy and your consent.

MYKOBO is the controller and therefore responsible for the processing of personal data in connection with the services provided by our company.

If you have any questions in connection with the processing of your personal data and the exercising of your rights under GDPR, you can contact our privacy team: <privacy@mykobo.co>. Please note that for certain requests, we require further identification data from you (e.g. Passport, ID card, etc), in order to ensure that your personal data is only shared with you.


---

# 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/1.0-gdpr-rights-and-protections.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.
