# Helpers

Flow Helpers are components that can be used to extend the logic, functionality, and communication between connectors in a flow.

They are also used to import and export files in various formats (such as CSV; XLS(X), JSON, etc.) and to connect a flow with other flows and the DI Data and Dashboard component.

Using flow helpers in a flow is as easy as dragging and dropping them from the left side of the flow builder and connecting them to other helpers or connectors with the attached arrows.

![Helpers](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48061928394/original/RrwWgRLrXEo-WSwMbiCCfpMi0oy4R3Z7PA.png?1601474847)


---

# 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.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.
