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

# CRA

CRA: full text of Regulation (EU) 2024/2847 with per-article pages and paragraph anchors.

**Regulation (EU) 2024/2847** — of the European Parliament and of the Council of 23 October 2024 on horizontal cybersecurity requirements for products with digital elements and amending Regulations (EU) No 168/2013 and (EU) 2019/1020 and Directive (EU) 2020/1828 (Cyber Resilience 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:02024R2847-20241120).

## Structure

| Chapter / Section                                                                                                                                                                                                            | Articles   |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| [Chapter I — General provisions](/cra/chapter-i-general-provisions-art.-1-3/1.md)                                                                                                                                            | Art. 1–3   |
| [Chapter II — Obligations of economic operators and provisions in relation to free and open-source software](/cra/chapter-ii-obligations-of-economic-operators-and-provisions-in-relation-to-free-and-open-source-soft/4.md) | Art. 4–26  |
| [Chapter III — Conformity of the product with digital elements](/cra/chapter-iii-conformity-of-the-product-with-digital-elements-art.-27-34/27.md)                                                                           | Art. 27–34 |
| [Chapter IV — Notification of conformity assessment bodies](/cra/chapter-iv-notification-of-conformity-assessment-bodies-art.-35-51/35.md)                                                                                   | Art. 35–51 |
| [Chapter V — Market surveillance and enforcement](/cra/chapter-v-market-surveillance-and-enforcement-art.-52-60/52.md)                                                                                                       | Art. 52–60 |
| [Chapter VI — Delegated powers and committee procedure](/cra/chapter-vi-delegated-powers-and-committee-procedure-art.-61-62/61.md)                                                                                           | Art. 61–62 |
| [Chapter VII — Confidentiality and penalties](/cra/chapter-vii-confidentiality-and-penalties-art.-63-65/63.md)                                                                                                               | Art. 63–65 |
| [Chapter VIII — Transitional and final provisions](/cra/chapter-viii-transitional-and-final-provisions-art.-66-71/66.md)                                                                                                     | Art. 66–71 |


---

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