# Discord

### Creating a Discord Channel and Webhook

&#x20;Let's start by creating a new Discord channel. To do so, go to your Discord server and then click on the `+` next to the 'Text channels':

![](/files/-MkrfcNknTYe1wmoeC4P)

After that, set the channel to 'Text Channel', choose a channel name and choose if you want to have the channel private or not:

![](/files/-MkrfmEW5oWeL7q8rcxy)

Once you have your channel ready, click on edit `->` and then go to the `Integrations` tab `->` and in there click on the `Create Webhook` button.

In there, type `Inspector Bot` as webhook name and copy the Webhook URL:

![](/files/-MkrjXEGl0JtOA51Vp8w)

Copy the Webhook URL as we will use it in the next step when we set up the notification channel!

You can use our square logo as Bot icon:&#x20;

![](/files/-Mkrg6fYMG6nI0uA5cTJ)

### Attach the Discord Notification Channel to your project

* Navigate to the project **Settings → Notifications Channels** screen;
* Click **Configure** in the Discord channel to open the configuration screen;
* Paste the webhook url in the `Webhook` field;
* Activate the notifications you want forward via this channel.

![](/files/-MkriJe--BEoivQ2uQhD)

Click **Save** to start receiving notifications:

![](/files/-MkrjiwCDzlvnhNoFU6o)

If you want to disable the channel click "**Disconnect**" and confirm your choise.


---

# 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.inspector.dev/concepts/notifications/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.
