# Workspace folders

You can specify and change any directory using the following command line options.

### /ProjectDir

Tags=r,root

Specify the /ProjectDir as the root location of all data files. This directory is Runtime account specific and it must the bc.workspace.json. All other directories are relative to /ProjectDir.

DEFAULT: *currentDir*

### /OutDir

Tags=o

The output root directory. All other output directories are relative to this directory. Unless you specify an absolute path, the directory is relative to /OutDir. If a /Package is specified, the directory is realtive to the package-file. If the directory does not exist, it is created. DEFAULT: 'Out'

### /PackageDir

The input directory where to look for package files. Unless you specify an absolute path, the directory is relative to /ProjectDir.The directory must exist, it is not created automatically! You may specify a list of relative search folders using the /PackageLibDir option. The output for packages goes to a directory with the same name inside of this directory.

DEFAULT: 'Packages'

### /PackageLibDir

AllowMultiple=True Split='|,' A list of directories split by ',' or ' ' where to look for package files (relative to /PackageDir).

DEFAULT: '**Lib**,Lib\Shared,**Work**,Promotion'


---

# 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/library/the-workspace/workspace-folders.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.
