# Heat Map

A heat map is a graphical representation of data where individual values are depicted using colors. It is commonly used to visualize patterns, trends, and variations in data, especially when dealing with large datasets. In a heat map, each data point is assigned a specific color based on its value, and the colors are typically arranged in a grid format.

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

In the **Name** text box, enter a **name** to identify the widget.

In the **Solution** drop-down list, select a **solution** you already created in the [**Solutions**](broken://pages/5Tp7ZQOMNBoq0IDRoWNq).

In the **Solution output** drop-down list, select a **General** node in the solution flowchart that you want to set as the output.

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/ikG9FEb3syBWUcsTpmVm" alt="" width="328"><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/heat-map.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.
