# Terminate Helper

<figure><img src="/files/kt6LJyxczBDjR7cDYFef" alt="" width="129"><figcaption></figcaption></figure>

## Overview

The Terminate Helper can be added anywhere in a Flow but usually is added at to end flow execution right after a Boolean Helper or Loop Helper.

{% hint style="warning" %}
The Terminate Helper does not terminate a Flow, instead it's a visual hint that a Flow doesn't continue for e.g. a Boolean Helper path.
{% endhint %}

## Actions

The **Terminate Helper** has only one default action - Terminate Flow branch.\
E.g. when the Boolean helper checks for a certain condition and should execute the next step only if the condition is fulfilled, you can use the Terminate Helper for the "false" route e.g.:

<figure><img src="/files/FthpdckmP5mqbBAnAaYk" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.locoia.com/connectors/helpers/terminate-helper.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.
