> 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/dora/digital-operational-resilience-act/chapter-i-general-provisions/article-2-scope.md).

# Art. 2 — Scope

1. Without prejudice to paragraphs 3 and 4, this Regulation applies to the following entities:
   1. [credit institutions](https://www.mica.wtf/definitions/definitions/dora/credit-institution);
   2. [payment institutions](https://www.mica.wtf/definitions/definitions/dora/payment-institution), including [payment institutions](https://www.mica.wtf/definitions/definitions/dora/payment-institution) exempted pursuant to Directive (EU) 2015/2366;
   3. [account information service providers](https://www.mica.wtf/definitions/definitions/dora/account-information-service-provider);
   4. [electronic money institutions](https://www.mica.wtf/definitions/definitions/dora/electronic-money-institution), including [electronic money institutions](https://www.mica.wtf/definitions/definitions/dora/electronic-money-institution) exempted pursuant to Directive 2009/110/EC;
   5. [investment firms](https://www.mica.wtf/definitions/definitions/dora/investment-firm);
   6. [crypto-asset service providers](https://www.mica.wtf/definitions/definitions/dora/crypto-asset-service-provider) as authorised under a Regulation of the European Parliament and of the Council on markets in crypto-assets, and amending Regulations (EU) No 1093/2010 and (EU) No 1095/2010 and Directives 2013/36/EU and (EU) 2019/1937 ('the Regulation on markets in crypto-assets') and issuers of asset-referenced tokens;
   7. [central securities depositories](https://www.mica.wtf/definitions/definitions/dora/central-securities-depository);
   8. [central counterparties](https://www.mica.wtf/definitions/definitions/dora/central-counterparty);
   9. [trading venues](https://www.mica.wtf/definitions/definitions/dora/trading-venue);
   10. [trade repositories](https://www.mica.wtf/definitions/definitions/dora/trade-repository);
   11. managers of alternative investment funds;
   12. [management companies](https://www.mica.wtf/definitions/definitions/dora/management-company);
   13. [data reporting service providers](https://www.mica.wtf/definitions/definitions/dora/data-reporting-service-provider);
   14. insurance and [reinsurance undertakings](https://www.mica.wtf/definitions/definitions/dora/reinsurance-undertaking);
   15. [insurance intermediaries](https://www.mica.wtf/definitions/definitions/dora/insurance-intermediary), [reinsurance intermediaries](https://www.mica.wtf/definitions/definitions/dora/reinsurance-intermediary) and [ancillary insurance intermediaries](https://www.mica.wtf/definitions/definitions/dora/ancillary-insurance-intermediary);
   16. institutions for occupational retirement provision;
   17. [credit rating agencies](https://www.mica.wtf/definitions/definitions/dora/credit-rating-agency);
   18. administrators of critical benchmarks;
   19. [crowdfunding service providers](https://www.mica.wtf/definitions/definitions/dora/crowdfunding-service-provider);
   20. [securitisation repositories](https://www.mica.wtf/definitions/definitions/dora/securitisation-repository);
   21. [ICT third-party service providers](https://www.mica.wtf/definitions/definitions/dora/ict-third-party-service-provider).
2. For the purposes of this Regulation, entities referred to in paragraph 1, points (a) to (t), shall collectively be referred to as 'financial entities'.
3. This Regulation does not apply to:
   1. managers of alternative investment funds as referred to in Article 3(2) of Directive 2011/61/EU;
   2. insurance and [reinsurance undertakings](https://www.mica.wtf/definitions/definitions/dora/reinsurance-undertaking) as referred to in Article 4 of Directive 2009/138/EC;
   3. institutions for occupational retirement provision which operate pension schemes which together do not have more than 15 members in total;
   4. natural or legal persons exempted pursuant to Articles 2 and 3 of Directive 2014/65/EU;
   5. [insurance intermediaries](https://www.mica.wtf/definitions/definitions/dora/insurance-intermediary), [reinsurance intermediaries](https://www.mica.wtf/definitions/definitions/dora/reinsurance-intermediary) and [ancillary insurance intermediaries](https://www.mica.wtf/definitions/definitions/dora/ancillary-insurance-intermediary) which are [microenterprises](https://www.mica.wtf/definitions/definitions/dora/microenterprise) or small or [medium-sized enterprises](https://www.mica.wtf/definitions/definitions/dora/medium-sized-enterprise);
   6. post office giro institutions as referred to in Article 2(5), point (3), of Directive 2013/36/EU.
4. Member States may exclude from the scope of this Regulation entities referred to in Article 2(5), points (4) to (23), of Directive 2013/36/EU that are located within their respective territories. Where a Member State makes use of such option, it shall inform the Commission thereof as well as of any subsequent changes thereto. The Commission shall make that information publicly available on its website or other easily accessible means.


---

# 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/dora/digital-operational-resilience-act/chapter-i-general-provisions/article-2-scope.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.
