# Project Create Action

With the help of the Project Create Action it is possible to create a project without using the "Add Project" dialog in Helmut FX. The node itself triggers the streams whose trigger is "create\_project" and transfers the parameters required for this. These are:

* name
* group
* category
* template
* project type

It is imperative that the template which is defined is physically present in the group that has been selected. This makes it possible, for example, in a workflow based on an existing project object to generate a copy in which the parameters defined in the node from the project object are used in the form of wildcards. Another conceivable variant would be to create a project in Helmut in which an XML is read from a third party system via a watch folder workflow.

The Project Create Action can be queried in every stream in which a project object is present.


---

# 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.9.1/helmut4-components/streamdesigner/nodes/actions/project-21/project-create-action.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.
