# Subscription

In Chainbot, you can subscribe to the bot, select the notification channel you created, and set the subscription frequency.

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

#### Alert Subscription Field Description

| Field              | Description                                             | Example        |
| ------------------ | ------------------------------------------------------- | -------------- |
| Name               | Subscription name, title of notification                | Aptos Mirror   |
| Subscription Group | Subscription group                                      |                |
| Conditions         | Subscription condition values can be adjusted as needed | As shown above |
| Frequency          | Frequency of receiving alerts                           | Always         |
| Actions            | Platforms to receive alerts                             | Discord        |

#### Alert Subscription Frequency Description

> You can choose the frequency of message reception based on the importance of monitoring.

<table><thead><tr><th width="149">Frequency</th><th>Description</th></tr></thead><tbody><tr><td>Always</td><td>You will receive a message for every generated alert</td></tr><tr><td>OnlyOnce</td><td>Only receive one message; further alerts will not be sent</td></tr><tr><td>5m</td><td>Receive a message every 5 minutes; if multiple alerts are generated within 5 minutes, only one message will be received</td></tr><tr><td>10m</td><td>Receive a message every 10 minutes; if multiple alerts are generated within 10 minutes, only one message will be received</td></tr><tr><td>30m</td><td>Receive a message every 30 minutes; if multiple alerts are generated within 30 minutes, only one message will be received</td></tr><tr><td>1h</td><td>Receive a message every hour; if multiple alerts are generated within 1 hour, only one message will be received</td></tr><tr><td>4h</td><td>Receive a message every 4 hours; if multiple alerts are generated within 4 hours, only one message will be received</td></tr><tr><td>12h</td><td>Receive a message every 12 hours; if multiple alerts are generated within 12 hours, only one message will be received</td></tr><tr><td>24h</td><td>Receive a message every 24 hours; if multiple alerts are generated within 24 hours, only one message will be received</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/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.
