> ## Documentation Index
> Fetch the complete documentation index at: https://mavrodi.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Bot Command Reference for InviteBot Participants

> A complete reference of all bot commands available to Participants, including intents, requests, orders, payment details, and support.

This page lists every command available to you as a Participant (status 0). Commands are grouped by area so you can find what you need quickly. You can also send `/help` in the bot at any time to see the available commands inline.

<Note>
  Number formats: Intents are prefixed with `G` (e.g., `G12345`), Help Requests with `A` (e.g., `A12345`), and Orders with `O` (e.g., `O12345`). When using lookup commands like `/g_12345`, use just the number — the prefix is part of the command name itself.
</Note>

## Main commands

| Command  | Description                                                                                                                                  |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `/start` | Main menu, your Guider's contact info, and basic account information. If your keyboard buttons have disappeared, `/start` will restore them. |
| `/help`  | Full list of available bot commands with short descriptions.                                                                                 |
| `/info`  | Your participant profile and the list of people you have invited.                                                                            |
| `/name`  | View or update your display name.                                                                                                            |
| `/email` | View or update your email address.                                                                                                           |
| `/phone` | View or update your phone number.                                                                                                            |
| `/rules` | View the platform rules and the warning notice.                                                                                              |

## Intents

Commands for creating and reviewing your offers to give help.

| Command    | Description                                                                                                   |
| ---------- | ------------------------------------------------------------------------------------------------------------- |
| `/intent`  | Create a new Intent (offer to provide help). Also accessible via the **"🎯 Оказать помощь"** keyboard button. |
| `/intents` | View the full list of your Intents and their current statuses.                                                |
| `/g_12345` | Look up a specific Intent by number. Replace `12345` with the actual Intent number.                           |

## Help Requests

Commands for submitting and tracking your requests to receive help.

| Command                  | Description                                                                                                                         |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| `/ask`                   | Create a new Help Request. Also accessible via the **"💰 Запросить помощь"** keyboard button.                                       |
| `/asks`                  | View all your Help Requests.                                                                                                        |
| `/asks_my`               | Synonym for `/asks` — shows the same list.                                                                                          |
| `/a_12345`               | Look up a specific Help Request by number. Replace `12345` with the actual request number.                                          |
| `/report`                | Start the process of submitting a review link after receiving help.                                                                 |
| `/report_url_add A12345` | Attach a review URL to a fulfilled Help Request. Required before creating a new request. Replace `A12345` with your request number. |

<Note>
  After your Help Request is fully fulfilled, you must submit a verified review link with `/report_url_add A12345` before you can create a new Help Request. See the [Help Requests](/participants/requests) page for the full process.
</Note>

## Orders

Commands for viewing the transfer tasks assigned to you.

| Command    | Description                                                                                             |
| ---------- | ------------------------------------------------------------------------------------------------------- |
| `/orders`  | View all your Orders — both those you are completing as a sender and those where you are the recipient. |
| `/o_12345` | Look up a specific Order by number. Replace `12345` with the actual Order number.                       |

## Payment details

Commands for managing the account information used to receive funds.

| Command        | Description                                                                    |
| -------------- | ------------------------------------------------------------------------------ |
| `/accounts`    | View all your saved payment details (bank cards, SBP numbers, crypto wallets). |
| `/account_add` | Add a new payment detail through an interactive bot flow.                      |

## MAVRO / Balance

These commands are only available in projects where the project currency (MAVRO mode) is enabled.

| Command         | Description                                                                                                               |
| --------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `/balance`      | View your MAVRO positions, quantities by type, and fiat equivalent at the current rate.                                   |
| `/transactions` | View your transaction history for the project currency.                                                                   |
| `/convert`      | Convert MAVRO between types. Best started from the **"КОНВЕРТИРОВАТЬ"** button in `/balance` under the relevant position. |

## Game and Rounds

| Command               | Description                                                  |
| --------------------- | ------------------------------------------------------------ |
| `/game` or `/tapalka` | Open the tapping game (Tapalka) to earn Mavriks and Tickets. |
| `/tickets`            | View your Tickets for entering Rounds.                       |
| `/round`              | Register for the current Round (prize draw).                 |

## Invites

| Command         | Description                                                                         |
| --------------- | ----------------------------------------------------------------------------------- |
| `/invite`       | View or manage your invite codes.                                                   |
| `/invites`      | View your referral links for inviting new participants.                             |
| `/stats_INVITE` | See statistics for a specific invite link — replace `INVITE` with your invite code. |

## Support

| Command    | Description                                                                                               |
| ---------- | --------------------------------------------------------------------------------------------------------- |
| `/lost`    | Report that you have lost contact with your Guider (use if they have not responded for more than 3 days). |
| `/100`     | Send a message to the Centurion level when you cannot reach your Guider.                                  |
| `/support` | Contact technical support for bot-related issues.                                                         |

## Deeplink commands

These commands are used in Telegram deep links (e.g., shared as `t.me/YourBot?start=intent_12345`). They open a specific item directly in the bot.

| Deeplink                | What it opens                                                                |
| ----------------------- | ---------------------------------------------------------------------------- |
| `/start=intent_12345`   | Opens the Intent with that number                                            |
| `/start=ask_12345`      | Opens the Help Request with that number                                      |
| `/start=order_12345`    | Opens the Order with that number                                             |
| `/start=balance_`       | Opens your MAVRO balance (`/balance`)                                        |
| `/start=convert_12345`  | Opens the conversion flow for a specific MAVRO position (by `mavros_uid`)    |
| `/start=askmavro_12345` | Creates a Help Request linked to a specific MAVRO position (by `mavros_uid`) |

## Keyboard buttons

The bot provides two quick-action buttons on its persistent keyboard:

| Button                    | Equivalent command                            |
| ------------------------- | --------------------------------------------- |
| **"🎯 Оказать помощь"**   | `/intent` — opens the Intent creation flow    |
| **"💰 Запросить помощь"** | `/ask` — opens the Help Request creation flow |

<Tip>
  If your keyboard buttons have disappeared, send `/start` to restore them.
</Tip>
