# Realtime Indicators

How to add realtime indicators to diagrams to improve readability.

Realtime indicators are colors associated with particular elements. This document explains how ServiceNow admins can configure elements for users to add them as realtime indicators in diagrams.

## View realtime indicators

To see which realtime indicators are currently available on your instance:

1. Navigate to *Designer > Configuration > Realtime Indicators*.

![designer-realtime1.png](/files/jtdhyaqkUhUDbwnFxA8b)

2. This takes you to a list of all realtime indicators.

## Edit realtime indicators

1. Hover your cursor over an Indicator Label in the list you want to edit.
2. Select the **i** icon and then select **Open Record**.

![designer-realtime2.png](/files/Hr1tntlHoc6mhd3BYQXE)

The upper section of the record shows the Indicator Label, the Table Name and Field. You can edit these features here and this will affect how those values are displayed in Designer's interface.

You can also toggle the Active box off to remove this indicator from Designer.

To activate any changes you've made to the record, select **Update**.

### Update realtime indicators appearance in Designer

In addition to changing how you can access a realtime indicator, you can also adjust its appearance in Designer as follows:

1. Select Table Name of the value you want to adjust.
2. You are directed to the Indicator Breakdown screen. Here you can adjust the Indicator, Value Type, Label, Value, and the indicator's color.

{% hint style="info" %}
**Indicator's colors are based on hex values**

To adjust the color of the indicator in Designer, enter a hex value for the color you want.
{% endhint %}

3. Select **Update** to confirm any changes.

## Add realtime indicators

From the realtime indicators list:

1. Select **New**.
2. You are directed to the New Record screen. Enter an Indicator Label, select a Table, and select a field.
3. Select **Submit**.


---

# 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.ins-pi.com/designer/configuration/enhanced-configuration/realtime-indicators.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.
