# AUTOIMPORT

The Autoimport feature is activated whenever an asset is imported into a Premiere Pro or After Effects project.

If an Autoimport profile is assigned while the [Helmut4 Panel](/helmut4-releases/v4.9.1/helmut4-components/helmut4-panel.md) is active, it will generate a new job.

Streams related to this trigger allows to use several wildcards e.g. {job.assetId} and  {job.assetNodeId}.

For a more advanced workflow, consider incorporating a [Prestream](/helmut4-releases/v4.9.1/helmut4-components/helmutio/streams/io-event-triggers/prestream.md) within the Autoimport profile.

## Limitations

### Profile & Group

{% hint style="warning" %}
Only one auto-import profile can be assigned to a group. Assigning multiple auto-import profiles to the same group may cause issues and should be avoided.
{% endhint %}

### Import Cosmo Panel

Assets imported via the [Cosmo Panel](/helmut4-releases/v4.9.1/helmut4-components/helmut4-panel/panel-cosmo.md#import-assets) will not trigger the Autoimport. Alternatively, the [Panel\_Import](/helmut4-releases/v4.9.1/helmut4-components/helmutio/streams/io-event-triggers/panel_import.md) can be utilized for this purpose.

The Autoimport feature will always be triggered by sequences and compositions. This behavior is a result of the internal processing of project files within the host application.

### Host Assignment

{% hint style="warning" %}
Any stream with this trigger must have "CLIENT" as the host type. Since this stream needs to be assigned to any user/client, server execution is not possible.
{% endhint %}


---

# 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/helmutio/streams/io-event-triggers/autoimport.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.
