> 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/sdk/business-solutions/restaurants/reservations/extensions/dashboard-plugins/table-reservations-page/introduction.md ## Article Content: # Table Reservations Page The Table Reservations page has 3 plugin slots: 1 dashboard, and 2 dashboard menu. Learn more about [dashboard plugins and slots](https://dev.wix.com/docs/sdk/business-solutions/blog/extensions/dashboard-plugins/introduction.md). ## Page location in dashboard Table Reservations ### Slot 1: Reservations banner This dashboard plugin slot is positioned at the top of the page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_table-reservations_extensions_dashboardplugins_wixtablereservations_assets_table-reservations-page-plugin.png) #### Multiple plugins in the same slot This plugin slot can host multiple plugins. The plugins are displayed horizontally and ordered by date created, with the most recently created plugin displayed at the right. ### Slot 2: Reservations main more actions menu This dashboard menu plugin slot is located in the more actions menu at the top right of the page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_table-reservations_extensions_dashboardplugins_wixtablereservations_assets_table-reservations-page-more-actions-menu-plugin.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slot 3: Reservation item more actions menu This dashboard menu plugin slot is located in the more actions menu of each reservation in the **Reservations** and **Requests** tables. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_table-reservations_extensions_dashboardplugins_wixtablereservations_assets_table-reservations-reservation-item-more-actions-menu-plugin.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slots list | Slot name | Slot type | ID | Interface | | :---- | :---- | :---- | :---- | | Reservations banner | Dashboard plugin slot | `7f71aacd-0cbf-4b73-9ea5-482e073ea237` | [ReservationsBannerParams](https://dev.wix.com/docs/sdk/business-solutions/restaurants/reservations/extensions/dashboard-plugins/table-reservations-page/reservations-banner-params.md) | Reservations main more actions menu | Dashboard menu plugin slot | `61646cc4-8deb-4e4b-bd30-938d3a29eeee` | [ReservationsMainMoreActionsMenuParams](https://dev.wix.com/docs/sdk/business-solutions/restaurants/reservations/extensions/dashboard-plugins/table-reservations-page/reservations-main-more-actions-menu-params.md) | | Reservation item more actions menu | Dashboard menu plugin slot | `f51f609d-950f-448a-a5e7-f01d31a7978d` | [ReservationItemMoreActionsMenuParams](https://dev.wix.com/docs/sdk/business-solutions/restaurants/reservations/extensions/dashboard-plugins/table-reservations-page/reservation-item-more-actions-menu-params.md) | ## Related APIs You can implement logic in your plugin using the Wix Table Reservations API: - [SDK](https://dev.wix.com/docs/sdk/backend-modules/table-reservations/introduction.md) - [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/reservations/introduction.md)