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

# support

> Create and upload a support bundle

If you ever encounter an issue with Diversion, we'd love to hear about it!

```bash theme={null}
dv support [-m <message>] [-s] [-o <output_dir>] [-b <bundle_path>]
```

`[-m <message>]` provides a description of the issue. If omitted, you'll be prompted interactively.

`[-s]` skips uploading the bundle to Diversion — only saves it locally.

`[-o <output_dir>]` sets the directory to write the bundle to. Defaults to your desktop.

`[-b <bundle_path>]` uploads an existing support bundle (created earlier with `-s`) instead of generating a new one.

Running this command creates a support bundle with your issue description and your user info, so we can reach out if necessary.

For non-interactive usage (e.g., in scripts):

```bash theme={null}
dv support -m "Sync stuck on large binary files"
```

To save the bundle locally without uploading:

```bash theme={null}
dv support -m "Issue description" -s -o /path/to/output
```

When describing your issue, please be as specific as you can so we can be as efficient as we can in solving it.

Also, you can always reach out to us directly on [Discord](https://discord.com/invite/HDAGJvgkuT). We might ask you to run this command ;)
