> 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-i-general-provisions-art.-1-4/1.md).

# Art. 1 — Subject matter\`

1. The purpose of this Regulation is to improve the functioning of the internal market and promote the uptake of human-centric and trustworthy artificial intelligence (AI), while ensuring a high level of protection of health, safety, fundamental rights enshrined in the Charter, including democracy, the rule of law and environmental protection, against the harmful effects of AI systems in the Union and supporting innovation.
2. This Regulation lays down:
   1. harmonised rules for the [placing on the market](https://headlesslaw.com/definitions/ai-act/placing-on-the-market/), the [putting into service](https://headlesslaw.com/definitions/ai-act/putting-into-service/), and the use of AI systems in the Union;
   2. prohibitions of certain AI practices;
   3. specific requirements for high-risk AI systems and obligations for operators of such systems;
   4. harmonised transparency rules for certain AI systems;
   5. harmonised rules for the placing on the market of general-purpose AI models;
   6. rules on market monitoring, market surveillance, governance and enforcement;
   7. measures to support innovation, with a particular focus on SMEs, including start-ups.


---

# 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-i-general-provisions-art.-1-4/1.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.
