> 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/api-reference/business-management/dashboard/dashboard-favorite-list/introduction.md ## Article Content: # About the Dashboard Favorite List API The Dashboard Favorite List API provides functionality to create and manage a list of favorite dashboard pages. It allows you to streamline [Wix users'](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities.md#wix-users) dashboard navigation experience and make important pages quickly accessible. With the Dashboard Favorite List API, you can: - [Create](https://dev.wix.com/docs/rest/business-management/dashboard/dashboard-favorite-list/create-user-favorite-list.md), [retrieve](https://dev.wix.com/docs/rest/business-management/dashboard/dashboard-favorite-list/get-user-favorite-list.md), [update](https://dev.wix.com/docs/rest/business-management/dashboard/dashboard-favorite-list/update-user-favorite-list.md), and [delete](https://dev.wix.com/docs/rest/business-management/dashboard/dashboard-favorite-list/delete-user-favorite-list.md) a Wix user's list of dashboard favorites. - [Add](https://dev.wix.com/docs/rest/business-management/dashboard/dashboard-favorite-list/add-user-favorite.md) and [delete](https://dev.wix.com/docs/rest/business-management/dashboard/dashboard-favorite-list/delete-user-favorite.md) individual dashboard favorites from a Wix user's list. - [Create nested views](https://dev.wix.com/docs/rest/business-management/dashboard/dashboard-favorite-list/sample-flows.md) of collections, developer tools, or other dashboard pages for quick access. - Assign custom titles to favorite pages for easier navigation. ## Before you begin It's important to note the following points before starting to code: - Each Wix user can only have one list of favorite dashboard pages. - We recommend you avoid making changes to the list without the Wix user taking explicit action. ## Use cases - Increase app usage by including an **Add to Favorites** button in your app's [dashboard page extensions](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-pages/about-dashboard-page-extensions.md). - Create a nested view of frequently visited dashboard pages for quick access. - Create a standalone **Add to Favorites** [dashboard plugin extension](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-plugins/about-dashboard-plugin-extensions.md) that can be added to a supported [dashboard page slot](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-plugins/supported-wix-app-dashboard-pages/about-dashboard-page-slots.md). ## Terminology - **Dashboard Favorite List**: A UI element that displays a list of favorite dashboard pages used for quick access. - **Dashboard Favorite Page**: A dashboard favorite page on the list. It has a custom title, and it can have a relative URL. - **Page**: A dashboard page. @sdk_package_setup