> For the complete documentation index, see [llms.txt](https://docs.ezra360.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezra360.com/configurations/components/select-options.md).

# Select Options

***

**Select Options** has Select Types. Click <mark style="color:orange;">**#1**</mark> to view all the **Selection Option Types.**&#x20;

The **Select Option Types** can be configured by clicking on  <mark style="color:orange;">**#1**</mark> dropdown select to **Customizations,** then select <mark style="color:orange;">**#2**</mark>**&#x20;Select options** then the grid will show all available select options. To add new Select Option types, click on the <mark style="color:orange;">**#3**</mark>**&#x20;New** button. The [#add-new-select-option-type](#add-new-select-option-type "mention")shows how to add new select option.&#x20;

<figure><img src="/files/CPJ2WvA9pNbpRVn8l5dW" alt=""><figcaption></figcaption></figure>

#### Add New Select Option Type

The form <mark style="color:orange;">**#1**</mark> shows input fields for adding a new **Select Option Type.**&#x20;

> Note: You need to <mark style="color:$warning;">**#2**</mark> Save first before you could add PickList Items

<figure><img src="/files/ZbduzCLPAflkeKUAvRdp" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

To add a new select dropdown, click on <mark style="color:orange;">**#1**</mark>**&#x20;Pick List Items** to view all the available **select options** in a grid form.\
Each select option has its own *Display name*, Option Value and sort Index which allow you to order your pick list Items in the order of choice. \
You can check **Select Options** on the grid and then delete the&#x6D;*. To add a new Select Option, you will click on <mark style="color:$warning;">**#**</mark>*<mark style="color:$warning;">**2**</mark>**&#x20;Add New.**<br>

<figure><img src="/files/GzqsSGAWS0pHPsMh96qO" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

**To Add a new Select Option:**\
The form in <mark style="color:orange;">**#1**</mark> and its field where select option data is filled.&#x20;

The **Option Value**  field is the *Unique Name* that is autogenerated.\
The **Option Text** field is the where you name your *Select Option* value.\
The **Sort Index** field is where you will give the Selection Option an order index value.&#x20;

The **PickListId** Will then be the name of the Select Options main Name

\
Click on the <mark style="color:orange;">**#2**</mark> **Save and Close** button to save.&#x20;

<figure><img src="/files/xnoJDyQpLjlpLlB576gm" alt=""><figcaption><p><mark style="color:red;">Click image to full screen</mark></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ezra360.com/configurations/components/select-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
