# Steam

The steam line use case is intended for the NEON Steam Trap Sensor or the NEON Temperature Transmitter using communication protocol v5 and configured for dual PT100 mode. The Steam application is composed of the [Detail](#detail) and [Trend](/docs/solidred-4.1/common-dashboards/trend.md) dashboards.&#x20;

## Detail

The detail page of the steam line use case displays the following sections:

### Device Information & Actions

The device name and description are displayed at the top left of the dashboard. On the top right, the user can visualize the device's:

* Last Activity: displays when SolidRed received the last message from the device.&#x20;
* Spreading Factor: current SF the device is operating at.&#x20;
* RSSI: signal strength as reported by the LNS.&#x20;
* Battery Level: last reported battery percentage or voltage.

Next to the above information, the user can perform the following actions by clicking on the respective icons:

* Annotations: leave and read comments on the device.&#x20;
* Configure: visualize or modify the device's configuration.&#x20;
* Edit: change the entity's information, such as parent asset, device label, description, etc.&#x20;

### Sensor information

The first widget on the dashboard shows the following information:

* Sensor type: the name of the NEON sensor and the protocol version used by the device.&#x20;
* Steam trap settings: only applicable with the NEON Temperature Transmitter v5. Here users can add information related to the steam trap being monitored, as well as define its thresholds.&#x20;

### Health widget

This widget shows the health status of the monitored asset. In this section, the status of all possible alarms of the device is displayed. The user can click on the status to display the alarm dashboard for more information.&#x20;

### Image

The device's image that the user can upload, update, or delete using the action buttons available when hovering over the image.&#x20;

### Measurements

An overview of the measurements taken by the NEON sensor is displayed in the second row of widgets. In the case of the NEON Steam Trap Sensor, the measurements displayed are: the ambient temperature, the condensate temperature, and the sound pressure level. The NEON Temperature Transmitter shows the steam temperature and the condensate temperature.

### Trap Status

At the bottom of the detail dashboard, a timeline of the status of the steam trap (healthy, blocked or leaked) is displayed based on the selected time window.&#x20;


---

# 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.twtg.io/docs/solidred-4.1/application-dashboards/steam.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.
