# Event Data Payloads

- [Booking Data](https://docs.zaui.com/webhooks/event-data-payloads/booking-data.md): Description of the booking data sent as payload to your endpoint.
- [Customer Data](https://docs.zaui.com/webhooks/event-data-payloads/customer-data.md): Description of the customer data sent as payload to your endpoint.
- [Account Data](https://docs.zaui.com/webhooks/event-data-payloads/account-data.md): Description of the account data sent as payload to your endpoint.
- [Contact Data](https://docs.zaui.com/webhooks/event-data-payloads/contact-data.md): Description of the contact data sent as payload to your endpoint.
- [Employee Data](https://docs.zaui.com/webhooks/event-data-payloads/employee-data.md): Description of the employee data sent as payload to your endpoint.
- [Check In Data](https://docs.zaui.com/webhooks/event-data-payloads/check-in-data.md): Description of the checked in data sent as payload to your endpoint.
- [Package Data](https://docs.zaui.com/webhooks/event-data-payloads/package-data.md): Description of the package data sent as payload to your endpoint.
- [Activity Data](https://docs.zaui.com/webhooks/event-data-payloads/activity-data.md): Description of the activity data sent as payload to your endpoint.
- [Product Data](https://docs.zaui.com/webhooks/event-data-payloads/product-data.md): Description of the product data sent as payload to your endpoint.
- [Inventory Data](https://docs.zaui.com/webhooks/event-data-payloads/inventory-data.md): Description of the activity and inventory data sent as payload to your endpoint.


---

# 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.zaui.com/webhooks/event-data-payloads.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.
