> For the complete documentation index, see [llms.txt](https://docs.echobase.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echobase.app/settings/webhook-url.md).

# Webhook URL

## Introduction

![](/files/-LDC_xmcw5FrFfDQSUNd)

Webhook URLs are passageways into your guild's Discord server. They allow EchoBase the ability to post assignments to one of your channels without needing a bot to do it.

{% hint style="info" %}
For more information about what a Webhook URL is, see [this Discord article](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks).
{% endhint %}

{% hint style="warning" %}
Since the EchoStation bot can post assignments on its own, this feature will not show up once you've added the bot to your Discord server and registered your guild with it.
{% endhint %}

## Add a new Webhook URL

![](/files/-LDCeuv95HbbD06EinOJ)

* Click or tap **Add a new Webhook URL**

![](/files/-LDCaZsNR4Sy0wS8jsai)

* Enter a name for the URL of your choice. This will often match the name of the channel your webhook is tied to.
* Enter the URL. Because these URLs are long, I highly recommend pasting the URL instead of typing it out by hand.
* **Save** or **Cancel**

{% hint style="info" %}
After saving a new URL, it will show up in the list.
{% endhint %}

## Select a different Webhook URL

![](/files/-LDCc5s0wWpjblEL932G)

Use the radio buttons on the right to choose between possible webhooks.

## Edit a Webhook URL

![](/files/-LDCfHlvxnf4Z12V0zpR)

* Click the Edit icon to enter into edit mode.

![](/files/-LDCcaxqgwTXP31aiYoS)

* The webhook being edited is highlighted and its values are populated in the inputs below.
* You can edit the name or the URL itself.
* **Save** to confirm your changes, or **Cancel** to cancel your changes.

## Delete a Webhook URL

![](/files/-LDCdDVqp40PhikT0Tv8)

* Use the trash can icon to delete a webhook.

![](/files/-LDCfg452xFjNcVLtDfa)

* A confirmation notification will appear, and the webhook will no longer appear in the list.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.echobase.app/settings/webhook-url.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
