# After Effects Enable Panel Network Access Action

The After Effects Enable Panel Network Access Action node configures the After Effects preferences to allow scripts to write files and access the network. This setting is essential for the Helmut4 panel to run and process assets, such as when using Autoimport

{% hint style="warning" %}
Note that this node can only be used while After Effects is closed.
{% endhint %}

<figure><img src="/files/1YgfVL8wWWYUDBZkjK7r" alt="" width="343"><figcaption><p>After Effects Enable Panel Network Access Action</p></figcaption></figure>

The settings path must be adjusted to match the correct After Effects version, taking into account the main and sub-versions as well as the language.

For example:

* For v25.2 (English):
  * {local.ae.preferences.25.2}/Adobe After Effects 25.2 Prefs.txt
* For v25.1 (German):
  * {local.ae.preferences.25.2}/Adobe After Effects 25.1 Einstellungen.txt

The wildcard [{local.ae.preferences.?}](/helmut4-releases/helmut4-components/streamdesigner/wildcards/local-environment-related-wildcards-6/local-ae-preferences.md) can be used to obtain the root path for the preferences file.


---

# 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/helmut4-components/streamdesigner/nodes/actions/adobe-after-effects/after-effects-enable-panel-network-access-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.
