# 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.


---

# 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/reporting-exceptions.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.
