> 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.
- [Integration for 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.
- [Receive and respond to alerts in Slack](https://docs.ilert.com/chatops/slack/post-alerts-to-a-slack-channel.md): Post ilert alerts into a Slack channel and act on them there, keeping the team informed as alerts are raised, accepted, and resolved.
- [Create alerts in Slack](https://docs.ilert.com/chatops/slack/create-alerts-in-slack.md): Use Slack as an alert source. Trigger new alerts directly from Slack using slash commands, enabling teams to escalate issues without switching platforms.
- [Look up who is on-call](https://docs.ilert.com/chatops/slack/lookup-who-is-on-call.md): Lookup who is on-call right from Slack using the /il-oncall slash command, eliminating confusion during escalations.
- [Microsoft Teams Integration](https://docs.ilert.com/chatops/microsoft-teams.md): Install the certified ilert bot in Microsoft Teams to receive and act on alerts, raise them, and look up who is on-call.
- [Microsoft Teams Chat Integration](https://docs.ilert.com/chatops/microsoft-teams/chat.md): The ilert Microsoft Teams Chat Integration helps you to bring alerts into your channels, acknowledge or resolve alerts without leaving the chat.
- [Microsoft Teams Integration via Incoming Webhook](https://docs.ilert.com/chatops/microsoft-teams/chat/incoming-webhook.md): The ilert Microsoft Teams Integration helps you to bring alerts into your channels without installing the app.
- [Microsoft Teams Integration via Workflows](https://docs.ilert.com/chatops/microsoft-teams/chat/workflows.md): The ilert Microsoft Teams Integration helps you to bring alerts into your channels without installing the app.
- [Create alerts in Microsoft Teams](https://docs.ilert.com/chatops/microsoft-teams/create-alerts-in-microsoft-teams.md): Use Microsoft Teams as an alert source. Use chat commands in Microsoft Teams to create ilert alerts and notify your response team seamlessly where you already collaborate.
- [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): Check who is on-call right from Microsoft Teams using the @ilert on-call command without leaving your team's channels.
- [Google Workspace Integration](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): Integrate ilert with Google Chat to receive alerts and respond to them directly in your spaces.
- [Google Chat Webhooks](https://docs.ilert.com/chatops/google-chat/incoming-webhook.md): The ilert Google Chat webhook helps you to bring alerts into your channels without installing the app.
- [Create alerts in Google Chat](https://docs.ilert.com/chatops/google-chat/create-alerts-in-google-chat.md): Use Google Chat as an alert source. Use chat commands in Google Chat to create ilert alerts and notify your response team seamlessly where you already collaborate.
- [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): Check who is on-call right from Google Chat using the /il-oncall command without leaving your team's spaces.


---

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