> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm-hermes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm-hermes/setup-and-configure-asm/configuring-your-system/configuring-screens/dynamic-screens/adding-images-and-progress-indicators-to-your-screens.md).

# Adding Images and Progress Indicators to your screens

Some screens have images or other indicators that display dynamically as graphics.  These are added through the HTML widget, meaning you can use any image you like.  Control over when they show up is managed with [rules](/asm-hermes/setup-and-configure-asm/configuring-your-system/configuring-screens/dynamic-screens/using-rules.md).

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

> Example: A progress indicator may cover several statuses: Triage, Investigating, Escalated, Fix Assigned, and Closed.  You can add a progressive graphic representing each of these states, in this example 5 different images stacked on top of one another.  Finally, setup rules to show or hide each graphic based on the status of the call/ticket. &#x20;

1. [Add the HTML boxes](/asm-hermes/setup-and-configure-asm/configuring-your-system/configuring-screens/building-screens-in-asm-designer.md) and insert your images - 1 per box

<figure><img src="/files/FXYNC4eX9xKby1FFl2pW" alt=""><figcaption><p>HTML Fields with graphics pasted inside</p></figcaption></figure>

2\.  [Setup your rules](/asm-hermes/setup-and-configure-asm/configuring-your-system/configuring-screens/dynamic-screens/using-rules.md) for when the boxes should be hidden

<figure><img src="/files/CvdVdKxsM8jKDp37vBfj" alt=""><figcaption><p>Rules- to show or hide based on the status</p></figcaption></figure>

3\.  [Configure the fields](/asm-hermes/setup-and-configure-asm/configuring-your-system/configuring-screens/building-screens-in-asm-designer/configuring-fields.md)

<figure><img src="/files/AKWZ79VuBmnb8LO4vLo5" alt=""><figcaption><p>Example: Rules applied to the HTML field that determine when the image should be hidden</p></figcaption></figure>


---

# 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.alemba.com/asm-hermes/setup-and-configure-asm/configuring-your-system/configuring-screens/dynamic-screens/adding-images-and-progress-indicators-to-your-screens.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.
