# First Launch

After starting MVS Web and entering your license key, you will land on the **Dashboard** -- your main overview screen.

## Dashboard

![Dashboard](/files/UN5sernRtx2o0MECVWaV)

The Dashboard is divided into two sections: **Task Cards** at the top and **Account Statistics** below.

### Task Cards

These four cards give you a quick view of your task activity:

| Card             | What It Shows                                    |
| ---------------- | ------------------------------------------------ |
| **Active Tasks** | How many tasks are currently running right now   |
| **Completed**    | Total number of tasks that finished successfully |
| **Failed**       | Tasks that ended with an error                   |
| **Version**      | The version of MVS Web you are running           |

### Account Statistics

Below the task cards, you will see counters for all your accounts:

| Stat                           | What It Means                                                 |
| ------------------------------ | ------------------------------------------------------------- |
| **Phones**                     | Total number of phone numbers in the system                   |
| **Alive**                      | Accounts that are active and working normally                 |
| **Dead**                       | Accounts with expired or revoked sessions (no longer working) |
| **Banned**                     | Accounts that Telegram has banned or deactivated              |
| **Spam Block**                 | Accounts that have a temporary spam restriction               |
| **Desktop / Android / iPhone** | How many accounts are on each platform                        |
| **Sessions**                   | Total number of stored sessions across all accounts           |
| **Exported**                   | How many accounts have been exported                          |

{% hint style="info" %}
These numbers update in real time. When a task finishes checking or registering accounts, the counters change immediately.
{% endhint %}

You can click **View all** next to the Accounts header to jump directly to the full accounts list.

### Documentation & Contacts

At the bottom of the Dashboard you will find two additional sections:

* **Documentation** -- a link to open this documentation
* **Contacts** -- links to purchase accounts/licenses (accstrading.com) and support (@manager\_mvs\_reg on Telegram)

## Sidebar Navigation

The left sidebar is always visible and can be collapsed. Modules are organized into sections:

* **Dashboard** -- the overview page you are looking at now
* **Accounts** -- browse, search, filter, and manage all your accounts
* **ACCOUNTS** section -- Registration, Checker, Re-Authorization, Cleaner, Profile Manager, Converter, Close Sessions, Passkey Recovery, 2FA Reset
* **AUDIENCE** section -- Parser, Phone Checker
* **OUTREACH** section -- Spammer, Inviter, Joiner, Resource Creator
* **Boost** -- earn by running automated actions on your accounts
* **SETTINGS** section:
  * Proxies -- manage proxy lists
  * Settings -- license, code settings, Telegram versions
* **Partners** -- recommended services and links

At the bottom of the sidebar: a **language switcher** (EN / RU / ZH) and the app version.

## Balance Bar

At the very top of every page, you will see a **balance bar** showing your current balances for connected services (like SMS providers). For example, you might see:

```
smsbower.page $54.35    servicemvs.com $2.00
```

These balances update automatically when you open the app.

## What to Do Next

Before running any module, you should:

1. **Add proxies** -- Go to [Proxies](/mvs-docs/settings/proxies.md) and create at least one proxy list
2. **Configure settings** -- Check [General Settings](/mvs-docs/settings/general.md) for API keys and Telegram version settings
3. **Run your first task** -- Try the [Registration Guide](/mvs-docs/guides/registration-guide.md) or [Checker Guide](/mvs-docs/guides/checker-guide.md)

Continue to [Interface Overview](/mvs-docs/getting-started/interface-overview.md) to understand how module pages work.


---

# 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/first-launch.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.
