> 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-solutions/cms/collection-management/folders/sample-flows.md ## Article Content: # Sample Flows This article presents possible sample flows you can support. These can be a helpful jumping-off point as you plan your implementation. ## Create folders to organize a site's content 1. Call [Create Folder](https://dev.wix.com/docs/api-reference/business-solutions/cms/folders/create-folder.md) to create new folders for different business areas. For example, create folders for products and marketing content. 2. Call [Create Collection Reference](https://dev.wix.com/docs/api-reference/business-solutions/cms/folders/create-collection-reference.md) to put data collections in the relevant folders created above. ## Retrieve a list of all folders in a site 1. Retrieve the root folder by calling [Get Folder](https://dev.wix.com/docs/api-reference/business-solutions/cms/folders/get-folder.md) without passing a folder ID. 2. Find all of a site's folders in the returned root folder's `folders` property.