> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/flow/user-facing-nodes/branch-logic-split/menu-nodes-menu-with-options.md).

# Menu

The *Menu* node allows you to create a menu with options that the customer can select from. This node type usually serves as the first message a customer sees when engaging with your brand.

The customer's selection determines what happens next - each option triggers either another step or a new 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 if an invalid option is entered.

{% 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/fdZ38QUmqWTFNjRmNoIG" alt=""><figcaption><p>Setup of a Menu 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/f4LMk2VZbUBNrmD8wRal" alt="" width="563"><figcaption><p>A simplified example of the Menu node, including the Default flow.</p></figcaption></figure>

<figure><img src="/files/BAtT8crqAUMiBt6BHGvr" alt="" width="305"><figcaption><p>A simplified example of the Menu node as seen by the customer on their mobile device.</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://guides.clickatell.com/flow/user-facing-nodes/branch-logic-split/menu-nodes-menu-with-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.
