> 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-x-codes-of-conduct-and-guidelines-art.-95-96/96.md).

# Art. 96 — Guidelines from the Commission on the implementation of this Regulation

1. The Commission shall develop guidelines on the practical implementation of this Regulation, and in particular on:

   1. the application of the requirements and obligations referred to in [Articles 8](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/8.md) to 15 and in [Article 25](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/25.md);
   2. the prohibited practices referred to in [Article 5](/mica.wtf/ai-act/chapter-ii-prohibited-ai-practices-art.-5/5.md);
   3. the practical implementation of the provisions related to [substantial modification](https://headlesslaw.com/definitions/ai-act/substantial-modification/);
   4. the practical implementation of transparency obligations laid down in [Article 50](/mica.wtf/ai-act/chapter-iv-transparency-obligations-for-providers-and-deployers-of-certain-ai-systems-art.-50/50.md);
   5. detailed information on the relationship of this Regulation with the Union harmonisation legislation listed in Annex I, as well as with other relevant Union law, including as regards consistency in their enforcement;
   6. the application of the definition of an [AI system](https://headlesslaw.com/definitions/ai-act/ai-system/) as set out in [Article 3](/mica.wtf/ai-act/chapter-i-general-provisions-art.-1-4/3.md), point (1).

   When issuing such guidelines, the Commission shall pay particular attention to the needs of SMEs including start-ups, of local public authorities and of the sectors most likely to be affected by this Regulation.

   The guidelines referred to in the first subparagraph of this paragraph shall take due account of the generally acknowledged state of the art on AI, as well as of relevant harmonised standards and common specifications that are referred to in [Articles 40](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/40.md) and [41](/mica.wtf/ai-act/chapter-iii-high-risk-ai-systems-art.-6-49/41.md), or of those harmonised standards or technical specifications that are set out pursuant to Union harmonisation law.
2. At the request of the Member States or the [AI Office](https://headlesslaw.com/definitions/ai-act/ai-office/), or on its own initiative, the Commission shall update guidelines previously adopted when deemed necessary.


---

# 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-x-codes-of-conduct-and-guidelines-art.-95-96/96.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.
