# Venue

The venue namespace is the used for the Venue Management software that is used by hotels, venues, and restaurants to manage Bookings for Group Food & Beverage, Meetings Space, Group Accommodation and Audio Visual.

Typical use cases for this API include:

* **Point of Sale** - Allow POS systems to post adhoc charges on the day of the event into iVvy in order to produce a final invoice and accurately report on the revenue for the booking.
* **Restaurant Bookings** - Allow iVvy to place group bookings into the dining booking tool to ensure that as group bookings are made the capacity for dining bookings is adjusted. Additionally, display run sheet for the floor staff.
* **Property Management Systems** - Allow iVvy to push group accommodation blocks into the PMS, and then place reservations into those blocks.
* **Venue Signage** - Pull booking information on the day of the event to populate signage tools. Note: iVvy has an XML feed which may be an alternative for this uses case.

## Namespace

```
venue
```


---

# 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.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.
