> For the complete documentation index, see [llms.txt](https://docs.intelligems.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelligems.io/integrations/alerts-and-automation.md).

# Alerts & Automation

Get told what happened without opening the dashboard. Slack alerts cover the milestones most teams watch for (significance reached, a big win, a test that's live with no orders), and webhooks send raw experience events to anywhere else you want them.

### **The two options**

| Option                                                                 | What it's for                                                                                                                             |
| ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| [Slack](/integrations/alerts-and-automation/slack-integration.md)      | Pre-built alerts on test milestones and revenue impact, plus a shared channel where you can ask the @intelligems agent about your results |
| [Webhooks](/integrations/alerts-and-automation/webhook-integration.md) | An HTTP POST on every create, start, pause, end, update, or delete, so you can build your own workflow                                    |

Start with Slack. The alerts are already written, the thresholds are adjustable, and you can point different alerts at different channels. Reach for webhooks when you need an event somewhere Slack can't reach, like a Google Sheet, your own API, or a Zap.

{% hint style="info" %}
Slack alerts fire from the Intelligems Slack Agent. If an alert isn't showing up in a channel, the agent probably isn't in that channel. Add it with the `/add` command.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.intelligems.io/integrations/alerts-and-automation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
