# 配布

- [プラグインの準備](https://developer.eagle.cool/plugin-api/ja-jp/distribution/prepare.md): プラグインを公開する前に読んでおくべきいくつかの提案です。
- [プラグインパッケージ](https://developer.eagle.cool/plugin-api/ja-jp/distribution/package.md): この記事では、プラグインをパッケージ化してEagle Plugin Centerに公開する方法について詳しく説明します。
- [プラグインを公開する](https://developer.eagle.cool/plugin-api/ja-jp/distribution/publish.md): この記事では、Eagle Plugin Centerにプラグインをパッケージ化して公開する方法について説明します。
- [プラグインを更新する](https://developer.eagle.cool/plugin-api/ja-jp/distribution/update.md): この記事では、公開されたプラグインを更新する方法を案内します。
- [開発者ポリシー](https://developer.eagle.cool/plugin-api/ja-jp/distribution/developer-policies.md): この記事は、開発者ポリシーと関連する仕様を理解するのに役立つことを目的としています。


---

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