# Notification channels

## Overview

Obside can notify you on multiple **channels** when an agent triggers an alert or when an important activity occurs on your account. Four channels are available:

* **Email**
* **Telegram**
* **WhatsApp**
* **Push notifications** (browser or installed web app)

{% hint style="info" %}
Channel configuration is done from **Settings → Notifications**. You can enable or disable each channel independently, and choose which ones to use for each agent.
{% endhint %}

***

## Email

Email notifications are enabled by default. You can configure several categories:

* **Activity alerts** — agent triggering, important account event.
* **Daily briefing** — daily summary of the markets you follow.
* **Promotional emails** *(optional)* — product announcements and offers.

***

## Telegram

To receive instant notifications on Telegram:

1. From **Settings → Notifications**, click **Connect** next to Telegram.
2. You're redirected to the Obside bot.
3. Click **Start** in the bot to authorize message delivery.

{% hint style="success" %}
Once connected, Telegram becomes one of the fastest and most reliable channels to receive your alerts in real time.
{% endhint %}

{% hint style="danger" %}
If you see **"Telegram cannot send you messages"**, open the conversation with the bot and send it a message to re-authorize delivery.
{% endhint %}

***

## WhatsApp

To receive notifications on WhatsApp:

1. From **Settings → Notifications**, click **Connect** next to WhatsApp.
2. Get a 6-digit **validation code**.
3. Send this code to Obside's WhatsApp number shown on screen.

The code expires after 15 minutes — repeat the process if needed.

***

## Push notifications

Push notifications are displayed directly in your browser, **even when Obside is closed**. You can enable them on multiple devices (computer, tablet, mobile).

1. From **Settings → Notifications**, click **Enable** in the Push notifications section.
2. Allow notifications in your browser's prompt.
3. For iPhone/iPad, first add Obside to your **home screen** to be able to receive push notifications.

You can then **manage the list of registered devices** and send a **test notification** to verify everything works.

***

## Choosing channels for an agent

When **launching an agent** that has the **Notifications** capability, Obside asks you to select **at least one channel** among those you've configured. You can enable several in parallel.

See [Agent capabilities](/agents/capabilities.md) to understand how the Notifications capability is enabled.


---

# 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.obside.com/alerts-and-notifications/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.
