# Reference

- [About webhooks](https://webhooks.shopwaive.com/reference/about-webhooks.md): Webhooks provide a way for notifications to be delivered to an external web server whenever certain events occur on Shopwaive.
- [Webhook events and payloads](https://webhooks.shopwaive.com/reference/webhook-events-and-payloads.md): Learn about when each webhook event occurs and what the payload contains.
- [About webhooks for organizations](https://webhooks.shopwaive.com/reference/about-webhooks-for-organizations.md): You can use organization webhooks to subscribe to specific events of an organization.
- [Creating webhooks](https://webhooks.shopwaive.com/reference/creating-webhooks.md): You can create webhooks to subscribe to specific events that occur on Shopwaive.
- [Handling webhook deliveries](https://webhooks.shopwaive.com/reference/handling-webhook-deliveries.md): Learn how to write code to listen for and respond to webhook deliveries.
- [Validating webhook deliveries](https://webhooks.shopwaive.com/reference/validating-webhook-deliveries.md): You can use a webhook secret to verify that a webhook delivery is from Shopwaive.
- [Disabling webhooks](https://webhooks.shopwaive.com/reference/disabling-webhooks.md): You can disable a webhook to unsubscribe from events that occur on Shopwaive.
- [Best practices](https://webhooks.shopwaive.com/reference/best-practices.md): Follow these best practices to improve security and performance when using webhooks.


---

# 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.shopwaive.com/reference.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.
