> ## Documentation Index
> Fetch the complete documentation index at: https://polyai-mintlify-41fdf97b.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Conversations

> Inspect individual voice and messaging conversations to debug agent behavior, audit call quality, and review transcripts, function calls, and latency.

<Frame caption="Web chat conversations page with the Production view pinned, an Environment is Live filter chip, and a 7 conversations in progress banner above the table">
  <img src="https://mintcdn.com/polyai-mintlify-41fdf97b/a1j-CWhrDUTk1G8y/images/analytics/conversations-overview.png?fit=max&auto=format&n=a1j-CWhrDUTk1G8y&q=85&s=df164ec249638a6b748b3a2c1b84aacd" alt="Web chat conversations page with the Production view pinned, an Environment is Live filter chip, and a 7 conversations in progress banner above the table" style={{ maxWidth: '720px', width: '100%', margin: '0 auto', display: 'block' }} width="3014" height="1366" data-path="images/analytics/conversations-overview.png" />
</Frame>

<Frame caption="Conversation Review side panel showing the Transcription tab, four toolbar tabs, and a conversation transcript">
  <img src="https://mintcdn.com/polyai-mintlify-41fdf97b/a1j-CWhrDUTk1G8y/images/analytics/conv-review-side-panel.png?fit=max&auto=format&n=a1j-CWhrDUTk1G8y&q=85&s=3a47baa23893ad3a8e8fe5a53559a5b4" alt="Conversation Review side panel showing the Transcription tab, four toolbar tabs, and a conversation transcript" style={{ maxWidth: '720px', width: '100%', margin: '0 auto', display: 'block' }} width="2490" height="1026" data-path="images/analytics/conv-review-side-panel.png" />
</Frame>

Use **Conversations** to inspect what actually happened on a conversation: transcripts, topic matches, function execution, and latency. When standard or [custom metrics](/analytics/kpis/introduction) show a problem (containment dropping, safety flags rising), use this UI to diagnose the root cause.

Conversations lives under **Analyze > Conversations**. A segmented **Voice | Messaging** toggle in the top right switches between voice calls and messaging sessions (the messaging subview is titled **Messages**), with channel tabs for Voice and Web chat. Both share the same review, annotation, and diagnosis tools.

<img src="https://mintcdn.com/polyai-mintlify-41fdf97b/a1j-CWhrDUTk1G8y/images/analytics/conversations-messaging.png?fit=max&auto=format&n=a1j-CWhrDUTk1G8y&q=85&s=99e9c3811416f0b8734f75e95d6aae21" alt="Voice and Messaging conversation views" width="3014" height="1366" data-path="images/analytics/conversations-messaging.png" />

<Tip>
  **Iterate from a conversation with [Wren](/wren/introduction).** After reading a transcript, ask Wren to fix what broke — *"the agent kept asking for the date even after the caller said 'tomorrow'; fix relative-date extraction in the booking flow"*. See [Iterate after a call](/learn/iterate-open-platform).
</Tip>

[Dashboards](/analytics/dashboards/introduction) show aggregate trends; Conversations is where you drill into the individual calls behind those numbers: what topics matched, what functions ran, what the LLM saw on each turn.

<Note>
  For QA workflows, see [QA and analytics](/learn/maintain/qa-analytics). For performance analysis, see [Performance monitoring](/learn/maintain/performance-monitoring).
</Note>

## Features

<CardGroup cols={2}>
  <Card title="Conversation review" icon="magnifying-glass" href="/analytics/conversations/review">
    Browse, filter, and inspect individual conversation transcripts, both live and completed. Export data for reporting.
  </Card>

  <Card title="Views" icon="table-columns" href="/analytics/conversations/views">
    Save and share filtered conversation lists as named views for recurring QA workflows.
  </Card>

  <Card title="Annotations" icon="tag" href="/analytics/conversations/annotations">
    Flag transcription errors or missing topics during review. Feeds a continuous improvement loop for ASR and your Knowledge area.
  </Card>

  <Card title="Conversation diagnosis" icon="stethoscope" href="/analytics/conversations/diagnosis">
    Toggle debugging layers to see conversation variables, flow paths, function calls, topic citations, and turn latency.
  </Card>
</CardGroup>

## Related pages

<CardGroup cols={3}>
  <Card title="Dashboards" icon="chart-line" href="/analytics/dashboards/introduction">
    See aggregate performance trends before drilling into calls
  </Card>

  <Card title="Analyze conversations" icon="sparkles" href="/wren/analyze">
    Ask Wren to surface patterns across conversations with natural-language queries
  </Card>

  <Card title="PolyScore" icon="star" href="/analytics/polyscore">
    Understand the automated quality score on each conversation
  </Card>
</CardGroup>
