> ## Documentation Index
> Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# preferences

> Get or set workspace preferences

The `preferences` command allows you to view and modify workspace-specific preferences, such as which folders are synced.

```bash theme={null}
dv preferences [-add <folder> | -remove <folder>]
```

To view current preferences:

```bash theme={null}
dv preferences
```

## -add

Select a folder to be synced:

```bash theme={null}
dv preferences -add <folder_name>
```

## -remove

Stop syncing a folder:

```bash theme={null}
dv preferences -remove <folder_name>
```

<Note>
  Preferences are workspace-specific and won't affect other workspaces in the same repository.
</Note>
