# Helmut Confirm Dialog Action

The Helmut Confirm Dialog Action allows you to create a confirm dialog in Helmut where users can approve or deny a specified question. This action takes the question as an input parameter. Additionally, you can set a timeout, and if the timeout is reached before a response is received, the node will fail.

After the user responds (either approves or denies), the action will return the user's response using the wildcard {stream.last\_result} or {node.result.?}. This node provides a simple and interactive way to incorporate user confirmation into your Helmut interactions.

<figure><img src="/files/y1Bs6XzwrcmhZXRNTehE" alt="" width="347"><figcaption><p>Helmut Confirm Dialog Action</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://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/helmut-8/helmut-confirm-dialog-action.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.
