# Set Up Notifications

**How to Connect a Channel**

During the sign up process, you can directly connect Telegram and Email, select the topics, and continue the flow. If you keep this step, no worries, you can do it after by following these steps: &#x20;

1. Open Settings from the Profile menu (desktop) or from the bottom navigation (mobile).
2. Go to the **Notifications** tab.
3. You will see two channels listed: **Telegram** and **Email**, each showing their connection status.
4. Click **Connect** next to the channel you want to enable, then follow the prompts to link your Telegram account or email address.

Once a channel is connected, you can configure which notification topics it delivers.

<figure><img src="/files/xjAlMBaXbWlVJOIxo1um" alt=""><figcaption></figcaption></figure>

***

**Choosing Your Notification Topics**

After connecting a channel, expand it to see the available topics. Toggle each topic on or off depending on what you want to receive:

| Topic            | What It Does                                                               |
| ---------------- | -------------------------------------------------------------------------- |
| **Daily Update** | A daily summary of your portfolio and agent activity at your chosen time.  |
| **Agent Update** | Updates on agent configuration changes, pauses, or strategy shifts.        |
| **Withdraw**     | Alerts when a withdrawal is initiated or completed.                        |
| **Execution**    | Notifications for every trade or strategy execution your agent performs.   |
| **Deposit**      | Instant notification when a deposit is confirmed on any connected network. |

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

***

**Tips**

* You must connect a channel before its topic toggles become active. If a channel shows "Not connected," click Connect first.
* Notification preferences are independent per channel. You can receive Daily Updates via email only, Execution alerts via Telegram only, or any combination.
* On mobile, you can access the same settings by tapping the "Personalize Notifications" button inside the Notifications tab in your profile.
* You can update your preferences at any time. Changes are saved when you click "Save Changes."


---

# 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/getting-started/publish-your-docs.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.
