# Arguments in a file

You can save parameters in a file and use the filename in your command-line. Even if this is not retricted to `/excludePath -` you can specify any parameter in a file - excluding folder paths is a nice and useful example how to make use of parameter files.

For example, imagine you have a file called `exludeFolders.txt` in your workspace.

```
/excludePath="Boomi_MarkusSchmidt/#FlowServices"
/excludePath="Boomi_MarkusSchmidt/05-Error Handling/Test"
/excludePath="Boomi_MarkusSchmidt/API"
```

<figure><img src="/files/JUD1M35RxNKOMbr396vu" alt=""><figcaption></figcaption></figure>

You can then specify this file as a parameter using the **@** tag:

` bc comp get`` `` `**`/c`**` ``e4bc4a53-e338...`` `**`@excludeFolders.txt`**

All information in the file will be used in the command-lien as it was specified directly.


---

# 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/common-arguments/parameters-in-a-file.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.
