# Manually Sending Reports

(Continued from [Creating a Report](/clarity/reports/create-report.md))

You can create a fixed interval report or "last X seconds/minutes/hours/days" report by selecting **Send Report: Manually**:

<figure><img src="/files/04T3KZAmj9KRwfUgQHB7" alt=""><figcaption></figcaption></figure>

In this mode you have two options for choosing the report time range:

| Last X seconds/minutes/hours/days |         Fixed time range         |
| :-------------------------------: | :------------------------------: |
|  ![](/files/cU7fD90fbGDOsYtpcnOM) | ![](/files/OJajFoag2KkJ5U3lVEKo) |

The **Data Interval** controls the amount of time between individual data points in the report. For example with a Data Interval of **1 hour**, each row of the report will summarize one hour of historical data:

<figure><img src="/files/EIUApAe13D550W7CoRMX" alt=""><figcaption></figcaption></figure>

And you can select whether to include the **Average**, **Min**, and/or **Max** tag values for each data interval in the report:

<figure><img src="/files/GxoiCzt0ZVJZyxKglFCH" alt=""><figcaption></figcaption></figure>

It's possible that the recurrence interval, data interval, aggregations, and tags you've selected would make the report too large. If so, you'll see this error:

<figure><img src="/files/fuu7LWDADZ6FLLKQ68kK" alt=""><figcaption></figcaption></figure>

To download the CSV report, click **Download Data** at the bottom:

<figure><img src="/files/LEmyyN9eWyZRZjdcWQqn" alt=""><figcaption></figcaption></figure>

If you want to save the report settings so you can rerun it later, click **Save Settings**:

<figure><img src="/files/HZTDwnuk1yLV33kjQPSe" alt=""><figcaption></figcaption></figure>


---

# 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.jcore.io/clarity/reports/manually-sending-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.
