# Webhooks

### Webhooks

You can set up webhooks by entering a URL where you'd like to receive a notification of the events as they happen. To set up webhooks, go to *Settings →* [Webhooks](https://app.halosecurity.com/user/settings/webhooks/)*.* Click the **+** icon to add a new URL where you will receive the webhooks.

{% hint style="info" %}
Webhooks will trigger for **all** events, regardless of alert rules. Customize actions and filter events within your application.
{% endhint %}


---

# 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.halosecurity.com/docs/integrations/webhooks.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.
