> For the complete documentation index, see [llms.txt](https://docs.wedolow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wedolow.com/documentation/below/installation-guide/installation-instructions/windows/installation.md).

# Installation

## Preparation

First, be sure to meet all hardware and software [requirements](broken://pages/i2YVsRqOHhzqig2d0OaJ).

## Get installer

You can get the latest Windows package for your distribution from WedoLow's sales.

## Installation

{% hint style="warning" %}
Docker must be running during installation.
{% endhint %}

First, unzip the downloaded *.zip* archive in a directory of your machine, and run the *.msi* file extracted from the archive by double-clicking on it.

{% hint style="warning" %}
Unzipping the archive is compulsory, running the *.msi* file directly from the archive will make the installation fail.
{% endhint %}

<figure><img src="/files/UXBj88S8X6B0XnhSEriq" alt=""><figcaption><p>Setup welcome message</p></figcaption></figure>

Click **Next** and accept the license agreement to continue.

Choose your setup.

<figure><img src="/files/dtfCpDg96YDgVtgjMRtK" alt=""><figcaption><p>Setup type selection</p></figcaption></figure>

For a classical usage, select **Complete** or **Typical**. Click **Next**, then **Install**. In **Custom** mode you may select:

* Everything for a full installation
* **UI** for UI installation only
* **beLowCTL** for server installation only
* **runner** for runner installation only

<figure><img src="/files/n4o3KSJx3rFEOHSWxmi7" alt=""><figcaption><p>Install confirmation screen</p></figcaption></figure>

<figure><img src="/files/x6W8ky4b5ScDZg3KoMuX" alt=""><figcaption><p>Install in progress</p></figcaption></figure>

Wait for installation to finish. beLow is now installed.

## Update

To update beLow, simply run the new *.msi* file provided to you, and follow the same steps as in [Installation section](#installation).

## Removal

You may remove beLow in **Apps & features** section of Windows.

<figure><img src="/files/qfcgNrqIJHvu6HtVK00s" alt=""><figcaption><p>Uninstall beLow</p></figcaption></figure>

Find beLow, click **Uninstall** and follow the instructions.

## Offline

You must have a zip file containing the required docker images. This file is provided by Wedolow.

1. Do the installation as explained before
2. Unzip the provided file on your desktop
3. Open a PowerShell terminal and run the following commands (assuming your username is `myName`):

```bash
belowctl-headless docker-images import --input c:\Users\myName\desktop\docker-images-export
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wedolow.com/documentation/below/installation-guide/installation-instructions/windows/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
