> For the complete documentation index, see [llms.txt](https://docs.feathery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feathery.io/platform/build-forms/elements/fields/slider.md).

# Slider

The `Slider` field allows the user to choose a number within a range of values by dragging a toggle left and right.

`min value` - the smallest (leftmost) value possible

`max value` - the largest (rightmost) value possible

`min label` (optional) - if you want to display a custom label for the smallest value

`max label` (optional) - if you want to display a custom label for the largest value

`step size` - the increment to change the value by while dragging.

<figure><img src="/files/5oYMyVyBAAChP2fTZ3WB" alt="Screenshot of a slider element selected."><figcaption></figcaption></figure>

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference number fields with `type` equal to `slider`. The submitted value is an `int` .


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.feathery.io/platform/build-forms/elements/fields/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.
