> 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/guidelines.md).

# Guidelines (EDPB)

The Level 3 layer for the GDPR: guidelines and recommendations adopted by the European Data Protection Board (EDPB), plus Article 29 Working Party documents the EDPB has endorsed. EDPB material is interpretive soft law — it is not itself binding legislation, but supervisory authorities apply it consistently.

This is a **deliberately curated core**, not the full EDPB corpus (curation rationale: `_research/platform/gdpr-l3-curation-2026-07.md` in the repo). Each document below has a hosted page with source links and status.

| Document                                                                  | Status                    | Page                                                                                                                                |
| ------------------------------------------------------------------------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| WP260 rev.01 — Transparency under Regulation 2016/679                     | EDPB-endorsed WP29        | [EDPB WP260](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-wp260-transparency.md)                        |
| Guidelines 05/2020 — Consent                                              | Adopted (final)           | [EDPB 05/2020](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-05-2020-consent.md)                         |
| Guidelines 07/2020 — Controller and processor                             | Final                     | [EDPB 07/2020](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-07-2020-controller-processor.md)            |
| Guidelines 1/2024 — Legitimate interest (Article 6(1)(f))                 | Public-consultation draft | [EDPB 1/2024](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-01-2024-legitimate-interest.md)              |
| WP248 rev.01 — Data Protection Impact Assessment                          | EDPB-endorsed WP29        | [EDPB WP248](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-wp248-dpia.md)                                |
| Guidelines 9/2022 — Personal data breach notification                     | Final                     | [EDPB 9/2022](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-09-2022-breach-notification.md)              |
| Guidelines 01/2022 — Right of access                                      | Final                     | [EDPB 01/2022](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-01-2022-right-of-access.md)                 |
| Recommendations 01/2020 — Supplementary transfer measures                 | Final                     | [EDPB 01/2020](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-01-2020-supplementary-transfer-measures.md) |
| Guidelines 4/2019 — Data protection by design and by default (Article 25) | Final                     | [EDPB 4/2019](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-04-2019-data-protection-by-design.md)        |
| Guidelines 01/2025 — Pseudonymisation                                     | Public-consultation draft | [EDPB 01/2025](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-01-2025-pseudonymisation.md)                |

Related (ePrivacy, frequently read together with GDPR consent material): [Guidelines 2/2023 — Technical scope of Article 5(3) of the ePrivacy Directive](https://github.com/jakesenfti/micawtf/blob/main/eu-level/guidelines/edpb-02-2023-eprivacy-article-5-3-technical-scope.md).


---

# 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/guidelines.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.
