> For the complete documentation index, see [llms.txt](https://tractus.gitbook.io/tractus-tools-for-ndi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tractus.gitbook.io/tractus-tools-for-ndi/configuration-file-locations.md).

# Configuration File Locations

Multiview for NDI stores its configuration files, custom images, and other custom assets in the current user’s home directory, depending on the platform.

## Microsoft Windows

Configuration directory: `%USERPROFILE%\AppData\Roaming\Tractus.Multiview`

Example: `C:\Users\Jon\AppData\Roaming\Tractus.Multiview`

## Linux

If the `XDG_CONFIG_HOME` environment variable is configured, you will find the configuration files stored at `XDG_CONFIG_HOME/Tractus.Multiview`.

Otherwise, the configuration directory is: `~/.config/Tractus.Multiview`

## MacOS

Configuration directory: `/Users/<username>/Documents/.tractusmultiview`
