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

# RealmJoin-App-Benachrichtigung

Beim Bereitstellen von Paketen/Konfigurationen über den RealmJoin Agent informieren Benachrichtigungen den Benutzer oder ermöglichen die Interaktion mit dem Installationsprozess.

<figure><img src="/files/880e3bc30916a9a92cd85cf5a87c3d6b5347a17a" alt=""><figcaption></figcaption></figure>

Der obige Bildschirm zeigt die RealmJoin App-Benachrichtigung mit einem anpassbaren **Hero-Bild** (für weitere Informationen zu Hero-Bildern klicken Sie [hier](https://learn.microsoft.com/en-us/windows/apps/develop/notifications/app-notifications/app-notifications-content?tabs=appsdk#hero-image))

Unter diesem Hero-Bild sehen Sie Informationen zu Paketen und einen Hinweis, wann die Installation gestartet wird. Sie können sie auch sofort starten.

## Konfiguration

Sie können die App-Benachrichtigung und insbesondere das Hero-Bild mit einer [Gruppeneinstellung](/de/ugd-management/user-and-group-settings.md) im RealmJoin Portal konfigurieren:

```
SoftwarePackaging.Toast
```

{% code fullWidth="false" %}

```json
{
  "Countdown": {
    "Hero": {
      "Source": "https://[Ihre Cloudspeicher-URL]/[Ihr Dateiname (SHA-1-Hash der Datei)].png"
    }
  }
}
```

{% endcode %}

{% hint style="warning" %}
Bitte beachten Sie, dass der Dateiname mit dem SHA-1-Wert der Hero-Bilddatei übereinstimmen muss.\
Bitte erstellen Sie ihn, benennen Sie die Datei um und laden Sie sie anschließend in Ihren gewünschten Cloud Storage hoch (Sie können auch die [RealmJoin WCS Feature](/de/verwaltung-and-einstellungen/workplace-cloud-storage.md))\
\
Bitte beachten Sie auch die von Microsoft festgelegte Dateigröße und die Bildabmessungen.
{% endhint %}

<figure><img src="/files/b3fde4ec8ff14747ef50a373d138b4f93f9da130" 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/de/realmjoin-agent/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.
