# Notification providers

- [Discord notifications](https://docs.uptimer.pinglik.eu/notification-providers/discord.md): Notifications when your monitor is online, offline or down will be sent to Discord webhook.
- [Instatus integration](https://docs.uptimer.pinglik.eu/notification-providers/instatus.md): Thanks to this you can automatically create and resolve incidents on your Instatus statuspage.
- [Custom Webhook notifications](https://docs.uptimer.pinglik.eu/notification-providers/webhook.md): You can set your own webhook URL where you will receive POST request when your monitor status has been updated.
- [Email notifications](https://docs.uptimer.pinglik.eu/notification-providers/email-notifications.md): Notifications when your monitor is online, offline or down will be sent to your custom email address


---

# 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.uptimer.pinglik.eu/notification-providers.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.
