# Payload Example Environment Monitoring

**Payload Device Water Level**

To ensure the Antares Insight service works properly, make sure the payload sent by the user device is in accordance with the format that has been determined in Antares Insight. The following is an example of a payload on an Antares device that is in accordance with Antares Insight requirements based on **decoder type**:

<figure><img src="/files/83SWEAEtIv3asUpjMB1d" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Environment Monitoring" %}

## 1. Example Payload Input&#x20;

\
Here is an example of the payload before passing through the Antares Insight decoder

```
{
  "counter": "7746",
  "sensor": {
    "air_temperature": "22.56",
    "air_humidity": "53.89"
  },
  "config": {
    "interval": "60"
  }
}
```

\
2\. Decoded Payload Output
--------------------------

\
Here is an example of the payload after passing through the Antares Insight decoder.

```
{
  "temperature": 22.56,
  "humidity": 53.89,
  "heatIndex": 24.88,
  "dewPoint": 12.75,
  "absoluteHum": 10.8,
  "saturationVap": 27.35,
  "counter": 7746,
  "interval": 60
}
```

{% endtab %}
{% endtabs %}


---

# 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.antares.id/en/antares-insight-hub/usecase/environment-monitoring/payload-example-environment-monitoring.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.
