# Notification Channel Configuration

Through notification channel settings, users can **direct monitoring alerts to specific destinations**, such as **Telegram**.

Currently, **DeBot** supports three types of notification channels:

* **In-App Push (built-in, no setup required)**
* **Telegram**

More notification channels (e.g., WeChat, SMS, etc.) may be added in the future.

You can add a new notification channel at:\
👉 <https://debot.ai/deFiBot/channel>

### In-App Notification Channel (Built-in)

The **In-App Notification Channel** is built into the DeBot system.\
If you prefer not to use third-party messaging apps, you can use the in-app channel to receive alerts directly on **the website or in the DeBot App**.

<figure><img src="/files/FsuRT18gXbZSdFCYQX0g" alt="" width="375"><figcaption></figcaption></figure>

### Adding a Telegram Notification Channel

### Step 1: Open the Telegram Desktop

<div data-with-frame="true"><figure><img src="/files/EJr2cSm8qO0IX3pj8jO7" alt="" width="375"><figcaption></figcaption></figure></div>

### Step 2: Click Start to Bind to the Personal Chat Window

<div data-with-frame="true"><figure><img src="/files/0DWYVsmwjrRQAvOiqmtq" alt="" width="375"><figcaption></figcaption></figure></div>

### Step 3: Completed and Test Send

<div data-with-frame="true"><figure><img src="/files/INoWCxJD35zEpX2WBlkH" alt="" width="375"><figcaption></figcaption></figure></div>

### Adding the TG Monitor to a TG Chat

Following these steps below:

<div data-with-frame="true"><figure><img src="/files/TvKL35XQTW7XO2A18AfI" alt="" width="375"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/F0hA8JxADQGJxYangumK" alt="" width="375"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/xvduCMl7iI4lYvzs6q74" alt="" width="375"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/JkMPWnPykvhui3PxxqEV" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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.debot.ai/en/basic-features/monitoring-configuration/notification-channel-configuration.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.
