# The Set Argument in Detail

## /Set, /s

Specify a **Components Set Name** used to [resolve component Id](/boomi-console/commands/arguments/common-arguments/command-sources.md)s.

The Components Set file is resolved as follows: `{`<mark style="color:green;">`SetDir`</mark>`}{SetName}\cSet.JsonC`

The [output folder](/boomi-console/commands/arguments/common-arguments.md#outdir-o) is set relative to the folder where the `cSet.JsonC` is located.

### Example

`COMP DOC /s DEMO_Service`

Create a documentation (incl. readme.md) for a Components Set.

<figure><img src="/files/2Dfg8posFf9wmzUn8EPN" alt=""><figcaption><p>DEMO_Service Component Set documentation with readme.md in the out folder</p></figcaption></figure>

### More arguments

<details>

<summary>/<mark style="color:green;">SetDir</mark></summary>

Default = `Packages`

The directory where to look for package files (e.g. iPack.jsonc). Unless you specify an absolute path, the directory is relative to /ProjectDir. The directory must exist, it is not created automatically!

</details>

<details>

<summary>PackageLibDir</summary>

Default = `Lib`,`Lib\Shared,Work`

Support Multiple

Specify a list of relative search folders (relative to /PackageDir) where to look for packages. Use this to keep your packages in pre-defined folders.

If you store, for example, you packages in the `Work`folder in the /PackageDir packages are resolved by their name: `/p FWK` (the folder name is enough because the package file has the default name: `iPack.jsonc`).

![](https://github.com/MarkusSchmidtPro/MSPro.Boomi.Console/blob/main/doc/commands/arguments/common-arguments/broken-reference)

</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/common-arguments/components-set.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.
