# Image

The **image** widget allows you to add images to the dashboard, such as an image of the device, the manufacturer's logo, etc.

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

In the **Name** text box, enter a **name** to identify the widget. Unlike other widgets (except the **header** widget), the entered name will not be displayed on the widget.

In the **image** box, click on the **camera** button and browser the image that you want to insert.

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/vE84uujo3xMoZ46rMIM0" alt="" width="327"><figcaption></figcaption></figure>

The resulting **image** widget looks something like this:

<figure><img src="/files/XivrOvxXszZlROctlUix" alt="" width="155"><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/image.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.
