# Notification d’application RealmJoin

Lors du déploiement de packages/configurations via RealmJoin Agent, des notifications informent l’utilisateur ou lui permettent d’interagir avec le processus d’installation.

<figure><img src="/files/3faf574e50288a65ebb6a7bfdfb11dab36784569" alt=""><figcaption></figcaption></figure>

L’écran ci-dessus montre la notification de l’application RealmJoin avec un **image d’en-tête** (pour plus d’informations sur les images d’en-tête, cliquez [ici](https://learn.microsoft.com/en-us/windows/apps/develop/notifications/app-notifications/app-notifications-content?tabs=appsdk#hero-image))

Sous cette image d’en-tête, vous pouvez voir des informations sur les packages et un commentaire indiquant quand l’installation commencera. Vous pouvez également la lancer immédiatement.

## Configuration

Vous pouvez configurer la notification de l’application et en particulier l’image d’en-tête avec un [paramètre de groupe](/fr/ugd-management/user-and-group-settings.md) dans le 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" %}
Veuillez noter que le nom de fichier doit correspondre à la valeur SHA-1 du fichier image d’en-tête.\
Veuillez le générer, renommer le fichier et le téléverser ensuite vers le stockage cloud de votre choix (vous pouvez également utiliser la [fonctionnalité RealmJoin WCS](/fr/parametres-realmjoin/workplace-cloud-storage.md))\
\
Veuillez également tenir compte de la taille du fichier et des dimensions de l’image définies par Microsoft.
{% endhint %}

<figure><img src="/files/276d76e0b583fbd9e4e01b2eba7523f8fa680994" alt=""><figcaption></figcaption></figure>


---

# 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://docs.realmjoin.com/fr/agent-realmjoin/realmjoin-client/deploy-apps.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.
