> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DialNexa Call Detail Page

> Understand the DialNexa call detail page with recording playback, download, transcript tabs, summary, custom fields, transfers, audio cache, and annotations.

The DialNexa call detail page is the review surface for one call. It can show playback controls, recording download, transcript copy, live and accurate transcript tabs, summary, status, duration, cost, custom extracted fields, transfer details, Audio Cache data, and annotations.

<img src="https://mintcdn.com/dialnexa/0efoAN-6So4r-6NC/images/documentation/screenshots/call-detail-analysis-summary.png?fit=max&auto=format&n=0efoAN-6So4r-6NC&q=85&s=2141b717d23778dd5a7bbe46a2c040b3" alt="DialNexa call detail page showing agent metadata, call ID, phone call route, duration, cost, recording controls, conversation analysis, summary, and transcription tabs." style={{ width: '100%', maxWidth: '800px', margin: '8px 0 24px', border: '1px solid #e5e7eb', borderRadius: '6px' }} width="1024" height="1964" data-path="images/documentation/screenshots/call-detail-analysis-summary.png" />

<Warning>
  Do not debug only from the summary. Summaries are useful. Recordings are witnesses.
</Warning>

## What Each Section Answers

| Section             | Question it answers                                                                                |
| ------------------- | -------------------------------------------------------------------------------------------------- |
| Header and metadata | Which call, agent, status, duration, and cost are we reviewing?                                    |
| Audio player        | What did the caller and agent actually sound like?                                                 |
| Summary             | What was the short outcome of the call?                                                            |
| Custom fields       | What did post-call analysis extract from the call, including typed fields such as DateTime values? |
| Transcription tab   | What did the live or accurate transcript say?                                                      |
| Transfers tab       | Did the agent attempt a human handoff and what happened?                                           |
| Audio Cache tab     | Did repeated speech use cached audio or create new entries?                                        |

## Transcript Tabs

| Tab                 | Use it when                                                                              |
| ------------------- | ---------------------------------------------------------------------------------------- |
| Live Transcript     | Debug what the agent heard before replying. Best for interruptions and timing issues.    |
| Accurate Transcript | Review cleaner post-call transcript text where available. Best for audits and summaries. |

## Useful Actions

<CardGroup cols={2}>
  <Card title="Download recording" icon="download" href="/monitoring/transcripts-recordings-and-summaries">
    Download audio when available and allowed.
  </Card>

  <Card title="Copy transcript" icon="copy" href="/monitoring/transcripts-recordings-and-summaries">
    Copy transcript text for review.
  </Card>

  <Card title="Annotate turn" icon="flag" href="/monitoring/annotations-and-call-feedback">
    Create prompt improvement notes from a specific transcript turn.
  </Card>
</CardGroup>

## Review One Call Thoroughly

<Steps>
  <Step title="Read status and duration">
    Check whether the call completed, failed, ended early, or hit voicemail.
  </Step>

  <Step title="Play the recording">
    Listen before judging prompt behavior.
  </Step>

  <Step title="Compare transcript and recording">
    Spot transcription errors, interruptions, overlap, noise, or silence.
  </Step>

  <Step title="Check extracted fields">
    Confirm structured outputs match what happened in the call. DateTime fields can be shown as readable dates and times while keeping ISO 8601 values for exports.
  </Step>

  <Step title="Open special tabs">
    Use Transfers and Audio Cache when those features were involved.
  </Step>
</Steps>

## Related Reading

<CardGroup cols={2}>
  <Card title="Transcripts And Recordings" icon="headphones" href="/monitoring/transcripts-recordings-and-summaries">
    Review audio and text.
  </Card>

  <Card title="Post-Call Results" icon="list-checks" href="/monitoring/post-call-analysis-results">
    Read extracted values.
  </Card>

  <Card title="Retries Transfers And Audio Cache" icon="database" href="/monitoring/retries-transfers-and-audio-cache">
    Inspect special call behavior.
  </Card>
</CardGroup>
