> 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/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/6.md).

# Art. 6 — Classification rules for high-risk AI systems

1. Irrespective of whether an [AI system](https://headlesslaw.com/definitions/ai-act/ai-system/) is placed on the market or put into service independently of the products referred to in points (a) and (b), that AI system shall be considered to be high-risk where both of the following conditions are fulfilled:
   1. the AI system is intended to be used as a [safety component](https://headlesslaw.com/definitions/ai-act/safety-component/) of a product, or the AI system is itself a product, covered by the Union harmonisation legislation listed in Annex I;
   2. the product whose safety component pursuant to point (a) is the AI system, or the AI system itself as a product, is required to undergo a third-party [conformity assessment](https://headlesslaw.com/definitions/ai-act/conformity-assessment/), with a view to the [placing on the market](https://headlesslaw.com/definitions/ai-act/placing-on-the-market/) or the [putting into service](https://headlesslaw.com/definitions/ai-act/putting-into-service/) of that product pursuant to the Union harmonisation legislation listed in Annex I.
2. In addition to the high-risk AI systems referred to in paragraph 1, AI systems referred to in Annex III shall be considered to be high-risk.
3. By derogation from paragraph 2, an AI system referred to in Annex III shall not be considered to be high-risk where it does not pose a significant risk of harm to the health, safety or fundamental rights of natural persons, including by not materially influencing the outcome of decision making.

   The first subparagraph shall apply where any of the following conditions is fulfilled:

   1. the AI system is intended to perform a narrow procedural task;
   2. the AI system is intended to improve the result of a previously completed human activity;
   3. the AI system is intended to detect decision-making patterns or deviations from prior decision-making patterns and is not meant to replace or influence the previously completed human assessment, without proper human review; or
   4. the AI system is intended to perform a preparatory task to an assessment relevant for the purposes of the use cases listed in Annex III.

   Notwithstanding the first subparagraph, an AI system referred to in Annex III shall always be considered to be high-risk where the AI system performs [profiling](https://headlesslaw.com/definitions/ai-act/profiling/) of natural persons.
4. A [provider](https://headlesslaw.com/definitions/ai-act/provider/) who considers that an AI system referred to in Annex III is not high-risk shall document its assessment before that system is placed on the market or put into service. Such provider shall be [subject](https://headlesslaw.com/definitions/ai-act/subject/) to the registration obligation set out in [Article 49(2)](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/49.md). Upon request of national competent authorities, the provider shall provide the documentation of the assessment.
5. The Commission shall, after consulting the European Artificial Intelligence Board (the Board), and no later than 2 February 2026, provide guidelines specifying the practical implementation of this Article in line with [Article 96](/mica.wtf/ai-act/chapter-x-codes-of-conduct-and-guidelines-art.-95-96/96.md) together with a comprehensive list of practical examples of use cases of AI systems that are high-risk and not high-risk.
6. The Commission is empowered to adopt delegated acts in accordance with [Article 97](/mica.wtf/ai-act/chapter-xi-delegation-of-power-and-committee-procedure-art.-97-98/97.md) in order to amend paragraph 3, second subparagraph, of this Article by adding new conditions to those laid down therein, or by modifying them, where there is concrete and reliable evidence of the existence of AI systems that fall under the scope of Annex III, but do not pose a significant risk of harm to the health, safety or fundamental rights of natural persons.
7. The Commission shall adopt delegated acts in accordance with [Article 97](/mica.wtf/ai-act/chapter-xi-delegation-of-power-and-committee-procedure-art.-97-98/97.md) in order to amend paragraph 3, second subparagraph, of this Article by deleting any of the conditions laid down therein, where there is concrete and reliable evidence that this is necessary to maintain the level of protection of health, safety and fundamental rights provided for by this Regulation.
8. Any amendment to the conditions laid down in paragraph 3, second subparagraph, adopted in accordance with paragraphs 6 and 7 of this Article shall not decrease the overall level of protection of health, safety and fundamental rights provided for by this Regulation and shall ensure consistency with the delegated acts adopted pursuant to [Article 7(1)](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/7.md), and take account of market and technological developments.


---

# 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/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/6.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.
