> For the complete documentation index, see [llms.txt](https://docs.kpnthings.com/kpn-things/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kpnthings.com/kpn-things/the-portal-explained/things-creator.md).

# Things Creator

KPN Things supports a wide range of IoT devices out of the box. However, if your project uses devices that are not yet supported, you can define your own private device types and decoders within Things Creator. Once created, these custom device types and decoders will be available across all of your projects.

To access Things Creator, log in to the KPN Things Portal and select Things Creator from the top navigation menu. If this option is not visible, you do not have the required permissions. Access is managed via roles in KPN Grip; please contact your Grip tenant administrator to request access.

**The Things Creator includes the following menu items**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Device Types</strong></td><td>Add and configure custom device types.</td><td><a href="/files/rPzGLxEqFoc2pIrdpmFf">/files/rPzGLxEqFoc2pIrdpmFf</a></td><td><a href="/pages/gTvwaAU2giMqQX0PYzBD">/pages/gTvwaAU2giMqQX0PYzBD</a></td></tr><tr><td><strong>Decoders</strong></td><td>Manage payload decoders for your custom device types.</td><td><a href="/files/ieXMuP6SKsXBZnwyiVXC">/files/ieXMuP6SKsXBZnwyiVXC</a></td><td><a href="/pages/gTvwaAU2giMqQX0PYzBD#create-a-new-decoder">/pages/gTvwaAU2giMqQX0PYzBD#create-a-new-decoder</a></td></tr><tr><td><strong>Destination Formats</strong></td><td>Add and configure custom data formats if your destinations require an alternative to SenML.</td><td><a href="/files/HbqU2SakTCsqgYvfa8aL">/files/HbqU2SakTCsqgYvfa8aL</a></td><td><a href="/pages/A57fPG96hswAuFeZ1AAm">/pages/A57fPG96hswAuFeZ1AAm</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/the-portal-explained/things-creator.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.
