# Capabilities

- [Pricing](https://docs.ventrata.com/capabilities/pricing.md): Provides pricing information to various endpoints
- [Content](https://docs.ventrata.com/capabilities/content.md): Adds extra content fields to products, options and units.
- [Promotions / Offers](https://docs.ventrata.com/capabilities/offers.md): Adds the ability to apply offer codes, automatic public offers, comparisons, and combination discounts
- [Extras](https://docs.ventrata.com/capabilities/extras.md): Extras are upsell items that can be added to bookings and unit items
- [Packages](https://docs.ventrata.com/capabilities/packages.md): Adds package information showing sub-products within a booking
- [Pickups](https://docs.ventrata.com/capabilities/pickups.md): Adds pickup and dropoff functionality to the API
- [Custom Questions](https://docs.ventrata.com/capabilities/questions.md): Adds custom questions to order, booking, and unit-item flows
- [Waivers](https://docs.ventrata.com/capabilities/waivers.md): Adds waiver templates and waiver submission fields to booking flows.
- [Resources](https://docs.ventrata.com/capabilities/resources.md): Adds the ability to see and edit resource allocations
- [Rentals](https://docs.ventrata.com/capabilities/rentals.md): Adds rental duration selection and rental metadata to OCTO endpoints.
- [Redemption](https://docs.ventrata.com/capabilities/redemption.md): Redeem tickets and bookings by reference or barcode
- [Self-Service Mapping](https://docs.ventrata.com/capabilities/mappings.md): Send a list of listings to get the supplier to map them themselves
- [Multi-Booking Cart](https://docs.ventrata.com/capabilities/cart.md): Sell more than one booking together in a cart
- [Gift Vouchers](https://docs.ventrata.com/capabilities/gift-vouchers.md): Allows you to sell and redeem gift vouchers
- [Online Check-in](https://docs.ventrata.com/capabilities/online-check-in.md): Just like with an airline, except for tours and activities
- [Card Payments](https://docs.ventrata.com/capabilities/card-payments.md): Take card payments through the API
- [Memberships](https://docs.ventrata.com/capabilities/memberships.md): Exposes Ventrata membership capabilities to OCTO.
- [Price Adjustments](https://docs.ventrata.com/capabilities/adjustments.md): Allows you to adjust the retail rate of a booking
- [Webhooks](https://docs.ventrata.com/capabilities/webhooks.md): Configure webhook endpoints for order, booking, availability, and product updates
- [Waitlists](https://docs.ventrata.com/capabilities/waitlists.md): Create waitlist entries for unavailable dates
- [Identities](https://docs.ventrata.com/capabilities/identities.md): Link external customer identities to orders, bookings, and gifts
- [Campaigns](https://docs.ventrata.com/capabilities/campaigns.md): Retrieve supplier campaigns
- [Notifications](https://docs.ventrata.com/capabilities/notifications.md): Manage notification subscriptions for booking, availability, and product updates


---

# 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.ventrata.com/capabilities.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.
