# Text, Icons & Images

You can use text, icons, and images to add visual design, branding, and instructional information to your interface. These are static elements, meaning they are typically non-interactive, though you can turn icons into navigation links.

## Text box

Use text boxes for titles, labels, and detailed instructions.

* **Add**: Click the text box icon in the UI Builder toolbar and click on the canvas to place it.&#x20;
* **Edit**: Double-click the box to open the text editor. You can type, format your text, and insert static tables.

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

## Icon

Use icons as visual cues or navigation shortcuts.

* **Add**: Click the icons icon in the UI Builder toolbar, pick an icon from the library, and click the canvas to place it.
* **Style**: Double-click the icon to open its settings. You can switch styles (solid, regular, light, thin, duotone), change the color, and apply a background.
* **Navigation**: You can turn an icon into a button. Just drag a page from the Pages panel and drop it directly onto the icon.

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

## Images

Use images for machine photos, company logos, or other visual elements.

* **Upload**: First, upload your image file to the [internal file server](/app-builder/build-backend/file-explorer.md) (the resources panel on the left).
* **Place**: Drag the file from the resources panel and drop it onto the UI canvas.

{% hint style="success" %}
**Dynamic use**: Beyond the UI, uploaded images can also be used as inputs for your backend logic.
{% endhint %}


---

# 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.heisenware.com/app-builder/build-frontend/text-icons-and-images.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.
