> 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/es/administracion-de-aplicaciones/packages/package-store/package-migration.md).

# Migración de paquetes

{% hint style="warning" %}
La migración de paquetes solo está disponible para **RealmJoin** paquetes
{% endhint %}

## Identificación de paquetes

Actualmente, solo los paquetes de RealmJoin pueden migrarse de una implementación básica a una administrada. Esto puede identificarse en la tabla de Paquetes:<br>

<figure><img src="/files/06f759371425625f22d96e1d9d8e439599c60249" alt=""><figcaption></figcaption></figure>

## Migración

1. Seleccione un paquete básico de RealmJoin
2. En Asignaciones de grupo, seleccione Más -> Convertir en aplicación administrada (este proceso ocurre inmediatamente).
   * Los grupos antiguos se anidan en los nuevos grupos administrados de RealmJoin. Los ajustes realizados en los grupos básicos serán adoptados por los grupos administrados.<br>

     <figure><img src="/files/856234c8b59b66d199702c5c136802fb2e708f58" alt=""><figcaption><p>Antes de la migración</p></figcaption></figure>

     <figure><img src="/files/83186f2269a1c9c2cca959ba80a8239e7f568940" alt=""><figcaption><p>Después de la migración</p></figcaption></figure>
   * Los usuarios se agregan al grupo más relevante

     <figure><img src="/files/4526a3d1cae995b9482c0f0f5fca6d8fc487a5de" alt=""><figcaption><p>Antes de la migración</p></figcaption></figure>

     <figure><img src="/files/4f9f86939cf146e78c829890c9fb653b70d36f09" alt=""><figcaption><p>Después de la migración</p></figcaption></figure>
3. (Opcional) Extraiga miembros de los grupos anidados directamente a los grupos administrados de RealmJoin. Este ajuste migra a los usuarios directamente al grupo administrado de RealmJoin y, opcionalmente, elimina el grupo anidado del grupo administrado.
   1. Seleccione el grupo relevante -> Más -> "Extraer miembros".
   2. Seleccione el ![](/files/bc10a9941b9323ad50b96d6fbe8ffd4d7e2e507d) en el grupo anidado deseado
   3. Elija "Eliminar asignación" para quitar el grupo anidado o "Conservar asignación" para mantener el grupo anidado en el grupo administrado de RealmJoin
   4. Haga clic en Ejecutar para iniciar la operación<br>

      <figure><img src="/files/aaf23347c23b6aaddcef27d13fad3680e91021ff" 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/es/administracion-de-aplicaciones/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.
