> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/application-management/packages/package-store/package-migration.md).

# Package Migration

{% hint style="warning" %}
Package migration is only available for **RealmJoin** packages
{% endhint %}

## Identifying Packages

Currently only RealmJoin packages can be migrated from Basic to Managed deployment. This can be identified from the Packages table:<br>

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

## Migration

1. Select a Basic RealmJoin package
2. Under Group Assignments, select More -> Convert to managed app (This process happens immediately).
   * Old groups are nested into the new Managed RealmJoin Groups. Settings made to the Basic groups will be adopted by the Managed groups.<br>

     <figure><img src="/files/FYXStYjbedDeQA9fiX6r" alt=""><figcaption><p>Before Migration</p></figcaption></figure>

     <figure><img src="/files/icihZOudp4SAFO527v6Y" alt=""><figcaption><p>After Migration</p></figcaption></figure>
   * Users are added to the most relevant group

     <figure><img src="/files/wgKxKCiE0HNsEg2ukE2n" alt=""><figcaption><p>Before Migration</p></figcaption></figure>

     <figure><img src="/files/Q0OBIeH6ReL0vLEustXz" alt=""><figcaption><p>After Migration</p></figcaption></figure>
3. (Optional) Pull members from nested groups directly into the RealmJoin managed groups. This setting migrates users directly to the RealmJoin managed group and optionally removes the nested group from the Managed group.
   1. Select relevant group -> More -> "Pull members up".
   2. Select the ![](/files/EtR6nf6jrDB8Sso6xGPr) on the desired nested group
   3. Choose "Remove Assignment" to remove the nested group or "Keep Assignment" to keep the nested group in the RealmJoin managed group
   4. Click Execute to begin the operation<br>

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/application-management/packages/package-store/package-migration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
