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

# Platform

Laminar includes a set of UI tools for exploring traces and debugging agent behavior.

<CardGroup cols={2}>
  <Card title="Full text search" href="/platform/search">
    Full‑text search across span inputs, outputs, and attributes.
  </Card>

  <Card title="SQL Editor" href="/platform/sql-editor">
    Query traces with SQL and save useful queries.
  </Card>

  <Card title="MCP Server" href="/platform/mcp">
    Connect Claude Code, Cursor, or any MCP client to Laminar.
  </Card>

  <Card title="CLI" href="/platform/cli">
    Query traces, manage datasets, and run the debugger from your terminal.
  </Card>

  <Card title="Dashboards" href="/custom-dashboards/overview">
    Build custom dashboards and share them.
  </Card>

  <Card title="Viewing traces" href="/platform/viewing-traces">
    Transcript view, tree view, timeline view, and more.
  </Card>

  <Card title="Signals" href="/signals/introduction">
    Define LLM signals and review signal events tied to traces.
  </Card>

  <Card title="Live tracing" href="/platform/live-tracing">
    Watch a trace update as spans arrive.
  </Card>

  <Card title="Debugger" href="/platform/debugger">
    Rerun long-running agents from a checkpoint without leaving the page.
  </Card>
</CardGroup>
