---
title: "Bot Action"
slug: "mindbehind-bot-action"
description: "Take action in MindBehind bots to send messages, execute API calls, manage variables, wait for events, and move users through your conversational flow."
tags: ["bot action", "forward to bot"]
updated: 2026-03-15T08:20:13Z
published: 2026-03-15T08:20:13Z
canonical: "academy.insiderone.com/mindbehind-bot-action"
---

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

# Bot Action

The Bot action is used to forward the message to the **sub-bot** to achieve re-usability and to build up simple and clear bots. This guide will help you learn how to use the bot action.

To use Bot Action in your flows, follow the steps below:

1. To add the **Bot Action**, drag and drop the **Forward to Bot** action to your assistant canvas or click on it from the **Basic Actions** menu. ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/botaction.png)
2. Choose the **sub-assistant** and its version to which you want to forward the conversation, then the connection to the **next action** after the **sub-assistant** returns to the current assistant.

The bot will always stop the flow in the parent bot and continue the flow in the sub-bot. When the sub-bot reaches the end of its action, it will return to the main bot, and the flow will continue from there.

You can go as deep as you want in sub-bots, but when you want to return to the parent bot, you should use the end action and not the bot action again, or you may find your bot in loops that never end. Therefore, you should always delve into the bot action and return through the end action.

Defining a delay for this action will delay the forward process to **sub-bots**, resulting in delays in processing their actions.
