# Recurring Reports

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

Make sure **Enabled** is turned on. You can turn off the **Enabled** switch if you want to pause sending reports, but keep the report settings for later.

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

Configure the when the report will recur using these fields:

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

There are four options for the recurrence interval:

| ![](/files/EpmtAek8Qto5fDOAiGoE) | ![](/files/toA85HrmradlnMYbJNLA) |
| :------------------------------: | :------------------------------: |
| ![](/files/MaVAEY64x1w77P9mBxBX) | ![](/files/pGKPxv2sQFNeuntaawM2) |

The **Report Generation Time** and times in the CSV output will be determined according to the **Time Zone** you select here:

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

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/aMmZW7k59huQUPemlKDQ" 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/CUlU48kmwZg12R2V7Z11" 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/F0nzo2RSYBU3TSfQ6GF2" alt=""><figcaption></figcaption></figure>

To select email recipients, click the **+** button in the **Report Recipients** panel:

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

Then in the dialog that appears, check all the users and groups you want to receive emails:

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

After you click **OK** you should see the selected users and groups in the **Report Recipients** panel:

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

To download a sample of what the CSV report will look like, click **Download Sample** at the bottom of the form:

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

Finally, click **Save Settings** at the bottom of the page to create the report:

<figure><img src="/files/NI3ziYp9LtEDu7s6EsrC" 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/recurring-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.
