# Commands

*Boomi Console* provides several Commands to execute certain actions. Each Command consists of two "verbs": **a)** the <mark style="color:blue;">**entity**</mark> and **b)** the <mark style="color:green;">**action**</mark>. For example, [<mark style="color:blue;">COMP</mark> <mark style="color:green;">GET</mark>](/boomi-console/commands/comp-components/fetch-get.md) is related to <mark style="color:blue;">**comp**</mark>onents (Metadata) and the action is <mark style="color:green;">**get**</mark>ting this metadata from Runtime.

Each command has a defined set of arguments, which can be divided into three categories:

* Arguments to define the source data -> [Component Resolution](/boomi-console/commands/arguments/common-arguments/command-sources.md)
* Arguments to control the command's action
* Optional arguments to control reporting -> [The Report Engine](/boomi-console/library/the-report-engine.md)

### Getting help

To **list all available commands** use `bc` without any parameter to

```
> bc
11 Commands available:
=======================================
Verb                Description
---------------------------------------
ACCOUNT INFO        Runtime API - Account Info
....
```

If you need **help for a specific command** use `bc {command} /help`

```
>bc comp get /help

Comp Get            Runtime API - GET Component Metadata (incl. all its
                    child/referenced components)
...
```


---

# 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/commands.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.
