> For the complete documentation index, see [llms.txt](https://developer.eagle.cool/plugin-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.eagle.cool/plugin-api/publishing/package.md).

# Package Plugin

This article will elaborate in detail on how to package plugins and publish them to the Eagle Plugin Center.

## Exporting Your Plugin as an Eagle Plugin <a href="#fqk6i" id="fqk6i"></a>

To publish your plugin project to the Eagle Plugin Center, you first need to export the plugin in the `.eagleplugin` format.

1. Open the plugin panel (or press the `P` key)

   <figure><img src="https://1590693372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8ag8XBIM3olHOU7WmBBx%2Fuploads%2FFDxBY4UIeEkjGVlvUTme%2Fimage.png?alt=media&amp;token=b019a9a8-faea-4eef-aa37-cb864bb16f4f" alt=""><figcaption></figcaption></figure>
2. Right-click on the plugin you want to publish

   <figure><img src="https://1590693372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8ag8XBIM3olHOU7WmBBx%2Fuploads%2Fk7jF0IX97CnA5WjWrpRK%2Fimage.png?alt=media&amp;token=78794c8e-baa0-40be-87a6-4b93dc8f3387" alt=""><figcaption></figcaption></figure>
3. Select "Pack Plugin"

   <figure><img src="https://1590693372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8ag8XBIM3olHOU7WmBBx%2Fuploads%2FEh16pOzGieBD8R6q8Fsb%2Fimage.png?alt=media&amp;token=3603b608-0c89-4baf-ac3f-dfc5ca702e3b" alt=""><figcaption></figcaption></figure>
4. Choose the save path and complete the export

   <figure><img src="https://1590693372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8ag8XBIM3olHOU7WmBBx%2Fuploads%2FWPXtfVd2nWs1GubwboEv%2Fimage.png?alt=media&amp;token=753b2834-82de-402b-985f-d28701f543e9" alt=""><figcaption></figcaption></figure>
5. Check the Eagle Plugin file that you just exported.

   <figure><img src="https://1590693372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8ag8XBIM3olHOU7WmBBx%2Fuploads%2FFfLPdVRyyOtVvkyP7rBJ%2Fimage.png?alt=media&amp;token=92f941ce-337d-41db-8682-66a293d3dd06" alt=""><figcaption></figcaption></figure>

Next, go to the Eagle Plugin submission page, upload the `.eagleplugin` file, and provide the required information. The submission first goes through an [initial scan](/plugin-api/plugin-review/review.md#stage-1-initial-scan), then proceeds to human review. Complete the [pre-submission checklist](/plugin-api/publishing/prepare.md) before uploading.
