# Submit to Adobe

## Submit to adobe&#x20;

Once you have a packaged and sign a Adobe CEP extension you can upload it to the Adobe Exchange marketplace.

Submit to[ **adobe exchange program**](https://partners.adobe.com/exchangeprogram/creativecloud/appslist.html)**,** click **create listing**.

{% hint style="info" %}
in the **Notes & EULA** section of the submission form, it asks *Where To Find It .* it seems like this is expecting something like instructions about how to load the extension in the Adobe Program such as `Window, Extensions, autoEdit2`
{% endhint %}

## Notes

{% hint style="warning" %}
at the moment in packaging, ffmpeg and ffprobe static binaries, for the extension all binaries for all operating systems, linux, windows and mac are packaged within the app.&#x20;

The extension size is currently 275 MB . But by using [same logic as for the cross platform development with Electron](https://autoedit.gitbook.io/documentation/master-1.0.13-1/appendix/ffmpeg-and-ffprobe-in-electron) it could be shrink down to 106 MB or so.
{% endhint %}

## User's instruction for installation

See user manual&#x20;

{% embed url="<https://autoedit.gitbook.io/user-manual/autoedit-adobe-panel/install>" %}


---

# 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://autoedit.gitbook.io/documentation/master-1.0.13-1/adobe-panel/packaging-and-distributing-adobe-cep-extensions/submit-to-adobe.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.
