# Dropdown

## Overview

Labii’s Dropdown Type API Integration allows users to populate dropdown options dynamically by fetching external resources from an API. Instead of manually entering static options, the dropdown can retrieve data from an API endpoint, ensuring real-time updates and seamless integration with external databases or services. Users configure the API URL, request parameters, and response parsing rules within Labii, enabling the dropdown to display relevant selections based on live data. This feature is particularly useful for maintaining up-to-date reference lists, such as reagent inventories, project names, or customer records, directly within Labii’s interface.

## Widgets

* [API ForeignKey](/widgets/column-widgets/integration/dropdown/api-foreignkey.md)
* [API ForiegnKeys](/widgets/column-widgets/integration/dropdown/api-foreignkeys.md)


---

# 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/integration/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.
