# Booking Accommodation Data

- [Get Booking Accommodation List](https://developer.ivvy.com/venues/accommodation/get-booking-accommodation-list.md)
- [Add or Update Booking Accommodation](https://developer.ivvy.com/venues/accommodation/add-or-update-booking-accommodation.md)
- [Remove Booking Accommodation](https://developer.ivvy.com/venues/accommodation/remove-booking-accommodation.md)
- [Get Booking Room Reservation List](https://developer.ivvy.com/venues/accommodation/get-booking-room-reservation-list.md)
- [Add or Update Booking Room Reservation](https://developer.ivvy.com/venues/accommodation/add-or-update-booking-room-reservation.md)
- [Update Room Reservation Guest Contact](https://developer.ivvy.com/venues/accommodation/update-booking-room-reservation-guest-contact.md)
- [Remove Booking Room Reservation](https://developer.ivvy.com/venues/accommodation/remove-booking-room-reservation.md)
- [Confirm Booking Room Reservation](https://developer.ivvy.com/venues/accommodation/confirm-booking-room-reservation.md)
- [Cancel Booking Room Reservation](https://developer.ivvy.com/venues/accommodation/cancel-booking-room-reservation.md)
- [Change Status of Booking Room Reservation](https://developer.ivvy.com/venues/accommodation/change-status-of-booking-room-reservation.md)
- [Add or Update Room Counts](https://developer.ivvy.com/venues/accommodation/add-or-update-room-counts.md)
- [Add or Update Room Dynamic Rates](https://developer.ivvy.com/venues/accommodation/add-or-update-room-dynamic-rates.md)
- [Remove Room Dynamic Rates](https://developer.ivvy.com/venues/accommodation/remove-room-dynamic-rates.md)
- [Add or Update Rate Plan Booking Rules](https://developer.ivvy.com/venues/accommodation/add-or-update-rateplan-bookingrules.md)


---

# 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://developer.ivvy.com/venues/accommodation.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.
