> 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 (Consent Policy Manager) ## Article Link: https://dev.wix.com/docs/sdk/host-modules/site/consent-policy-manager/introduction.md ## Article Content: # About the Consent Policy Manager API The Consent Policy Manager API allows you to manage site visitor consent policies for GDPR and CCPA compliance. Each site has a default consent policy assigned to all visitors. Visitors can customize their consent policy through cookie consent banners, overriding the default settings. Use this API to: - Get the current visitor's consent policy. - Set a custom consent policy for a visitor. - Reset a visitor's policy to the site default. - Listen for consent policy changes. Site owners can configure cookie consent banners in their site's privacy center.