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

# Welcome

> Agent engineering platform for tracing, evaluation, and monitoring

## What is PandaProbe?

PandaProbe is an open-source agent engineering platform that gives you deep observability into AI agent applications. Use it to trace, evaluate, monitor and debug your AI agents in development and production.

## Why PandaProbe?

PandaProbe is a unified platform for the full agent development lifecycle — from first run to continuous improvement.

PandaProbe provides:

<CardGroup cols={1}>
  <Card title="Tracing" icon="route">
    Capture LLM calls, MCP calls, tool usage, workflow steps, and custom agent logic as structured traces and spans.
  </Card>

  <Card title="Evaluation" icon="drafting-compass">
    Score traces and sessions to measure quality, reliability, regressions, and agent behavior over time.
  </Card>

  <Card title="Monitoring" icon="clock">
    Schedule recurring evaluations so new traces and sessions are checked automatically in production.
  </Card>
</CardGroup>

## Three layers of tracing

1. **LLM Providers** — zero-code wrappers for major providers
2. **Agent Frameworks** — automatic integrations for agent frameworks
3. **Manual instrumentation** — full control when you need it

<CardGroup cols={2}>
  <Card title="Architecture" icon="layout-dashboard" href="/introduction/architecture">
    See how tracing, evaluation, and monitoring fit together
  </Card>

  <Card title="Quickstart" icon="rocket" href="/tracing/get-started/quickstart">
    Trace your first LLM call in under 2 minutes
  </Card>

  <Card title="Tracing Overview" icon="search" href="/tracing/overview">
    Understand the three layers of tracing
  </Card>

  <Card title="Installation" icon="download" href="/tracing/get-started/installation">
    Install the SDK with optional extras
  </Card>
</CardGroup>
