# Project

A **Project Action** always refers to a project object no matter if the project will be created, has already been created or needs to be changed or modified. Therefore it is possible to use a Project Action whenever there is project-related information in the stream, i.e. the trigger is related to a project.

#### Example:

If a project is created, all project-related information entered in the "Add Project" dialog is available in the stream and can be used in an action node. If the project object is to be written to a certain location, for example, the "project file copy action" can be used and the information that was defined in the input dialog can be used in this. It would also be conceivable to create the project in a third party application and to use the same or a different name that was entered for the project.


---

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