# Discord

Using our Discord integration, you can send monitor notifications (UP/DOWN) to Discord.

### Creating a Discord Notification Handler in Hydrozen.io

### Video guide

{% embed url="<https://www.youtube.com/watch?v=hSRtULqBWPI>" %}

### Walkthrough guide

{% embed url="<https://www.motionshot.app/walkthrough/65f05ad0b9a3e246f803499e/embed?fullscreen=1>" %}

### Documentation guide

#### Generate Discord channel webhook URL

* Generate the webhook URL to the discord channel by clicking on **Channel Settings (Edit Channel)** --> **Integrations** --> **Create Webhook** (Or View Webhook --> New Webhook).

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

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

* Enter the name for the webhook as **Hydrozen.io** and add the [Hydrozen.io logo](https://hydrozen.io/assets/images/d1330440a2d3577db262b5ed9af4eba8.png).

<figure><img src="/files/6jxLsI2WOYQomQyyoN2Z" alt=""><figcaption></figcaption></figure>

* Copy the generated webhook URL
* Save the changes.

#### Create a Discord notification handler in Hydrozen.io

* Login to your Hydrozen.io dashboard. Under the **Notification Handlers** tab, click on **Create notification handler**

<figure><img src="https://3939804252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8TaWz01jmUJl58p4ZVel%2Fuploads%2Fgit-blob-12266779f4fcbb31dd4a1303a834e5c9090480e9%2Fhydrozen_2.png?alt=media" alt=""><figcaption></figcaption></figure>

* Now, put in the **Name** and select **Discord** as the **Notification type**. Paste the previously copied Slack Webhook URL in the **Discord Webhook URL** placeholder and click **Create.**

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

* Add this newly created Notificaion handler to any monitors, and you will get Up/Down notifications for that monitor in Discord.

That's it, you are good to go! Your Discord integration is now complete.

Whenever Hydrozen.io detects a status change in your monitors, it will post a notification on Discord.


---

# 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/discord.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.
