# Payload Example Environment Monitoring

**Payload Device Water Level**

Untuk memastikan layanan Antares Insight berfungsi dengan baik, pastikan payload yang dikirimkan oleh device user sesuai dengan format yang sudah ditentukan pada Antares Insight. \
Berikut contoh payload pada device Antares yang sudah sesuai dengan ketentuan Antares Insight berdasarkan **decoder type** :&#x20;

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

{% tabs %}
{% tab title="First Tab" %}

## 1. Example Payload Input

Berikut adalah contoh payload sebelum melewati decoder Antares Insight

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

## 2. Decoded Payload Output

Berikut adalah contoh payload setelah melewati decoder Antares Insight.

```
{
  "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/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.
