# GETTING STARTED

- [Introduction](https://docs.kpnthings.com/kpn-things/getting-started/introduction.md): Get a grip on your IoT solutions, so you can focus on your customers
- [Quickstart](https://docs.kpnthings.com/kpn-things/getting-started/quickstart.md): Build your first IoT Solution in KPN Things
- [Registration and setup](https://docs.kpnthings.com/kpn-things/getting-started/quickstart/registration-and-setup.md): Let's get started
- [Device Simulator Web app](https://docs.kpnthings.com/kpn-things/getting-started/quickstart/device-simulator-web-app.md)
- [All videos](https://docs.kpnthings.com/kpn-things/getting-started/all-videos.md): A list of all reference videos in one overview
- [Tutorials](https://docs.kpnthings.com/kpn-things/getting-started/tutorials.md): Our quick and easy explinations of various topics
- [Configure a flow](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/configure-a-flow.md): Learn how to forward the data from your device to your application
- [Connect a HTTPS destination](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-a-https-destination.md): Learn how to connect your application through HTTPS
- [Create a simple IoT web application](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/create-a-simple-iot-web-application.md): Showing your data in an application
- [Send instruction to LoRa Device page](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/send-instruction-to-lora-device-page.md): Learn how to send an instruction (downlink) to your LoRa Device
- [Send your data to Azure SQL](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/send-your-data-to-azure-sql.md)
- [Connect devices](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices.md): Connect your device to KPN Things
- [SIM cards](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/sim-cards.md)
- [Supported devices and KPN Devices](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/supported-devices-and-kpn-devices.md)
- [SODAQ R412M](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/sodaq-r412m.md)
- [Smartrak](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/smartrak.md)
- [Marvin development board](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/marvin-development-board.md)
- [LoPy5](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/lopy5.md)
- [Arduino MKR WAN 1300/1310](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/arduino-mkr-wan-1300-1310.md)
- [Arduino MKR NB 1500](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/connect-devices/arduino-mkr-nb-1500.md)
- [Technical overview](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/technical-overview.md)
- [Management data model](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/technical-overview/management-data-model.md): Explaining the data model of the platform.
- [Uplink communication](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/technical-overview/uplink-communication.md): When data is sent from device to KPN Things
- [Downlink communication](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/technical-overview/downlink-communication.md): When data is sent to the device
- [Location data](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/technical-overview/location-data.md)
- [Accounts and projects](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/accounts-and-projects.md)
- [Projects](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/accounts-and-projects/projects.md)
- [Customer management](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/accounts-and-projects/customer-management.md)
- [Costs overview and contract](https://docs.kpnthings.com/kpn-things/getting-started/tutorials/accounts-and-projects/costs-overview-and-contract.md)
- [Frequently asked](https://docs.kpnthings.com/kpn-things/getting-started/frequently-asked.md): See if your question has already been asked
- [Test SIM cards](https://docs.kpnthings.com/kpn-things/getting-started/frequently-asked/test-sim-cards.md): Explore the world of IoT with world wide connectivity
- [Release notes](https://docs.kpnthings.com/kpn-things/getting-started/release-notes.md): Stay up to date with the latest features and improvements in the Things Portal, in addition to the regular bug fixes and technical improvements.


---

# 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.kpnthings.com/kpn-things/getting-started.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.
