# Project from JSON Action

With the help of the Project from JSON Action it is possible to load the entire information of a JSON file into a stream and to use it further. This is especially true for JSON files created by Helmut (Project as JSON Action node).

A conceivable workflow would be, for example, that the information belonging to a project is written to a JSON file when the project is created, which is stored in a watch folder. For every file that is placed in this watch folder, it would now be possible to load the information from the JSON file into the stream that is executed for this file. This would make it possible, for example, to use the project ID within the stream and to clearly assign the files to a 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.9.1/helmut4-components/streamdesigner/nodes/actions/project-21/project-from-json-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.
