# Button

The **Button** is a clickable element used to trigger [actions](/documentation/3d-configurator/interactions/actions.md).

Text on the button can be dynamic, utilizing **variables** and **expressions** to display changing content - [Variables & Expressions](/documentation/3d-configurator/variables-and-expressions.md)

#### Layout

* **W** — Defines the width of the Button element.
* **H** — Defines the height of the Button element.<br>
* **Fixed** — Sets a fixed size in pixels.
* **Fill** — Adjusts the size based on the parent element (**Floating UI** or **Container**).<br>
* **Padding** — Sets vertical and horizontal padding within the Button.
* **Corner radius** — Defines the rounding radius of the Button.<br>

#### Fill

* **Default color** — Sets the button's color. If disabled, the Button will be transparent.
* **Hover color** — Changes the button color on hover.<br>

#### Stroke

* **Thickness** — Defines the stroke thickness of the Button.
* **Default color** — Sets the default stroke color (if disabled, the stroke will be transparent).
* **Hover color** — Changes the stroke color on hover.


---

# 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://help.vectary.com/documentation/3d-configurator/floating-ui/button.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.
