# プラグインを更新する

## 新しいバージョンを提出する <a href="#x0bye" id="x0bye"></a>

新しいバージョンを提出するには、以下の手順に従う必要があります。まず、個人ページを訪問し、更新するプラグインをクリックし、「新しいバージョンを提出」を選択し、新しい `.eagleplugin` ファイルをアップロードし、このバージョンの更新内容を記入してレビューを提出します。レビューが完了すると、新しいバージョンが更新されます。

新しいバージョンを提出する必要がある場合は、以下の手順に従ってください。

1. 右上の「アバター」をクリックします。

   <figure><img src="/files/Rj8310PuW6KH7JsqdxUW" alt=""><figcaption></figcaption></figure>
2. 「プロフィール」を選択します。

   <figure><img src="/files/9DMuu96rrrHfbVEGfvmm" alt=""><figcaption></figcaption></figure>
3. 更新するプラグインの右上にある「編集」を選択します。

   <figure><img src="/files/ai6PSCyon8ne9hh852IA" alt=""><figcaption></figcaption></figure>
4. アップロードエリアの「新しいバージョンをアップロード」をクリックします。

   <figure><img src="/files/jumUv3oooi6PmipQdc2X" alt=""><figcaption></figcaption></figure>
5. 提出するプラグインを選択します（プラグインは .eagleplugin ファイルである必要があります）。

   <figure><img src="/files/fQrPgOVpkWNvBtVtfVnc" alt=""><figcaption></figcaption></figure>
6. このバージョンの更新内容を記入します。

   <figure><img src="/files/KZ1sSoWF21LnTjA4rWqE" alt=""><figcaption></figcaption></figure>
7. レビューのために提出し、レビュー結果を待ち、更新を実行します。

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

レビューに合格した後、更新されたプラグインが Eagle Plugin リストに表示されます。


---

# 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/ja-jp/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.
