> 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-solutions/portfolio/portfolio-settings/introduction.md ## Article Content: # About the Portfolio Settings API The Portfolio Settings API allows you to manage a site's portfolio settings, including configurations for its media and project items. Learn more about the [Wix Portfolio](https://support.wix.com/en/article/wix-portfolio-an-overview) feature. With the Portfolio Settings API, you can: + [Update](https://dev.wix.com/docs/rest/business-solutions/portfolio/portfolio-settings/update-portfolio-settings.md) a site's portfolio settings. + [Retrieve](https://dev.wix.com/docs/rest/business-solutions/portfolio/portfolio-settings/get-portfolio-settings.md) a site's existing portfolio settings. + Listen for events when a site's portfolio settings are [created](https://dev.wix.com/docs/rest/business-solutions/portfolio/portfolio-settings/portfolio-settings-created.md). ## Before you begin It's important to note the following points before starting to code: + You can only use this API on sites where a Wix user has installed the [Wix Portfolio app](https://www.wix.com/app-market/web-solution/wix-portfolio?appIndex=0&collimp_id=b54d3569-fdaa-49f6-83f8-2ac6e400bd11&referralSectionName=wix%20portfolio). + Since each site only has 1 portfolio, the settings are automatically created when the app is installed. Call [Update Portfolio Settings](https://dev.wix.com/docs/rest/business-solutions/portfolio/portfolio-settings/update-portfolio-settings.md) to make any changes. ## Use case + [Update a site's portfolio settings](https://dev.wix.com/docs/rest/business-solutions/portfolio/portfolio-settings/sample-flows.md). @sdk_package_setup