> For the complete documentation index, see [llms.txt](https://veildb.gitbook.io/veildb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://veildb.gitbook.io/veildb-docs/user-guide/dbvisor-client.md).

# VeilDB Client

The primary objective of the VeilDB Client is to provide a straightforward way to download processed dumps. This versatile tool can be seamlessly integrated into various toolchains for tasks such as automatic project setup and integration with Docker tools, or used as a standalone application. Its flexibility enables developers to efficiently manage and access the latest processed database dumps, improving workflow efficiency.

Follow the [link](/veildb-docs/user-guide/getting-started/installation.md#client-side) to get installation instructions.

To get a list of all available command types, type in your console the following command:

```bash
db-manager list
```

Also, you can use `help` command to get more instructions:

```bash
db-manager help
```
