> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.8.0/helmut4-components/helmut4-panel/panel-export.md).

# Panel-Export

The export tab serves as the central management interface for initiating any export job from within Premiere Pro and After Effects.

Utilizing the export panel requires the presence of at least one [Export](/helmut4-releases/v4.8.0/helmut4-components/helmutio/streams/io-event-triggers/export.md) profile for the project group.

It is possible to export either a single sequence/composition or multiple sequences/compositions with a single click.

<figure><img src="/files/Lznju8ptDj4bxX8Dcsav" alt=""><figcaption><p>Panel Extension in Premiere Pro / After Effects - Export single sequence</p></figcaption></figure>

### Choose sequence

Clicking this button will show a dropdown menu of all sequences/compositions within this project.

By default, it will select the currently used sequence/composition.

<figure><img src="/files/Sg1K79YetHm88xVQ6rHf" alt=""><figcaption><p>Panel Extension in Premiere Pro / After Effects - Choose Profile</p></figcaption></figure>

### Choose profile

Clicking this button will show a dropdown menu of all related export profiles that are available for the current group.

{% hint style="info" %}
The export profiles are listed based on their names, with all available profiles displayed in ascending alphanumeric order according to their respective names.

The exclusive method to alter the listing is by renaming the profiles within [HelmutIO - Profiles](/helmut4-releases/v4.8.0/helmut4-components/helmutio/profiles.md).
{% endhint %}

### Metadata Section

The metadata assigned to this profile will be displayed here. You can customize the order of this metadata in the [Metadata Set](/helmut4-releases/v4.8.0/helmut4-components/helmutio/metadata/metadata-set.md) configuration.

### Cancel / Export

Clicking "Cancel" closes the dialog without saving.

Clicking "Export" will add the export to the job queue.

<figure><img src="/files/mPFGTSZZfGXMb0KEgAwN" alt=""><figcaption><p>Panel Extension in Premiere Pro / After Effects - Export multiple sequence</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.8.0/helmut4-components/helmut4-panel/panel-export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
