# Level

This **level** widget is a circular display that presents values numerically and graphically, representing them as a fraction of the entire volume of the circle.

{% hint style="info" %}
The level widget can be used to display any range of values in a data field by providing the minimum and maximum values for the data field. It automatically adjusts based on the provided range.
{% endhint %}

In the **Widget options** modal, configure the following settings:

In the **Name** text box, enter a **name** as the **label** for your widget.

In the **Data field** drop-down list, select the **data field** that you want to use as the data source.

To add a **color** to the **fill level**, click on the **Level color** box and choose a color from the **color picker**.

To add a **color** to the **background** of the widget, click on the **Background color** box and choose a color from the **color picker**.

Click on the **Save** button.

<figure><img src="/files/9miQLeODibCgkjeuigoT" alt="" width="328"><figcaption></figcaption></figure>

The resulting **level** widget will be something like this:

<figure><img src="/files/CX0t7W7vffkd9hGElOnQ" alt="" width="375"><figcaption></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.widgelix.com/get-started/widgets/level.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.
