> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/appsettings/media-settings.md).

# Media Settings

### Change Default Save Folder

All media is saved in the 'media' folder in the wwwroot, if you want to change this, you can update the value in the appSettings.

```json
"UploadFolderName": "media",
```

Please note that changing this after media has been changed, will not move the existing media.
