> 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/incidents-and-status-pages/incidents/incident-channels.md).

# Incident channels

An incident channel is a dedicated chat channel connected to an [incident](/incidents-and-status-pages/incidents.md) for real-time coordination. It gives your responders one place to talk through the response while the incident keeps the structured record.

## Before you start

Incident channels rely on a connected chat integration. Make sure one of the following is set up for your account:

* [Slack](/chatops/slack.md)
* [Microsoft Teams](/chatops/microsoft-teams.md)
* [Google Chat](/chatops/google-chat.md)

See the [ChatOps overview](/chatops/overview.md) for how to connect a chat tool to ilert.

## Create an incident channel

You can connect a channel in two ways:

* **While declaring an incident** — select **Create incident channel** in the [Declare incident dialog](/incidents-and-status-pages/incidents/declare-an-incident.md).
* **From an existing incident** — in the incident view, use the **Incident channel** section to create one.

If more than one chat platform is connected to your account, you choose which one to use when the channel is created.

{% hint style="info" %}
An incident can have one incident channel. The platform is fixed once the channel is created—you can disconnect a channel, but you cannot switch it to a different platform.
{% endhint %}

## Keeping the channel and timeline in sync

Once a channel is connected, [comments](/incidents-and-status-pages/incidents/incident-timeline-and-comments.md#comments) are kept in sync between ilert and the channel, so the conversation and the incident [timeline](/incidents-and-status-pages/incidents/incident-timeline-and-comments.md) stay aligned. This also means the channel can be included when you [generate a post-mortem with ilert AI](/incidents-and-status-pages/status-updates/generating-incident-updates-through-ai.md).


---

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

```
GET https://docs.ilert.com/incidents-and-status-pages/incidents/incident-channels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
