# Arrow

The **Arrow** has the purpose of connecting individual flows. By default, steps already have connected arrows for ease of use.&#x20;

<figure><img src="/files/jUMoj0gn4mCb9A1qllwM" alt="" width="242"><figcaption></figcaption></figure>

Every flow should start with a Connector or Helper and end with one. \
Arrows should only be in between Connectors and Helpers and connect them.

In the example below, you see the Arrow selected as well as a three-step Flow with two connected arrows. The [Looper Helper](/connectors/helpers/loop-helper.md) has an Arrow called ['ActionLoop'](/connectors/helpers/loop-helper.md#action-loop-arrow) that is specific to it.\
The flow is supposed to start with a helper or connector and end with one.

<figure><img src="/files/6F6Eou8w4DRQf1WPIWos" alt=""><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/arrow.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.
