# Notifications

**Channels**

Sail delivers notifications through two channels:

**Telegram.** After connecting your Telegram account, Sail sends notifications directly to your Telegram chat. This is ideal for real-time awareness of agent activity while you are away from the app.

**Email.** After connecting your email address, Sail sends notifications to your inbox. This is useful for end-of-day summaries or keeping a record of agent activity.

Each channel operates independently. You can connect both and configure different topics for each, or use only one.

***

**Notification Topics**

Five notification topics are available. Each can be toggled on or off per channel:

**Daily Update.** A daily summary of your portfolio value and agent activity, delivered at your chosen time. Good for passive, once-a-day monitoring.

**Agent Update.** Alerts when your agent's configuration changes, when it pauses, or when a strategy shift occurs. Covers both user-initiated and system-initiated changes.

**Withdraw.** Notifications when a withdrawal is initiated and when it is completed on-chain. Useful for tracking fund movements without checking the History tab.

**Execution.** Real-time alerts for every trade, rebalance, swap, bridge, or reward claim your agent performs. The most granular notification type.

**Deposit.** Instant notification when a deposit is confirmed on any connected network. Lets you confirm that funds have arrived without opening the app.

***

**Managing Notifications**

To access notification settings:

1. Open the **Profile menu** in the app.
2. Navigate to **Settings**.
3. Select the **Notifications** tab.

From here you can connect or disconnect channels, toggle individual topics, and save your changes. On mobile, the same options are available through the Notifications tab, with a "Personalize Notifications" button that opens the topic selection view.

***

**Relationship to In-App Chat**

Notifications are separate from in-app chat. The in-app chat (and Telegram bot chat) remains available for customer support, asking questions about agent behavior, and getting plain-language explanations of DeFi and yield topics. Notifications are automated, one-way alerts about specific events. Chat is interactive, two-way communication for support and exploration.


---

# 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/usesail/explore-the-app/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.
