# Value

Value widget is a standard value publishing widget and can be used as output result of analytics or real time monitoring purposes.

It can work with numbers and strings as a value. For strings, output of asset field can directly be published without any additional remarks.It makes it very useful for LLM enhanced applications such as error message generation.

If string is used as a data source, color and threshold mechanism do not apply.

For numbers data type, it is color codded and can publish a message depending on the value thresholds detailed in its configuration menu:

<figure><img src="/files/680VSTJLj5y08NOMtdYs" alt=""><figcaption><p>Value Widget Standard Usage</p></figcaption></figure>

<figure><img src="/files/zLOhPIphfbWMLUDfg4Ue" alt=""><figcaption><p>Value Widget Details</p></figcaption></figure>

Widget menu includes multiple capabilities and follows same structure with other widget configuration capabilities.

<figure><img src="/files/OSECunlTToV7Qzvb6Q3V" alt=""><figcaption><p>Value Widget Configuration Menu</p></figcaption></figure>


---

# 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.skysens.io/main-menu-and-overview/widget-types/value.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.
