# Integrations

- [MQTT](https://docs.datacake.de/integrations/mqtt.md)
- [Particle](https://docs.datacake.de/integrations/particle.md)
- [Get Started](https://docs.datacake.de/integrations/particle/get-started.md)
- [Adding Integrations](https://docs.datacake.de/integrations/particle/adding-integrations.md)
- [Decoding Payloads](https://docs.datacake.de/integrations/particle/decoding-payloads.md)
- [Calling Functions](https://docs.datacake.de/integrations/particle/calling-functions.md)
- [Templates](https://docs.datacake.de/integrations/particle/templates.md)
- [Particle Tracker One](https://docs.datacake.de/integrations/particle/templates/asset-tracker-one.md)
- [Incoming Webhooks](https://docs.datacake.de/integrations/webhook.md): How to connect Devices to Datacake using Webhook (from Third-Party IoT Platform such as Pycom PyBytes, Actinius I/O, Blues Wireless Notehub / Notecard - or any other source that can send data via Web)
- [Outgoing Webhooks](https://docs.datacake.de/integrations/outgoing-webhooks.md): Outgoing Webhooks allow you to connect data and events coming from Datacake to other systems.
- [Securing Outgoing Webhooks in Datacake](https://docs.datacake.de/integrations/outgoing-webhooks/securing-outgoing-webhooks-in-datacake.md): Learn how to securely forward device events from Datacake using outgoing webhooks, and validate them in external systems like Node-RED using custom authorization headers.
- [Golioth](https://docs.datacake.de/integrations/golioth.md): How to integrate Golioth.io IoT Platform with Datacake
- [Blues Wireless Notecard](https://docs.datacake.de/integrations/blues-wireless-notecard.md): Integration of Blue Wireless Notecard with Datacake through Notehub.
- [Sigfox](https://docs.datacake.de/integrations/sigfox.md): How to connect Sigfox Backend to Datacake IoT Platform
- [Swarm Asset Tracker](https://docs.datacake.de/integrations/swarm-asset-tracker.md): Connect your Swarm Satellite GPS Asset Tracker to Datacake
- [Grandcentrix Modbus Cloud Connect](https://docs.datacake.de/integrations/grandcentrix-modbus-cloud-connect.md): Learn how to connect the Modbus Cloud Connect module from Grandcentrix and Vodafone to Datacake.
- [YuDash LYNX IoT Gateway](https://docs.datacake.de/integrations/yudash-lynx-iot-gateway.md): In this section we'll explain how to integrate the YuDash LYNX IoT Gateway into Datacake.
- [Dragino NB-IoT](https://docs.datacake.de/integrations/dragino-nb-iot.md): How to add Dragino NB-IoT devices to Datacake
- [Changing NB-IoT Bands](https://docs.datacake.de/integrations/dragino-nb-iot/changing-nb-iot-bands.md): Having Problems connecting your Dragino NB-IoT device? Changing Bands might be an option, here's how.
- [Hardwario CHESTER](https://docs.datacake.de/integrations/hardwario-chester.md): How to integratio Hardwario CHESTER IoT devices using Hardwario Backend
- [MIVO Connect M-Bus Data Gateway](https://docs.datacake.de/integrations/mivo-connect-m-bus-data-gateway.md): Learn how to setup your MIVO Connect M-Bus Data Gateway to Datacake
- [1NCE OS](https://docs.datacake.de/integrations/1nce-os.md): How to integrate NB-IoT or Cellular Devices using the 1NCE OS plugin and SIM cards.


---

# 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.datacake.de/integrations.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.
