# Update Plugin

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

To submit a new version, you need to follow the above steps. First, you need to visit your personal page, click on the plugin you want to submit a new version of, select "Submit New Version", upload the new version of the `.eagleplugin` file, fill in the content of this version update, and submit for review. After the review is completed, your new version can be updated.

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

1. Click on the "Avatar" at the top right

   <figure><img src="/files/iveP3aS3CVq4TrUUeYRy" alt=""><figcaption></figcaption></figure>
2. Select "Profile"

   <figure><img src="/files/WjoA3gm3sBm82ED7XxJG" alt=""><figcaption></figcaption></figure>
3. Choose "Edit" at the top right of the plugin you want to update

   <figure><img src="/files/DAmxApOg0aaRnRq3aDOV" alt=""><figcaption></figcaption></figure>
4. Click "Upload New Version" in the upload area

   <figure><img src="/files/Dn6NFj1AjVf6G4aoXBqM" alt=""><figcaption></figcaption></figure>
5. Select the plugin you want to submit (the plugin must be a .eagleplugin file)

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

   <figure><img src="/files/gjY10MlCXFcM05muAYbn" alt=""><figcaption></figcaption></figure>
7. Submit for review, wait for the review results, and implement the update

   <figure><img src="/files/2SgtrtpZQvMJsEd8lJan" alt=""><figcaption></figcaption></figure>

After passing the review, your updated plugin will be displayed on the Eagle Plugin list.


---

# 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/update.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.
