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

# Notification d'application RealmJoin

Lors du déploiement de packages/configurations via RealmJoin Agent, les 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 une **image principale** (pour plus d’informations sur les images principales, cliquez [ici](https://learn.microsoft.com/en-us/windows/apps/develop/notifications/app-notifications/app-notifications-content?tabs=appsdk#hero-image))

Sous cette image principale, 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 surtout l’image principale avec un [paramètre de groupe](/fr/ugd-management/user-and-group-settings.md) dans le portail RealmJoin :

```
SoftwarePackaging.Toast
```

{% code fullWidth="false" %}

```json
{
  "Countdown": {
    "Hero": {
      "Source": "https://[Votre URL de stockage cloud]/[Votre nom de fichier (hachage SHA-1 du fichier)].png"
    }
  }
}
```

{% endcode %}

{% hint style="warning" %}
Veuillez noter que le nom de fichier doit correspondre à la valeur SHA-1 du fichier de l’image principale.\
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 le [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
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:

```
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.
