> 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/action-nodes/action-nodes-display-list.md).

# Display List

The *Display List* action node allows you to retrieve a list of options from an [HTTP call](/flow/action-nodes/action-nodes-api-integration.md).&#x20;

You can specify the **pattern** that should be used to identify the options from the HTTP response and how the list should be **structured**. You can also (optionally) **filter** the data returned and **exclude** certain information from the data returned before displaying it to a customer.

{% hint style="success" %}
For further explanations and examples, please view [How to use Pattern, Custom Index, Filter By, and Exclude patterns](/flow/user-facing-nodes/branch-logic-split/menu-nodes-dynamic-list/apply-patterns-custom-indexes-filtering-and-exclusions.md).&#x20;
{% endhint %}

To display this extracted list to a customer, this node must be followed by either a [*Menu* ](/flow/user-facing-nodes/branch-logic-split/menu-nodes-menu-with-options.md)or a [*Multiple Choice Input*](/flow/user-facing-nodes/branch-logic-split/menu-nodes-multiple-choice-input.md) node.

<figure><img src="/files/IVs9dwNwE8KIbfeLA7Gl" alt="" width="563"><figcaption><p>Setup of Display List node</p></figcaption></figure>

![Example flow containing Display List node](/files/-MeiYcPohqGSHwquUpvJ)

In the [*Request Input* ](/flow/user-facing-nodes/input-nodes/menu-nodes-ask-for-input.md)node added after the *Display List*, ensure that you add a reference to the **\[\[display list node variable:result]]** as part of the menu text:

![](/files/-MeiZW4yiEB3i2Nx27GI)


---

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

```
GET https://guides.clickatell.com/flow/action-nodes/action-nodes-display-list.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.
