# Slider

The Slider element adds a customizable slider to the Floating UI, allowing end users to adjust numerical values of a variable (this variable can be applied to various Studio parameters, e.g., object size). More on variables: [**Variables & Expressions (Beta)**](https://www.notion.so/Variables-Expressions-Beta-18ae64cc93f380dca11fedb9035be422?pvs=21)

A detailed project example using the slider is available here: [Variables & Expressions](/documentation/3d-configurator/variables-and-expressions.md#example)

<div align="left"><figure><img src="/files/PUmTPW79312QMVeQBaSe" alt="" width="306"><figcaption></figcaption></figure></div>

#### Settings

<div align="left"><figure><img src="/files/NKx5qSFnjcS3OpW9NEJk" alt="" width="238"><figcaption></figcaption></figure></div>

* **Variable** - select an existing variable from the list
* **Range** - set the minimum and maximum values
* **Step** - define the step increment for value changes

**Thumb** and **Track** of the slider can be customized (color, size, thickness)

<div align="left"><figure><img src="/files/jvhx6WUOGOIRc00fBc8j" alt="" width="252"><figcaption></figcaption></figure></div>


---

# 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/slider.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.
