# Write File Output

With the help of the Write File Output Action it is possible to write all or part of the payload to a file at any point within a stream. Any file format that can be written by the operating system can be used for this.

#### Example:

If you want to write the stream log in a text file, you enter the path including file name and file extension within the node and use the wildcard: {stream.log} as input parameters. /Volumes/folder/folder/mytextfile.txt


---

# 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/outputs/file-and-folder/write-file-output.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.
