# Package management

{% hint style="success" %} <mark style="color:purple;">**Publishing and upgrading**</mark> Aragon apps.
{% endhint %}

## How does it work?

**To ease upgrades** for Aragon apps, both **app smart contracts and frontend** can be upgraded using **aragonPM**.

aragonPM is a DAO built on top of aragonOS (taking advantage of upgradeability and the ACL).

aragonPM allows for multiple package registries to exist with different governance models for package publishing and releasing new versions.

There is an official Aragon curated aragonPM, `aragonpm.eth`, which has very strict restrictions of what gets published and very high-quality standards that we use for publishing our core components.

Different aragonPM registries in which everyone can publish their packages are expected to be created by the community. You can create your own registry and have full control over it.

You can read more about aragonPM [here](/developers/tools/aragonpm.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://legacy-docs.aragon.org/developers/tools/the-basics/package-management.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.
