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

# Guider Command Reference: All InviteBot Commands

> Complete reference of every InviteBot command available to Guiders, organized by category with usage examples and short descriptions.

This page lists every command available to Guiders (status 1 and above). Commands are organized by the task they support. For workflows that involve multiple commands — such as the full Order lifecycle or setting up a new participant — see the dedicated pages linked throughout this reference.

<Note>
  All commands below require Guider status (status ≥ 1). Commands marked with specific minimum levels (Thousander, Admin) are noted inline.
</Note>

## Participant management

Commands for viewing and managing the participants in your structure.

| Command              | Description                                                                  |
| -------------------- | ---------------------------------------------------------------------------- |
| `/users`             | List active participants in your structure                                   |
| `/users_all`         | List all participants, including inactive                                    |
| `/users_blocked`     | List blocked participants                                                    |
| `/intents @username` | View all Intents for a participant (by username or Telegram ID)              |
| `/asks`              | Pending Help Requests from your first-line participants awaiting your review |
| `/asks @username`    | Help Requests for a specific participant or structure                        |
| `/asks structure`    | All pending Help Requests across your entire structure                       |
| `/asks_my @username` | Personal Help Requests belonging to the specified participant                |
| `/orders @username`  | Orders involving a specific participant                                      |
| `/orders my`         | Orders where you are the responsible Guider                                  |
| `/losts`             | List of `/lost` claims you submitted or that involve your participants       |
| `/losts_all`         | All unresolved `/lost` claims across your entire structure                   |
| `/status`            | Change a participant's status (promote, block, etc.)                         |
| `/move`              | Move a participant from your structure to another Guider's structure         |
| `/tickets @username` | View Tickets balance for a participant                                       |
| `/outcome`           | View a participant's financial outcome (positive / negative / no providing)  |

## Communication

Commands for reaching participants and administrators.

| Command   | Description                                                |
| --------- | ---------------------------------------------------------- |
| `/send`   | Send a message to one or more participants through the bot |
| `/report` | Submit a feedback report                                   |
| `/admin`  | Send a message directly to an administrator                |

## Editing participant data

Commands for correcting or updating information on behalf of a participant.

| Command  | Description                                                                                |
| -------- | ------------------------------------------------------------------------------------------ |
| `/set`   | Universal field editor — opens an interactive menu to edit any supported participant field |
| `/name`  | Edit a participant's display name                                                          |
| `/email` | Edit a participant's email address                                                         |
| `/phone` | Add or update a participant's phone number                                                 |
| `/about` | Edit a participant's short profile description                                             |
| `/card`  | Add a payment card on behalf of a participant                                              |
| `/stage` | Change a participant's current onboarding scenario stage                                   |

## Welcome and onboarding

Commands for configuring how new participants are welcomed into your structure.

| Command        | Description                                                   |
| -------------- | ------------------------------------------------------------- |
| `/intro`       | Set the welcome message text sent to new participants         |
| `/intro_delay` | Set the delay (in seconds) before the welcome message is sent |

## Order management

Commands for creating and managing Orders.

| Command                     | Description                                                                                                         |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `/order_add_A123_G456_1000` | Create an Order manually: `A` = Ask ID, `G` = Intent ID, amount in same currency. Order is created in DRAFT status. |
| `/system_orders`            | View system-created Orders                                                                                          |
| `/confirm`                  | Confirm that a payment has been sent (for use in specific manual flows)                                             |

For the full Order lifecycle with all statuses and actions, see [Order lifecycle](/guiders/order-lifecycle).

## Connection management

Commands for managing the bot-level link between Guider and participant accounts.

| Command              | Description                                           |
| -------------------- | ----------------------------------------------------- |
| `/connected_userid`  | Confirm the Guider↔Participant link in Telegram       |
| `/disconnect_userid` | Sever the link between your account and a participant |
| `/invite`            | Generate additional invite codes for your structure   |

## Payment methods

Commands for managing payment accounts (banks and crypto services).

| Command     | Description                                       |
| ----------- | ------------------------------------------------- |
| `/banks`    | View available payment methods in your structure  |
| `/bank_add` | Add a new payment method (bank or crypto service) |

## Analytics

Commands for viewing financial and structural statistics.

| Command               | Description                                                      |
| --------------------- | ---------------------------------------------------------------- |
| `/graf`               | Generate a visual graph of your structure with status flags      |
| `/cashflow`           | View financial flow statistics for your own structure            |
| `/cashflow @username` | View financial flow statistics for a specific Guider's structure |

## Rewards and tickets

| Command               | Description                                                   |
| --------------------- | ------------------------------------------------------------- |
| `/tickets_add_report` | Grant 2 Tickets to a participant who submitted a video review |

## Log and configuration

| Command        | Description                                                                             |
| -------------- | --------------------------------------------------------------------------------------- |
| `/set_chatlog` | Connect a personal log chat where the bot sends your structure's activity notifications |

## Backfill

| Command | Description                                                                               |
| ------- | ----------------------------------------------------------------------------------------- |
| `/ia`   | Retroactive data entry for Intents and Help Requests created or fulfilled outside the bot |

## Deeplink commands

Deeplinks let you act on a specific Intent, Help Request, or Order directly from a notification link or a shared URL. Send these as messages to the bot.

| Deeplink                    | Action                            |
| --------------------------- | --------------------------------- |
| `/start=intent_12345_ok`    | Accept Intent with ID 12345       |
| `/start=ask_12345_accept`   | Accept Help Request with ID 12345 |
| `/start=order_12345_accept` | Accept Order with ID 12345        |

You can also set Help Request priority via deeplink:

```text theme={null}
/start=ask_12345_priority_5
```

<Tip>
  Deeplinks appear as clickable buttons in the bot's notification messages. You rarely need to type them manually — they are there so you can act directly from any forwarded message or notification.
</Tip>

## Quick reference by workflow

<AccordionGroup>
  <Accordion title="I have a new participant to onboard">
    1. `/intro` — Set or review your welcome message
    2. `/intro_delay` — Adjust delay if needed
    3. `/users_all` — Confirm the participant appears in your structure
    4. `/connected_userid` — Verify the Telegram link is established
  </Accordion>

  <Accordion title="I need to review pending actions">
    1. `/asks` — Review pending Help Requests from your first line
    2. `/asks structure` — Check if any requests are waiting deeper in your structure
    3. `/orders my` — Check Orders you are responsible for
  </Accordion>

  <Accordion title="A participant's Order is stuck or disputed">
    1. `/orders @username` — View the participant's Orders and their current status
    2. Gather evidence (payment screenshots, transfer records)
    3. `/admin` — Escalate to an administrator with the Order ID and evidence
  </Accordion>

  <Accordion title="I need to correct a participant's data">
    1. `/set` — Open the universal field editor
    2. Or use specific commands: `/name`, `/email`, `/phone`, `/card`, `/about`
  </Accordion>

  <Accordion title="I want to see my structure's activity">
    1. `/users` — Active participants
    2. `/cashflow` — Financial flow overview
    3. `/graf` — Visual structure graph
    4. `/set_chatlog` — Set up continuous activity logging to a chat
  </Accordion>
</AccordionGroup>
