# Getting help

*BoomiConsole* is built on [CLArgs](https://mspro.gitbook.io/v2/) and it supports help on the command-line.

### Command overview

Open a console windows and run `.\bc` without any argument and you will get an overview of all available commands:

```
*** BoomiConsole v3.11.8718.32154 .. Start ***
15 Commands available:
=======================================
Verb                Description
---------------------------------------
Project Configure   Create, update and configure your Boomi-Console project settings.

Print DeploymentTask Print a deployment task based on a template.

Info Account        Runtime API - Account Info
```

### Detailed command descriptions

If you want to know more about a specfic command and its supported parameters,\
run: ` .\bc <command>`` `` `**`help`**:

```
.\bc Info Account /help

Info Account        Runtime API - Account Info
--------------------------------------------------------------------------------
/ProjectDir         Tags=r,root optional
                    Specify the /ProjectDir that contains the bc.workspace.json.
                    All other directories are relative to that directory.
                    DEFAULT: <currentDirectory>
/OutDir             Tags=o optional
                    The output root directory. All other output directories are
                    relative to this directory.
                    DEFAULT: 'out'
                    ...
```


---

# 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://boomi.markusschmidt.pro/boomi-console/library/how-to/getting-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.
