# Options

{% hint style="info" %}
Available only for SMS and WhatsApp channels.
{% endhint %}

Using this action block you can display a list of options the user can choose from. It is most commonly used when a selection from a list of items is to be made.&#x20;

The options in the list are displayed in an ordered list, such as:

<div align="left"><figure><img src="https://360969599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsrMxU8nO3RjusUiYuXBB%2Fuploads%2F3vkFzan1ezXB55XaIVsn%2FFile.jpg?alt=media&#x26;token=e759665f-dd1a-4ed5-842a-3da69d41bde8" alt="" width="375"><figcaption></figcaption></figure></div>

Option action block is made up of the following:

1. Message
2. List of options
3. Error message
4. Variable
5. Hot keywords

### Message

This is the question the bot would ask while presenting the list of options.&#x20;

For example, "Please choose from the list of options below".

### List of options

The list of options that are to be shown will be defined here.&#x20;

Up to **10 options** can be included in one action block. If you need more, you can nest 'Option' blocks together.&#x20;

Users can select from options by typing the following,&#x20;

* The numeric digit i.e. 1, 2, 3...
* Alphabetic name i.e. one, two, three...&#x20;
* Value of the option itself, i.e., Blue, Green, etc.

### Error message

When submitting a selection from the list of options, if any input does not match the list, this error message will be shown along with the list of options.&#x20;

The user will have to retry by entering a valid number.

### Variable

Users can store the value of the selected option in a variable for future reference.&#x20;

For example, if I choose 2 from the above image, 'Yellow' would be stored on the variable.

[Learn more about variables](https://help.wotnot.io/build/interface/variables).

### Hot keywords

You can define hot keywords that bring users to this action block, wherever they are in the conversation flow.&#x20;

Imagine you are at a certain point in the flow. To return to this action block, you can type the keyword MENU.

### Enable free text

By enabling "Enable free text" option, users can either choose from predefined buttons or type their own response in the chat input. Also, on the canvas a new "Free text" node will be added, which can be connected to an [AI agent](https://help.wotnot.io/build/action-blocks/agent) action block for AI-generated responses.

This allows for more natural, two-way conversations, and any free text entered can be handled by an AI agent for dynamic responses.

<figure><img src="https://360969599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsrMxU8nO3RjusUiYuXBB%2Fuploads%2FF1D6FeQnhUHaBIMoFr2c%2FCleanShot%202025-12-29%20at%2011.10.38.png?alt=media&#x26;token=5b922ec5-f6ae-4718-9b06-f54447895910" alt=""><figcaption></figcaption></figure>
