> For the complete documentation index, see [llms.txt](https://docs.imerit.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imerit.net/labeling/labeling-tools/classification-tools/slider.md).

# Slider

The Slider classification tool allows you to ask labelers to answer numeric questions by choosing a value on a configurable range.

{% hint style="info" %}
The Slider tool is supported across the Audio, Image, Video, DICOM, Medical, PDF, Text, LLM, and Markdown labeling editors.
{% endhint %}

<figure><img src="/files/lrNSTfe8DPdIuTAYgWnC" alt="A Slider classification in the labeling editor"><figcaption></figcaption></figure>

### How to add a Slider tool to your project <a href="#how-to-add-a-slider-tool-to-your-project" id="how-to-add-a-slider-tool-to-your-project"></a>

From the project's *Settings* tab, enter the *Label Set* section.

Click on *Add Category*. From the list that appears, click on *Slider*.

<figure><img src="/files/sywXycT6eFh1N5vtLNGu" alt="The Add Category menu with Slider in the Classifications section"><figcaption></figcaption></figure>

A new row will appear named *Slider*. Click on it to expand it.

<figure><img src="/files/UfK4aWJmfyxOBTxt98E4" alt="Slider classification configuration fields"><figcaption></figcaption></figure>

### Slider Tool Options

**Schema ID**: The unique ID assigned to the tool.

**Title**: The name of your Slider classification.

**Description**: Optional text shown to labelers in the labeling editor.

**Required**: If you enable this toggle, labelers will be required to answer this field before saving.

**Min Value**: The lowest numeric value labelers can select.

**Max Value**: The highest numeric value labelers can select.

**Step Size**: The interval between selectable slider values. For example, a step size of `1` allows whole numbers, while `0.5` allows half-step values.

**Min Label**: Optional text shown at the low end of the slider.

**Max Label**: Optional text shown at the high end of the slider.

**Frame-specific**: If you enable this toggle, the answer to this classification will only be valid for one frame in videos and multi-frame images/DICOMs instead of the whole asset.

**Data-specific**: If you enable this toggle, the answer to this classification will be stored separately for each data item in grouped assets.

**Multiple**: If enabled, annotators can answer this classification multiple times.

Slider answers are saved and exported as numeric values.

Once you have selected your options, click on *Save* at the bottom to save your changes.


---

# 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.imerit.net/labeling/labeling-tools/classification-tools/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.
