> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

<a href="/release-notes/2025.19"><Badge className="version-badge" color="blue">Updated in 2025.19</Badge></a>

The *Overview Report* gives you a quick summary of how customers are interacting with your AI Agent.

The summary of key metrics is represented in the following charts:

* [Indicators](/insights/reports/engagement#indicators)
* [Bar charts](/insights/reports/engagement#bar-charts)
* [Line charts](/insights/reports/engagement#line-charts)

All charts display data based on the global filter settings you've selected.

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hVg2mMFTIUMQmuO5/_assets/insights/reports/overview/overview-report.png?fit=max&auto=format&n=hVg2mMFTIUMQmuO5&q=85&s=7601b82e35650507381316c3939f55d5" alt="Overview report displaying key metrics including indicators, bar charts, and line charts" style={{ width: 'auto' }} width="1427" height="867" data-path="_assets/insights/reports/overview/overview-report.png" />

  <figcaption>Overview report</figcaption>
</Frame>

## Indicators

### Active Sessions

Indicates the total number of currently active user sessions in the last 15 minutes. This widget updates in a regular interval of 30 seconds.

### Total Sessions

Indicates the total number of sessions.

### Positive Ratings

Indicates the total number of Positive Ratings given as feedback by the end user.

Source table:

```txt theme={null}
| Sessions    | Positive Rating | Negative Rating | Rated Sessions |
| ----------- | --------------- | --------------- | -------------- |
| session-123 |        1        |        0        |       1        |
| session-456 |        0        |        1        |       1        |
| session-789 |        0        |        0        |       0        |
| session-abc |        1        |        0        |       1        |
| session-def |        1        |        0        |       1        |
| ---------------------------------------------------------------- |
| TOTAL       |        3        |        1        |       4        |
```

Result: `3`

## Ring charts

### Sessions by Channel

Indicates the total number of conversations displayed in a pie chart based on the channels used.

Source table:

```txt theme={null}
| Sessions    | Channel          | Conversations   | Percentage     |
| ----------- | ---------------  | --------------- | -------------- |
| session-123 | Demo Webchat     |        14       |       46.67    |
| session-456 | Voice Gateway    |        12       |       40       |
| session-789 | Interaction Panel|        3        |       10       |
| session-abc | Webchat          |        1        |       3.33     |
| ----------------------------------------------------------------- |
| TOTAL       |                  |        30       |       100      |
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hVg2mMFTIUMQmuO5/_assets/insights/reports/overview/sessions_by_channel.png?fit=max&auto=format&n=hVg2mMFTIUMQmuO5&q=85&s=f229a02d78991d9fddf0ec45a6e64eb3" alt="Ring chart showing sessions distributed by channel type" style={{ width: 'auto' }} width="570" height="352" data-path="_assets/insights/reports/overview/sessions_by_channel.png" />
</Frame>

## Bar charts

### Top Intents

Indicates the top-rated number of used intents, displayed in a horizontal bar chart. The chart showcases the top-rated number of intents used, with a maximum of 6 intents shown in the summary view and 25 in the detailed view. Whenever an intent is matched, it is recorded in the analytics data. The data is then grouped by the matched intent and sorted in descending order.

Source table:

```txt theme={null}
|  Intent           | Total number  |
| ----------------- | ------------- |
| Flight discounts  |      12       |
| Book a flight     |      5        |
| Change a flight   |      5        |
| Additional fee    |      4        |
| Reject a flight   |      3        |
| Transfer flights  |      3        |
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hVg2mMFTIUMQmuO5/_assets/insights/reports/nlu/top-intents.png?fit=max&auto=format&n=hVg2mMFTIUMQmuO5&q=85&s=c4828e60f41cc26ad0726ce73d114c27" alt="Horizontal bar chart ranking the most frequently matched intents" style={{ width: 'auto' }} width="482" height="374" data-path="_assets/insights/reports/nlu/top-intents.png" />
</Frame>

### Users by Locale

Indicates time-related recognized conversations depending on different locales given in percentages.

Source table:

```txt theme={null}
| Date       | Conversations   | Locales         | Percentage      |
| -----------| --------------- | --------------- | --------------- |
| 2023-08-27 | 0               |     -           |  -              |
| 2023-08-28 | 1               | "en-US"         | 100             |
| 2023-08-29 | 4               | "en-US"         | 100             |
| 2023-08-30 | 27              | "en-US"         | 100             |
| 2023-08-31 | 1               | "en-US"         | 100             |
| 2023-09-01 | 1               | "en-US"         | 100             |
| 2023-09-02 | 0               |     -           |  -              |
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hVg2mMFTIUMQmuO5/_assets/insights/reports/overview/users_by_locale.png?fit=max&auto=format&n=hVg2mMFTIUMQmuO5&q=85&s=d01875cee4069343e03abde42f45905a" alt="Bar chart showing conversation distribution by user locale over time" style={{ width: 'auto' }} width="655" height="413" data-path="_assets/insights/reports/overview/users_by_locale.png" />
</Frame>

### Top Tasks

Indicates the top-rated number of tasks reached.

By clicking <img src="https://mintcdn.com/cognigy-15abf2ba/sIAERK2J23A3FpS0/_assets/icons/black-and-white/vertical-ellipsis.svg?fit=max&auto=format&n=sIAERK2J23A3FpS0&q=85&s=6d2d4d534ed7e5d4ea9442c1c11f87c8" alt="vertical-ellipsis" width="20" height="20" data-path="_assets/icons/black-and-white/vertical-ellipsis.svg" />,
you can select **Go to Step Explorer**,
which leads you to the Step Explorer in Insights.

Source table:

```txt theme={null}
| Sessions    | Tasks                  |
| ----------- | ---------------------- |
| session-123 | Goal A, Goal B, Goal D |
| session-456 | Goal B, Goal C, Goal E |
| session-789 | Goal A, Goal B, Goal E |
| session-abc | Goal A                 |
| session-def | Goal, Goal A           |
| session-ghi | Goal, Goal A           |
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hVg2mMFTIUMQmuO5/_assets/insights/reports/goals.png?fit=max&auto=format&n=hVg2mMFTIUMQmuO5&q=85&s=9815a65ec70bfc70b176b9f6111a6b4d" alt="Bar chart ranking the most frequently reached tasks" style={{ width: 'auto' }} width="478" height="380" data-path="_assets/insights/reports/goals.png" />
</Frame>

### Top Slots

Similar to Top Tasks and Top Intents, this chart displays top-rated number of slots displayed in a bar chart.

Source table:

```txt theme={null}
| Slot        | Number      |
| ----------- | ----------- |
| DATE        | 2           |
| NUMBER      | 1           |
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/rezpWdJbiRsaPXbT/_assets/insights/reports/top_slots.png?fit=max&auto=format&n=rezpWdJbiRsaPXbT&q=85&s=5f974c0b25ddd910eb45d112ea0ed58a" alt="Bar chart showing the most frequently filled slots" style={{ width: 'auto' }} width="839" height="499" data-path="_assets/insights/reports/top_slots.png" />
</Frame>

### Number of Inputs

Displays the number of inputs displayed over a period of time.

Source table:

```txt theme={null}
| Date       | Inputs       | 
| -----------| ------------ |
| 2023-08-27 | 0            | 
| 2023-08-28 | 1            |
| 2023-08-29 | 23           | 
| 2023-08-30 | 72           | 
| 2023-08-31 | 8            | 
| 2023-09-01 | 3            | 
| 2023-09-02 | 0            | 
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hVg2mMFTIUMQmuO5/_assets/insights/reports/overview/number_of_inputs.png?fit=max&auto=format&n=hVg2mMFTIUMQmuO5&q=85&s=cec5ebf300fa726b7428783ea3dcee3e" alt="Bar chart displaying the number of user inputs over a period of time" style={{ width: 'auto' }} width="723" height="347" data-path="_assets/insights/reports/overview/number_of_inputs.png" />
</Frame>

## Line charts

### Sessions

Displays the number of sessions on a timescale.

Source table:

```txt theme={null}
| Date       | Sessions     | 
| -----------| ------------ |
| 2023-08-27 | 0            | 
| 2023-08-28 | 1            |
| 2023-08-29 | 4            | 
| 2023-08-30 | 30           | 
| 2023-08-31 | 6            | 
| 2023-09-01 | 1            | 
| 2023-09-02 | 0            | 
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/hVg2mMFTIUMQmuO5/_assets/insights/reports/overview/sessions.png?fit=max&auto=format&n=hVg2mMFTIUMQmuO5&q=85&s=04576bf7b9f90c2b8e9af025cb4c132b" alt="Line chart showing the number of sessions over a timescale" style={{ width: 'auto' }} width="615" height="392" data-path="_assets/insights/reports/overview/sessions.png" />
</Frame>

### Unique Contacts

Displays the number of unique users (`userid`) over a selected time span. If a user has multiple sessions in a single day, they are counted as one unique contact for that day.

Source table:

```txt theme={null}
| Date    	| Contacts |
| --------- | -------- |
| 1/16/2023	|    1     |
| 1/17/2023	|    8     |
| 1/18/2023	|    15    |
| 1/19/2023	|    6     |
| 1/20/2023	|    18    |
```

Result:

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/rezpWdJbiRsaPXbT/_assets/insights/reports/unique-contacts.png?fit=max&auto=format&n=rezpWdJbiRsaPXbT&q=85&s=4d3d6d28dbd97c5d15277383873021d3" alt="Line chart showing the number of unique contacts per day" style={{ width: 'auto' }} width="996" height="173" data-path="_assets/insights/reports/unique-contacts.png" />
</Frame>

## Download Report

To download a report as a CSV file for the chart,
click <img src="https://mintcdn.com/cognigy-15abf2ba/sIAERK2J23A3FpS0/_assets/icons/black-and-white/vertical-ellipsis.svg?fit=max&auto=format&n=sIAERK2J23A3FpS0&q=85&s=6d2d4d534ed7e5d4ea9442c1c11f87c8" alt="vertical-ellipsis" width="20" height="20" data-path="_assets/icons/black-and-white/vertical-ellipsis.svg" /> in the upper-right corner of the chart.
To create a report file, refer to the [Download Report](https://docs.cognigy.com/insights/download-reports/) article.

## More Information

* [Engagement Report](/insights/reports/engagement)
* [NLU Performance Report](/insights/reports/nlu-performance)
* [Live Agent Report](/insights/reports/live-agent)
