# Folder Settings For the most part Folders in Dash are just like any custom [`Field`](#tag/Fields) with [`Field.hasFixedOptions = true`](#tag/Fields), [`Field.hierarchical = true`](#tag/Fields) and [`Field.multiValue = true`](#tag/Fields). The Folders [`Field`](#tag/Fields) also has the following behaviour. * It cannot be deleted - [`Field.indestructable = true`](#tag/Fields) * It is used to define [`Asset`](#tag/Assets) permissions for a `UserGroup` (currently only configurable via the Dash frontend, not via the API) * A quick browse widget of your Folders [`Field`](#tag/Fields) appears on your Dash app homepage. Folder Settings specify the [`Field.id`](#tag/Fields) of the Folders [`Field`](#tag/Fields) in your Dash. ## Get the account folder settings - [GET /folder-settings](https://api-docs.dash.app/dash/openapi/folder-settings/getfoldersettings.md)