# UI Controls

All UI Controls need to be [placed inside of a Group](/elements-docs/elements-language/component/properties-json/grouping-controls.md). The controls appear in the inspector.

### Available Controls

{% content-ref url="/pages/jpXAtmUYQhbvWdcSddUX" %}
[Divider](/elements-docs/elements-language/component/properties-json/ui-controls/divider.md)
{% endcontent-ref %}

{% content-ref url="/pages/Eu8GEe78o6YyqOmmFiDr" %}
[Select](/elements-docs/elements-language/component/properties-json/ui-controls/select.md)
{% endcontent-ref %}

{% content-ref url="/pages/eXRYyL1Q6Bo7Kfa6ZCjV" %}
[Heading](/elements-docs/elements-language/component/properties-json/ui-controls/heading.md)
{% endcontent-ref %}

{% content-ref url="/pages/NURf9oI23bTrFduFzLBO" %}
[Image](/elements-docs/elements-language/component/properties-json/ui-controls/image.md)
{% endcontent-ref %}

{% content-ref url="/pages/NXTga0GE4d5GsnpbGrKq" %}
[Information](/elements-docs/elements-language/component/properties-json/ui-controls/information.md)
{% endcontent-ref %}

{% content-ref url="/pages/rBiJyUd2TB6rE6GIXyvr" %}
[Link](/elements-docs/elements-language/component/properties-json/ui-controls/link.md)
{% endcontent-ref %}

{% content-ref url="/pages/fsfAXUagvnHIDTNYDy03" %}
[Number](/elements-docs/elements-language/component/properties-json/ui-controls/number.md)
{% endcontent-ref %}

{% content-ref url="/pages/AbMd3N5nZs05vkMiPBNq" %}
[Resource](/elements-docs/elements-language/component/properties-json/ui-controls/resource.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZbCMcldrf8QKX7V0p08V" %}
[Segmented](/elements-docs/elements-language/component/properties-json/ui-controls/segmented.md)
{% endcontent-ref %}

{% content-ref url="/pages/0MuW117FZXDcBbj6VOp1" %}
[Slider](/elements-docs/elements-language/component/properties-json/ui-controls/slider.md)
{% endcontent-ref %}

{% content-ref url="/pages/TaO6TYHkMhPv5IVfGj6B" %}
[Switch](/elements-docs/elements-language/component/properties-json/ui-controls/switch.md)
{% endcontent-ref %}

{% content-ref url="/pages/BfAT2mPVtT87AgvFWv9q" %}
[Text](/elements-docs/elements-language/component/properties-json/ui-controls/text.md)
{% endcontent-ref %}

{% content-ref url="/pages/sALqKvX4uSb2mmwsLRkm" %}
[Text Area](/elements-docs/elements-language/component/properties-json/ui-controls/text-area.md)
{% endcontent-ref %}

{% content-ref url="/pages/cFfT7M8GrP8NoGvHFYBN" %}
[Theme Border Width](/elements-docs/elements-language/component/properties-json/ui-controls/theme-border-width.md)
{% endcontent-ref %}

{% content-ref url="/pages/gjVzEEWWk9CbodLwYyLc" %}
[Theme Border Radius](/elements-docs/elements-language/component/properties-json/ui-controls/theme-border-radius.md)
{% endcontent-ref %}

{% content-ref url="/pages/u6zeUXbiUSvYhRKhraLe" %}
[Theme Color](/elements-docs/elements-language/component/properties-json/ui-controls/theme-color.md)
{% endcontent-ref %}

{% content-ref url="/pages/gXTeKM5sZAdpM6fZCVoK" %}
[Theme Font](/elements-docs/elements-language/component/properties-json/ui-controls/theme-font.md)
{% endcontent-ref %}

{% content-ref url="/pages/vD11IZbHHAPbTuHFm9eJ" %}
[Theme Spacing](/elements-docs/elements-language/component/properties-json/ui-controls/theme-spacing.md)
{% endcontent-ref %}

{% content-ref url="/pages/lZcJ6QWac0CFBAPvTadF" %}
[Theme Shadow](/elements-docs/elements-language/component/properties-json/ui-controls/theme-shadow.md)
{% endcontent-ref %}

{% content-ref url="/pages/bOHkYW955Dy0SgFWM9oQ" %}
[Theme Text Style](/elements-docs/elements-language/component/properties-json/ui-controls/theme-text-style.md)
{% endcontent-ref %}


---

# 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.realmacsoftware.com/elements-docs/elements-language/component/properties-json/ui-controls.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.
