# ThingsML and SenML

In KPN Things we use [ThingsML](/kpn-things/building-blocks/data-processing/thingsml-and-senml/thingsml.md) as a generic decoding and encoding service for the communication with Devices. SDKs from KPN Things are available to further help you implement ThingsML in your device.

We use [SenML](/kpn-things/building-blocks/data-processing/thingsml-and-senml/senml.md) within KPN Things and when forwarding the data to a destination.

<figure><img src="/files/RenZyuHQQtAm1x7Q6KXD" alt=""><figcaption><p>KPN Things interprets the ThingsML sent by your Device and forwards SenML to your Application</p></figcaption></figure>


---

# 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/building-blocks/data-processing/thingsml-and-senml.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.
