> 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 un élément personnalisable **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 portail RealmJoin :

```
SoftwarePackaging.Toast
```

{% code fullWidth="false" %}

```json
{
  "Décompte": {
    "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 de l'image d’en-tête.\
Veuillez le générer, renommer le fichier puis le téléverser dans le service de stockage cloud de votre choix (vous pouvez également utiliser le [fonctionnalité RealmJoin WCS](/fr/administration-et-parametres/workplace-cloud-storage.md))\
\
Veuillez également prendre en compte la taille du fichier et les 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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/fr/agent-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.
