# Distribution

- [Prepare Plugin](https://developer.eagle.cool/plugin-api/distribution/prepare.md): Some suggestions to read before publishing your plugin.
- [Package Plugin](https://developer.eagle.cool/plugin-api/distribution/package.md): This article will elaborate in detail on how to package plugins and publish them to the Eagle Plugin Center.
- [Publish Plugin](https://developer.eagle.cool/plugin-api/distribution/publish.md): This article will detail how to package and publish plugins to the Eagle Plugin Center.
- [Update Plugin](https://developer.eagle.cool/plugin-api/distribution/update.md): This article will guide you to update your published plugin
- [Developer Policies](https://developer.eagle.cool/plugin-api/distribution/developer-policies.md): This article aims to help you understand our developer policies and related specifications.


---

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