> For the complete documentation index, see [llms.txt](https://docs.ilert.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilert.com/chatops.md).

# ChatOps

- [Overview](https://docs.ilert.com/chatops/overview.md): Receive and act on alerts, raise new ones, and look up who is on call — from Slack, Microsoft Teams, or Google Chat.
- [Slack](https://docs.ilert.com/chatops/slack.md): Connect a Slack workspace to ilert, then receive alerts, raise them, and look up who is on call from your channels.
- [Post alerts to a Slack channel](https://docs.ilert.com/chatops/slack/post-alerts-to-a-slack-channel.md): Publish ilert alerts into a Slack channel and accept, reroute, and resolve them there, without opening ilert.
- [Create alerts in Slack](https://docs.ilert.com/chatops/slack/create-alerts-in-slack.md): Let people raise an ilert alert from a Slack channel with the /il-alert slash command — with or without an ilert account.
- [Look up who is on call in Slack](https://docs.ilert.com/chatops/slack/lookup-who-is-on-call.md): Answer "who do I page?" inside Slack with the /il-oncall slash command, for an alert source or an escalation policy.
- [Post alerts with a Slack webhook](https://docs.ilert.com/chatops/slack/incoming-webhook.md): Post ilert alerts to a Slack channel through a Slack incoming webhook, where the ilert app cannot be installed.
- [Microsoft Teams](https://docs.ilert.com/chatops/microsoft-teams.md): Install the certified ilert app in Microsoft Teams and connect it to your ilert account, then receive alerts, raise them, and look up who is on call.
- [Post alerts to a Teams channel](https://docs.ilert.com/chatops/microsoft-teams/chat.md): Publish ilert alerts into a Microsoft Teams channel and accept, reroute, and resolve them there, without opening ilert.
- [Post alerts with a Teams webhook](https://docs.ilert.com/chatops/microsoft-teams/incoming-webhook.md): Post ilert alerts to a Microsoft Teams channel through a Workflows webhook, where the ilert app cannot be installed.
- [Create alerts in Microsoft Teams](https://docs.ilert.com/chatops/microsoft-teams/create-alerts-in-microsoft-teams.md): Let people raise an ilert alert from a Microsoft Teams channel with @ilert alert — with or without an ilert account.
- [Look up who is on call in Microsoft Teams](https://docs.ilert.com/chatops/microsoft-teams/look-up-who-is-on-call-in-microsoft-teams.md): Answer "who do I page?" inside Microsoft Teams with @ilert oncall, for an alert source or an escalation policy.
- [Google Chat](https://docs.ilert.com/chatops/google-chat.md): Connect ilert to Google Chat to receive and act on alerts, raise them, and look up who is on call from your spaces.
- [Google Chat app](https://docs.ilert.com/chatops/google-chat/google-chat-app.md): Install the ilert app for Google Chat, add it to a space, and connect it to your ilert account.
- [Post alerts to a Google Chat space](https://docs.ilert.com/chatops/google-chat/post-alerts-to-a-google-chat-space.md): Publish ilert alerts into a Google Chat space and accept, reroute, and resolve them there, without opening ilert.
- [Post alerts with a Google Chat webhook](https://docs.ilert.com/chatops/google-chat/incoming-webhook.md): Post ilert alerts to a Google Chat space through an incoming webhook, where the ilert app cannot be installed.
- [Create alerts in Google Chat](https://docs.ilert.com/chatops/google-chat/create-alerts-in-google-chat.md): Let people raise an ilert alert from a Google Chat space with the /il-alert slash command — with or without an ilert account.
- [Look up who is on call in Google Chat](https://docs.ilert.com/chatops/google-chat/look-up-who-is-on-call-in-google-chat.md): Answer "who do I page?" inside Google Chat with the /il-oncall slash command, for an alert source or an escalation policy.


---

# 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.ilert.com/chatops.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.
