# The Workspace

A *Boomi Console* Project resides in a directory on your local hard drive and which we call the **Workspace**. This is where you manage all project related information: [configurations](/boomi-console/library/configuration-files.md), [component sets](/boomi-console/library/packages.md), queries etc. and this is where all the outputs of your command executions go to.

[Setup a Workspace](/boomi-console/installation/setup-a-workspace-and-connect.md)

Each *Workspace* is connected to a single Boomi Account (see [WORKSPACE CONNECT](/boomi-console/commands/project-configure.md)).

{% tabs %}
{% tab title="Boomi Customer" %}
If you are a Boomi customer you have only one Boomi Account and therefore you have only one Workspace folder. Chose any empty folder you like.
{% endtab %}

{% tab title="Consultant / Boomi Partner" %}
If you are a Boomi partner or a consultant who works with different Boomi accounts you will have to manage multiple Workspaces.
{% endtab %}
{% endtabs %}

<div align="left"><figure><img src="/files/NZ0SVqhvAlLAZtFWmfZ0" alt=""><figcaption><p>A Boomi Console Workspace in VS Code</p></figcaption></figure></div>


---

# 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.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.
