# Nodes

There are 3 types of nodes in Helmut 4. Condition nodes, action nodes and output nodes. Each node can be used as often as required within a stream, but the sequence of nodes should represent a logical connection. For example, after you have created a project (create project action), it makes no sense to try to export this project with AME (job render in AME action) because AME only understands files or sequences from a project, and not the project itself.

To get an overview about all used nodes within the stream designer it is helpful to trace the current version of certain nodes. Therefore the suffix with the version number (e.g. V2) is part of the node’s name. The user can always be aware of the current version and can check possible existing updates of a node.&#x20;

![Helmut4 Node in general](/files/KSYNwse5rIE3xcjynx8M)


---

# 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.0/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.
