> 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/staff-page/introduction.md ## Article Content: # Staff Page The Bookings Staff 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 Settings \> Booking Settings \> Staff ### Slot 1: Staff banner This dashboard plugin slot is positioned at the top of the page. ![Bookings staff slot](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_bookings_extensions_dashboardplugins_staff_assets_bookings-staff-slot.png) #### Multiple plugins in the same slot This 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 top. ### Slot 2: Main more actions menu This dashboard menu plugin slot is located in the main more actions menu on the Staff page. ![main menu slot](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_bookings_extensions_dashboardplugins_staff_assets_staff-page-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: Staff item more actions menu This dashboard menu plugin slot is located in each staff member's more actions menu in the staff list. ![staff menu slot](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_bookings_extensions_dashboardplugins_staff_assets_staff-page-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 | | :---- | :---- | :---- | :---- | | Staff banner | Dashboard plugin slot | `261e84a2-31d0-4258-a035-10544d251108` | [StaffBannerParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/staff-page/staff-banner-params.md) | | Main more actions menu | Dashboard menu plugin slot | `3ad7e6d2-35ce-45c1-ab59-64c51b60a104` | [StaffMainMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/staff-page/staff-main-more-actions-menu-params.md) | | Staff item more actions menu | Dashboard menu plugin slot | `884a208a-7c23-4641-856a-d6561ed4c64b` | [StaffItemMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/staff-page/staff-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)