> 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/data-act/readme.md).

# Data Act

Data Act: full text of Regulation (EU) 2023/2854 with per-article pages and paragraph anchors.

**Regulation (EU) 2023/2854** — of the European Parliament and of the Council of 13 December 2023 on harmonised rules on fair access to and use of data and amending Regulation (EU) 2017/2394 and Directive (EU) 2020/1828 (Data Act)

The full text is available article by article, one page per article (`articles/<number>`). Every numbered paragraph and point carries a stable anchor (`#p-3` for paragraph 3, `#p-3-a` for its point (a)), so any provision can be cited with a direct link. The English consolidated manifestation from CELLAR is reproduced verbatim; the official text remains the EU publication at [EUR-Lex](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:02023R2854-20231222).

## Structure

| Chapter / Section                                                                                                                                                                                                                                                          | Articles   |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| [Chapter I — General provisions](/data-act/chapter-i-general-provisions-art.-1-2/1.md)                                                                                                                                                                                     | Art. 1–2   |
| [Chapter II — Business-to-consumer and business-to-business data sharing](/data-act/chapter-ii-business-to-consumer-and-business-to-business-data-sharing-art.-3-7/3.md)                                                                                                   | Art. 3–7   |
| [Chapter III — Obligations for data holders obliged by Union law to make data available](/data-act/chapter-iii-obligations-for-data-holders-obliged-by-union-law-to-make-data-available-art.-8-12/8.md)                                                                    | Art. 8–12  |
| [Chapter IV — Unfair contractual terms related to data access and use between enterprises](/data-act/chapter-iv-unfair-contractual-terms-related-to-data-access-and-use-between-enterprises-art.-13/13.md)                                                                 | Art. 13    |
| [Chapter V — Making data available to public sector bodies, the Commission, the European Central Bank and Union bodies based on an exceptional need](/data-act/chapter-v-making-data-available-to-public-sector-bodies-the-commission-the-european-central-bank-and/14.md) | Art. 14–22 |
| [Chapter VI — Switching between data processing services](/data-act/chapter-vi-switching-between-data-processing-services-art.-23-31/23.md)                                                                                                                                | Art. 23–31 |
| [Chapter VII — Unlawful third country government access and transfer of non-personal data](/data-act/chapter-vii-unlawful-third-country-government-access-and-transfer-of-non-personal-data-art.-32/32.md)                                                                 | Art. 32    |
| [Chapter VIII — Interoperability](/data-act/chapter-viii-interoperability-art.-33-36/33.md)                                                                                                                                                                                | Art. 33–36 |
| [Chapter IX — Implementation and enforcement](/data-act/chapter-ix-implementation-and-enforcement-art.-37-42/37.md)                                                                                                                                                        | Art. 37–42 |
| [Chapter X — Sui generis right under Directive 96/9/EC](/data-act/chapter-x-sui-generis-right-under-directive-96-9-ec-art.-43/43.md)                                                                                                                                       | Art. 43    |
| [Chapter XI — Final provisions](/data-act/chapter-xi-final-provisions-art.-44-50/44.md)                                                                                                                                                                                    | Art. 44–50 |


---

# 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/data-act/readme.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.
