# Target Path Resolution

## Defaults

The *Target Path* defines where all the created (and updates) output is written to. By default, without any other settings provided, this is `{Workspace}\Out`:

<div align="center"><figure><img src="/files/XLiZLUvC5AKOGKGPFlyv" alt="" width="176"><figcaption><p>Out Folder</p></figcaption></figure></div>

**Sets** have their own output folder in the set directory `{Set}\Out`:

<div align="center"><figure><img src="/files/P7gXHoqS8DwOBSKnkt2f" alt="" width="178"><figcaption><p>Set output</p></figcaption></figure></div>

**Packaged Components** are writte to\
`Out\PackagedComponents\[PackageVersion}\PackageId:`

<figure><img src="/files/XL8d5bXWfaKNQ62GqJRH" alt="" width="336"><figcaption></figcaption></figure>

## Options to control the target

In general we distinguish between two different target directories:

* `OutDir` refers to the output in general: Metadata, Uml, Components.
* `DocDir` specifies the root folder where all documentation is written to

{% hint style="success" %}
The ides behind is that you may want to **maintain you documentation under GitHub**, which requires to have all documentation in a separate, version controlled director&#x79;**.** **GitHub has a very nice way to render the markdown documents.**
{% endhint %}

### See also

* [Common Arguments](/boomi-console/commands/arguments/common-arguments.md#outdir-o)
* [Common Arguments](/boomi-console/commands/arguments/common-arguments.md#docdir)
* [Application Settings](/boomi-console/library/configuration-files/application-settings.md#docroot)


---

# 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/help-text/target-path-resolution.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.
