> 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: Terminology ## Article: Terminology ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/terminology.md ## Article Content: # Terminology The Reservations APIs provide all the functionality required to create and manage restaurant table reservations. This article contains a comprehensive list of the various terms and concepts used in Reservations and its APIs. ## Manual approval Manual approval is a setting that determines whether reservations made online are automatically accepted, or require manual approval from a human. ## Party A party is a group of guests that come to dine together at a restaurant. ## Party pacing Party pacing is the maximum number of party reservations that can start within a 15-minute period. ## [Reservation](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/reservations/introduction.md) A reservation is a set of tables and seats reserved for a party at a restaurant for a specific period of time. ## [Reservation location](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/reservation-locations/introduction.md) A reservation location is a representation of a physical restaurant location at which reservations can be made. ## Reservation location conflict A reservation location conflict is an attempt to make a reservation that doesn’t comply with the restaurant’s party pacing or seat pacing rules. ## Reservee A reservee is the person a reservation is made for. Not to be confused with the person making the reservation, although they may be the same. ## Seat A seat is a chair or place for one person in a restaurant. ## Seat pacing Seat pacing is the maximum number of seats that can be filled by new reservations within a 15-minute period. ## Source The source of a reservation is how the reservation was made. For example, if it was booked online, in person, through an app, and so on. ## [Status](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/reservations/the-reservation-lifecycle.md) The status of a reservation represents its position in the reservation lifecycle. For example, RESERVED, CANCELED, or FINISHED. ## Table combination conflict A table combination conflict is an attempt to make a reservation that doesn’t comply with the restaurant’s table management or online reservation rules. ## [Time slot](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/time-slots/introduction.md) A time slot is a period of time in a restaurant’s calendar. ## Scheduled time slot Scheduled time slots are time slots within a restaurant's opening hours as defined in the reservation location's `businessSchedule`. For more information, see [Get Scheduled Time Slots](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/reservations/time-slots/get-scheduled-time-slots.md). ## Turnover time Turnover time is how much time a party needs for an entire reservation - from being seated to leaving the restaurant. ## Experience Experiences are unique dining offerings that override standard reservation location settings with their own custom rules for pricing, scheduling, approval, and booking forms.