# Nodes

There are three types of nodes in Helmut 4: [condition](/helmut4-releases/helmut4-components/streamdesigner/nodes/conditions.md) nodes, [action](/helmut4-releases/helmut4-components/streamdesigner/nodes/actions.md) nodes, and [output](/helmut4-releases/helmut4-components/streamdesigner/nodes/outputs.md) nodes.

Each node can be used as often as needed within a stream, but the sequence of nodes should reflect a logical connection.

For example, after creating a project (using the "create project" action), attempting to export this project with AME (using the "job render in AME" action) makes no sense. This is because AME only interprets files or sequences from a project, not the project itself.

To have an overview of all used nodes within the stream designer, it's helpful to track the current version of specific nodes. Therefore, the suffix with the version number (e.g., V2) is part of the node’s name.

The version tag identifies a node, and from time to time, nodes will be replaced by newer versions. If this occurs, the node will have a red dotted border, indicating that it should be replaced. This change will be documented in the [changelog](/helmut4-releases/release-notes/changelog.md).

For further information about deprecated nodes, navigate to the [deprecation warning](/helmut4-releases/helmut4-components/streamdesigner/deprecation-warning.md) section.

<img src="/files/KSYNwse5rIE3xcjynx8M" alt="Helmut4 Node" width="375">

<figure><img src="/files/I2ZLgU28CJgavp8PrsqC" alt="" width="362"><figcaption><p>Deprecated node</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.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.
