# Reports

## Overview <a href="#overview" id="overview"></a>

{% hint style="info" %}
**Required role to configure:** [Admin](/external-docs/fundamentals/settings/user-roles.md) or higher.

Users with lower roles can view scheduled reports but cannot create, edit, or delete report schedules.
{% endhint %}

Reports include:

* Total cost for the selected period
* Difference compared to the previous matching period
* Percentage increase or decrease
* A compute-unit cost table

Comparison logic:

* **Daily:** today vs. yesterday
* **Weekly:** this week vs. last week

***

### Delivery Channels <a href="#delivery-channels" id="delivery-channels"></a>

Reports use your configured **Channels**, including: ([how to set channels](/external-docs/fundamentals/settings/communication-channels.md))

* Slack
* Microsoft Teams
* Email groups

***

### Scheduling <a href="#scheduling" id="scheduling"></a>

Reports can be scheduled as:

* **Daily reports**
* **Weekly reports**

You can:

* Enable or disable each report type
* Choose the days reports are delivered
* Select which channels receive each report

Reports are generated and delivered automatically.

***

### How to Configure Reports <a href="#how-to-configure-reports" id="how-to-configure-reports"></a>

1. Go to **Settings → Notifications → Reports**.
2. Choose whether you want to configure the **Daily Summary** or **Weekly Summary**.
3. Switch the toggle to enable the report type.
4. Select the days on which the report should be sent.
5. Assign one or more delivery channels (Slack, Microsoft Teams, Email groups).
6. Your settings are saved automatically. Reports will now be delivered on the selected schedule.​

<figure><img src="/files/vgIe9IyhQchDaJzaCsQN" 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.seemoredata.io/external-docs/fundamentals/settings/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.
