# Layout

The Streamdesigner is the configuration interface for Streams (workflows) in Helmut4. Streams are triggered by manual or automated events and will be execute on either the server or a client. It’s not a workflow engine but a workflow configurator. Always starting with a „Event Trigger“ node, conditions, actions and outputs can be chained together to create powerful and flexible workflows that handle successful or failed results.

The output of a node can be connected by clicking and dragging with the mouse to the input trigger of a node. To make this easier, and because each node has only one input, it is possible to drag the wires to the desired node and release them there. The connection with the input trigger is set automatically

<figure><img src="/files/KSXQGhAGnvwroterjX1n" alt=""><figcaption><p>Streamdesigner - Buttons and Elements</p></figcaption></figure>

In the very top, you can find the name of the currently opened Stream, an icon to copy the Stream ID, and next to it you will find the event that will trigger this stream. Additionally it shows whether the Stream will run on the server or a client aka the host.

<figure><img src="/files/EoJvCKfg770LMJQ4lRaE" alt=""><figcaption><p>Top Menu of stream</p></figcaption></figure>

In the middle you can find various actions. These actions will be explained in the pages below.

<figure><img src="/files/q7xanbh1snW3OOGdm33G" alt=""><figcaption><p>Middle Menu in Streamdesigner</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/v4.6.1/helmut4-components/streamdesigner/layout.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.
