> 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/mifid-ii/readme.md).

# MiFID II

**Directive 2014/65/EU** — of the European Parliament and of the Council of 15 May 2014 on markets in financial instruments and amending Directive 2002/92/EC and Directive 2011/61/EU

The full text is available article by article, one page per article (`articles/<number>`). Every numbered paragraph and point carries a stable anchor (`#p-3` for paragraph 3, `#p-3-a` for its point (a)), so any provision can be cited with a direct link. The English consolidated manifestation from CELLAR is reproduced verbatim; the official text remains the EU publication at [EUR-Lex](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:02014L0065-20260606).

## Structure

| Chapter / Section                                                                                                                                                                                                                   | Articles   |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| [Title I — Scope and definitions](/mica.wtf/mifid-ii/title-i-scope-and-definitions-art.-1-4/1.md)                                                                                                                                   | Art. 1–4   |
| [Title II — Authorisation and operating conditions for investment firms](/mica.wtf/mifid-ii/title-ii-authorisation-and-operating-conditions-for-investment-firms-art.-5-43/5.md)                                                    | Art. 5–43  |
| [Title III — Regulated markets](/mica.wtf/mifid-ii/title-iii-regulated-markets-art.-44-56/44.md)                                                                                                                                    | Art. 44–56 |
| [Title IV — Position limits and position management controls in commodity derivatives and reporting](/mica.wtf/mifid-ii/title-iv-position-limits-and-position-management-controls-in-commodity-derivatives-and-reporting-art/57.md) | Art. 57–58 |
| [Title V — Data reporting services](/mica.wtf/mifid-ii/title-v-data-reporting-services-art.-59-66/59.md)                                                                                                                            | Art. 59–66 |
| [Title VI — Competent authorities](/mica.wtf/mifid-ii/title-vi-competent-authorities-art.-67-88/67.md)                                                                                                                              | Art. 67–88 |
| [Title VII — Delegated acts](/mica.wtf/mifid-ii/title-vii-delegated-acts-art.-89-97/89.md)                                                                                                                                          | Art. 89–97 |


---

# 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/mifid-ii/readme.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.
