# Project

A project condition always refers to the information that is / was assigned to a project. This means, for example, that it is possible to check whether a project belongs to a certain group or who created the project. If a decision is to be made in the stream on the basis of this information, it is queried via a condition action and checked for true or false.

#### Example:

If a project is created via the "add project" dialog in HelmutFX and the selected group in the dialog (this field must be filled out) is called "Sport", it is possible to query this decision made by the user in the stream and to set a condition for the further process of the workflow. For example, the fact that the selected group is "Sport" could mean that different Action Nodes are executed for this group than for all other groups that were created in the system.


---

# 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/conditions/project.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.
