> 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/general-functions.md).

# GENERAL FUNCTIONS

- [Quick reference videos](https://docs.kpnthings.com/kpn-things/general-functions/quick-reference-videos.md): Learn more about the general functionality
- [User Interface](https://docs.kpnthings.com/kpn-things/general-functions/user-interface.md): An introduction to the user interface
- [Tables](https://docs.kpnthings.com/kpn-things/general-functions/tables.md): An introduction about how tables work
- [Bulk actions](https://docs.kpnthings.com/kpn-things/general-functions/bulk-actions.md): An introduction about how bulk actions work
- [User Management](https://docs.kpnthings.com/kpn-things/general-functions/user-management.md): Configure users, roles and permissions
- [Freemium user management](https://docs.kpnthings.com/kpn-things/general-functions/user-management/freemium-user-management.md): Configure users, roles and permissions
- [Explorer user management](https://docs.kpnthings.com/kpn-things/general-functions/user-management/explorer-user-management.md): Configure users, roles and permissions
- [Modular user management](https://docs.kpnthings.com/kpn-things/general-functions/user-management/modular-user-management.md): Configure users, roles and permissions
- [Tailored user management](https://docs.kpnthings.com/kpn-things/general-functions/user-management/tailored-user-management.md): Configure users, roles and permissions
- [Edit email subscriptions](https://docs.kpnthings.com/kpn-things/general-functions/user-management/edit-email-subscriptions.md): Change your preferences for receiving operational updates
- [Two Factor Authentication](https://docs.kpnthings.com/kpn-things/general-functions/user-management/two-factor-authentication.md): Enhance the security of your KPN Services account
- [APIs](https://docs.kpnthings.com/kpn-things/general-functions/apis.md): This API allows you to programmatically manage your IoT solutions on the KPN Things platform, including projects, devices, flows and downlinks.
- [Getting Started with the API](https://docs.kpnthings.com/kpn-things/general-functions/apis/getting-started-with-the-api.md): The Getting Started guide provides everything you need to begin using the KPN Things API.
- [Connector Bindings](https://docs.kpnthings.com/kpn-things/general-functions/apis/connector-bindings.md)
- [Device Groups](https://docs.kpnthings.com/kpn-things/general-functions/apis/device-groups.md)
- [Downlinks](https://docs.kpnthings.com/kpn-things/general-functions/apis/downlinks.md)
- [Projects](https://docs.kpnthings.com/kpn-things/general-functions/apis/projects.md)
- [Beta API (Deprecated)](https://docs.kpnthings.com/kpn-things/general-functions/apis/beta-api-deprecated.md): This describes the Beta API that is now deprecated. We recommend transitioning to the new API as soon as possible to take advantage of new features, improved performance, and long-term support.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.kpnthings.com/kpn-things/general-functions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
