> 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-ii-principles-art.-5-11/5.md).

# Art. 5 — Principles relating to processing of personal data

1. [Personal data](https://headlesslaw.com/definitions/gdpr/personal-data/) shall be:
   1. processed lawfully, fairly and in a transparent manner in relation to the data subject (lawfulness, fairness and transparency);
   2. collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further [processing](https://headlesslaw.com/definitions/gdpr/processing/) for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with [Article 89(1)](/mica.wtf/gdpr/chapter-ix-provisions-relating-to-specific-processing-situations-art.-85-91/89.md), not be considered to be incompatible with the initial purposes (purpose limitation);
   3. adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed (data minimisation);
   4. accurate and, where necessary, kept up to date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay (accuracy);
   5. kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with [Article 89(1)](/mica.wtf/gdpr/chapter-ix-provisions-relating-to-specific-processing-situations-art.-85-91/89.md) subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject (storage limitation);
   6. processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures (integrity and confidentiality).
2. The [controller](https://headlesslaw.com/definitions/gdpr/controller/) shall be responsible for, and be able to demonstrate compliance with, paragraph 1 (accountability).


---

# 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-ii-principles-art.-5-11/5.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.
