> 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/definitions/dsa.md).

# DSA Definitions

Definitions from Regulation (EU) 2022/2065, Article 3.

Definitions from DSA Article 3 (Regulation (EU) 2022/2065), extracted from the ingested legal-text corpus.

* [active recipient of an online platform](/definitions/dsa/active-recipient-of-an-online-platform.md)
* [active recipient of an online search engine](/definitions/dsa/active-recipient-of-an-online-search-engine.md)
* [advertisement](/definitions/dsa/advertisement.md)
* [commercial communication](/definitions/dsa/commercial-communication.md)
* [consumer](/definitions/dsa/consumer.md)
* [content moderation](/definitions/dsa/content-moderation.md)
* [Digital Services Coordinator of destination](/definitions/dsa/digital-services-coordinator-of-destination.md)
* [Digital Services Coordinator of establishment](/definitions/dsa/digital-services-coordinator-of-establishment.md)
* [dissemination to the public](/definitions/dsa/dissemination-to-the-public.md)
* [distance contract](/definitions/dsa/distance-contract.md)
* [illegal content](/definitions/dsa/illegal-content.md)
* [information society service](/definitions/dsa/information-society-service.md)
* [intermediary service](/definitions/dsa/intermediary-service.md)
* [online interface](/definitions/dsa/online-interface.md)
* [online platform](/definitions/dsa/online-platform.md)
* [online search engine](/definitions/dsa/online-search-engine.md)
* [persons with disabilities](/definitions/dsa/persons-with-disabilities.md)
* [recipient of the service](/definitions/dsa/recipient-of-the-service.md)
* [recommender system](/definitions/dsa/recommender-system.md)
* [substantial connection to the Union](/definitions/dsa/substantial-connection-to-the-union.md)
* [terms and conditions](/definitions/dsa/terms-and-conditions.md)
* [to offer services in the Union](/definitions/dsa/to-offer-services-in-the-union.md)
* [trader](/definitions/dsa/trader.md)
* [turnover](/definitions/dsa/turnover.md)


---

# 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/definitions/dsa.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.
