> 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/edit-staff-profile-page/introduction.md ## Article Content: # Edit Staff Profile Page The Bookings Edit Staff Profile page has 2 dashboard plugin slots: 1 dashboard, and 1 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 \> Edit or Add staff member ### Slot 1: Edit staff profile page 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_bookings_extensions_dashboardplugins_bookingsstaffmemberform_assets_edit-staff-profile-page-plugin.jpg) #### 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 of the page. ### Slot 2: Main more actions menu This dashboard menu plugin slot is located in the more actions menu in the staff profile page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_bookings_extensions_dashboardplugins_bookingsstaffmemberform_assets_edit-staff-profile-page-menu-plugin.png) > **Note:** The more actions button does not appear on the page if an app hasn't configured any menu plugins in this slot. #### 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 | | :---- | :---- | :---- | :---- | | Edit staff profile banner | Dashboard plugin slot | `049fb0fe-cc4a-4e33-b0a9-d8cda8e7a79f` | [EditStaffProfileBannerParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/edit-staff-profile-page/edit-staff-profile-banner-params.md) | | Main more actions menu | Dashboard menu plugin slot | `ce533e85-9419-4c18-baf8-b3bb2423bcd1` | [EditStaffProfileMainMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/edit-staff-profile-page/edit-staff-profile-main-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)