# Stream Designer Studio

Stream Designer Studio is a graphical programming environment for low-code programs called streams. You can choose between a variety of nodes that represent single actions, conditions or event triggers. Drag them onto your canvas and connect them in the order you need them to be executed. Build conditions or introduce logic into your workflows.

All streams inside one space can share data and access passwords or tokens that are stored encrypted in the Secrets Store.

Developers can go all in and write their own code or create new nodes for their helmut.cloud workflows. Write interfaces for your own applications and make them accessible for a wide range of users.


---

# 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.cloud/high5/stream-designer-studio.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.
