# Notifications

**Supported Channels**

Sail currently supports two notification channels:

* **Telegram.** Connect your Telegram account to receive notifications directly in a Telegram chat.
* **Email.** Connect your email address to receive notifications in your inbox.

Each channel can be connected independently from the Notifications section in Settings. You can enable one, both, or neither. Channels that are not connected will not deliver notifications, even if notification topics are selected.

***

**Notification Topics**

Once a channel is connected, you can enable or disable individual notification topics. The following topics are available:

**Daily Update.** Receive a daily summary of your portfolio and agent activity at your chosen time. Useful for passive monitoring without checking the dashboard.

**Agent Update.** Get updates on agent configuration changes, pauses, or strategy shifts. This covers any change to how your agent is operating, whether triggered by you or by the system.

**Withdraw.** Receive alerts when a withdrawal is initiated or completed. Covers both the request and the final confirmation on-chain.

**Execution.** Stay informed on every trade or strategy execution your agent performs. This includes rebalances, swaps, bridges, and reward claims.

**Deposit.** Get notified instantly when a deposit is confirmed on any connected network.

***

**How to Set Up Notifications**

1. Open Settings in the app (accessible from the Profile menu).
2. Navigate to the Notifications tab.
3. Connect Telegram, Email, or both using the "Connect" button next to each channel.
4. Once connected, toggle individual notification topics on or off.
5. Click "Personalize Notifications" on mobile, or use the topic toggles directly on desktop.
6. Save your changes.

You can also use "Select All" or "Unselect All" to quickly enable or disable all topics for a given channel.

***

**Notes**

* You must connect a channel before you can enable topics on it. Topic toggles are inactive until the channel is connected.
* Notification preferences are saved per channel. You can receive Daily Updates via email only, Execution alerts via Telegram only, or any combination.
* You can update your notification preferences at any time from the same Settings page.


---

# 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.sail.money/learn/how-sail-works/notifications.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.
