> 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/zhan-kai.md).

# 展開

- [始め方](https://docs.realmjoin.com/ja/zhan-kai/getting-started.md): 必要な機能と範囲に基づいて、標準版と拡張版の RealmJoin 導入ガイドのどちらを選ぶかを判断するための意思決定マトリクス。
- [拡張ガイド](https://docs.realmjoin.com/ja/zhan-kai/getting-started/extended-guide.md): Runbooks、Logging などの高度な要件を持つエンタープライズ グレード環境に RealmJoin を導入するための全手順を案内します。
- [オンボーディング](https://docs.realmjoin.com/ja/zhan-kai/onboarding-realmjoin-portal.md): 新しい Tenant に RealmJoin Portal を導入するための手順ガイド
- [高度なセットアップ](https://docs.realmjoin.com/ja/zhan-kai/onboarding-realmjoin-portal/advanced-setup.md): 高度なセットアップでは、権限をより細かく、かつカスタマイズされた方法で割り当てられます。この方法は柔軟性が高い一方でより複雑であり、RealmJoin PowerShell モジュールの実行が必要です。
- [必要な権限](https://docs.realmjoin.com/ja/zhan-kai/required-permissions.md): セルフサービスおよび管理機能のために RealmJoin Portal アプリが必要とする Microsoft Graph と Azure の権限。
- [インフラに関する考慮事項](https://docs.realmjoin.com/ja/zhan-kai/infrastructure.md): RealmJoin のインフラおよびネットワーク要件: 接続エンドポイント、Azure Front Door、プロキシに関するガイダンス、BranchCache ベースのピアツーピア コンテンツ配信。
- [RealmJoin Portal のスコープ制限](https://docs.realmjoin.com/ja/zhan-kai/infrastructure/limiting-the-scope-of-realmjoin-portal.md): RealmJoin での Administrative Units の使用
- [AVD テンプレート](https://docs.realmjoin.com/ja/zhan-kai/infrastructure/avd-templates.md): RealmJoin AVD テンプレートは、RealmJoin Client を介してアプリケーション セットを無人で適用し、Azure Virtual Desktop ホスト向けのゴールデン イメージを構築します。
- [アーキテクチャの概要](https://docs.realmjoin.com/ja/zhan-kai/architecture-overview.md): RealmJoin アーキテクチャの概要: クラウド バックエンド、管理対象デバイスと管理者の接続方法、そしてお使いの Microsoft Tenant で RealmJoin が使用するリソース。


---

# 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/zhan-kai.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.
