# Create Discord Webhook

### <mark style="color:yellow;">Create webhook</mark>

1. Open the Discord channel you want to receive webhook events.
2. From the channel menu, select **Edit channel**.
3. Select **Integrations**.
4. If there are no existing webhooks, select **Create Webhook**. Otherwise, select **View Webhooks** then **New Webhook**.
5. Enter the name of the bot to post the message.
6. Optional. Edit the avatar.
7. Copy the URL from the **WEBHOOK URL** field.
8. Select **Save**.


---

# 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://stg-store.gitbook.io/documentation/guide/create-discord-webhook.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.
