# CLI Options

### Commands

#### Overview

<table data-full-width="false"><thead><tr><th>Command</th><th>Description</th><th>Quick-link</th></tr></thead><tbody><tr><td><code>run</code></td><td>Start the message broker and connect to a FoxMQ cluster.</td><td><a data-mention href="/pages/FfJGbhiM2nCJuf48GOz4">/pages/FfJGbhiM2nCJuf48GOz4</a></td></tr><tr><td><code>address-book</code></td><td>Generate an address book file and set of private keys for a FoxMQ session</td><td><a data-mention href="/pages/res0iudl0w6ZR1IUsYOa">/pages/res0iudl0w6ZR1IUsYOa</a></td></tr><tr><td><code>user</code></td><td>Manage user credentials for connecting to the message broker protocol</td><td><a data-mention href="/pages/KZVdnSwe57YiKf217Ndx">/pages/KZVdnSwe57YiKf217Ndx</a></td></tr><tr><td><code>help</code></td><td>Print top level help message or help message for any command</td><td><a data-mention href="#help">#help</a></td></tr></tbody></table>

See the entry for a given command for more information.

#### help

Print top level help message or help message for any command

Usage: `foxmq help <subcommand>`

Example:

```bash
foxmq help run
```

prints the help message for `run`

### Top Level options

<table><thead><tr><th width="138">long</th><th width="92">short</th><th>env var</th><th>Description</th></tr></thead><tbody><tr><td><code>--help</code></td><td><code>-h</code></td><td>None</td><td>Print top level help message or help for any command</td></tr></tbody></table>


---

# 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.tashi.network/resources/foxmq/cli-options.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.
