# Booking

- [Create](https://docs.zaui.com/io/api-function-definitions/booking/create.md): How to create a booking in the supplier system
- [Request](https://docs.zaui.com/io/api-function-definitions/booking/create/booking-create-request.md): Creating a booking in the supplier system
- [Response](https://docs.zaui.com/io/api-function-definitions/booking/create/booking-create-response.md): The response to creating a booking in the supplier system
- [Update](https://docs.zaui.com/io/api-function-definitions/booking/update.md): How to update a booking in the supplier system
- [Request](https://docs.zaui.com/io/api-function-definitions/booking/update/booking-update-request.md): Updating a booking in the supplier system
- [Response](https://docs.zaui.com/io/api-function-definitions/booking/update/booking-update-response.md): The response when updating a booking in the supplier system
- [Cancel](https://docs.zaui.com/io/api-function-definitions/booking/cancel.md): How to perform a cancellation for a booking in the supplier system
- [Request](https://docs.zaui.com/io/api-function-definitions/booking/cancel/booking-cancel-request.md): How to cancel a booking that your created via the API in the supplier system
- [Response](https://docs.zaui.com/io/api-function-definitions/booking/cancel/booking-cancel-response.md): The respone from your booking cancellation request


---

# 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/io/api-function-definitions/booking.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.
