> For the complete documentation index, see [llms.txt](https://docs.lassomoderation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lassomoderation.com/compliance/dsa-compliance/reporting-exceptions.md).

# Reporting Exceptions

We do not automatically submit reports in the following cases:

#### 3.1 User types

Reports are only submitted for regular users. Actions against users marked as `admin`, `moderator`, `trusted`, or `testing` are excluded. The type of user can be determined via the `type` field:

* [User creation with `type` ](https://api-reference.lassomoderation.com/operation/operation-post-user#operation-post-user-body-application-json-user-type)

#### 3.2 Unpublished content/users

If a user or content item is not yet **published**, no report will be sent. Learn more about publishing via our API:

* [User creation with `published_at`](https://api-reference.lassomoderation.com/operation/operation-post-user#operation-post-user-body-application-json-user-published_at)
* [Publishing a user](https://api-reference.lassomoderation.com/operation/operation-publish-user)

#### 3.3 User location

Reports are only submitted for users located within the **territorial scope** you defined. The location is determined via the `country_code` field:

* [User creation with ](https://api-reference.lassomoderation.com/operation/operation-post-user#operation-post-user-body-application-json-user-country_code)[`country_code`](https://api-reference.lassomoderation.com/operation/operation-post-user#operation-post-user-body-application-json-user-country_code)

#### 3.4 Overwritten reports

Reports are initially created as pending and automatically submitted after a period of time. When a moderator makes a mistake or overwrites a previous decision, these reports will automatically be cancelled and not submitted.
