> For the complete documentation index, see [llms.txt](https://docs.spotify-sync.jbh.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spotify-sync.jbh.cloud/configuration/profiles.md).

# Profiles

Profiles add an additional layer of management for dealing with one or more app configurations. spotify\_sync allows you to cache these configurations in your operating system user cache.

When running spotify\_sync with a profile, persistent data is stored per profile, per Spotify account. This makes it possible to have more than 1 configuration per account.

Currently, you can generate, add,  list and remove config profiles.

#### Add your first profile

* Generate an example to edit. This will output a config.json in the current working directory

```
spotify_sync config generate
```

* Configure your config
* Add your config file to the profile cache

```
spotify_sync config add myFirstProfile ./config.json
```
