# Option Lists

Use Option Lists to define the values available in dropdown fields.

For example, you might create lists for countries, statuses, or assessment types.

{% hint style="info" %}
Option Lists are shared across workflows.

If you change an Option List, every field that uses it updates too.
{% endhint %}

Manage Option Lists from **Settings**.

### Create an Option List

{% stepper %}
{% step %}

### Open Option Lists

Go to **Settings** and open **Option Lists**.
{% endstep %}

{% step %}

### Select Add Option List

Select **Add Option List** below the table.
{% endstep %}

{% step %}

### Name the list

Enter a clear name for the Option List.
{% endstep %}

{% step %}

### Add options

Select **Add Option** to add each value.

Enter the name for every option you want users to choose from.
{% endstep %}
{% endstepper %}

### Edit an Option List

{% stepper %}
{% step %}

### Find the list

Find the Option List in the table.
{% endstep %}

{% step %}

### Open the list

Select the navigation icon to the left of the list name.
{% endstep %}

{% step %}

### Update the options

Make the required changes.

Updates save automatically.
{% endstep %}
{% endstepper %}


---

# 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://surecloud.gitbook.io/surecloud-docs/documentation/data-management/option-lists.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.
