# Conversations by Date

The Conversations by Date sub-view presents a bar chart of daily conversation volumes with a distinctive feature: each bar is color-coded by the day of the week, making weekly patterns immediately visible at a glance.

<figure><img src="/files/3i3XqpxgcWlP9QCp8RPK" alt=""><figcaption><p align="center"><em>Figure 1: Conversations by Date — Color-Coded by Day of Week</em></p></figcaption></figure>

### 1. Day-of-Week Color Coding

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Day</td><td valign="top">Color</td><td valign="top">Typical Volume Pattern</td></tr><tr><td valign="top">Monday</td><td valign="top">Blue</td><td valign="top">High volume — start of business week, backlog from weekend</td></tr><tr><td valign="top">Tuesday</td><td valign="top">Orange</td><td valign="top">Peak volume — typically the highest conversation day</td></tr><tr><td valign="top">Wednesday</td><td valign="top">Pink</td><td valign="top">High volume — mid-week sustained activity</td></tr><tr><td valign="top">Thursday</td><td valign="top">Teal</td><td valign="top">High volume — slight decline from mid-week peak</td></tr><tr><td valign="top">Friday</td><td valign="top">Green</td><td valign="top">Moderate-high — beginning of weekend wind-down</td></tr><tr><td valign="top">Saturday</td><td valign="top">Yellow</td><td valign="top">Low volume — weekend drop-off</td></tr><tr><td valign="top">Sunday</td><td valign="top">Purple</td><td valign="top">Lowest volume — minimal weekend activity</td></tr></tbody></table>

### 2. Additional Features

Events On/Off Toggle: Located in the filter panel, this toggle overlays event markers (deployments, configuration changes, known incidents) on the chart. This enables correlation analysis between operational events and conversation volume changes.

Dashed Average Line: A horizontal dashed reference line indicates the average daily volume, enabling quick identification of above- and below-average days.

### 3. Business Value

The day-of-week color coding transforms a standard volume chart into a powerful pattern recognition tool. Teams can immediately identify whether a volume anomaly is expected (e.g., a typical Monday spike) or unexpected (e.g., a Saturday surge that breaks the normal pattern). This supports anomaly detection, capacity planning, and workforce scheduling decisions.

The Events overlay enables causal analysis: if a new bot version was deployed on Wednesday and Thursday’s volume dropped 20%, the event marker makes this correlation immediately visible without cross-referencing deployment logs.


---

# 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-by-date.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.
