# DSA Compliance

The **Digital Services Act (DSA)** introduces obligations for online platforms to ensure transparency, accountability, and compliance around content moderation decisions. One of the requirements is that platforms must **report moderation actions** to the [DSA Transparency Database](https://transparency.dsa.ec.europa.eu/).

The reports must include structured information about why content or a user was restricted, along with metadata such as the territorial scope, the applicable terms of service, and categorization of the policy.

You can explore the reporting requirements and examples of reports from other platforms directly in the [DSA Transparency Database](https://transparency.dsa.ec.europa.eu/).


---

# Agent Instructions: 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:

```
GET https://docs.lassomoderation.com/dsa-compliance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
