> 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/bookings/extensions/dashboard-plugins/services-page/introduction.md ## Article Content: # Services Page The Bookings Services page has 3 dashboard plugin slots: 1 dashboard, and 2 dashboard menu. Learn more about [dashboard plugins and slots](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/introduction.md). ## Page location in dashboard Catalog \> Bookings Services ### Slot 1: Services banner This dashboard plugin slot is positioned between **Business setup recommendations** and **Service list**. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_bookings_extensions_dashboardplugins_services_assets_services-dashboard-plugin.jpg) #### Multiple plugins in the same slot This plugin slot can host multiple plugins. The plugins are displayed next to each other and ordered by date created, with the most recently created plugin displayed farthest left. ### Slot 2: Main more actions menu This dashboard menu plugin slot is located in the main more actions menu on the Services page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_bookings_extensions_dashboardplugins_services_assets_services-menu-plugin-1.jpg) #### 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: Service item more actions menu This dashboard menu plugin slot is located in each service's more actions menu in the service list. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_bookings_extensions_dashboardplugins_services_assets_service-menu-plugin-2.jpg) #### 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 | | :---- | :---- | :---- | :---- | | Services banner | Dashboard plugin slot | `78cc4a47-8f47-489b-acc2-fd9e4208c8bd` | [ServicesBannerParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/services-page/services-banner-params.md) | | Main more actions menu | Dashboard menu plugin slot | `5f8f3737-461a-43de-b790-e9079ba07d62` | [ServicesMainActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/services-page/services-main-actions-menu-params.md) | | Service item more actions menu | Dashboard menu plugin slot | `70f397fb-0007-43df-99f3-b3b0a9fa0712` | [ServiceItemMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/services-page/service-item-more-actions-menu-params.md) | ## Related APIs You can implement logic in your plugin using the Wix Bookings APIs: * [SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/introduction.md) * [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings.md)