# Publish Plugin

## Publish your plugin to the Eagle Plugin Center <a href="#fqk6i" id="fqk6i"></a>

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

## Submit a new version <a href="#x0bye" id="x0bye"></a>

If you need to submit a new version, you can follow these steps:

1. Click "Submit" from the top right corner

   <figure><img src="/files/d7MEd3mQ3glDTClEfxHt" alt=""><figcaption></figcaption></figure>
2. Select "Submit Plugin"

   <figure><img src="/files/ANmMDyyjr62v9t5eI5qL" alt=""><figcaption></figcaption></figure>
3. Click "Upload"

   <figure><img src="/files/gRygMgEGfcSkmWmVP0Yi" alt=""><figcaption></figcaption></figure>
4. Select your plugin and upload (the plugin must be a `.eagleplugin` file)

   <figure><img src="/files/EB3W22fzXkVWJW0k3S3J" alt=""><figcaption></figcaption></figure>
5. Fill in the relevant introduction information

   <figure><img src="/files/OWXUTIywb95AgSrvO81c" alt=""><figcaption></figcaption></figure>
6. Fill in the content of this version update

   <figure><img src="/files/0FLMl6BQ5EtIFoktOwlt" alt=""><figcaption></figcaption></figure>
7. Submit for review and wait for the review results

   <figure><img src="/files/Pwuz7KyhcE4RRJgF7r8G" alt=""><figcaption></figcaption></figure>

After passing the review, your plugin can be listed on the Eagle Plugin Center.

***

## Provide User Support <a href="#qwdab" id="qwdab"></a>

As a plugin developer, you need to provide user support. When submitting a plugin for review, you need to add a support contact. This can be an email address that users can contact, or a link to a website or help center. In this way, users can obtain technical support through the information you provide.


---

# 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://developer.eagle.cool/plugin-api/distribution/publish.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.
