# RealmJoin App Notification

When deploying packages/configurations via RealmJoin Agent, notifications inform the user or allow to interact with the installation process.

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

The screen above shows the RealmJoin app notification with a customizable **hero image** (for more information about hero images, click [here](https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/adaptive-interactive-toasts#hero-image))

Below this hero image you can see information on packages and a comment when the installation will start. You can also start it immediately.&#x20;

## Configuration

You can configure the app notification and especially the hero image with a [Group setting](https://docs.realmjoin.com/ugd-management/user-and-group-settings) within the RealmJoin Portal:

```
SoftwarePackaging.Toast
```

{% code fullWidth="false" %}

```json
{
  "Countdown": {
    "Hero": {
      "Source": "https://[Your Cloudstorage URL]/[Your Filename (SHA-1 Hash of the file)].png"
    }
  }
}
```

{% endcode %}

{% hint style="warning" %}
Please note that the filename must match the SHA-1 value of the hero image file. \
Please generate it, rename the file and upload it afterwards to your desired Cloud Storage (You can also use the [RealmJoin WCS Feature](https://docs.realmjoin.com/realmjoin-settings/workplace-cloud-storage))\
\
Please also be aware of the file size and the image dimensions defined by Microsoft.&#x20;
{% endhint %}

<figure><img src="https://2868468309-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FjsuWxEmvH01HVj6AfpqY%2FScreenshot%202025-11-10%20at%2011.42.01.png?alt=media&#x26;token=40a6b9c0-4316-4f55-8655-34ed9cd9ae66" alt=""><figcaption></figcaption></figure>
