# Alerts

Our app lets you stay informed in real time by sending alerts to your preferred communication channels. With support for multiple alert destinations—including **Telegram, Discord, and Webhooks**—you can ensure that important notifications reach you where they matter most.

## Why Use Alerts?

Setting up alert destinations enables you to:

* [**Track wallets**](/features/smart-money-analysis/track-wallets-in-real-time.md) for new trades, new deployed tokens, and other on-chain events in real-time.
* Receive notifications for new [**calls from Telegram caller groups**](/features/caller-tracker-and-analysis.md).
* Stay updated on newly **discovered tokens** [**identified by your strategies**](/features/strategies.md).

## Create an alert destination

Before you can start receiving alerts, you need to create an **alert destination**. This destination can be reused across multiple alert types, such as wallet trackers, strategies, caller alerts, and more.

You can create an alert destination either while setting up alerts on specific resources or directly from the [**Alert Destinations Dashboard**](https://blokiments.com/alerts).

## Supported Alert Destinations

Coming soon!

* Telegram
  * Option 1: Use Blokiments Alerts Bot
    * [Use the Blokiments Alerts Bot](/features/alerts/telegram-alerts.md#use-the-blokiments-alerts-bot)
    * [Use the Blokiments Alerts Bot in a group chat](/features/alerts/telegram-alerts.md#use-the-blokiments-alerts-bot-in-a-group-chat)
  * [Option 2: Use a personal bot](/features/alerts/telegram-alerts.md#use-a-personal-bot)
* Discord&#x20;
* Webhooks

## Alerts destination dashboard

Dashboard: <https://blokiments.com/alerts>


---

# 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.blokiments.com/features/alerts.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.
