# Dropdown from List

The Dropdown from List field is a basic dropdown field where you can predefine the values in the editor. For a more advanced equivalent of this field (i.e. load dynamic data) checkout our [Dropdown from Bloc](/blocworx-documentation/bloc-editor/fields-tools-and-charts/linked-data-selection-fields/dropdown-from-another-bloc.md) field.

![](/files/rhEpTmTGBmxwp7QxXdEn)

### Initial Parameters

| Parameter                                                | Descsription                                                                                                                                                                                                                                                                                                             |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Type a piece of data and click "Add"                     | Use this to add selectable values to the dropdown                                                                                                                                                                                                                                                                        |
| Default Value                                            | This option will initialise the field with this value selected.                                                                                                                                                                                                                                                          |
| Apply rules and actions on first initiation of the field | This triggers the [rules and actions](/blocworx-documentation/bloc-editor/managing-a-field/field-rules.md) for this field as soon as it appears, be it as a result of a page load, or as a result of a [Show Condition](/blocworx-documentation/bloc-editor/managing-a-field/field-parameters/conditional-visibility.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://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/input-fields/dropdown-from-list.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.
