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

# CRA Definitions

Definitions from Regulation (EU) 2024/2847, Article 3.

Definitions from CRA Article 3 (Regulation (EU) 2024/2847), extracted from the ingested legal-text corpus.

* [actively exploited vulnerability](/definitions/cra/actively-exploited-vulnerability.md)
* [authorised representative](/definitions/cra/authorised-representative.md)
* [CE marking](/definitions/cra/ce-marking.md)
* [component](/definitions/cra/component.md)
* [conformity assessment](/definitions/cra/conformity-assessment.md)
* [conformity assessment body](/definitions/cra/conformity-assessment-body.md)
* [consumer](/definitions/cra/consumer.md)
* [CSIRT designated as coordinator](/definitions/cra/csirt-designated-as-coordinator.md)
* [cyber threat](/definitions/cra/cyber-threat.md)
* [cybersecurity](/definitions/cra/cybersecurity.md)
* [cybersecurity risk](/definitions/cra/cybersecurity-risk.md)
* [distributor](/definitions/cra/distributor.md)
* [economic operator](/definitions/cra/economic-operator.md)
* [electronic information system](/definitions/cra/electronic-information-system.md)
* [end-point](/definitions/cra/end-point.md)
* [European standard](/definitions/cra/european-standard.md)
* [exploitable vulnerability](/definitions/cra/exploitable-vulnerability.md)
* [free and open-source software](/definitions/cra/free-and-open-source-software.md)
* [hardware](/definitions/cra/hardware.md)
* [harmonised standard](/definitions/cra/harmonised-standard.md)
* [importer](/definitions/cra/importer.md)
* [incident](/definitions/cra/incident.md)
* [incident having an impact on the security of the product with digital elements](/definitions/cra/incident-having-an-impact-on-the-security-of-the-product-with-digital-elements.md)
* [indirect connection](/definitions/cra/indirect-connection.md)
* [intended purpose](/definitions/cra/intended-purpose.md)
* [international standard](/definitions/cra/international-standard.md)
* [logical connection](/definitions/cra/logical-connection.md)
* [making available on the market](/definitions/cra/making-available-on-the-market.md)
* [manufacturer](/definitions/cra/manufacturer.md)
* [market surveillance authority](/definitions/cra/market-surveillance-authority.md)
* [near miss](/definitions/cra/near-miss.md)
* [notified body](/definitions/cra/notified-body.md)
* [notifying authority](/definitions/cra/notifying-authority.md)
* [open-source software steward](/definitions/cra/open-source-software-steward.md)
* [personal data](/definitions/cra/personal-data.md)
* [physical connection](/definitions/cra/physical-connection.md)
* [placing on the market](/definitions/cra/placing-on-the-market.md)
* [product with digital elements](/definitions/cra/product-with-digital-elements.md)
* [reasonably foreseeable misuse](/definitions/cra/reasonably-foreseeable-misuse.md)
* [reasonably foreseeable use](/definitions/cra/reasonably-foreseeable-use.md)
* [recall](/definitions/cra/recall.md)
* [remote data processing](/definitions/cra/remote-data-processing.md)
* [significant cybersecurity risk](/definitions/cra/significant-cybersecurity-risk.md)
* [software](/definitions/cra/software.md)
* [software bill of materials](/definitions/cra/software-bill-of-materials.md)
* [substantial modification](/definitions/cra/substantial-modification.md)
* [support period](/definitions/cra/support-period.md)
* [Union harmonisation legislation](/definitions/cra/union-harmonisation-legislation.md)
* [vulnerability](/definitions/cra/vulnerability.md)
* [withdrawal](/definitions/cra/withdrawal.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/definitions/cra.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.
