> 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: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-management/cookie-consent-policy/cmp-config/sample-flows.md ## Article Content: # Sample Flows This article shares some possible use cases you could support, as well as an example flow that could support each use case. ## Manage a site's privacy settings in compliance with data protection regulations 1. Block social elements until consent is given by calling [Update CMP Config](https://dev.wix.com/docs/rest/business-management/cookie-consent-policy/cmp-config/update-cmp-config.md) and specify `"socialElementsBlocked" = true`. 1. Ensure that the site has a cookie banner. A site using Wix's cookie banner will be accessible by calling [Update Cookie Banner Settings](https://dev.wix.com/docs/rest/business-management/cookie-consent-policy/cookie-banner-settings/update-cookie-banner-settings.md).