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

# Slack Integration

> Launch audits and receive findings directly inside Slack

# Slack Integration

Golem AI integrates with Slack so your security team can trigger audits, get notified the moment findings are confirmed, and link to reports without leaving the conversation.

## Connecting Slack

1. Go to **Settings → Integrations** in the Golem AI dashboard
2. Click **Connect Slack**
3. Authorize Golem AI in the Slack OAuth flow
4. Select the channel for notifications
5. Click **Allow**

Golem AI posts a confirmation message to the channel once connected.

## Slash commands

After connecting, the `/golem` slash command is available:

| Command                                     | Description                        |
| ------------------------------------------- | ---------------------------------- |
| `/golem audit <domain>`                     | Launch a shallow audit immediately |
| `/golem audit deep <domain>`                | Launch a deep audit                |
| `/golem audit autonomous <domain>: <brief>` | Launch autonomous audit with brief |
| `/golem status`                             | Status of the most recent audit    |
| `/golem findings`                           | List recent critical/high findings |
| `/golem help`                               | List all commands                  |

Example:

```text theme={null}
/golem audit deep acme.example.com
```

Golem AI replies in-thread with the audit ID, a link to the live desktop stream, and posts an update every 15 minutes with finding count and current phase.

## Audit completion notifications

When an audit completes, the channel receives a summary:

> **Deep audit complete** for `acme.example.com` Score: **D (65)** · 23 findings · 2h 1m 🔴 1 Critical · 🟠 2 High · 🟡 8 Medium · 🟢 11 Low · ⚪ 1 Info [View Report](https://...) · [Download PDF](https://...) · [Watch Replay](https://...)

## Critical finding alerts

If Golem confirms a **Critical** finding mid-engagement, the channel receives an immediate alert (not just at audit completion):

> 🚨 **CRITICAL finding** in `acme.example.com` Category: `auth_bypass` "Authentication bypass via X-Forwarded-For header allows admin access without credentials" Evidence in [audit\_abc123](https://...)

This means the engagement is still running but the issue is severe enough that your team should respond now.

## Routing to multiple channels

For workspaces serving different teams (MSSP use case), each workspace can route to a different Slack channel:

1. Open the workspace
2. **Workspace Settings → Notifications**
3. Choose a Slack channel (must be from a connected workspace)
4. Save

This lets you keep client A's findings in `#client-a-security` and client B's in `#client-b-security`.

## Disconnecting Slack

To remove the integration:

1. **Settings → Integrations**
2. Click **Disconnect** next to the Slack workspace
3. Confirm

Disconnecting doesn't delete past notifications or audit history. You can reconnect at any time.
