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

# Introduction

DrDroid is an AI SRE agent that investigates production alerts on your behalf. It connects to your observability stack, alert channels, and infrastructure, then runs agentic debugging to find likely root causes and suggest next steps.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/PtK9VDoxEG8" title="DrDroid overview" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## What DrDroid does

When an alert fires, DroidAgent pulls context from your connected tools (metrics, logs, deployments, runbooks, and more), correlates evidence, and works through hypotheses until it has a concrete diagnosis or a clear set of checks for your team.

You can run investigations from the [dashboard](https://aiops.drdroid.io), from Slack, or via the [DrDroid MCP server](/getting-started/drdroid-mcp-server) in tools like Cursor and Claude Desktop.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Set up DrDroid and run your first agentic investigation in 15 minutes.
  </Card>

  <Card title="Send Alerts" icon="bell" href="/monitor/webhook-alerts">
    Route alerts via webhooks or connect your Slack channels.
  </Card>

  <Card title="Connect Integrations" icon="plug" href="/integrations/integrations">
    50+ integrations — Grafana, Datadog, AWS, Kubernetes, and more.
  </Card>

  <Card title="Use DroidAgent" icon="robot" href="/agent/agentic-debugging">
    Run investigations, write runbooks, and debug from Slack or the dashboard.
  </Card>
</CardGroup>

## Need help?

* Email us at [support@drdroid.io](mailto:support@drdroid.io)
* Join our [Discord](https://discord.gg/AQ3tusPtZn) server.
