> 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/consent-configs/sample-flows.md ## Article Content: # Sample Flows This article shares some possible use cases your app could support, as well as a sample flow that could support each use case. This can be a helpful jumping off point as you plan your app's implementation. ## Manage an app embed's consent category 1. Call [List Apps And Storage](https://dev.wix.com/docs/api-reference/business-management/cookie-consent-policy/consent-configs/list-apps-and-storage.md) to get apps embeds that are in use on a site. 1. Call [Create Consent Config](https://dev.wix.com/docs/api-reference/business-management/cookie-consent-policy/consent-configs/create-consent-config.md) with the updated consent category to override the app embed's default category. 1. When relevant, call [Update Consent Config](https://dev.wix.com/docs/api-reference/business-management/cookie-consent-policy/consent-configs/update-consent-config.md) to update the consent config.