# help

## Syntax

```
help <command>
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td>command</td><td>The name of a specific command.</td></tr></tbody></table>

## Defaults

## Usage Guidelines

With no parameters, this command displays a simple list of available commands. If a command is specified, the syntax for that command is displayed.

For more detailed help on command syntax, use the question mark (“?”) for [context sensitive help](/island-router-cli-2.3.2/context-sensitive-help.md).

## Examples

```
help
```

## Related Commands

{% content-ref url="/pages/aYMLgV8MyxdFAhQV2pXB" %}
[Context Sensitive Help](/island-router-cli-2.3.2/context-sensitive-help.md)
{% endcontent-ref %}


---

# 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.islandrouter.com/island-router-cli-2.3.2/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.
