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

# Art. 13 — Transparency and provision of information to deployers

1. High-risk AI systems shall be designed and developed in such a way as to ensure that their operation is sufficiently transparent to enable deployers to interpret a system’s output and use it appropriately. An appropriate type and degree of transparency shall be ensured with a view to achieving compliance with the relevant obligations of the [provider](https://headlesslaw.com/definitions/ai-act/provider/) and [deployer](https://headlesslaw.com/definitions/ai-act/deployer/) set out in Section 3.
2. High-risk AI systems shall be accompanied by [instructions for use](https://headlesslaw.com/definitions/ai-act/instructions-for-use/) in an appropriate digital format or otherwise that include concise, complete, correct and clear information that is relevant, accessible and comprehensible to deployers.
3. The instructions for use shall contain at least the following information:
   1. the identity and the contact details of the provider and, where applicable, of its [authorised representative](https://headlesslaw.com/definitions/ai-act/authorised-representative/);
   2. the characteristics, capabilities and limitations of performance of the high-risk [AI system](https://headlesslaw.com/definitions/ai-act/ai-system/), including:
      1. its [intended purpose](https://headlesslaw.com/definitions/ai-act/intended-purpose/);
      2. the level of accuracy, including its metrics, robustness and cybersecurity referred to in [Article 15](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/15.md) against which the high-risk AI system has been tested and validated and which can be expected, and any known and foreseeable circumstances that may have an impact on that expected level of accuracy, robustness and cybersecurity;
      3. any known or foreseeable circumstance, related to the use of the high-risk AI system in accordance with its intended purpose or under conditions of [reasonably foreseeable misuse](https://headlesslaw.com/definitions/ai-act/reasonably-foreseeable-misuse/), which may lead to risks to the health and safety or fundamental rights referred to in [Article 9(2)](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/9.md);
      4. where applicable, the technical capabilities and characteristics of the high-risk AI system to provide information that is relevant to explain its output;
      5. when appropriate, its performance regarding specific persons or groups of persons on which the system is intended to be used;
      6. when appropriate, specifications for the input data, or any other relevant information in terms of the training, validation and [testing data](https://headlesslaw.com/definitions/ai-act/testing-data/) sets used, taking into account the intended purpose of the high-risk AI system;
      7. where applicable, information to enable deployers to interpret the output of the high-risk AI system and use it appropriately;
   3. the changes to the high-risk AI system and its performance which have been pre-determined by the provider at the moment of the initial conformity assessment, if any;
   4. the human oversight measures referred to in [Article 14](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/14.md), including the technical measures put in place to facilitate the interpretation of the outputs of the high-risk AI systems by the deployers;
   5. the computational and hardware resources needed, the expected lifetime of the high-risk AI system and any necessary maintenance and care measures, including their frequency, to ensure the proper functioning of that AI system, including as regards software updates;
   6. where relevant, a description of the mechanisms included within the high-risk AI system that allows deployers to properly collect, store and interpret the logs in accordance with [Article 12](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/12.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/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/13.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.
