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


---

# 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://docs.lassomoderation.com/dsa-compliance/reporting-exceptions.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.
