> ## 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.

# Slack Integration

Alerting workflows are seamlessly integrated with Slack, enabling investigations and remediations directly from Slack while keeping your team insync with debugging and remediation.

## 🧠 Prompt-based Debugging

Initiate investigations by simply writing natural language prompts in Slack. For example:

```
@drdroid why is checkout-service failing?
```

This will kick off an automated investigation, pulling relevant metrics, logs, and insights.

## 📄 Investigation Summaries

Once complete, a concise summary is posted in the thread with:

* **Root cause hypotheses**
* **Key signals and data points**
* **Suggested remediation steps**

## ⚡ Runbooks on Command

Respond to alerts in real time by triggering runbooks with simple prompts:

```
@drdroid run latency-service-runbook for high CPU on payments-service
```

Execute automated workflows instantly, without switching context.

## Setup Instructions

1. Add the DrDroid app to your Slack workspace
2. Start using `@drdroid` commands in any channel
3. Start writing prompts in any channel by typing @drdroid
