# COMP GET Arguments

{% content-ref url="/pages/wxdhGtNbF9nd2XykK98V" %}
[COMP Arguments](/boomi-console/commands/arguments/comp-arguments.md)
{% endcontent-ref %}

<details>

<summary>/DeployableOnly, /d</summary>

If `true` only deployable components will be resolved.

</details>

<details>

<summary>/Folder, /f</summary>

Specify a (full) folder path as the source. All (non-deleted) components in that folder will be considered. You may also specify `/children` and/or `/parent` flags, which will be applied on each component in that folder.

You can use `*` as a wildcard. For example: `*Connection*` will find all folders having the word *Connection* in its full-path.

If you want to traverse through all sub-folder you should use an asterik at the end: `foldername*`

</details>

<details>

<summary>/template, /t</summary>

Specify a template name (a file located in the template folder) that is used to render the results of a prticular command.

</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/comp-get-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.
