> 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 # Method name: bookings.dashboard.servicesList() # Method Link: https://dev.wix.com/docs/sdk/business-solutions/bookings/extensions/dashboard-pages/services-list.md # Method Description: A builder method that returns the destination object for navigating to the Services List page in the dashboard. # Method Permissions: # Method Permissions Scopes IDs: undefined # Method Code Examples: ## Navigate to the Services List page ```javascript import { dashboard } from '@wix/dashboard'; import { pages } from '@wix/bookings/dashboard'; dashboard.navigate( pages.servicesList() ); ```