# Deveel Webhooks

The **Deveel Webhooks** framework is composed of a set of libraries that can be used, at different degrees, to implement a system that allows applications to send and receive webhooks.

* [**Sending Webhooks**](https://webhooks.deveel.org/send_webhooks) - Using libraries of the framework you can send webhooks to receivers, based on your own logic and rules.
* [**Receiving Webhooks**](https://webhooks.deveel.org/receivers) - The framework provides a set of libraries implementing the capabilities for receiving webhooks from senders and reacting to events from external systems (such as Twilio, SendGrid, Facebook, etc.).
* [**Notifications**](https://webhooks.deveel.org/notifications) - The framework provides a set of libraries that can be used to manage subscriptions to events and notify subscribing applications of events that occurred in your system.

***

Read more about this framework:

| Topic                                                              | Description                                                       |
| ------------------------------------------------------------------ | ----------------------------------------------------------------- |
| [**Concepts**](https://webhooks.deveel.org/concepts)               | A list of basic concepts used in the framework                    |
| [**Getting Started**](https://webhooks.deveel.org/getting-started) | A quick guide to start using the framework                        |
| [**Sending Webhooks**](https://webhooks.deveel.org/send_webhooks)  | Sending webhooks messages to receivers                            |
| [**Receiving Webhooks**](https://webhooks.deveel.org/receivers)    | Receiving webhooks from senders                                   |
| [**Notifications**](https://webhooks.deveel.org/notifications)     | Notify subscribing applications of events occurred in your system |


---

# 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://webhooks.deveel.org/readme.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.
