> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.10.0/helmut4-components/streamdesigner/nodes/actions/helmut-8/helmut-select-dialog-action.md).

# Helmut Select Dialog Action

The Helmut Select Dialog Action enables you to create a list dialog in Helmut where users can either select an option or decline the selection. This action requires a title as an input parameter. Additionally, you can configure a timeout, and if the timeout expires before a response is received, the node will fail.

Once the user responds (either by selecting an option or declining), the action returns the user's response using the wildcard {stream.last\_result} or {node.result.?}. This node offers a straightforward and interactive way to integrate user-triggered actions into your Helmut interactions.

<figure><img src="/files/5r6ZX1f8Z5YGu5XZtaRf" alt="" width="351"><figcaption><p>Helmut Select Dialog Action Node</p></figcaption></figure>

The search field allows to find and select a desired value even if it is shown on another page

<figure><img src="/files/oW1hwt6Agh2FrHFUM4Uh" alt="" width="375"><figcaption><p>Helmut Select Dialog Action Frontend</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://docs.helmut.de/helmut4-releases/v4.10.0/helmut4-components/streamdesigner/nodes/actions/helmut-8/helmut-select-dialog-action.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.
