# Notification Handlers (Integrations)

- [Getting started](https://docs.hydrozen.io/overview/integrations/getting-started.md): Learn how to create a notification handler based on one of the available integrations.
- [Discord](https://docs.hydrozen.io/overview/integrations/discord.md): Send alert notifications to Discord
- [Slack](https://docs.hydrozen.io/overview/integrations/slack.md): Send alert notifications to Slack
- [Squadcast](https://docs.hydrozen.io/overview/integrations/squadcast.md): Send alerts to Squadcast from Hydrozen.io
- [Telegram](https://docs.hydrozen.io/overview/integrations/telegram.md): Send alerts to Telegram from Hydrozen.io
- [Webhooks](https://docs.hydrozen.io/overview/integrations/webhooks.md): Everything about our webhook integrations.
- [PagerTree](https://docs.hydrozen.io/overview/integrations/pagertree.md): Send alerts to PagerTree from Hydrozen.io


---

# 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.hydrozen.io/overview/integrations.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.
