> ## Documentation Index
> Fetch the complete documentation index at: https://laminarai-docs-lam-1778-self-host-access-control.mintlify.site/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="Table views" href="/platform/table-views">
    Save filters, search, sort, and column layout per project for any list in Laminar.
  </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="/debugger/introduction">
    Rerun long-running agents from a checkpoint without leaving the page.
  </Card>

  <Card title="PII redaction" href="/platform/pii-redaction">
    Strip names, emails, and other PII from span input and output before storage.
  </Card>

  <Card title="Render templates" href="/platform/render-templates">
    Write JSX templates that render span input and output your way.
  </Card>

  <Card title="Integrations" href="/platform/integrations">
    Connect Slack and other services to receive Laminar notifications.
  </Card>
</CardGroup>
