# RealmJoin アプリ通知

RealmJoin Agent を介してパッケージ/構成を展開すると、通知によってユーザーに情報が提供されるか、インストール प्रक्रियाとやり取りできるようになります。

<figure><img src="/files/992947c00cc47e6a367e4d80a902ede74d015fcc" alt=""><figcaption></figcaption></figure>

上の画面は、カスタマイズ可能な **ヒーロー画像** 付きの RealmJoin アプリ通知を示しています（ヒーロー画像の詳細については、 [こちら](https://learn.microsoft.com/en-us/windows/apps/develop/notifications/app-notifications/app-notifications-content?tabs=appsdk#hero-image))

をクリックしてください）。このヒーロー画像の下には、パッケージに関する情報と、インストールが開始されるタイミングに関するコメントが表示されています。すぐに開始することもできます。

## 構成

アプリ通知、特にヒーロー画像は、次の設定で構成できます。 [グループ設定](/ja/ugd-management/user-and-group-settings.md) 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" %}
ファイル名はヒーロー画像ファイルの SHA-1 値と一致している必要があることにご注意ください。\
生成してからファイル名を変更し、その後、希望するクラウド ストレージにアップロードしてください（ [RealmJoin WCS Feature](/ja/realmjoin-she-ding/workplace-cloud-storage.md)も使用できます）。\
\
また、Microsoft によって定義されたファイルサイズと画像の寸法にもご注意ください。
{% endhint %}

<figure><img src="/files/7787eb0d808a0ffafc04d5029d0970055f5d7605" 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/ja/realmjoin-jento/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.
