# Glossary of Terms

| Term           | Definition                                                                                                                                                                                                                                                                 |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| verboseMode    | The purpose of the verboseMode is to provide a mechanism of obtaining a smaller sub-set of data from the system, thereby reducing time required to generate large data sets, the time required for the API call to generate the data, and also the returned data payloads. |
| Reseller       | You are the reseller connecting using this API Specification                                                                                                                                                                                                               |
| Supplier       | The experience company on Zaui which you are connecting and reselling                                                                                                                                                                                                      |
| Product        | A single experience, attraction, activity, tour or ground transportation                                                                                                                                                                                                   |
| Option         | A variation of the product. All products will have at least 1 option                                                                                                                                                                                                       |
| Booking        | A single booking, reservation or order, for a specific product and option and one or more units created using this API                                                                                                                                                     |
| Voucher        | A single barcode that can be used for the entire booking                                                                                                                                                                                                                   |
| Voucher Number | The booking reference number from your system supplied at the time of confirming a booking in the supplier system.                                                                                                                                                         |


---

# 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/getting-started/glossary-of-terms.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.
