# 通知渠道/Notify Channels

告警通知是 ChainBot 里的重要组成部分。一个完整的监控，通知是必不可少的部分。

ChainBot 支持用户配置 Slack、Discord、Telegram，Dingtalk 等即时通讯类APP，也支持 Pushover、Pagerduty 这样的专业通知产品，还支持用户自定义的 Webhook 推送。

ChainBot 支持同时推送至多个 Channel 中，当该信息设置完成时，所有监控均可使用相关的任意 Channel。

<figure><img src="/files/zmfhNbVKEXq8n6KPnF9i" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.chainbot.io/zh/basic-usage/notify-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.
