# Download & Install

* [Download *Boomi Console*](/boomi-console/download-releases.md)
* **Unpack all files** to any directory on your local drive.\
  Recommended: `%UserProfile%\Documents\BoomiConsole\bin`

<figure><img src="/files/o87Ypw6f1nJzX6GSTZXz" alt=""><figcaption><p>Recommended directory to store the binaries: %UserProfile%\Documents\BoomiConsole\bin</p></figcaption></figure>

* **Run** (double-click) **`install.bat`**

<figure><img src="/files/r8FLHWU5cjyNhzAk2G6w" alt=""><figcaption><p>Run-Once: Initial setup</p></figcaption></figure>

<details>

<summary>Environment Variables</summary>

Running *install.bat* sets two environment variables which are used in later context: `BC_EXE` and `BC_DIR`. To check whether they are set properly, run **`set BC_DIR`** from any command prompt.

```
c:\> set BC_DIR
BC_DIR=C:\Users\...\AppData\Local\Programs\BoomiConsole
```

Be aware, if you run *BoomiConsole.exe* once from a command prompt, you must **close and re-open the terminal** window, to activate the changes to the environment variables.

</details>

{% content-ref url="/pages/QyxLMPG7VaDfO6O3sEYv" %}
[Boomi Account Connection](/boomi-console/installation/setup-a-workspace-and-connect/boomi-account-connection.md)
{% endcontent-ref %}

***


---

# 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/installation/download-and-install.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.
