# Automatic Reports

Automatic reports generate as soon as a trigger condition is met. They are typically used to produce one file per submission — for example, every time a submission is created or updated.

Complete the [common setup](/user-documentation/build/building-the-reporting/report-types.md#common-setup) first, then configure the trigger below.

{% hint style="warning" %}
It is not possible to display the *current user* function in automatic reports.
{% endhint %}

## Setup trigger

5. Select a **trigger event**: submission created, submission modified, or both.

![](/files/1DEt5ifZuMEz69xAjSTe)

{% hint style="info" %}
Email notifications from automatic reports are always sent from <mailjet@daxium.com> or <noreply@mg.daxium-air.com>.
{% endhint %}


---

# 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://www.center.daxium-air.com/user-documentation/build/building-the-reporting/report-types/automatic-reports.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.
