# Notifications

Here you can manage your notifications. The notifications need to be set for each [account](/exchange/connect-an-exchange-account.md) individually.

Notifications can be sent either to Discord or Telegram.

**Creating a Discord webhook:**\
More information on how to create a Discord webhook can be found here: <https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks>

\
**Creating a Telegram Webhook:**\
send "/newbot" to @BotFather and follow the instructions. The token provided by @BotFather in the final step will be needed for configuring your notification.

<figure><img src="/files/0iOLxRNxpLeS7Hllmj1y" alt=""><figcaption><p>Creating a bot</p></figcaption></figure>

Next, you need to obtain chat ID of the user the bot should send messages to.

Send "/getid" to "@myidbot" in Telegram messenger.

<figure><img src="/files/9K5M3Rn9G52J61bT3v8F" alt=""><figcaption><p>Getting the ID</p></figcaption></figure>

![](/files/XWf8YcEO6y31WC9Rbwy4)

Click on Accounts and choose the account for which you want to manage the notifications.

![](/files/tDnnoCUAxEEd5ieJi5AG)

*Connect Notifier:* choose Discord or Telegram. \
For Discord, paste the webhook-url in the box next to it and press Save.\
For Telegram, paste the TOKEN and the CHATID and press save.\
Below this are all the options for which items you want to receive notifications. Those are all enabled by default and can be turned off if needed.


---

# 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://guide.wickhunter.io/wick-hunter-overview/profile/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.
