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

# 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/to/workplace-cloud-storage.md)も使用できます）。\
\
また、ファイルサイズと Microsoft によって定義されている画像の寸法にもご注意ください。
{% endhint %}

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