# Distributing Adobe CEP Extensions

Can either

1. [submit to adobe ](/documentation/distributing-adobe-cep-extensions/submit-to-adobe.md)
2. [distribute as a zxp file](/documentation/distributing-adobe-cep-extensions/distribute-as-a-zxp-file.md)

{% 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](/documentation/appendix/ffmpeg-and-ffprobe-in-electron.md) 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/distributing-adobe-cep-extensions.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.
