# Flows tab

The Flows tab provides a visual and interactive overview of the complete data flow of your device. This view is designed to give you immediate insight into how data from your IoT device is processed and routed. You find this tab on the Device & Connectivity detail page.&#x20;

## What you see in the Flows tab

The schematic overview shows the following components of the flow:&#x20;

* **Device:** your IoT device sending data
* **Decoders:** Convert the raw payload from the device into readable data
* **Encoders:** Translate the data into a specific format for the Destination
* **Destinations:** The endpoints where the data is sent, such as a webhook, MQTT broker, or cloud platform

The components are visually connected, allowing you to see at a glance how the flow is structured and if/how each element is linked.

<figure><img src="/files/PpdLVP9jb2vkxeA33Syp" alt=""><figcaption></figcaption></figure>

## Interactive editing

The Flows tab is not just a visual representation, it is also an editable interface. You can:&#x20;

* Enable or disable components using toggle switches
* Edit components by clicking on the link, which takes you directly to the configuration page &#x20;
* Remove a link, for example the Destination, by clicking the 'X' in the link

## Error detection and warnings

If something goes wrong in the flow the affected component will be highlighted in orange. The visual cue helps you quickly identify where the issue lies. Clicking in the highlighted component (i) provides more details about the problem and suggestions how to fix it. The links in the highlighted component brings you to the configuration page, so you can fix it right away.

Examples of possible issues are:&#x20;

* A required decoder is disabled or missing
* A destination is missing or misconfigured
* There's an incompatability between components

<figure><img src="/files/gnggiZL3UjnBn5285t2s" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6KJt1d6Ngjr8e1YcnhJK" alt=""><figcaption></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/the-portal-explained/things-manager/iot-devices/flows-tab.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.
