# Multi-Select Dropdown

The multi-select dropdown labeling tool allows you to ask labelers close-ended questions with multiple right answers.

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

![](/files/-Mk6PYJeV-scAI8G76wR)

## The Multi-Select Dropdown Labeling Tool in Ango Hub <a href="#how-to-add-a-multiple-dropdown-tool-to-your-project" id="how-to-add-a-multiple-dropdown-tool-to-your-project"></a>

### How to add a Multi-Select Dropdown tool to your project <a href="#how-to-add-a-multiple-dropdown-tool-to-your-project" id="how-to-add-a-multiple-dropdown-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 *Multi-Select Dropdown*.

A new row will appear named *Multi-Select Dropdown*. Click on it to expand it.

![](/files/-Mk6PbE1DXhgMyZKsA2X)

Give your single dropdown tool a title and description. From the *Options* text box, you can enter the answers. Press *Enter* after entering each one.

Enable the *Required* toggle if you want to force labelers to answer it. When the toggle is disabled, labelers will be able to save and move to the next asset without answering this question.

If you would like to ask labelers further questions, for example, if you want to show a Text tool when labelers select a particular answer, click on *Add Classification* and add a further question. [More on nested questions here](/labeling/labeling-tools/tools/nested-classifications.md).

### Differences between Checkbox and Multi-Select Dropdown <a href="#differences-between-checkbox-and-multiple-dropdown" id="differences-between-checkbox-and-multiple-dropdown"></a>

The tool is functionally identical to the [Checkbox tool](/labeling/labeling-tools/classification-tools/checkbox.md), with the main difference being visual.

The major benefit of the checkbox tool over the dropdown tool is that it can be answered by a labeler with a fewer amount of clicks, instead of the having to first open the dropdown to answer. The downside of checkbox is that it cannot easily display large numbers of items.

When the number of possible answers is limited, we recommend choosing the checkbox tool. For questions with a significant amount of more answers, the dropdown tool is preferable.

### Differences between the Single and Multi-Select Dropdown tools <a href="#differences-between-the-single-and-multiple-dropdown-tools" id="differences-between-the-single-and-multiple-dropdown-tools"></a>

In [single-select dropdowns](/labeling/labeling-tools/classification-tools/single-dropdown.md), labelers can only select one answer. In multi-select dropdowns, labelers can select more than one.


---

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