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

# Call Logs

> Review every conversation your AI agents have handled - transcripts, latency, credits, and more.

Call Logs is your complete record of every conversation handled by your AI agents. Every test call, live call, and API interaction is logged here automatically - with full transcripts, timing data, credit usage, and caller information.

Click **Call Logs** in the left sidebar to open the logs screen.

***

## The Call Logs List

<Frame>
  <img src="https://mintcdn.com/wayofworshipinfotechpvtltd/k0rHE7B8xCxZd8e5/images/Screenshot-from-2026-07-11-15-15-34.png?fit=max&auto=format&n=k0rHE7B8xCxZd8e5&q=85&s=0e6bc7770d88b6bbe2883ade16f4cfce" alt="Screenshot From 2026 07 11 15 15 34" width="1915" height="892" data-path="images/Screenshot-from-2026-07-11-15-15-34.png" />
</Frame>

Each row in the Call Logs table represents one conversation. The columns show:

| Column              | What It Shows                                                                                  |
| ------------------- | ---------------------------------------------------------------------------------------------- |
| **Conversation ID** | A unique identifier for each conversation - click the arrow to open the full detail view       |
| **Agent Name**      | The AI agent that handled this conversation                                                    |
| **Call Type**       | Where the conversation originated - `Playground` means it was a test from the Test Your AI tab |
| **Mode**            | Whether it was a `Text-Chat` or `Voice-Chat` interaction                                       |
| **Credits**         | How many platform credits were consumed for this conversation                                  |
| **Date**            | The date the conversation took place                                                           |
| **Time**            | The exact time the conversation started                                                        |
| **Action**          | Click the arrow → to open the full conversation detail                                         |

<Tip>
  Use the search bar at the top right to find a specific conversation by ID or agent name.
</Tip>

***

## Conversation Detail View

Click the arrow on any row to open the full conversation detail. The detail view has three panels.

<Frame>
  <img src="https://mintcdn.com/wayofworshipinfotechpvtltd/k0rHE7B8xCxZd8e5/images/call-Jul-11,-2026,-03_22_33-PM.png?fit=max&auto=format&n=k0rHE7B8xCxZd8e5&q=85&s=b828559cfc996982f2b1c1a398563f19" alt="Call Jul 11, 2026, 03 22 33 PM" width="1838" height="856" data-path="images/call-Jul-11,-2026,-03_22_33-PM.png" />
</Frame>

### Left Panel - Conversation Info

The Conversation Info panel shows all metadata for that specific conversation:

| Field                | What It Shows                                       |
| -------------------- | --------------------------------------------------- |
| **Conversation ID**  | The full unique ID - click the copy icon to copy it |
| **User Name**        | The name the caller provided during onboarding      |
| **Email**            | The email the caller provided during onboarding     |
| **Start**            | Date and time the conversation began                |
| **End Time**         | Date and time the conversation ended                |
| **Agent Associated** | Which agent handled this conversation               |
| **Credit Consumed**  | Exact credits used for this conversation            |
| **Industry**         | The industry tag of the agent that handled it       |

Below the metadata, the **Latency** gauge shows the average response time in milliseconds for this conversation. Lower latency means faster, more natural responses. The gauge uses a colour scale - green indicates healthy latency, yellow indicates moderate, and red indicates high latency that may have affected the caller experience.

### Middle Panel - Call Related

The Call Related panel contains tabs for additional call analysis:

| Tab                    | What It Shows                                          |
| ---------------------- | ------------------------------------------------------ |
| **Reason of the call** | AI-detected reason why the caller contacted your agent |
| **Result**             | The outcome of the conversation                        |
| **Overview**           | A summary of what happened during the call             |
| **Resolution**         | Whether the caller's issue was resolved                |
| **Disposition**        | Final classification of the call                       |

<Info>
  These fields are populated automatically by the platform after each conversation. They become more useful as your call volume grows.
</Info>

### Right Panel - Recording & Transcript

The Recording and Transcript panel shows the complete conversation in real time order - every user message and every AI agent response, with timestamps.

User messages appear on the right in purple. AI Agent responses appear on the left in white. Each message has a timestamp showing exactly when it was sent.

This transcript is your most important tool for improving your agent - read it to identify where responses were incorrect, too long, off-topic, or where the agent struggled to understand the caller.

***

## How to Use Call Logs to Improve Your Agent

<Steps>
  <Step title="Review transcripts weekly">
    Open your most recent call logs and read through the full transcripts. Look for any response that doesn't match what a real customer would expect.
  </Step>

  <Step title="Identify the problem type">
    If the agent gave a wrong answer - it's a knowledge base issue. If the agent behaved incorrectly - for example, being too verbose or not escalating when it should - it's a prompt issue.
  </Step>

  <Step title="Fix the root cause">
    For knowledge base issues, go to Train Your AI and update the relevant FAQ, product, service, or document. For prompt issues, go to Basic Details → System Prompt and add or adjust the relevant instruction.
  </Step>

  <Step title="Test the fix">
    After making changes, use the Test Your AI tab to verify the agent now handles that scenario correctly.
  </Step>

  <Step title="Monitor credit usage">
    Check the Credits column regularly. Unusually high credit consumption on a single conversation may indicate the agent is giving very long responses -

    adjust Response Length in Basic Details → LLM Model.
  </Step>
</Steps>

***

## Understanding Call Types

| Call Type      | What It Means                                                                         |
| -------------- | ------------------------------------------------------------------------------------- |
| **Playground** | A test conversation made from the Test Your AI tab - Text to Text or Speech to Speech |
| **Live**       | A real conversation from a connected phone number or website widget integration       |
| **API**        | A conversation triggered via the Agent API integration                                |

<Tip>
  When you first start using Valuez AI, all your logs will show Playground. Once you connect an integration - a phone number, website widget, or API key - you will start seeing Live and API call types appear.
</Tip>

***

## Related Pages

<CardGroup cols={2}>
  <Card title="Test Your AI" icon="flask" href="/test-your-ai">
    Run test conversations that will appear in Call Logs so you can review them here.
  </Card>

  <Card title="Agents" icon="robot" href="/agents">
    Go back to your agent configuration to fix issues identified in call transcripts.
  </Card>

  <Card title="Train Your AI" icon="database" href="/train-your-ai">
    Update your knowledge base when transcripts reveal incorrect or missing information.
  </Card>

  <Card title="Platform Analytics" icon="chart-line" href="/platform-analytics">
    View aggregated performance data across all your agents and conversations.
  </Card>
</CardGroup>
