> 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/booking-policies-page/introduction.md ## Article Content: # Booking Policies Page The Booking Policies page has 1 dashboard plugin slot. Learn more about [dashboard plugins and slots](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/introduction.md). ## Location in dashboard Settings > Booking Settings > Booking policies > Default policy ## Dashboard plugin slot This dashboard plugin slot is positioned at the bottom of the **Automatic staff assignment** section. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/f021709c1c610d985bd58f14373f4415.png) #### Multiple plugins in the same slot This plugin slot can host multiple plugins. The plugins appear in a vertical list, ordered by creation date, with the newest one at the bottom. ### Slot ID | Slot name | Slot type | ID | Interface | | :---- | :---- | :---- | :---- | | Staff assignment | Dashboard plugin slot | `9cec51b2-78a7-4270-ac1b-4152ff19a124` | [StaffAssignmentParams](https://dev.wix.com/docs/sdk/backend-modules/bookings/extensions/dashboard-plugins/booking-policies-page/staff-assignment-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)