# Project (8)

A project condition always refers to the information that has been 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 needs to be made based on this information in the workflow, it is queried using a conditional action and checked for its truth value.

**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 named "Sport," it is possible to query this user decision in the workflow and establish a condition for further processing. For instance, the selection of the group "Sport" could determine that different action nodes are executed for this group compared to all other groups 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/helmut4-components/streamdesigner/nodes/conditions/project-8.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.
