# Static Widgets

## Image Widget

The Image Widget offers versatile options for incorporating images into your app design. Whether you need to display a logo, styled divider, or any other image, this widget provides the flexibility you need. Along with the image itself, you can customise the container housing the image using various styling options such as background colour and padding.&#x20;

One of the key features of this widget is the ability to link the image to a URL, expanding the possibilities for enhancing user interaction and engagement within your app.

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

## Text Widget

The Text widget lets you add written content and share information with users. You can style your text in the Text Editor by adjusting the font, size, colour, and more. In addition, you can customise the container around the text with styling options such as background colour and padding.

<figure><img src="/files/KeZAJeCAK7f6ZKIZxHy4" alt=""><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://learn.reptile.app/help-guides/getting-started-on-cms/reptile-editor-and-tools/app-design/widgets/static-widgets.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.
