> 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/dsa/chapter-i-general-provisions-art.-1-3/2.md).

# Art. 2 — Scope

DSA Article 2 — Scope. Regulation (EU) 2022/2065, Chapter I — General provisions.

1. This Regulation shall apply to intermediary services offered to recipients of the service that have their place of establishment or are located in the Union, irrespective of where the providers of those intermediary services have their place of establishment.
2. This Regulation shall not apply to any service that is not an [intermediary service](https://headlesslaw.com/definitions/dsa/intermediary-service/) or to any requirements imposed in respect of such a service, irrespective of whether the service is provided through the use of an intermediary service.
3. This Regulation shall not affect the application of Directive 2000/31/EC.
4. This Regulation is without prejudice to the rules laid down by other Union legal acts regulating other aspects of the provision of intermediary services in the internal market or specifying and complementing this Regulation, in particular, the following:
   1. Directive 2010/13/EU;
   2. Union law on copyright and related rights;
   3. Regulation (EU) 2021/784;
   4. Regulation (EU) 2019/1148;
   5. Regulation (EU) 2019/1150;
   6. Union law on [consumer](https://headlesslaw.com/definitions/dsa/consumer/) protection and product safety, including Regulations (EU) 2017/2394 and (EU) 2019/1020 and Directives 2001/95/EC and 2013/11/EU;
   7. Union law on the protection of personal data, in particular Regulation (EU) 2016/679 and Directive 2002/58/EC;
   8. Union law in the field of judicial cooperation in civil matters, in particular Regulation (EU) No 1215/2012 or any Union legal act laying down the rules on law applicable to contractual and non-contractual obligations;
   9. Union law in the field of judicial cooperation in criminal matters, in particular a Regulation on European Production and Preservation Orders for electronic evidence in criminal matters;
   10. a Directive laying down harmonised rules on the appointment of legal representatives for the purpose of gathering evidence in criminal proceedings.


---

# 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/dsa/chapter-i-general-provisions-art.-1-3/2.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.
