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

# RealmJoin Agent

- [Agent の展開](https://docs.realmjoin.com/ja/realmjoin-agent/installation.md): Package Store のすぐ使える intunewin パッケージを使い、Intune 経由で RealmJoin Agent を Windows クライアントに展開します。
- [推奨パッケージ](https://docs.realmjoin.com/ja/realmjoin-agent/recommended-packages.md): RealmJoin Agent と併せて導入することで最大限活用できる、Package Store からの推奨パッケージ。
- [機能](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client.md): Windows クライアント向けの RealmJoin Agent のオプション機能: ESP、アプリ配布、LAPS、通知、AnyDesk、コンプライアンス チェック。
- [ローカル管理者パスワード ソリューション (LAPS)](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md): RealmJoin LAPS は、強力なローカル アカウント パスワードを生成し、お客様自身の Azure Key Vault に保存します。監査は Application Insights または Log Analytics で行われます。
- [KeyVault](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/keyvault.md): RealmJoin LAPS が生成したローカル アカウント パスワードを安全に保存するための Azure Key Vault とアクセス ポリシーを作成します。
- [Application Insights](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/application-insights.md): RealmJoin LAPS の監査用に Azure Application Insights インスタンスを作成し、そのインストルメンテーション キーをサポートに送信します。
- [複数ユーザー共有デバイス](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/multi-user-devices.md): RealmJoin Agent ベースのソフトウェア配布で複数ユーザーデバイスをプロビジョニングします。
- [RealmJoin ESP](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/realmjoin-esp.md): RealmJoin ESP は独自の Enrollment Status Page を表示し、必須のインストールと構成を Windows デスクトップが表示される前に完了させます。
- [RealmJoin アプリ通知](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/deploy-apps.md): カスタマイズ可能なヒーロー画像を含む RealmJoin Agent のアプリ通知が、パッケージのインストールをユーザーに知らせます。
- [通知](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/showing-notifications.md): RealmJoin から、カテゴリ別にスケジュールされたデスクトップ通知をユーザーへ送信し、情報や重要な問題を共有します。
- [Native Choco Runtime](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/native-choco-runtime.md): Native Choco Runtime は、RealmJoin 独自のプロセス内パッケージ インストール エンジンで、既存パッケージとの完全互換を保ちながら、旧式の Chocolatey 0.10.3 バイナリを置き換えます。
- [AnyDesk 連携](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/anydesk-integration.md): RealmJoin との AnyDesk 連携により、デバイスごとの ID を使用して、共有 ID ではなく LAPS 経由でリモート デバイスアクセスと権限昇格が可能になります。
- [AnyDesk の構成](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/anydesk-integration/customer-tasks.md): RealmJoin 用の AnyDesk 構成: エンドユーザー向けクライアントを公開 URL でホストし、サポーター向けクライアントはカスタム パッケージとして要求します。
- [高度なテレメトリ](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/advanced-telemetry.md): RealmJoin Agent が既定でデバイスについて報告する内容、RealmJoin Telemetry Package が追加する内容、そしてその情報が RealmJoin Portal のどこに表示されるか。
- [ユーザー インターフェース](https://docs.realmjoin.com/ja/realmjoin-agent/client-menu.md): ユーザーがデバイス上で RealmJoin を操作する 2 つの方法: 従来の RealmJoin Tray と Web ベースの Self-Service Portal。
- [RealmJoin Tray](https://docs.realmjoin.com/ja/realmjoin-agent/client-menu/realmjoin-tray.md): RealmJoin Tray メニューは、カスタマイズ可能な Web リンクを提供し、デバイスからソフトウェア パッケージのインストールまたは更新を行います。
- [Self Service Portal](https://docs.realmjoin.com/ja/realmjoin-agent/client-menu/self-service-portal.md): RealmJoin Self-Service Portal では、Entra ID のシングル サインオンを通じて、ユーザーがデバイス、ソフトウェア、ID 属性を管理できます。


---

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