> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ix-hello-reporting/premium-reporting/containment-tab-overview-and-sub-views.md).

# Containment Tab — Overview & Sub-Views

The Containment tab is the primary dashboard for analyzing how effectively the AI platform handles conversations without transferring them to live agents. Containment is one of the most important performance indicators in any AI-powered service platform, as it directly correlates with cost savings, operational efficiency, and AI assistant quality.

When the user clicks the Containment tab, a secondary horizontal tab bar appears with nine sub-views, providing a progressive drill-down from summary dashboards to granular record-level detail:

<figure><img src="/files/nSK0ePErt5rAzPyjscix" alt=""><figcaption><p><em>Figure 1: Containment Tab — Sub-View Navigation</em></p></figcaption></figure>

<table data-header-hidden><thead><tr><th width="89.888916015625" valign="top"></th><th width="310.3333740234375" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">#</td><td valign="top">Sub-View</td><td valign="top">Description</td></tr><tr><td valign="top">1</td><td valign="top">Dashboard</td><td valign="top">Default landing view combining containment rates and conversation breakdown into a single summary.</td></tr><tr><td valign="top">2</td><td valign="top">Containment and Transfer Rates</td><td valign="top">Dedicated time-series chart showing daily containment and transfer rate trends with full filter controls.</td></tr><tr><td valign="top">3</td><td valign="top">Total Conversations with Cont…</td><td valign="top">Stacked bar chart showing daily breakdown of Contained, Successfully Transferred, and Unsuccessfully Transferred conversations.</td></tr><tr><td valign="top">4</td><td valign="top">Conversations by Date</td><td valign="top">Daily conversation volume trend with day-of-week color coding for pattern recognition.</td></tr><tr><td valign="top">5</td><td valign="top">Transfers by Date</td><td valign="top">Daily transfer volume trend line.</td></tr><tr><td valign="top">6</td><td valign="top">Conversations and Transfers List</td><td valign="top">Tabular pivot view with per-assistant, per-day containment and transfer metrics.</td></tr><tr><td valign="top">7</td><td valign="top">Conversation Details Page</td><td valign="top">Record-level drill-down showing full details of individual conversation records.</td></tr><tr><td valign="top">8</td><td valign="top">Transfer Details Page</td><td valign="top">Record-level drill-down showing full details of individual transfer records.</td></tr><tr><td valign="top">9</td><td valign="top">Containment Rate Comparison…</td><td valign="top">Period-over-period comparison of containment rates with delta analysis.</td></tr></tbody></table>

This structure follows a progressive disclosure pattern: users begin with high-level summary dashboards and can drill down to individual records as needed. This supports both executive-level overview and operational root-cause analysis workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ix-hello-reporting/premium-reporting/containment-tab-overview-and-sub-views.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
