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

# Dashboard

> Analyze cost, latency, and quality metrics from your AI application in HoneyHive's monitoring dashboard.

The Monitoring dashboard gives you a unified view of your production data so you can track performance, detect issues, and continuously improve your AI application.

<Frame>
  <img src="https://mintcdn.com/honeyhiveai/EWG3R5yYrwNnHjQ7/images/product-dashboard.png?fit=max&auto=format&n=EWG3R5yYrwNnHjQ7&q=85&s=a96b23c318597e7650d96ca6151e1892" alt="HoneyHive monitoring dashboard with charts for session duration, LLM call duration, token usage, and custom evaluator metrics" width="3024" height="1566" data-path="images/product-dashboard.png" />
</Frame>

### How it works

HoneyHive aggregates all your production data (traces, evaluations, and user feedback) in one place. This unified view lets you:

* **Detect Failures:** Catch anomalies across your cost, usage, and quality metrics.
* **Set Up Proactive Monitoring:** Create automated alerts to notify you when metrics exceed thresholds or drift from expected values.
* **Form Hypotheses:** "I think response quality drops for after 5 agent actions." "Our new RAG might be causing unintended hallucinations."
* **Explore Your Data:** Craft queries to validate or refute these hypotheses in real-time.
* **Iterate Continuously:** Use insights to tweak prompts, swap models, or refine pipelines, then immediately see the impact.

### Getting Started

<CardGroup cols={3}>
  <Card title="Creating Charts" icon="chart-simple" href="/v2/monitoring/charts">
    Build custom queries and save charts to your project dashboard
  </Card>

  <Card title="Online Evaluations" icon="gauge-high" href="/v2/monitoring/onlineevals">
    Configure automated evaluations to run on your production traces
  </Card>

  <Card title="Creating Alerts" icon="bell" href="/v2/monitoring/alerts/alerts_overview">
    Set up automated alerts to catch issues before they impact users
  </Card>
</CardGroup>
