> 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/cookie-consent-policy/cmp-config/introduction.md ## Article Content: # About The CMP Config API CMP (Consent Management Platform) configuration allows site owners to manage privacy settings, specifically the visibility of social components (for example, Google Maps, Facebook Like buttons) on a site until site visitors provide their consent. Learn more about [Important Information About Editor Elements, Third-Party Apps, Custom Code, and the Cookie Banner](https://support.wix.com/en/article/important-information-about-editor-elements-third-party-apps-custom-code-and-the-cookie-banner). The CMP Config API enables you to manage privacy settings in compliance with data protection regulations. It includes a toggle that controls the visibility of social components (e.g., Google Maps, Facebook Like buttons) until visitors provide consent. When enabled, these elements remain blocked, displaying a placeholder instead. This ensures that no cookies or third-party scripts are loaded without user approval. ## Before you begin - A site must be published before creating a CMP config for it. CMP configs can't be created for draft sites. ## Use cases - [Manage visitor privacy settings in compliance with data protection regulations](https://dev.wix.com/docs/rest/business-management/cookie-consent-policy/cmp-config/sample-flows.md) ## Terminology - **CMP**: Consent management platform. A solution that helps you collect and manage personal information and consents in line with data protection laws and regulations. - **CMP config**: Settings and parameters defined within a consent management platform. - **Social element**: A feature or component integrated into a website or application that facilitates interaction and engagement among users or between users and content. @sdk_package_setup