# /help

## Description

Summons documentation for any available slash command.

[View in Knowledge Base](https://kb.packfiles.io/using-warp/slash-commands/global/help)

## Examples

### With Named Arguments:

```
/help --command-name <command-name>
```

### With Positional Arguments:

```
/help <command-name> 
```

## Arguments

### --command-name (Optional)

* The name of a command you'd like to display documentation for.

**Value:**

* The name of a slash command, with or without the leading `/`.

## Authorization

* Not required.
