# Job Action

A **Job Action** always relates to a job object, i.e. to a job executed via IO, which in turn always relates to an asset (file or sequence). Since a job can also be triggered from within a project, there is the case that project-related information (name of the project, metadata, etc.) is also available in a job.

A job is always shown in the IO dashboard. Metadata as well as the progress and a message are displayed. If, for example, an import of a file is initiated, the "job file copy action" can be used to copy this file to a defined location on the storage system. The progress is shown in the dashboard. If this file is to be recoded after it has reached the destination, the "job render in name action" can be used to do this. Again, the progress is displayed in the dashboard.


---

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