# Gauge

Gauge widgets are useful for showing real-time values like temperature, pressure, or signal strength. You can choose from different display types and customize thresholds, styles, and units.

{% hint style="success" %}
Gauge widget supports single data point with custom min/max, color thresholds, and display types.
{% endhint %}

***

### Gauge – Standard

Displays a classic dial for one value with a defined range.

{% @arcade/embed flowId="SdTFsuE1rHMKRanshMyq" url="<https://app.arcade.software/share/SdTFsuE1rHMKRanshMyq>" %}

***

### Gauge – Generic

Minimal circular display for basic value feedback.

{% @arcade/embed flowId="VWJ63YN0Afelpgi7HLel" url="<https://app.arcade.software/share/VWJ63YN0Afelpgi7HLel>" %}

***

### Gauge – Liquid

Fills a circular or vertical container based on the current value.

{% @arcade/embed flowId="qfTsOmUHU8YWl8tyw5Wu" url="<https://app.arcade.software/share/qfTsOmUHU8YWl8tyw5Wu>" %}

***

### Gauge – Colorize

Uses color bands to highlight different value ranges.

{% @arcade/embed flowId="8rPloeTSYZdGMpfR5WYl" url="<https://app.arcade.software/share/8rPloeTSYZdGMpfR5WYl>" %}

***

### Gauge – Barometer

Circular visual commonly used for weather or environmental metrics.

***


---

# 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.qubitro.com/platform/monitoring/dashboards/widgets/gauge.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.
