# Version

The `retrodeep help` command provides a comprehensive list of all the available RetroDeep CLI commands directly in your terminal.&#x20;

Here's an example of using these help features:

```bash
retrodeep help
```

Pairing it with a second argument - a specific RetroDeep CLI command - you'll receive detailed instructions and information about that particular command.

For convenience, appending the `--help` global option to any RetroDeep CLI command will offer immediate guidance and insights about the usage of the command.

```bash
retrodeep help [command]
```

To get more detailed help about a specific command, such as `deploy`, you would use:

```bash
retrodeep help deploy
```

Or, alternatively:

```bash
retrodeep deploy --help
```

These commands ensure that you have quick access to all the information you need to make the most out of the RetroDeep CLI, facilitating a smoother development workflow.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.retrodeep.com/retrodeep-cli/version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
