# MQTT

<figure><img src="https://627748108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0shDrJltbdGiCRz6ip4Z%2Fuploads%2FNZVhphsBnZ0OWgUxko9Z%2Fmqtt-architecture.webp?alt=media&#x26;token=0b488b3f-88c0-4cea-983e-150b5c61b9e6" alt="" width="375"><figcaption></figcaption></figure>

To visualise data from IoT sensors in UMA you will need to connect your device or IoT gateway to UMA's MQTT server.

Different IoT vendors and technologies have different ways of utilising MQTT, whether through an IoT gateway or network server.

If you configure your IoT gateway or network server to connect with UMA's MQTT server, the data will transmit smoothly, assuming the sensor is compatible.

For more details on UMA's MQTT server email us at <mark style="color:blue;">**<support@askuma.ai>**</mark>.

### MQTT explained

For more information on MQTT take a look at AWS' guide here:&#x20;

{% embed url="<https://aws.amazon.com/what-is/mqtt/>" %}


---

# 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://support.meetuma.ai/uma-knowledgebase/integrations/iot-sensors/mqtt.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.
