> 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/mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/15.md).

# Art. 15 — Right of access by the data subject

1. The data subject shall have the right to obtain from the [controller](https://headlesslaw.com/definitions/gdpr/controller/) confirmation as to whether or not [personal data](https://headlesslaw.com/definitions/gdpr/personal-data/) concerning him or her are being processed, and, where that is the case, access to the personal data and the following information:
   1. the purposes of the [processing](https://headlesslaw.com/definitions/gdpr/processing/);
   2. the categories of personal data concerned;
   3. the recipients or categories of [recipient](https://headlesslaw.com/definitions/gdpr/recipient/) to whom the personal data have been or will be disclosed, in particular recipients in third countries or international organisations;
   4. where possible, the envisaged period for which the personal data will be stored, or, if not possible, the criteria used to determine that period;
   5. the existence of the right to request from the controller rectification or erasure of personal data or [restriction of processing](https://headlesslaw.com/definitions/gdpr/restriction-of-processing/) of personal data concerning the data subject or to object to such processing;
   6. the right to lodge a complaint with a [supervisory authority](https://headlesslaw.com/definitions/gdpr/supervisory-authority/);
   7. where the personal data are not collected from the data subject, any available information as to their source;
   8. the existence of automated decision-making, including [profiling](https://headlesslaw.com/definitions/gdpr/profiling/), referred to in [Article 22(1)](/mica.wtf/gdpr/chapter-iii-rights-of-the-data-subject-art.-12-23/22.md) and (4) and, at least in those cases, meaningful information about the logic involved, as well as the significance and the envisaged consequences of such processing for the data subject.
2. Where personal data are transferred to a third country or to an [international organisation](https://headlesslaw.com/definitions/gdpr/international-organisation/), the data subject shall have the right to be informed of the appropriate safeguards pursuant to [Article 46](/mica.wtf/gdpr/chapter-v-transfers-of-personal-data-to-third-countries-or-international-organisations-art.-44-50/46.md) relating to the transfer.
3. The controller shall provide a copy of the personal data undergoing processing. For any further copies requested by the data subject, the controller may charge a reasonable fee based on administrative costs. Where the data subject makes the request by electronic means, and unless otherwise requested by the data subject, the information shall be provided in a commonly used electronic form.
4. The right to obtain a copy referred to in paragraph 3 shall not adversely affect the rights and freedoms of others.


---

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