# Multiple Choice Input

The *Multiple Choice Input* node asks the customer to respond by selecting one of multiple options from a list.&#x20;

The *Multiple Choice Input* node differs from the [*Menu* ](/flow/user-facing-nodes/branch-logic-split/menu-nodes-menu-with-options.md)node in that it saves the customer's selection as a variable (i.e., only one variable is stored for this node). This variable and the value that was added for it can be utilized in API calls in your workflow.

If the customer enters an invalid option (i.e., an option that is not on the list), you can configure a "default" node or flow to follow automatically. The default flow is optional, and if not set up, the node will simply repeat itself until a valid option is entered.&#x20;

{% hint style="info" %}
To reference the value of the invalid option that a customer entered, use the format: **\[\[variablename:value]]**
{% endhint %}

{% hint style="success" %}
If you are interested in leveraging our NLP offering to deal with invalid inputs, contact your account manager or our [Sales Team](https://www.clickatell.com/contact/contact-sales/).
{% endhint %}

<figure><img src="/files/bUAIs4ixkaMcKhuQ7XuG" alt=""><figcaption><p>Setup of a Multiple Choice Input node</p></figcaption></figure>

{% hint style="warning" %}

* Adding images to the header is currently only supported for [Reply Buttons](/flow/channel-capabilities/use-whatsapp-with-chat-flow/whatsapp-interactive-messages.md#reply-buttons).&#x20;
* Adding images to logic options is currently **not** supported.
  {% endhint %}

{% hint style="info" %}
For more information on WhatsApp Display Types and Interactive Messages, [see here](/flow/channel-capabilities/use-whatsapp-with-chat-flow/whatsapp-interactive-messages.md).
{% endhint %}

<figure><img src="/files/UpBhlXHyg8yL39bnl3Dj" alt="" width="563"><figcaption><p>A simplified example of the Multiple Choice Input node, including the Default flow.</p></figcaption></figure>

<figure><img src="/files/1lR5tn1h4KAhcjFRgcXn" alt="" width="325"><figcaption><p>A simplified example of the Multiple Choice Input node as seen by the customer on their mobile device.</p></figcaption></figure>


---

# 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://guides.clickatell.com/flow/user-facing-nodes/branch-logic-split/menu-nodes-multiple-choice-input.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.
