# Flows

- [Connecting the Flows to MobiusFlow Engine](https://docs.mobiusflow.com/help/technical-docs/flows/connecting-the-flows-to-mobiusflow-engine.md): Description of how to setup connection between Node-RED Flows and MobiusFlow Engine
- [Data Transfer between Flows and MobiusFlow Engine](https://docs.mobiusflow.com/help/technical-docs/flows/data-transfer-between-flows-and-mobiusflow-engine.md): This page explains how to use the MobiusFlow specific Node-RED nodes to pull data from the MobiusFlow Engine into the flows, as well as how to move data from the flows back into the MobiusFlow Engine.
- [Further Data Transfer between Flows and MobiusFlow Engine](https://docs.mobiusflow.com/help/technical-docs/flows/further-data-transfer-between-flows-and-mobiusflow-engine.md): This article explains how to use some of more advanced MobiusFlow nodes used for data transfer to and from the MobiusFlow Engine.
- [Receiving and Sending Raw EnOcean Telegrams](https://docs.mobiusflow.com/help/technical-docs/flows/receiving-and-sending-raw-enocean-telegrams.md)


---

# 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.mobiusflow.com/help/technical-docs/flows.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.
