# Integrations

- [How to Decode Uplink Messages with Qubitro Decoder Functions](https://docs.qubitro.com/guides/integrations/how-to-decode-uplink-messages-with-qubitro-decoder-functions.md): By following this guide, you can customize Qubitro decoder functions to decode various sensor payloads and extract valuable network metrics from any LNS integration.
- [How to Publish and Decode Multiple Hex Payloads via MQTT on Qubitro](https://docs.qubitro.com/guides/integrations/how-to-publish-and-decode-multiple-hex-payloads-via-mqtt-on-qubitro.md): Learn how to publish multiple hex payloads using MQTTX and decode them using Qubitro’s Decoder Function. This guide walks you through secure MQTT setup, payload formatting, and real-time data decoding


---

# 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.qubitro.com/guides/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.
