# Setting up Discord Output

This guide will walk you through obtaining a Webhook URL for a Discord channel to enable Discord alerts with Brist.&#x20;

{% hint style="warning" %}
You can only forward Brist alerts to a channel if you're an admin of the server. If you don't currently have a server, you can create one by following the instructions [here](https://support.discord.com/hc/en-us/articles/204849977-How-do-I-create-a-server-)
{% endhint %}

1. Identify the channel you'd like Brist to post to, and click on the settings icon on the right side (the tooltip should say "Edit Channel").

![Find your channel on the left side of the Discord client.](/files/lsKPKKH5TZc3oCpR7pPx)

2\. Navigate to the "Integrations" tab, then click "Webhooks"

![](/files/J4T4mTAZDl71HXAiDSTf)

3\. Click "New Webhook." Name your webhook "Brist," and ensure that the selected channel is the one you want Brist to post to.&#x20;

![Setting up the webhook](/files/zhjF3Nbx3nn6X58yeZ1l)

4\. Finally, click "Copy Webhook URL" and paste it into the "Discord Webhook URL" field in the Brist Action edit screen. Make sure to save your action once you're done!

![The output block of a Brist alert on the edit screen](/files/HF3HwLAQyfC1SWRn7wEf)


---

# 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.usebrist.com/guides/setting-up-discord-output.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.
