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

# Welcome to Wild Moose

> The AI SRE for dynamic environments

Wild Moose is an always-on, AI first responder that executes your best debugging practices the moment something breaks. It codifies tribal knowledge to gather context across fragmented observability tools, delivering evidence-backed root causes and recommended next actions in seconds.

<Tip>
  **Just get started and learn on the go.** Tell the Moose Builder *"help me improve our autonomous-RCA coverage"*, and it will guide you through setting up and evaluating your own apparatus of debugging agents. This process is short and rewarding - with any luck, your moose will start finding root causes before you take your first bathroom break.
</Tip>

## Why Wild Moose?

<Columns cols={3}>
  <Card title="Diagnose issues in seconds" icon="bolt">
    Wild Moose automatically gathers and analyzes logs, metrics, and code to deliver explainable root cause summaries - in seconds, not minutes.
  </Card>

  <Card title="Build custom agents, easily" icon="hammer">
    Build an army of agents tuned to your specific investigative workflows, encoding the muscle-memory knowledge your team has built over years. Creation happens collaboratively with your favorite AI assistant, empowered with Wild Moose's tools.
  </Card>

  <Card title="Gets smarter over time" icon="chart-line">
    Test-driven and feedback-powered. Agents are stress-tested against historical incidents and continuously refined based on your team's input.
  </Card>
</Columns>

## Get started

<Columns cols={2}>
  <Card title="Quick start" icon="rocket" href="/quickstart">
    Get Wild Moose connected and start building agents in minutes.
  </Card>

  <Card title="Moose Builder" icon="hammer" href="/features/builder">
    Your AI guide for creating, testing, and refining debugging agents.
  </Card>

  <Card title="Features" icon="sparkles" href="/features/agents">
    Explore debugging agents, alert enrichment, and root cause analysis.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Trigger investigations programmatically via the REST API.
  </Card>
</Columns>

## How it works

<Steps>
  <Step title="An alert fires">
    A monitoring tool (Datadog, PagerDuty, etc.) posts an alert to one of your channels.
  </Step>

  <Step title="Wild Moose identifies the right investigation">
    An orchestrator dynamically selects and coordinates the right debugging agents based on the alert context.
  </Step>

  <Step title="Agents execute in parallel">
    Multiple specialized agents query your observability stack - metrics, logs, traces, code changes - gathering evidence simultaneously. Each agent combines deterministic data collection with AI-powered synthesis to complete in seconds.
  </Step>

  <Step title="Results appear in-thread">
    Wild Moose posts a summary with root cause analysis, key findings, and actionable mitigations directly in the alert thread.
  </Step>
</Steps>
