# Boost

The Boost module lets you earn money by running automated actions (joins, views, reactions, bot starts) on your Telegram accounts through an order-based system. You connect your accounts, start the Boost engine, and it automatically picks up and fulfills orders from the server.

## Tabs

The Boost page has three tabs: **Dashboard**, **Accounts**, and **Settings**.

## Dashboard

![Boost Dashboard](/files/iwHvCb3gyTVo9V4JMOWR)

The Dashboard shows real-time statistics for the current session and all-time totals.

### Status Bar

At the top you will see:

* **Balance** -- your current earnings balance (in rubles)
* **Status** -- Stopped or Running
* **Account count** -- how many accounts are loaded
* **Start / Stop** button -- launch or stop the Boost engine

### Session Statistics

| Stat                           | Description                                                                     |
| ------------------------------ | ------------------------------------------------------------------------------- |
| **Available**                  | Accounts ready to take orders                                                   |
| **Active**                     | Accounts currently performing actions                                           |
| **Full**                       | Accounts that reached their subscription limit (used for view/watch/react only) |
| **Cooldown**                   | Accounts resting between actions                                                |
| **Frozen**                     | Accounts restricted by Telegram                                                 |
| **Banned**                     | Accounts banned by Telegram                                                     |
| **Session Completed / Failed** | Total sessions completed and failed                                             |

### Action Statistics

| Stat              | Description                   |
| ----------------- | ----------------------------- |
| **Joins**         | Channel/group joins performed |
| **Views**         | Post views performed          |
| **Reactions**     | Reactions placed on posts     |
| **Bot Starts**    | Bot interactions performed    |
| **Completed**     | Total orders completed        |
| **Earnings**      | Money earned this session     |
| **Bans / Frozen** | Accounts lost this session    |

### All-Time Stats

* **All Time Actions** -- total actions performed across all sessions
* **All Time Earnings** -- total money earned
* **History** -- session history log

## Accounts

![Boost Accounts](/files/hSuPJdxNhBazTvw4Uxu5)

The Accounts tab manages the pool of accounts used for boosting. These are separate from your main account database.

### Toolbar

| Button                      | Description                                                      |
| --------------------------- | ---------------------------------------------------------------- |
| **Import .session + .json** | Import accounts from session files                               |
| **Move from Main DB**       | Move accounts from the main MVS Web database into the Boost pool |
| **Copy All to Main DB**     | Copy all Boost accounts back to the main database                |
| **Reset Full -> Active**    | Reset accounts with "full" status back to "active"               |

### Account Table

The table shows each account with columns:

* **Phone**, **Name**, **Status**, **Country**, **Daily** (daily action count), **Subs** (subscriptions), **Total** (total actions), **Last Action**

You can filter by status: **All**, **Active**, **Full**, **Cooldown**, **Frozen**, **Banned**.

## Settings

![Boost Settings](/files/RSBFGoF55njiWcU0oS39)

The Settings tab configures how the Boost engine operates: proxy lists, action limits, delays, and server connection parameters.


---

# 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/modules/boost.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.
