> 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/introduction.md ## Article Content: # Introduction The Reservations APIs provide all the functionality required to create and manage restaurant table reservations. Reservations APIs include: * **[Reservation Locations](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/reservation-locations/introduction.md):** Provide location information and configure reservation settings for individual restaurants. A reservation location represents a physical restaurant, and at least 1 must be configured before calling methods in the other Reservations APIs. * **[Time Slots](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/time-slots/introduction.md):** Retrieve availability information for time slots at a reservation location. A time slot represents the availability of a restaurant for a specific party size during a given window of time. * **[Reservations](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/reservations/introduction.md):** Create and manage reservations. A `reservation object` represents the reservation of 1 or more tables for a party of guests at a particular restaurant. * **[Experiences](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/wix-restaurants-new/reservations/experiences/introduction.md):** Create and manage unique dining experiences at restaurants, such as wine tastings, chef’s tables, or special menus. ## 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. ## Use cases [Reservation app for restaurants on a Wix site](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/sample-flows.md) ## Terminology For a comprehensive glossary of Reservations terms, see [Terminology](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/terminology.md).