# Multiple Option Select

Multiple Option Select fields allow the selection of multiple options from a predefined list, such as 'Apple', 'Banana'. They can be displayed as checkboxes or a multi-select dropdown, offering versatile interaction methods. The list of options is fully customizable to match your needs, offering flexibility in options, option order, and the color of each individual option.

## Display Options

* **Multi-select Dropdown** Shows options in a dropdown where multiple items can be selected (default)
* **Checkboxes** Shows all options as checkbox selections
* **Colored Options** Like the default multi-select dropdown, but options appear as colored badges

## Configuration Options

* **Custom Options** Add, remove, and reorder options to match your workflow
* **Option Colors** Assign colors to each option for visual distinction
* **Default Values** Set which options are selected by default for new records

## Use Cases

Multiple Option Select fields are perfect for:

* Skills and competencies
* Tags and labels
* Services offered
* Features included
* Interests and preferences
* Team members assigned to a project
* Categories that can overlap

## Best Practices

* Keep the number of options manageable (typically under 20)
* Use clear, descriptive option names
* Group related options with similar colors
* Consider using checkboxes when you have a small number of important options
* Use multi-select dropdown for longer lists of options
* Think about how multiple selections will display in different views (lists, cards, etc.)


---

# 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://guides.noloco.io/data/collections/field-types/multiple-option-select.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.
