# Webhooks

Webhooks enable real-time communication between your application and our platform. When specific events occur in our system, we send HTTP POST requests to your configured endpoint with detailed event data. This allows you to build automated workflows or trigger processes in your application.

## How to setup webhooks?

{% stepper %}
{% step %}

### Select Events

Specify the events you want to subscribe for asynchronous changes.
{% endstep %}

{% step %}
**Register Your Endpoint**

Contact your account manager and provide your webhook URL with events you want to subscribe to.
{% endstep %}

{% step %}
**Secure Your Endpoint**

You will be provided with a public key which you will use for verification for each webhook event sent to your systems. Ensure your endpoint supports HTTPS and verify incoming requests using the detailed verification methods.
{% endstep %}
{% endstepper %}


---

# 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://developer.algbralabs.com/partner-banking/concepts/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.
