# Branch/logic split

*Branch/logic split* nodes are used to

The following *Branch/logic split* nodes are available:

* [**Dynamic List**](/flow/user-facing-nodes/branch-logic-split/menu-nodes-dynamic-list.md) - Display a personalized list of options to a customer as retrieved from an API response.&#x20;
* [**Menu**](/flow/user-facing-nodes/branch-logic-split/menu-nodes-menu-with-options.md) - Usually the first message a customer sees. Present a menu with options to the customer they can use to determine what happens next in their journey.&#x20;
* [**Multiple Choice Input**](/flow/user-facing-nodes/branch-logic-split/menu-nodes-multiple-choice-input.md) - Ask the customer to respond by selecting one of the multiple options from a list that is saved as a variable.


---

# 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.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.
