> 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: Folders # Type: Folder Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/cms/collection-management/folders/folder-object.md ## Description: Folders contain collection references as well as other folders. A root folder with an empty `id` always exists. ## Schema: ```json Type: Folder Object | type: Folder Description: Folders contain collection references as well as other folders. A root folder with an empty `id` always exists. - name: id | type: string | description: Folder ID. Automatically generated by Wix. The ID field is empty for the root folder. - name: value | type: string | description: - name: name | type: string | description: Folder's name as displayed in the [CMS](https://support.wix.com/en/article/cms-formerly-content-manager-working-with-collection-folders). `name` is empty for the root folder. - name: description | type: string | description: Folder description. - name: folders | type: Array | description: Folders nested in the current folder. Only the root folder may contain other folders. - name: id | type: string | description: Folder ID. Automatically generated by Wix. The ID field is empty for the root folder. - name: name | type: string | description: Folder's name as displayed in the [CMS](https://support.wix.com/en/article/cms-formerly-content-manager-working-with-collection-folders). `name` is empty for the root folder. - name: description | type: string | description: Folder description. - name: folders | type: Array | description: Folders nested in the current folder. Only the root folder may contain other folders. - name: collectionReferences | type: Array | description: Collection references in the current folder. - name: collectionName | type: string | description: Collection's name as displayed in the [CMS](https://support.wix.com/en/article/cms-formerly-content-manager-creating-a-collection). - name: folderId | type: string | description: ID of the folder that contains the collection reference. Omitted if the collection reference is in the root folder. - name: collectionReferences | type: Array | description: Collection references in the current folder. ```