# Additional commands menu

## Commands menu

<div data-with-frame="true"><figure><img src="/files/Ai3P86BXLUgVquYaWAN0" alt="" width="563"><figcaption></figcaption></figure></div>

* **Create a loop**\
  A *loop* is a connector that returns the user to the same block.

<div data-with-frame="true"><figure><img src="/files/MtOHiKkO1RTGFNgKgMFh" alt=""><figcaption></figcaption></figure></div>

* ***Create a block below***

A command for quickly creating a new block (default type: **Start**) connected to the current block by a connector. You can create any number of blocks.

<div data-with-frame="true"><figure><img src="/files/dN9290PTqH2348yJzPYX" alt=""><figcaption></figcaption></figure></div>

* ***Recalculate statistics***

The **"Recalculate statistics"** command helps to see the number of users in blocks (states) at the moment the button is pressed.

{% hint style="info" %}
To update this statistics, press the "Recalculate statistics" command again in any block within the funnel builder.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/eFLW1dYTlj5w1sIXOTT8" alt=""><figcaption></figcaption></figure></div>

* ***Create a mailing***

The "Create a mailing" command can be used both to create mailings from a block and to move clients from one state (funnel block) to another.

<div data-with-frame="true"><figure><img src="/files/TA4pEohZSoNx5brQkjry" alt=""><figcaption></figcaption></figure></div>

After selecting the mailing type (to messengers or email), the mailing form will open. When creating a mailing this way, the message text, attachments, and other settings are automatically taken from the block where the **"Create a mailing"** command was triggered:

1. To access the settings, click the **"Messenger broadcast"** button.

<div data-with-frame="true"><figure><img src="/files/mXgUhr8lhZcKyh9TWG9p" alt=""><figcaption></figcaption></figure></div>

2. The "Message" tab in the mailing settings

<div data-with-frame="true"><figure><img src="/files/mMezmh8kwx5IsBRi78Pd" alt=""><figcaption></figcaption></figure></div>

### Example: Send users to another block

Step-by-step instructions on how to bulk move clients (users) to another funnel block, using messenger users as an example.

**Step 1. Copy the source block ID**

Identify and copy the ID of the block FROM which you want to retrieve clients (for example, the "Main Block"):

1. Open the block editor
2. Look at the top information bar of the block
3. Click directly on the block number to copy its ID

<div data-with-frame="true"><figure><img src="/files/rUjN4bRHB8xToj4UcU8w" alt=""><figcaption></figcaption></figure></div>

**Step 2. Start creating a mailing in the block TO which you want to move clients.**

Open the block editor of the block where clients should be moved. In the top bar of the editor:

* Click the three dots (Additional commands menu) (1)
* Select "Create a mailing" (2)
* Choose "Messenger broadcast" (3)

<div data-with-frame="true"><figure><img src="/files/IHKB7sJImT96ynmgp6Ip" alt=""><figcaption></figcaption></figure></div>

**Step 3. Create the mailing: configure the Recipients section**

In the mailing creation form, navigate to the **Recipients** section and apply a filter to select clients from your source block:

1. Locate the filter settings for recipients
2. Set up a condition to filter by **block ID**
3. Enter the block number you copied in **Step 1** as the filter value

<div data-with-frame="true"><figure><img src="/files/ria7tKX18Uqe5IthXOuq" alt=""><figcaption></figcaption></figure></div>

**Select the block. Before sending, recalculate the number of mailing recipients.**

The mailing content will be automatically populated from the target block — the same block where users will be redirected after receiving this mailing.\
\
**Step 4. Send the mailing.**\
After successfully sending the mailing, you can click **Recalculate statistics** in the block.


---

# 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://docs.mavibot.ai/chatbot/builder/setting/menu.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.
