> For the complete documentation index, see [llms.txt](https://docs.assenteo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.assenteo.com/ai-and-data-protection/ai-system-risk-categories.md).

# AI System Risk Categories

The EU AI Act leverages existing EU product-safety frameworks to classify risk into categories:&#x20;

* Unacceptable Risk
* High risk
* Limited Risk
* Minimal/no Risk

### Is my AI system 'unacceptable risk'?

Your business is in particular danger of using an **'unacceptable risk'** system if it uses an AI system for the following activities:

* manipulating user behaviour;
* exploiting specific user vulnerabilities;
* using biometrics to categorise individuals by sensitive characteristics (listed in [Article 5(1)(g)](https://artificialintelligenceact.eu/article/5/));&#x20;
* social scoring; or
* inferring emotions in professional environments.&#x20;

This list is non-exhaustive and it may be useful to consult a professional to ensure that your AI system use is not banned in Europe.&#x20;

\
If your AI system is of 'unacceptable risk' it is **entirely banned from deployment** under [Article 5](https://artificialintelligenceact.eu/article/5/) of the EU AI Act. Failure to comply with this ban can lead to penalties up to €35 million or 7% of global turnover, whichever is higher ([Article 99(3)](https://artificialintelligenceact.eu/article/99/))

### Is my AI system 'high-risk'?

You can expect the following applications of AI systems to suggest your system is classified as **'high-risk'** under the EU AI Act:

* Systems involved in
  * biometrics
  * critical infrastructure
  * education and vocational training
  * employment
  * access to and enjoyment of essential private and public services/ benefits
  * law enforcement
  * migration, asylum and border control management
  * administration of justice and democratic processes
* A safety component in a regulated product&#x20;

For example, an AI system that screens CVs and ranks them to aid hiring processes is a high risk system since it plays a substantial role in employment.&#x20;

### Is my AI system 'limited risk'?

Your business is likely engaging a **'limited risk'** system if it is using:&#x20;

* a chatbot/ AI agent;
* AI generated images, audios or video; or
* AI generated text.

A customer chatbot would be a typical example of a limited risk system.&#x20;

Also, if your business uses an AI system which interacts with employees or users in ways which have the potential to mislead them, it is likely a limited risk system.&#x20;

Deploying a limited risk system means certain transparency obligations apply to ensure that anyone interacting with the system is aware they are interacting with an AI system.&#x20;

### Is my AI system 'minimal' or 'no risk'?&#x20;

If your system does not fall into any of the categories above, it is possible that it is a **'minimal'** or **'no risk'** AI system.&#x20;

In general, a minimal risk system will perform a background task which does not make consequential decisions and does not have the potential to mislead users. &#x20;

Typical examples of minimal risk systems include:&#x20;

* spam email filters;
* stock forecasting;
* grammar and spell checker;
* recommendation engine; and
* route optimisation.

However, if any of the above systems are deployed in a high risk context such as healthcare or employment, this means the system becomes a high risk system.&#x20;

\ <br>


---

# 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://docs.assenteo.com/ai-and-data-protection/ai-system-risk-categories.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.
