# 订阅/Subscription

在Chainbot中，你可以对bot进行订阅，选择您创建的通知渠道，设置订阅频率。

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

#### 告警订阅字段说明

| 字段                 | 说明                  | 示例           |
| ------------------ | ------------------- | ------------ |
| Name               | 订阅名称，接收通知的标题        | Aptos Mirror |
| Subscription Group | 订阅组                 |              |
| Conditions         | 订阅条件的被比较数值可根据自身需求调整 | 如上图所示        |
| Frequency          | 接收告警的频率             | Always       |
| Actions            | 接收告警的平台             | Discord      |

#### 告警订阅频率说明

> 您可以根据监控的重要性，选择接收消息的频率。

<table><thead><tr><th width="149">频率</th><th>说明</th></tr></thead><tbody><tr><td>Always</td><td>每产生一条消息都会接受到一条消息</td></tr><tr><td>OnlyOnce</td><td>仅接收一次消息，之后触发告警，将不会再收到消息</td></tr><tr><td>5m</td><td>每隔 5m 接收一次消息，如果 5m 内产生多条消息，仅接收一条消息</td></tr><tr><td>10m</td><td>每隔 10m 接收一次消息，如果 10m 内产生多条消息，仅接收一条消息</td></tr><tr><td>30m</td><td>每隔 30m 接收一次消息，如果 30m 内产生多条消息，仅接收一条消息</td></tr><tr><td>1h</td><td>每隔 1h 接收一次消息，如果 1h 内产生多条消息，仅接收一条消息</td></tr><tr><td>4h</td><td>每隔 4h 接收一次消息，如果 4h 内产生多条消息，仅接收一条消息</td></tr><tr><td>12h</td><td>每隔 12h 接收一次消息，如果 12h 内产生多条消息，仅接收一条消息</td></tr><tr><td>24h</td><td>每隔 24h 接收一次消息，如果 24h 内产生多条消息，仅接收一条消息</td></tr></tbody></table>


---

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