# Notification Channels

Polkasafe bots are available on multiple platforms making sure that no matter where you and your team hangout, transaction reminders and updates are received everywhere.

Polkasafe supports reminders for

* [Discord](/notifications/notification-channels/discord.md)
* [Telegram](/notifications/notification-channels/telegram.md)
* [Slack](/notifications/notification-channels/slack.md)
* [Element](/notifications/notification-channels/element.md)
* [Email](/notifications/notification-channels/email.md)


---

# 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.polkasafe.xyz/notifications/notification-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.
