# SHOW FUSION HELP FOR

Displays the documentation for the specified Fusion SQL command.

## Syntax

```
SHOW FUSION HELP FOR '<command>'
```

## Argument

* `command`: A Fusion SQL command.

## Example

The following command displays the documentation for the `CREATE WORKSPACE` Fusion SQL command:

```sql
SHOW FUSION HELP FOR 'CREATE WORKSPACE';
```

***

Modified at: February 13, 2025

Source: [/cloud/reference/fusion-sql/show-fusion-help-for/](https://docs.singlestore.com/cloud/reference/fusion-sql/show-fusion-help-for/)

(An index of the documentation is available at /llms.txt)
