# Conversations Dashboard — Core Analytics

The Conversations workbook is the primary operational dashboard within the Conversations tab. It opens on a multi-section dashboard (the “Dashboard” sub-view) that consolidates three key analytical charts into a single view: conversation volume by disposition, volume by date and channel, and average handle time trends.

The sub-tab bar for this workbook contains five views: Dashboard, Conversations by Disposition, Conversations by Date and Channel, Conversations by Date, Average Handle Time (secs) by..., and Details Page.

<figure><img src="/files/17D4JoTjEMNhxJRTC8CR" alt=""><figcaption><p align="center"><em>Figure 1: Conversations Dashboard — Three-Section Overview (03/08/2026 – 04/09/2026)</em></p></figcaption></figure>

### 1. Section 1 — Conversations by Disposition (Summary)

The upper section of the Conversations Dashboard displays a stacked bar chart titled “Conversations by Disposition,” plotted by Day of Conversation Date. Each bar represents a single day and is color-coded by the Connection Disposition — the reason the conversation ended as recorded by the platform (not the assistant).

From the visible data (03/08/2026 – 04/09/2026, STG environment), the following disposition distribution was observed:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Connection Disposition</td><td valign="top">Avg Conversation Count (Daily)</td></tr><tr><td valign="top">AppDisconnect</td><td valign="top">2</td></tr><tr><td valign="top">Timeout</td><td valign="top">2</td></tr><tr><td valign="top">Transfer</td><td valign="top">1</td></tr><tr><td valign="top">UserDisconnect</td><td valign="top">2</td></tr></tbody></table>

Connection Disposition describes how a conversation session technically ended — whether the application terminated it (AppDisconnect), the session timed out (Timeout), it was transferred (Transfer), or the user ended it (UserDisconnect). This is distinct from the Assistant Disposition, which reflects whether the AI assistant considered its goal achieved.

⚠ Note: These are staging (STG) environment values with low conversation volumes. Production environments will show significantly higher counts while maintaining the same analytical structure.

### 2. Section 2 — Conversations by Date and Channel (Summary)

The middle section shows a dual-line time-series chart of daily conversation volumes broken down by Channel. The header KPIs display: Total Contacts: 27 and Average Conversations (Daily): 2 for the selected period.

Key observations from the visible data:

The blue line (primary channel) shows a peak of 5 conversations on Wednesday 3/25/26, with a secondary peak of 4 on Wednesday 4/1/26. The orange line (secondary channel) becomes visible from Monday 3/23/26 onwards, peaking at 3 on Monday 3/30/26. The chart reveals that conversation activity is concentrated on mid-week days (Wednesday), with a gap over the Easter/spring break period in late March.

### 3. Section 3 — Average Handle Time (secs) by Date and Channel (Summary)

The lower section displays a dual-line time-series chart of Average Handle Time (AHT) in seconds, broken down by Channel. AHT measures how long a conversation lasted on average for each day.

Key data points visible in the dashboard view:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Date</td><td valign="top">Observed AHT Value</td></tr><tr><td valign="top">Mon 3/16/26</td><td valign="top">1,739.0 seconds (peak — approximately 29 minutes)</td></tr><tr><td valign="top">Mon 3/23/26</td><td valign="top">956.0 seconds (approximately 16 minutes)</td></tr><tr><td valign="top">Thu 3/26/26</td><td valign="top">91.5 seconds</td></tr><tr><td valign="top">Mon 3/30/26</td><td valign="top">43.0 seconds</td></tr></tbody></table>

The high AHT values on 3/16 (1,739 seconds) and 3/23 (956 seconds) warrant investigation. In an AI assistant context, very long handle times may indicate conversations where users were stuck in a loop, the assistant could not resolve the intent and kept prompting, or the conversation involved complex multi-step flows. The sharp decline to 43 seconds by 3/30 suggests a configuration or data change. Filtering by specific assistant and channel can isolate the cause.

<br>

&#x20;


---

# 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.ixhello.com/ix-hello-reporting/premium-reporting/total-conversations-with-contained-and-transferred-dedicated-sub-view/conversations-dashboard-core-analytics.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.
