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

# help

> Get more information about Diversion's commands

To get in-CLI help about working with Diversion CLI, you can use the help command, followed by any other command in this guide.

```bash theme={null}
dv help [command]
```

For example, if you want to get more information about how the `clone` command works, you would input the following:

```bash theme={null}
dv help clone
```
