# Set a default selection for a Dropdown

The default behaviour of a dropdown component is to not have any item initially selected. To change this use the **Selected Item** property in the INTERACTIVITY drawer of the properties panel.

Select either **Label** or **Position** from the property options, then in the empty property field directly below, bind to an appropriate value. If you have chosen **Label** and the dropdown box contains five options e.g. Red, Green, Blue, Black, White, binding to a cell that contains the word Red, will ensure that Red is the default selection. If you have chosen **Position**, binding to a cell that contains a 2 will ensure that Green is the default selection.

In the example below, **Position** has been selected, the cell bound to the property contains a 2, therefore the second item in the list is the default selection:

![](https://addons.squirrel365.io/learn-assets/uploads/2021/01/DD_1.png)


---

# 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://learn.squirrel365.io/how-tos/set-a-default-selection-for-a-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.
