# Integrations

### Webhooks (generic, Slack, Discord) <a href="#webhooks-generic-slack-discord" id="webhooks-generic-slack-discord"></a>

Go to your settings, click on "Webhooks" then select the type and enter the URL for your webhook. The system will automatically detect Slack or [Discord's slack-compatible](https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook) webhook URLs and will adapt the payloads for them.

See [this link](https://api.slack.com/messaging/webhooks#getting_started) to learn how to create a Slack web-hook, or [this link](https://support.discord.com/hc/en-us/articles/228383668-Utiliser-les-Webhooks) to learn how to create a Discord web-hook.

<figure><img src="/files/aI4Y2dQIsn9SLFY4hPBT" alt=""><figcaption></figcaption></figure>

While creating the web-hook, you'll be able (in some cases) to preview the payload by clicking on the Info icon next to the activity name:

<figure><img src="/files/KTvIFeilyy4fMSXi1mZ1" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.opencollective.com/collective-settings/integrations.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.
