---
title: "End Action"
slug: "mindbehind-end-action"
description: "Use the End Action in MindBehind to stop a bot flow, set the client's final status and perform clean-up tasks before closing the conversation."
tags: ["end action", "end conversation", "use end action"]
updated: 2026-03-15T08:06:18Z
published: 2026-03-15T08:06:18Z
canonical: "academy.insiderone.com/mindbehind-end-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.

# End Action

The End action is used to end the conversation or to return to the parent assistant in case of a sub-assistant. This guide will help you learn how to use end actions in your conversation flows.

To use End action in your flows, follow the steps below:

1. To add the **End Action** to your assistant canvas, drag and drop the **End Conversation** action from the **Basic Actions** menu to your canvas or click on it. ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/endaction1.png)
2. You can name your **End Action** and connect it to your actions to end the conversation.

When the assistant flow passes this action, two scenarios might happen:

- If the flow is in the top assistant from which the conversation starts, this action will end the conversation.
- If the flow is in a sub-assistant, this action will return to the sub-assistant's parent.

Defining a delay for this action will delay the end of the conversation or return to the parent bot process.
