# WEBHOOKS (DEVELOPERS ONLY)

- [How do webhooks work?](https://docs.tip4serv.com/webhooks-developers-only/how-do-webhooks-work.md): Designed for developers, custom webhooks allow your application or web server to be notified in real time when an event occurs (payment, subscription, expiration, etc.).
- [Configure a Webhook](https://docs.tip4serv.com/webhooks-developers-only/configure-a-webhook.md): To start receiving real-time notifications, you need to configure a webhook in your dashboard.
- [Handle Webhook](https://docs.tip4serv.com/webhooks-developers-only/handle-webhook.md): This guide shows how to receive, validate, and process webhook events using your prefered language
- [Webhook Data Structure](https://docs.tip4serv.com/webhooks-developers-only/webhook-data-structure.md): When your webhook receives a payment or subscription event, a JSON payload is sent.
- [Payment Validation](https://docs.tip4serv.com/webhooks-developers-only/payment-validation.md)


---

# 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.tip4serv.com/webhooks-developers-only.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.
