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

# Analytics

> Monitor Receptionist Avatar performance with call metrics and a full visitor log

## Overview

The Analytics page shows live call data for your Receptionist Avatar. Use it to track how many visitors are being connected, spot missed call patterns, and review individual visit records over any date range.

<Tip>
  Filter by date range to compare activity across weeks or months and identify usage trends.
</Tip>

***

## Stats Cards

Five summary cards are displayed at the top of the page:

| Card                 | Description                                                       |
| -------------------- | ----------------------------------------------------------------- |
| **Total Calls**      | All calls initiated through the kiosk during the selected period  |
| **Answered**         | Calls that were successfully connected to a contact               |
| **Missed**           | Calls where no contact was reached                                |
| **Average Duration** | Mean call length across all answered calls in the selected period |
| **Answer Rate**      | Percentage of total calls that were answered                      |

<Note>
  If your agent has no call data yet, the stats cards and visitor log will show an empty state. Make a test call from the kiosk to generate your first data points.
</Note>

***

## Visitor Log

Below the stats cards is a table listing every call attempt. Each row represents one visitor interaction.

| Column           | Description                                          |
| ---------------- | ---------------------------------------------------- |
| **Contact Name** | The employee the visitor selected from the directory |
| **Timestamp**    | Date and time the call was initiated                 |
| **Duration**     | Length of the call (blank for missed calls)          |
| **Status**       | Whether the call was **Answered** or **Missed**      |

### Call Statuses

* **Answered** — the contact picked up and the call connected successfully
* **Missed** — the call was not answered (contact unavailable, declined, or timed out)

***

## Filtering by Date Range

Use the date range picker in the toolbar to narrow the data shown in both the stats cards and the visitor log.

1. Click the date range picker at the top of the Analytics page.
2. Select a start date and an end date.
3. The stats cards and visitor log update immediately to reflect the selected period.

<Tip>
  To review a specific event or busy day, pick a single-day range. To see a monthly summary, select the first and last day of the month.
</Tip>

***

## GO Consumption

Each Receptionist Avatar call consumes GOs based on call time:

* **100 GOs per started minute** of call time
* If your GO balance reaches zero mid-call, the call ends gracefully

Monitor your GO usage alongside call volume to forecast when you may need to top up your balance.

<Note>
  GO consumption is tracked at the workspace level. Visit the **Usage** page in the main sidebar for a full breakdown across all agents.
</Note>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Manage Contacts" icon="address-book" href="/receptionist/contacts">
    Keep your employee directory up to date so visitors can reach the right people.
  </Card>

  <Card title="Kiosk Deployment" icon="rocket" href="/receptionist/deployment">
    Review deployment options and device setup for the kiosk.
  </Card>

  <Card title="Receptionist Avatar Overview" icon="robot" href="/receptionist/overview">
    Learn how the Receptionist Avatar works end to end.
  </Card>

  <Card title="Workspace Usage" icon="chart-mixed" href="/agents/analytics">
    View GO consumption and aggregated metrics across all agents.
  </Card>
</CardGroup>
