> 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/agente-de-realmjoin/realmjoin-client/deploy-apps.md).

# Notificación de la aplicación de RealmJoin

Las notificaciones de la aplicación del agente de RealmJoin, incluida la imagen principal personalizable, informan a los usuarios sobre las instalaciones de paquetes.

Cuando se implementan paquetes/configuraciones a través de RealmJoin Agent, las notificaciones informan al usuario o permiten interactuar con el proceso de instalación.

<figure><img src="https://3832142177-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FsCNzO3chNHEybDJCO9Y0%2FRealmJoin_App_Notification.png?alt=media&amp;token=8816b9d0-2af2-4be0-9657-2661b6193ab4" alt=""><figcaption></figcaption></figure>

La pantalla de arriba muestra la notificación de la aplicación RealmJoin con una personalizable **imagen principal** (para obtener más información sobre las imágenes principales, haga clic [aquí](https://learn.microsoft.com/en-us/windows/apps/develop/notifications/app-notifications/app-notifications-content?tabs=appsdk#hero-image))

Debajo de esta imagen principal puede ver información sobre los paquetes y un comentario sobre cuándo comenzará la instalación. También puede iniciarla inmediatamente.

## Configuración

Puede configurar la notificación de la aplicación y, en particular, la imagen principal con una [Configuración de grupo](/es/ugd-management/user-and-group-settings.md) dentro del portal RealmJoin:

```
SoftwarePackaging.Toast
```

{% code fullWidth="false" %}

```json
{
  "Countdown": {
    "Hero": {
      "Source": "https://[Su URL de almacenamiento en la nube]/[Su nombre de archivo (hash SHA-1 del archivo)].png"
    }
  }
}
```

{% endcode %}

{% hint style="warning" %}
Tenga en cuenta que el nombre de archivo debe coincidir con el valor SHA-1 del archivo de la imagen principal.\
Genérelo, cambie el nombre del archivo y súbalo después a su almacenamiento en la nube deseado (también puede usar la [Función RealmJoin WCS](/es/administracion-y-configuracion/workplace-cloud-storage.md))\
\
Tenga también en cuenta el tamaño del archivo y las dimensiones de la imagen definidas por Microsoft.
{% endhint %}

<figure><img src="https://3832142177-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2F54GsajcUyVvLMO4hY8Dn%2FScreenshot%202025-11-10%20at%2011.42.01.png?alt=media&amp;token=2040654a-c827-42b9-a9eb-e637ab504e11" 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/agente-de-realmjoin/realmjoin-client/deploy-apps.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.
