# COMP Arguments

{% content-ref url="/pages/rOYytkDG01p9HuCliYFg" %}
[Common Arguments](/boomi-console/commands/arguments/common-arguments.md)
{% endcontent-ref %}

## Component Hierarchy

Boomi Console uses the Boomi [Component Reference Object](https://help.boomi.com/bundle/developer_apis/page/int-Component_Reference_object.html) to [resolve parent and children component IDs](/boomi-console/commands/arguments/common-arguments/command-sources.md#component-resolution) from Runtime.

See also: [#component-hierarchy](#component-hierarchy "mention")

<details>

<summary>/children</summary>

`/Children={None|Independent|`**`Dependent`**`|All}`

Specify which kind of children components should be resolved.

* None - Only the provided component is resolved with no children.
* Independent - Only *independent* children, like process routes, are resolved.
* Dependent - Only dependent children are resolved, which includes all components which would be deployed with the specified parent component, like *maps*, *sub-processes*, *profiles* etc.
* All -Dependent and Independent children will be included.

</details>

<details>

<summary>/parents - plural!</summary>

`/Parents[={true|`**`false`**`}]`

Resolve **all** parents (referencing) components and save their metadata in the workspace. All relationships incl. metadata are stored in the [database](/boomi-console/library/the-workspace/the-project-database.md), too.

If you want all parents, use `/Parents=true.`

</details>

<details>

<summary>/parent - singular</summary>

`/Parent[={true|`**`false`**`}]`

Query **only the direct parent** (referencing) component and save its metadata in the workspace. The relationship incl. metadata is stored in the [database](/boomi-console/library/the-workspace/the-project-database.md), too.

</details>


---

# 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/arguments/comp-arguments.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.
