# Webhooks

{% hint style="info" %} <mark style="color:blue;">**Work in Progress!**</mark>

Content for this section is currently being written!
{% endhint %}

Currently supported webhook types:

* Discord Webhooks

If you want to receive webhook notifications at your Discord server when some particular events at Feedbacky occur (eg. when someone creates new idea, posts a comment or edits an idea) you can go to boards settings **Manage > Webhooks > Add New**.

In webhooks creator choose events you want to listen for and go to your Discord server to create webhook like in the video below and copy webhook URL.

> [How to set up webhooks](https://cdn.feedbacky.net/static/mp4/discord-webhooks-setup.mp4)

After you finish the setup at Feedbacky you should receive following webhook notification.

![Successful request notification.](https://cdn.feedbacky.net/static/img/discord-webhook-notification.png)


---

# 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.feedbacky.net/handbook/features/webhooks-setup.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.
