> 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/client-menu/realmjoin-tray.md).

# RealmJoin Tray

## クライアントメニュー

正常にインストールされると、RealmJoin はユーザーログイン時に自動的に起動し、バックグラウンドで常時アクティブになります。ID カードのアイコンで表示されます。

<figure><img src="/files/0d9e619088d949ce6ccb8b27022e7d313bdbb0b5" alt=""><figcaption></figcaption></figure>

アイコンをクリックすると RealmJoin クライアントメニューが開きます。下部には基本情報、上部にはいくつかのリンクがあります。これらのリンクは 2 つの異なるセクションに分かれています - **Web リンク** と **ソフトウェアパッケージ**.

![](/files/fb8b8859245f44a3b7aa0038ddad955fd2c21648)

**Web リンク** にはカスタマイズ可能な Web リンクが含まれています。たとえば、Google です。ユーザーが Web リンク **Google**をクリックすると、RealmJoin は自動的に Google 検索を開きます。

ソフトウェアパッケージにはカスタマイズ可能なソフトウェアカテゴリが含まれます。たとえば、 **ブラウザー** には Mozilla Firefox や Google Chrome へのリンクがあります。リンクをクリックすると、RealmJoin は自動的にインストールまたは更新処理を開始します（ソフトウェアがすでにインストールされている場合）。

さらに、RealmJoin にはリモート機能（**リモートセッションを開始**）があります。詳細については、 [AnyDesk の記事](/ja/realmjoin-agent/realmjoin-client/anydesk-integration.md).

さらに便利な機能は **このデバイスを同期:**

![](/files/c88ae20133aab785f8acd648e1ee60798da91120)

をクリックすると **このデバイスを同期** RealmJoin は必須パッケージをインストールまたは更新します。さらに、 **このデバイスを同期** バックグラウンド処理を高速化するのに役立ちます（例: 新しい Web リンクを待機している場合や管理者アカウントを待機している場合）。

## App Catalog エントリ

トレイメニューには、 **App Catalog** エントリも表示でき、デバイスの [App Catalog](/ja/realmjoin-agent/client-menu/self-service-portal.md#app-catalog-tab) を直接開きます。このエントリは、 [`AppCatalog`](https://docs.realmjoin.com/ugd-management/user-and-group-settings/additional-settings#appcatalog-feature) クライアント設定を通じて有効化およびカスタマイズされます:

* 次で有効にします `AppCatalog.Enabled`.
* エントリ名を次で変更します [`AppCatalog.Ui.DisplayName`](https://docs.realmjoin.com/ugd-management/user-and-group-settings/additional-settings#appcatalog-feature) （既定値は `"App Catalog"`).

参照 [ワンクリックアクセス: トレイからのセルフサービス ポータル](/ja/realmjoin-agent/client-menu/self-service-portal.md#one-click-access-self-service-portal-from-the-tray) の詳細。


---

# 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/client-menu/realmjoin-tray.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.
