# LoRaWAN

- [Get Started](https://docs.datacake.de/lorawan/get-started.md)
- [Configuring LNS](https://docs.datacake.de/lorawan/lns.md)
- [The Things Stack (TTN / TTI) Automated Setup](https://docs.datacake.de/lorawan/lns/the-things-stack-ttn-tti-automated-setup.md): This guide shows you how to connect a The Things Stack instance (which powers The Things Network as well as The Things Industries and can also be self-hosted) to Datacake and import devices.
- [The Things Stack (TTN / TTI) Manual Setup](https://docs.datacake.de/lorawan/lns/thethingsindustries.md): In this guide we will show you how you connect the The Things Stack LNS, which powers The Things Network v3 and The Things Industries, to Datacake and how you set up the configuration for both Uplinks
- [Loriot](https://docs.datacake.de/lorawan/lns/loriot.md)
- [Kerlink Wanesy](https://docs.datacake.de/lorawan/lns/kerlink-wanesy.md)
- [Helium](https://docs.datacake.de/lorawan/lns/helium.md)
- [ChirpStack](https://docs.datacake.de/lorawan/lns/chirpstack.md): This page describes how you can integrate your ChirpStack instance with Datacake so you can receive data from your devices and send downlinks back to them.
- [Tektelic](https://docs.datacake.de/lorawan/lns/tektelic.md): Send sensor data from Tektelic LNS to Datacake.
- [Actility ThingPark](https://docs.datacake.de/lorawan/lns/actility-thingpark.md)
- [Senet](https://docs.datacake.de/lorawan/lns/senet.md)
- [Milesight Gateway](https://docs.datacake.de/lorawan/lns/milesight-gateway.md): How to connect Milesight Gateway to Datacake using the gateway internal network server (embedded network server).
- [KPN](https://docs.datacake.de/lorawan/lns/kpn.md): KPN's LoRa network server provides a scalable and secure infrastructure for IoT applications, offering nationwide LoRaWAN coverage in the Netherlands.
- [Netmore](https://docs.datacake.de/lorawan/lns/netmore.md): This guide explains how to connect your Netmore LoRaWAN Network Server (LNS) to Datacake for seamless device data integration and use it for FREE!
- [Downlinks (LoRaWAN)](https://docs.datacake.de/lorawan/downlinks.md): How to set up Downlinks for LoRaWAN
- [Automated Dynamic Downlinks](https://docs.datacake.de/lorawan/downlinks/automated-dynamic-downlinks.md): Learn how to create dynamic downlinks and send them automatically when measured values change.
- [Set Time Frame](https://docs.datacake.de/lorawan/downlinks/set-time-frame.md): Programmatically send downlinks only within individual timeframe, not on weekends, within the week only.
- [Securing Webhooks](https://docs.datacake.de/lorawan/securing-integration.md)
- [Payload Decoders](https://docs.datacake.de/lorawan/payload-decoders.md)
- [Concepts of LoRaWAN Payload Decoders on Datacake](https://docs.datacake.de/lorawan/payload-decoders/concepts-of-lorawan-payload-decoders-on-datacake.md): A Simple Guide to Creating LoRaWAN Decoders on the Datacake Platform
- [Location and GPS](https://docs.datacake.de/lorawan/payload-decoders/location-and-gps.md)
- [Access Gateway Metadata](https://docs.datacake.de/lorawan/payload-decoders/access-gateway-metadata.md)
- [Access Measurements in LoRaWAN Decoders](https://docs.datacake.de/lorawan/payload-decoders/access-measurements.md)
- [Global Variables](https://docs.datacake.de/lorawan/payload-decoders/global-variables.md)
- [Using Cayenne LPP](https://docs.datacake.de/lorawan/using-cayenne-lpp.md): How to use Cayenne LPP on Datacake
- [Converting Payload](https://docs.datacake.de/lorawan/converting-payload.md)
- [CSV Import](https://docs.datacake.de/lorawan/csv-import.md): How to import LoRaWAN devices via .CSV File
- [Custom LoRaWAN Device](https://docs.datacake.de/lorawan/custom-lorawan-device.md): Shows you how you can create your very own LoRaWAN device on Datacake
- [How to create a device without a product template](https://docs.datacake.de/lorawan/custom-lorawan-device/how-to-create-a-device-without-a-product-template.md)


---

# 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/lorawan.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.
