> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/introduction.md ## Article Content: # About the Experiences API The Experiences API lets you create and manage unique dining experiences at restaurants, such as wine tastings, chef’s tables, or special menus. Experiences are reserved in the same way as regular tables at a restaurant, but have their own settings that override the default reservation location configuration. These include settings for payment policies, online reservations, booking forms and more. With the Experiences API, you can: * Create and manage experiences at a restaurant. * Get information about existing experiences at a restaurant. * Archive and unarchive experiences to control their visibility on the live site. The Experiences API works together with: - The [Reservations API](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/reservations/introduction.md), which allows you to make reservations for experiences. To do so, simply include the `experienceId` along with the usual details when creating a reservation. - The [Reservation Locations API](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/reservation-locations/introduction.md), which provides information about the physical location of a restaurant. - The [Time Slots API](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/time-slots/introduction.md), which allows you to retrieve availability information about time slots at a restaurant on a specific date, for a specific party size, and for a specific experience. ## Before you begin It's important to note the following points before starting to code: * The Wix user must install the Wix Table Reservations app. * The Wix user must have at least 1 reservation location configured. ## Use cases * [Showcase a Wix site's experiences.](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/sample-flows.md) ## Terminology For a comprehensive glossary of Experiences terms, see [Terminology](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/terminology.md). @sdk_package_setup