> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/documentation/widgets/custom-widgets/modules/progress.md).

# Progress

The "Progress" module offers various display modes for progress or fill levels.

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

<table><thead><tr><th width="90"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>[A]</strong></td><td>Description</td><td>This text is displayed when the custom widget is later linked to assets</td></tr><tr><td><strong>[B]</strong></td><td>Text</td><td>Free text</td></tr><tr><td><strong>[C]</strong></td><td>Variant</td><td><ul><li><strong>Show bars:</strong> If this option is enabled, a chart is displayed above the values<br>If this option is NOT enabled, only the values are displayed.</li><li><strong>Vertical:</strong> Displays a vertical bar</li><li><strong>Horizontal:</strong> Displays a horizontal bar</li><li><strong>Radial:</strong> Displays a curved vertical bar</li></ul><p></p></td></tr><tr><td><strong>[D]</strong></td><td>Display type</td><td><ul><li><strong>Absolute:</strong> Displays the progress as absolute values.</li><li><strong>Relative:</strong> Displays the progress in percent</li></ul><p></p></td></tr><tr><td><strong>[E]</strong></td><td>Punctuation</td><td>Is only available when "Absolute" is selected as the display type. Here you can enter the symbol that is placed between both values</td></tr><tr><td><strong>[F]</strong></td><td>Progress label</td><td>This text appears below the values, between the percentage display</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.buildings.ability.abb/collection/english-v14/documentation/widgets/custom-widgets/modules/progress.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
