# OCTo

## OCTo

- [OCTO  Specification and Zaui](https://docs.zaui.com/octo/master.md): OCTO (Open Connectivity for Tour, Activities and Attractions) Connecting resellers with suppliers of attractions, activities, tours and ground transportation products and services.
- [Glossary of Terms](https://docs.zaui.com/octo/glossary-of-terms.md): Reseller and supplier commonly used terms for experiences online.
- [Getting Started](https://docs.zaui.com/octo/getting-started.md): Everything you need to know before making your first API request
- [Test Credentials](https://docs.zaui.com/octo/test-credentials.md): How to get your test credentials and begin selling
- [Headers](https://docs.zaui.com/octo/headers.md): List of available headers we translate as part of this specification
- [Errors](https://docs.zaui.com/octo/errors.md): Understanding OCTO Error Codes and messages.
- [Rate Limits](https://docs.zaui.com/octo/rate-limit-and-throttle.md): API Request rate limits and our API throttle
- [Advanced Capabilities](https://docs.zaui.com/octo/overiew.md): An overview of all of the advanced OCTo capabilities that Zaui offers.
- [FAQ's](https://docs.zaui.com/octo/faqs.md): Frequently asked questions about the OCTo Specification
- [Supplier](https://docs.zaui.com/octo/basic-workflow/suppliers.md): Obtains basic details about the supplier
- [Products](https://docs.zaui.com/octo/basic-workflow/products.md): Mapping the supplier available products and options to your reseller system.
- [Availability](https://docs.zaui.com/octo/basic-workflow/availability.md): Getting availability for a product
- [Booking](https://docs.zaui.com/octo/basic-workflow/booking.md): 2-stepbooking process through:  reserving availability and making the booking.
- [Content](https://docs.zaui.com/octo/optional-capabilities/content.md): Adds the extra content fields available to the product, options and units
- [Pricing](https://docs.zaui.com/octo/optional-capabilities/pricing.md): This capability provides additional pricing details to many basic endpoints
- [Pickups](https://docs.zaui.com/octo/optional-capabilities/pickups.md): Adds pickup location details on the API
- [GT-Locations](https://docs.zaui.com/octo/optional-capabilities/locations-1.md): This endpoint provides information on all locations available for pickup and dropoff, name, GPS data, address and description.
- [GT-Connections](https://docs.zaui.com/octo/optional-capabilities/routesearch.md): A simple way to search all transportation services.
- [Grouped-departures](https://docs.zaui.com/octo/optional-capabilities/grouped-departures.md): This capability allows grouping of interval time slots


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.zaui.com/octo/master.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.
