# Basic Dashboard

The Basic Dashboard is the default landing view with six core visualizations providing immediate operational overview.

### 1.  Header & Time Filter

<figure><img src="/files/GvPzm0N01Z3kY126oksb" alt=""><figcaption><p align="center"><em>Figure 1 — Basic Dashboard header: timezone display and time period filter</em></p></figcaption></figure>

#### 1. 1 Timezone Indicator

A notice dynamically displays the user’s browser timezone (e.g., *"America/Los\_Angeles"*), ensuring transparency in how all timestamps are rendered.

#### 1.2 Time Period Filter

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Option</td><td valign="top">Description</td></tr><tr><td valign="top">Last 7 Days</td><td valign="top">Rolling 7-day window for short-term trend monitoring and weekly reviews.</td></tr><tr><td valign="top">Last 30 Days</td><td valign="top">Rolling 30-day window for monthly performance reviews and executive reporting.</td></tr></tbody></table>

### 2. Conversations Count by Assistant

A treemap chart displaying conversation volume distributed across all active assistants. Rectangle size is proportional to conversation count.

<figure><img src="/files/HZzdoEooiFkW9JdvW1h2" alt=""><figcaption><p align="center"><em>Figure 2 — Conversations Count by Assistant: treemap with summary KPIs</em></p></figcaption></figure>

Hovering reveals assistant name, exact count, and share percentage (e.g., Hello: Count 29, Share 35.8%). The chart supports scroll-to-zoom, drag-to-pan, and Reset Zoom.

#### 2.1 Summary KPI Bar

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">KPI</td><td valign="top">Sample Value</td><td valign="top">Definition</td><td valign="top">Business Use</td></tr><tr><td valign="top">Total Services</td><td valign="top">29</td><td valign="top">Unique assistants with conversations.</td><td valign="top">Deployment breadth.</td></tr><tr><td valign="top">Total Count</td><td valign="top">81</td><td valign="top">Sum of all conversations.</td><td valign="top">Aggregate volume.</td></tr><tr><td valign="top">Top Service</td><td valign="top">Hello</td><td valign="top">Highest-volume assistant.</td><td valign="top">Resource planning.</td></tr><tr><td valign="top">Top Count</td><td valign="top">29</td><td valign="top">Top assistant’s count.</td><td valign="top">Usage concentration.</td></tr></tbody></table>

***Metric Reference**:* Basic Tier Metrics #1 and #6. "Services" = "Assistants" throughout the platform.

### 3. Containment Rate by Date

A bar chart tracking daily containment rate (%). Containment = conversations resolved without transfer to a live agent.

<figure><img src="/files/QjaguFoiYdmLqcIZvP1H" alt=""><figcaption><p align="center"><em>Figure 3 — Containment Rate by Date with hover tooltip</em></p></figcaption></figure>

***Formula:*** (Total Conversations – Transferred) / Total Conversations × 100. Tooltip shows Day, Rate, and Total count.

**Business Value:** The most critical KPI in conversational AI. High rates = effective resolution, lower costs. Declining rates signal flow issues or unhandled intents requiring immediate investigation.

### &#x20;4. Conversations Count by Channel

A line chart showing daily conversation volume by communication channel, with circular data point markers at each day.

<figure><img src="/files/pFDvEbNlxhSIx3VQ6765" alt=""><figcaption><p align="center"><em>Figure 4 — Conversations Count by Channel: daily volume trend</em></p></figcaption></figure>

**Business Value:** Reveals channel traffic distribution, identifies underutilized channels, and supports capacity planning. Volume spikes signal outages or campaigns; drops suggest migration or reduced engagement.

### 5. Conversations Count by Connection Disposition

A bar chart showing daily conversation volume grouped by how each connection was terminated.

<figure><img src="/files/sIBSML67dnCrRGKPyfn3" alt=""><figcaption><p align="center"><em>Figure 5 — Conversations Count by Connection Disposition</em></p></figcaption></figure>

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Disposition</td><td valign="top">Meaning</td></tr><tr><td valign="top">Timeout</td><td valign="top">Session timed out due to user inactivity.</td></tr><tr><td valign="top">UserDisconnect</td><td valign="top">User actively ended the conversation.</td></tr><tr><td valign="top">AppDisconnect</td><td valign="top">Application terminated after flow completion.</td></tr><tr><td valign="top">Error</td><td valign="top">Connection lost due to system error or network failure.</td></tr></tbody></table>

#### 6. Assistant Activity Trends

An area chart tracking the number of unique active assistants per day — measures deployment breadth, not conversation volume.

<figure><img src="/files/gktVWpoqXhmA2BBW54BM" alt=""><figcaption><p align="center"><em>Figure 6 — Assistant Activity Trends: daily unique active assistant count</em></p></figcaption></figure>

**Business Value:** Increasing trends indicate growing platform adoption. Declining trends may signal consolidation. Helps identify unexpectedly inactive assistants.

#### 7. Average Conversation Duration by Channel

A line chart displaying average conversation length in seconds, daily, segmented by channel.

<figure><img src="/files/33a371lmYCMrClIl9QZ0" alt=""><figcaption><p align="center"><em>Figure 7 — Avg Conversation Duration by Channel</em></p></figcaption></figure>

**Business Value:** Critical for cost optimization (voice = telephony costs) and UX management. Spikes suggest complex flows or system delays; very short durations may indicate failures.

### 8. Average Conversation Duration by Assistant

A multi-series line chart comparing duration across all assistants with a filterable legend (Select All / Deselect All).

<figure><img src="/files/HpCYT4dAuKqBj8UQDpnK" alt=""><figcaption><p align="center"><em>Figure 10 — Avg Conversation Duration by Assistant: filterable comparison</em></p></figcaption></figure>

**Business Value:** Identifies duration outliers per assistant. Consistently high durations suggest overly complex flows; short durations may indicate early failures. Essential for A/B testing and flow optimization.


---

# 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/basic-reporting/basic-dashboard.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.
