# Conversations and Transfers List

The Conversations and Transfers List provides a tabular pivot view that breaks down containment and transfer metrics by individual assistant and by day. This is the most detailed tabular view in the Containment tab before drilling into individual records.

<figure><img src="/files/ZCMjBsH4ZhKQGnfZLfHx" alt=""><figcaption><p align="center"><em>Figure 1: Conversations and Transfers List — Per-Assistant Tabular Breakdown</em></p></figcaption></figure>

### 1. Table Structure

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Column</td><td valign="top">Description</td></tr><tr><td valign="top">Assistant</td><td valign="top">The name of the AI assistant (e.g., “2ème contact_PROD”, “Executive Summary_PROD”, “Mercedez Benz: Complete Correction Assistant_PRO…”).</td></tr><tr><td valign="top">Day of Conversation Date</td><td valign="top">The specific date of the conversations.</td></tr><tr><td valign="top">Handled</td><td valign="top">The total number of conversations handled by this assistant on this date.</td></tr><tr><td valign="top">Handled %</td><td valign="top">The percentage of total conversations that were handled (typically 100% when no errors).</td></tr><tr><td valign="top">Successful Transfers</td><td valign="top">Number of conversations successfully transferred to another destination.</td></tr><tr><td valign="top">Unsuccessful Transfers</td><td valign="top">Number of conversations where a transfer was attempted but failed.</td></tr><tr><td valign="top">Total Transfers</td><td valign="top">Sum of successful and unsuccessful transfers.</td></tr><tr><td valign="top">Transfers %</td><td valign="top">Transfer rate as a percentage of total conversations.</td></tr><tr><td valign="top">Conversations</td><td valign="top">Total conversation count for this assistant on this date.</td></tr><tr><td valign="top">Conversations %</td><td valign="top">This assistant’s share of all conversations on this date as a percentage of the total.</td></tr></tbody></table>

Each assistant section includes daily breakdown rows and a bold “Total” subtotal row summarizing the assistant’s performance across the entire date range.

### 2. Business Value

This view enables assistant-level performance benchmarking. Teams can identify which assistants handle the most volume, which have the highest transfer rates, and compare daily performance patterns across different bots. It is particularly valuable for organizations running multiple assistants, as it reveals whether specific bots are underperforming relative to others.

The Conversations % column shows each assistant’s share of total traffic, helping teams understand the distribution of work across their AI assistant portfolio.

<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-and-transfers-list.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.
