# NetFlow

## NetFlow data on the Monogoto Hub

The Monogoto Hub allows you to view the IP traffic on your Things (SIMs). You can find this information under the NetFlow tab on the Things details page. The NetFlow feature enables real-time monitoring and historical analysis of IP traffic for the SIM, providing deeper insights into network activity for the past 24 hours.

{% hint style="warning" %}
The NetFlow feature uses only metadata (such as source/destination IPs, ports, protocols, timestamps, etc.) and does not capture or analyze payload data. Monogoto retains metadata for the last 7 days, while the portal displays data from the most recent 24 hours.
{% endhint %}

By default, this feature is disabled on your account. You can enable the feature in two places.&#x20;

1\. Under the Integrations page

<figure><img src="/files/1gYIa8QyYcXMiwYBuELu" alt=""><figcaption></figcaption></figure>

2. In the Thing details page at the table section

<figure><img src="/files/39fsvQbz7JY4OeAJP3Ka" alt=""><figcaption></figcaption></figure>

Once activated, you can view the NetFlow data on the bottom of your individual Thing page. Here you will see the source IP, destination IP, protocol name and number of bytes used.

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

On the NetFlow tab, you can also choose to aggregate the data. This will show you how many bytes were exchanged between a specific IP over the 24 hours.&#x20;

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

<br>


---

# 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.monogoto.io/hub/things/netflow.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.
