> 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/time-slots/introduction.md ## Article Content: # Introduction The Time Slots API allows you to retrieve availability information for time slots at a reservation location on and around a given date and for a given party size. A time slot represents a period of time in a restaurant’s calendar. Time slots can have any duration, and restaurants generally set their durations based on party size. The following factors influence whether a time slot at a reservation location is available: * The size of the party that must be seated. * The reservation location’s table and seat pacing rules. * The reservation location’s business schedule (operating hours). * Existing reservations at the reservation location. With the Time Slots API, you can: * Check the reservation location availability in a specific time slot. * Get time slots for a reservation location. * Get scheduled time slots for a reservation location. 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). A time slot can have the following statuses: * `AVAILABLE` - The restaurant is open and available to seat a party of the given size at the given date and time. * `UNAVAILABLE` - The restaurant is open but unable to seat a party of the given size at the given date and time. * `NON_WORKING_HOURS` - The restaurant is not open at this time. `timeSlot` objects also indicate whether manual approval is required to make a reservation at the given reservation location. ## Before you begin It’s important to note the following points before starting to code: * Wix users must install the Wix Table Reservations app. * Wix users must have at least 1 location configured in their Dashboard under [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fbusiness-info). ## 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). @sdk_package_setup