> 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).

もう1つの便利な機能は **このデバイスを同期:**

![](/files/c88ae20133aab785f8acd648e1ee60798da91120)

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


---

# 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.
