> 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/chapter-i-general-provisions-art.-1-3/2.md).

# Art. 2 — Scope

CRA Article 2 — Scope. Regulation (EU) 2024/2847, Chapter I — General provisions.

1. This Regulation applies to products with digital elements made available on the market, the [intended purpose](https://headlesslaw.com/definitions/cra/intended-purpose/) or [reasonably foreseeable use](https://headlesslaw.com/definitions/cra/reasonably-foreseeable-use/) of which includes a direct or indirect logical or physical data connection to a device or network.
2. This Regulation does not apply to products with digital elements to which the following Union legal acts apply:
   1. Regulation (EU) 2017/745;
   2. Regulation (EU) 2017/746;
   3. Regulation (EU) 2019/2144.
3. This Regulation does not apply to products with digital elements that have been certified in accordance with Regulation (EU) 2018/1139.
4. This Regulation does not apply to equipment that falls within the scope of Directive 2014/90/EU of the European Parliament and of the Council.
5. The application of this Regulation to products with digital elements covered by other Union rules laying down requirements that address all or some of the risks covered by the essential [cybersecurity](https://headlesslaw.com/definitions/cra/cybersecurity/) requirements set out in Annex I may be limited or excluded where:

   1. such limitation or exclusion is consistent with the overall regulatory framework that applies to those products; and
   2. the sectoral rules achieve the same or a higher level of protection as that provided for by this Regulation.

   The Commission is empowered to adopt delegated acts in accordance with [Article 61](/cra/chapter-vi-delegated-powers-and-committee-procedure-art.-61-62/61.md) to supplement this Regulation by specifying whether such limitation or exclusion is necessary, the products and rules concerned, as well as the scope of the limitation, if relevant.
6. This Regulation does not apply to spare parts that are made available on the market to replace identical components in products with digital elements and that are manufactured according to the same specifications as the components that they are intended to replace.
7. This Regulation does not apply to products with digital elements developed or modified exclusively for national security or defence purposes or to products specifically designed to process classified information.
8. The obligations laid down in this Regulation shall not entail the supply of information the disclosure of which would be contrary to the essential interests of Member States’ national security, public security or defence.


---

# 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/chapter-i-general-provisions-art.-1-3/2.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.
