# Installation

## Step 1: Download and Extract

Download the latest **MVS\_Web.zip** archive. Extract it to any folder on your Windows PC.

{% hint style="info" %}
**Recommended path:** `C:\MVS_Web\` -- avoid folders with spaces or non-Latin characters in the path.
{% endhint %}

After extraction, your folder should look like this:

```
MVS_Web/
  MVS_Web.exe        -- Main application (double-click to start)
  config/             -- Configuration files
  data/               -- Database and runtime data (created on first run)
```

{% hint style="warning" %}
**Do not delete the `data/` folder.** It contains all your accounts, tasks, logs, and settings. Losing this folder means losing all your data.
{% endhint %}

## Step 2: Run the Application

Double-click **MVS\_Web.exe** to start the application.

A console window will appear showing the startup process. This is normal -- keep this window open while using the application.

### Firewall Prompt

Windows may ask you to allow **MVS\_Web.exe** through the firewall. Click **Allow access**. The application only listens on `127.0.0.1` (your local machine) and does not expose anything to the internet.

### Antivirus Warning

Some antivirus programs may flag MVS\_Web.exe as suspicious. This is a known false positive that happens with compiled Python applications. If your antivirus blocks the file:

1. Open your antivirus settings
2. Add the entire **MVS\_Web** folder to the exclusion/whitelist
3. Restore the file from quarantine if needed

## Step 3: Enter Your License Key

1. Open your browser and go to: **<http://127.0.0.1:8420>**
2. You will see the **Settings** page with a License section
3. Paste your license key into the field and click **Save**
4. The status will change to **Valid** with the number of days remaining

{% hint style="success" %}
Your license is tied to your hardware after activation. You do not need to re-enter it after restarting the application.
{% endhint %}

## Step 4: Explore the Dashboard

After activating your license, click **Dashboard** in the left sidebar. You should see the main overview page with task and account statistics.

![Dashboard](/files/UN5sernRtx2o0MECVWaV)

Congratulations -- MVS Web is ready to use!

## Next Steps

* [First Launch](/mvs-docs/getting-started/first-launch.md) -- learn what the Dashboard shows you
* [Interface Overview](/mvs-docs/getting-started/interface-overview.md) -- understand how module pages work
* [Working with Proxies](/mvs-docs/guides/proxy-guide.md) -- set up proxies before running any tasks


---

# 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://mvs-3.gitbook.io/mvs-docs/getting-started/installation.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.
