> For the complete documentation index, see [llms.txt](https://doc.mprolab.io/mprolab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.mprolab.io/mprolab/manuals-and-tutorials/manuals/launcher/download-launcher.md).

# Download Launcher

In order to download metapro Launcher, you will need to follow a few steps.

**Step 1**

Visit our website [mprolab.io](https://mprolab.io/)

**Step 2**

&#x20;[Connect your wallet and web3 login](https://doc.mprolab.io/mprolab/manuals-and-tutorials/manuals/mpro-lab/connect-wallet-+-web3-login)

**Step 3**

Select the arrow icon next to the wallet and click **Licenses**

<figure><img src="/files/7zN5ZUaF3wl5VFMi46yo" alt=""><figcaption></figcaption></figure>

**Step 4**

Click **Download** l**auncher** button

<figure><img src="/files/Dn5KPL16MMobkkd3LHIS" alt=""><figcaption></figcaption></figure>

**Step 5**

Process of downloading the Launcher will begin

{% hint style="info" %}
Operating system will be automatically recognized
{% endhint %}

<figure><img src="/files/RIRJDLHsp64NmTAw7DJH" alt=""><figcaption></figcaption></figure>

Here is a general description of what will happen after clicking **Download** button:

1. **Downloading the installation file:** Upon clicking the Launcher button, the web browser will initiate the download of the launcher's installation file. This file contains the necessary components and data required to install and run the launcher.
2. **Download progress:** While the installation file is being downloaded, the web browser will display a progress bar indicating how much data has been downloaded and how much is remaining. You can monitor the download progress based on this indicator.
3. **Completion of the download:** Once the download of the installation file is completed, the web browser will notify you. The installation file will typically be available in the downloaded files folder on your computer.
4. **Running the installation file:** After completing the download of the installation file, you need to run it. You can do this by double-clicking the downloaded file or using another method to open the file depending on your operating system.
5. **Installation process:** Upon running the installation file, the installation process of the launcher will begin. You will need to accept the terms of use, choose the installation location (if applicable), and wait for the installation to be completed.
6. **Shortcut creation:** After the installation of the launcher is finished, a shortcut to the launcher will be created on your desktop or in the Start menu. You can use this shortcut to easily launch the launcher in the future.

Once the launcher is installed, you can launch it and log in to your account to access all features.


---

# 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://doc.mprolab.io/mprolab/manuals-and-tutorials/manuals/launcher/download-launcher.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.
