# プラグインを公開する

## Eagle Plugin Centerにプラグインを公開する <a href="#fqk6i" id="fqk6i"></a>

プラグインプロジェクトをEagle Plugin Centerに公開するには、まずプラグインを `.eagleplugin` 形式でエクスポートする必要があります。

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

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

1. 右上隅の「提出」をクリックします。

   <figure><img src="https://1611209449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMvbOurypjZWfptd5H280%2Fuploads%2FttcihzErVrPQZqj00JvR%2Fimage.png?alt=media&#x26;token=60df2fc9-2aaf-4e48-8a70-41130bc1e429" alt=""><figcaption></figcaption></figure>
2. 「プラグインを提出」を選択します。

   <figure><img src="https://1611209449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMvbOurypjZWfptd5H280%2Fuploads%2FUKwxngsSNQRKnqDwDxTP%2Fimage.png?alt=media&#x26;token=f1fe84df-dd46-418a-a48b-56399dfb5bf8" alt=""><figcaption></figcaption></figure>
3. 「アップロード」をクリックします。

   <figure><img src="https://1611209449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMvbOurypjZWfptd5H280%2Fuploads%2F73quFngASiHajlhoM4aj%2Fimage.png?alt=media&#x26;token=b2431d06-e6d9-4758-8bca-01ea0633ab0e" alt=""><figcaption></figcaption></figure>
4. プラグインを選択してアップロードします（プラグインは `.eagleplugin` ファイルである必要があります）。

   <figure><img src="https://1611209449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMvbOurypjZWfptd5H280%2Fuploads%2F4LJCOFc8m7et8wBjFpWp%2Fimage.png?alt=media&#x26;token=0eb858cb-edb5-4097-8bbe-c4948b4fc2ee" alt=""><figcaption></figcaption></figure>
5. 関連する紹介情報を入力します。

   <figure><img src="https://1611209449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMvbOurypjZWfptd5H280%2Fuploads%2Fn4pjmh0BuSnNIbtsg5ny%2Fimage.png?alt=media&#x26;token=e7020b14-68ed-4590-a2e0-e263b9ec5e4c" alt=""><figcaption></figcaption></figure>
6. このバージョンの更新内容を入力します。

   <figure><img src="https://1611209449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMvbOurypjZWfptd5H280%2Fuploads%2FCRZslnWCf2W68TWABLhT%2Fimage.png?alt=media&#x26;token=9eaee978-9be3-4c28-80e3-c08a6edeab00" alt=""><figcaption></figcaption></figure>
7. 審査を受けて結果を待ちます。

   <figure><img src="https://1611209449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMvbOurypjZWfptd5H280%2Fuploads%2F2eaVsLAS46gT52wEj3na%2Fimage.png?alt=media&#x26;token=54026d30-54e2-4036-9851-550694aaf2ca" alt=""><figcaption></figcaption></figure>

審査に合格した後、あなたのプラグインはEagle Plugin Centerにリストされることができます。

***

## ユーザーサポートを提供する <a href="#qwdab" id="qwdab"></a>

プラグイン開発者として、ユーザーサポートを提供する必要があります。審査のためにプラグインを提出する際には、サポート連絡先を追加する必要があります。これは、ユーザーが連絡できるメールアドレス、またはウェブサイトやヘルプセンターへのリンクである場合があります。このようにして、ユーザーはあなたが提供する情報を通じて技術サポートを得ることができます。


---

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