> 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): プロキシのガイダンスや到達可能である必要がある Azure と Office 365 の IP 範囲を含む、RealmJoin のインフラストラクチャおよびネットワーク要件。
- [RealmJoin Portal の範囲を制限する](https://docs.realmjoin.com/ja/zhan-kai/infrastructure/limiting-the-scope-of-realmjoin-portal.md): RealmJoin での管理単位の使用
- [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 アーキテクチャの概要: クラウド バックエンド、管理対象デバイスと管理者の接続方法、および RealmJoin があなたの Microsoft Tenant で使用するリソース。


---

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