> For the complete documentation index, see [llms.txt](https://docs.mobiusflow.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobiusflow.com/help/user-guides/mobiusflow-connectors.md).

# MobiusFlow Connectors

<figure><img src="/files/SXOZ7qMqu29Zqn9I2tlq" alt="" width="375"><figcaption><p>MobiusFlow Connector</p></figcaption></figure>

The Connector collects data from sensors and sends data to actuators via standard wireless sensor protocols such as EnOcean and Workplace Occupancy, and sends this data securely to a MobiusFlow using an MQTT based Protocol.

Once the data has been received by a MobiusFlow instance, it is decoded and the associated MobiusFlow object is updated with the latest sensor readings which can then be processed by the gateway.

<figure><img src="/files/aE44xLT4yCwfCpluPKky" alt=""><figcaption><p>Architecture</p></figcaption></figure>

A full guide on configuring MobiusFlow for use with Connectors can be found [here](/help/user-guides/mobiusflow-connectors/configuring-mobiusflow-for-use-with-connectors.md).

## Connector Options

There are several hardware options for the MobiusFlow Connector software:

* [Official Connector](/help/user-guides/mobiusflow-connectors/mobiusflow-official-connector.md)
* [Raspberry Pi](/help/user-guides/mobiusflow-connectors/mobiusflow-raspberry-pi-connector.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/user-guides/mobiusflow-connectors.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.
