> ## 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.

# cd

> Change current working directory for an interactive CLI session

## Change working directory

Similarly to your OS' terminal, `cd` allows you to switch the working directory for the Diversion CLI.

```bash theme={null}
dv cd <directory>
```

The `<directory>` parameter is the path you want to move to.

For example, if you want to move to your Documents directory, you would type:

```bash theme={null}
dv cd /Users/Sloth/Documents/
```
