# Integration Guides

- [Connectivity setup guide](https://docs.heisenware.com/tutorials/integration-guides/connectivity-setup-guide.md): Use this guide to determine the best way to connect your data sources to Heisenware. Follow the questions below and click the links to navigate to the exact setup that fits your use case.
- [Connect from Arduino via MQTT](https://docs.heisenware.com/tutorials/integration-guides/connect-from-arduino-via-mqtt.md)
- [Connect an External MQTT Client](https://docs.heisenware.com/tutorials/integration-guides/connect-an-external-mqtt-client.md): This guide explains how to connect an external MQTT client to your Heisenware tenant. You will learn to send data to Heisenware and receive data from Heisenware via MQTT.
- [Connect Heidenhain CNC with OPC UA Support](https://docs.heisenware.com/tutorials/integration-guides/connect-heidenhain-cnc-with-opc-ua-support.md): In this tutorial you will learn how to integrate a Heidenhain controlled CNC machine and use it in your app.


---

# 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.heisenware.com/tutorials/integration-guides.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.
