# Dropdown

## Overview

In Labii, the dropdown type of widgets, including Select, ForeignKey, and Members, provide users with versatile options for making selections within the platform. These widgets belong to the category of interactive elements that enable users to choose specific values or entities from predefined lists. The Select widget allows users to pick from a list of options, providing a straightforward selection mechanism. ForeignKey widens this functionality by establishing links to other records or data sets, enabling users to choose from associated records with clickable links. The Members widget further expands on this, allowing selection of one or multiple team members, facilitating collaboration and communication within the Labii platform. Together, these dropdown widgets offer a spectrum of selection capabilities tailored to different data interaction needs, enhancing user flexibility and efficiency in data management.

## Widgets

* [Select](/widgets/column-widgets/form/dropdown/select.md) - Craft personalized dropdown options within interfaces
* [MultiSelect](/widgets/column-widgets/form/dropdown/multiselect.md) - Crafts custom dropdown choices for selecting one or more options
* [ForeignKey](/widgets/column-widgets/form/dropdown/foreignkey.md) - Establishes a link to another record, enabling a direct association between related data sets
* [ForeignKeys](/widgets/column-widgets/form/dropdown/foreignkeys.md) - Akin to the ForeignKey widget but offers the capacity to link to one or multiple other records
* [Member](/widgets/column-widgets/form/dropdown/member.md) - Select a team member from a list of options
* [Members](/widgets/column-widgets/form/dropdown/members.md) - Select one or multiple team members from a list of options within the platform


---

# 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.labii.com/widgets/column-widgets/form/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.
