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

# Dashboard Overview

> Your central command center for monitoring agent performance, tracking usage, and navigating your Agni workspace.

Once you log in, you are greeted by the Agni Dashboard. This is your central command center for monitoring agent performance, tracking usage, visualizing live traffic, and navigating your voice AI infrastructure.

<Frame>
  <img src="https://mintcdn.com/agni/wGEXRTXXwORCEgLm/images/dashboard-overview.png?fit=max&auto=format&n=wGEXRTXXwORCEgLm&q=85&s=0e1b305b6b90e2c44444219624fb3164" alt="Agni Dashboard Overview" width="1919" height="1079" data-path="images/dashboard-overview.png" />
</Frame>

***

## At-a-Glance Metrics

At the top of your dashboard, you can quickly assess the high-level health and performance of your voice agents in real time:

<CardGroup cols={3}>
  <Card title="Total Minutes" icon="clock">
    Displays the aggregate conversational minutes consumed by your organization.
  </Card>

  <Card title="Active Agents" icon="robot">
    Displays the total number of AI agents currently active within your organization.
  </Card>

  <Card title="Live Calls" icon="phone-volume">
    Shows the number of real-time, concurrent calls currently happening through your organization.
  </Card>

  <Card title="Credits" icon="coins">
    Shows the total amount of credits burned or consumed by your organization to date.
  </Card>

  <Card title="Success Rate" icon="bullseye">
    Highlights the overall percentage of calls made through the organization that successfully achieved their objective.
  </Card>

  <Card title="Conversion" icon="chart-line-up">
    Displays the total number of customers that have been successfully converted during interactions.
  </Card>
</CardGroup>

***

## Live Visualizations & Analytics

The center of the dashboard provides a suite of interactive widgets to help you monitor system load and campaign outcomes dynamically.

<CardGroup cols={2}>
  <Card title="Global Reach" icon="globe">
    A live 3D visualization showing exactly where in the world your active calls are currently taking place. Useful for understanding your geographic distribution.
  </Card>

  <Card title="Usage Trends" icon="chart-line">
    Track how many calls and minutes have been spent over a specified period. Toggle between **Day**, **Week**, or **Month** views to spot patterns.
  </Card>

  <Card title="Call Outcomes" icon="chart-pie">
    A detailed breakdown displaying the number of Total Outbound Calls, Total Failed Calls, Total Success Calls, and overall Total Calls.
  </Card>

  <Card title="Today's Activity" icon="chart-area">
    Shows the total call volume for the current day, categorized by outbound, inbound, and web calls.
  </Card>

  <Card title="Active Agents" icon="robot">
    A quick view of your currently active agents and the respective number of calls they have handled.
  </Card>

  <Card title="Top Countries" icon="map-location-dot">
    Highlights the countries that have received the most calls or where you have initiated the highest call volume.
  </Card>
</CardGroup>

***

## Quick Actions

Located at the bottom of the dashboard, the **Quick Actions** panel provides one-click access to your most common operational workflows:

<CardGroup cols={4}>
  <Card title="Create Agent" icon="robot" href="/guides/agents">
    Build a new AI assistant.
  </Card>

  <Card title="New Campaign" icon="bolt">
    Launch outbound calls.
  </Card>

  <Card title="Add Contact" icon="user-plus">
    Import or create users.
  </Card>

  <Card title="Add Number" icon="phone" href="/guides/phone-numbers">
    Provision a phone number.
  </Card>
</CardGroup>

***

## Workspace Navigation

The left sidebar is your primary map for navigating your Agni workspace. It is divided into focused sections:

<AccordionGroup>
  <Accordion title="Platform" icon="layer-group">
    Your daily operational views and agent configurations.

    * **[Dashboard](/guides/dashboard):** Your high-level overview and metrics.
    * **[Agents](/guides/agents):** Create, update, and deploy your AI agents.
    * **[Knowledge Base](/guides/knowledge-base):** Manage the data and documents your agents use for context.
  </Accordion>

  <Accordion title="Builder" icon="wrench">
    Build and tune agent behavior.

    * **[Tools](/guides/tools):** Configure functions, actions, and integrations used by agents.
    * **[Prompt Engineering](/guides/prompt-engineering):** Design prompts, guardrails, and response behavior.
  </Accordion>

  <Accordion title="Campaign" icon="megaphone">
    Configure inbound and outbound calling workflows.

    * **[Inbound Calls](/guides/inbound-calls):** Configure routing for incoming traffic.
    * **[Outbound](/guides/campaigns):** Manage and monitor outbound calling workflows.
  </Accordion>

  <Accordion title="Management" icon="sliders">
    Detailed tracking and relationship management.

    * **[All Call History](/guides/calls):** Review detailed call logs, transcripts, and session data.
    * **[Appointments](/guides/appointments):** Manage booked calendar events and scheduling.
    * **[Contacts](/guides/contacts):** Manage your CRM and address book.
    * **[Integration](/guides/Integration):** Connect third-party systems and data flows.
  </Accordion>

  <Accordion title="Operation" icon="briefcase">
    The backend infrastructure of your workspace.

    * **[Phone Numbers](/guides/phone-numbers):** Buy, import, and release phone numbers.
    * **[Billing](/guides/billing):** Manage your subscription, credits, and invoices.
  </Accordion>
</AccordionGroup>
