# Booking

- [Batch Availability](https://docs.zaui.com/zapi/zapi-calls/booking/batch-availability.md): This call will allow checking availability for a single activity, across many days.
- [Booking Search](https://docs.zaui.com/zapi/zapi-calls/booking/booking-search.md)
- [Search Bookings](https://docs.zaui.com/zapi/zapi-calls/booking/booking-search/search-bookings.md)
- [Search by Booking Number](https://docs.zaui.com/zapi/zapi-calls/booking/booking-search/search-by-booking-number.md): Search for a booking using the confirmation number.
- [Search by Last Name](https://docs.zaui.com/zapi/zapi-calls/booking/booking-search/search-by-last-name.md): Search for a booking using the last name on the booking.
- [Search by Mobile Number](https://docs.zaui.com/zapi/zapi-calls/booking/booking-search/search-by-mobile-number.md): Search for a booking using the mobile phone number on the booking.
- [Cancel Booking](https://docs.zaui.com/zapi/zapi-calls/booking/cancel-booking.md): This call will cancel the booking, even if there is an outstanding balance on the booking.
- [Email Itinerary](https://docs.zaui.com/zapi/zapi-calls/booking/email-itinerary.md): Send a notification based on booking status.
- [Generate Barcode Image](https://docs.zaui.com/zapi/zapi-calls/booking/generate-barcode-image.md): Create a barcode for activity or product related to a single booking ID.
- [Ticket Data by Booking ID](https://docs.zaui.com/zapi/zapi-calls/booking/ticket-data-by-booking-id.md): Retrieve ticket information related to a single booking.


---

# 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/zapi/zapi-calls/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.
