> For the complete documentation index, see [llms.txt](https://webhooks.shopwaive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://webhooks.shopwaive.com/reference.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://webhooks.shopwaive.com/reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
