> For the complete documentation index, see [llms.txt](https://www.mica.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23.md).

# Chapter III — Rights of the data subject (Art. 12–23)

- [Art. 12 — Transparent information, communication and modalities for the exercise of the rights of the data subject](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/12.md): GDPR Article 12 — Transparent information, communication and modalities for the exercise of the rights of the data subject. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 13 — Information to be provided where personal data are collected from the data subject](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/13.md): GDPR Article 13 — Information to be provided where personal data are collected from the data subject. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 14 — Information to be provided where personal data have not been obtained from the data subject](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/14.md): GDPR Article 14 — Information to be provided where personal data have not been obtained from the data subject. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 15 — Right of access by the data subject](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/15.md): GDPR Article 15 — Right of access by the data subject. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 16 — Right to rectification](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/16.md): GDPR Article 16 — Right to rectification. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 17 — Right to erasure (right to be forgotten)](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/17.md): GDPR Article 17 — Right to erasure (right to be forgotten). Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 18 — Right to restriction of processing](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/18.md): GDPR Article 18 — Right to restriction of processing. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 19 — Notification obligation regarding rectification or erasure of personal data or restriction of processing](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/19.md): GDPR Article 19 — Notification obligation regarding rectification or erasure of personal data or restriction of processing. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 20 — Right to data portability](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/20.md): GDPR Article 20 — Right to data portability. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 21 — Right to object](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/21.md): GDPR Article 21 — Right to object. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 22 — Automated individual decision-making, including profiling](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/22.md): GDPR Article 22 — Automated individual decision-making, including profiling. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.
- [Art. 23 — Restrictions](https://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/23.md): GDPR Article 23 — Restrictions. Regulation (EU) 2016/679, Chapter III — Rights of the data subject.


---

# 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://www.mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23.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.
