# help

![Parralels](https://www.parallels.com/static/pl/fileadmin/res/img/navigation/pl-logo-dk.png)

## AppserverClient Command Line Interface

### help

provides information on the existing commands.

**Category: Help**

### Alternative names:

-help\
/help\
-?\
/?

```
AppServerClientCLI help [command] [-full]/[-listcategories]/[-category name [-full]]  
```

### Arguments

* **`command (optional)`** Show information about a command.
* **`listcategories (optional)`** List all available command categories.
* **`category (optional)`** List commands from the specified categories.
* **`full (optional)`** Show detailed information on all commands or commands from the specified category.

### Examples:

AppServerClientCLI help\
AppServerClientCLI help listconnections\
AppServerClientCLI help -full\
AppServerClientCLI help -listcategories\
AppServerClientCLI help -category Diagnostics\
AppServerClientCLI help -category Diagnostics -full

### See also:

[generatehelptxt](/landing/ras-windows-cli-guide/v20/commands/generatehelptxt.md)\
[generatehelphtml](/landing/ras-windows-cli-guide/v20/commands/generatehelphtml.md)\
[generatehelpmd](/landing/ras-windows-cli-guide/v20/commands/generatehelpmd.md)


---

# 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.parallels.com/landing/ras-windows-cli-guide/v20/commands/help.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.
