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

# 管理と設定

- [設定の概要](https://docs.realmjoin.com/ja/to/settings.md): ポータルのカスタマイズと、機能、権限、Microsoft Azure リソースの管理のための RealmJoin Portal 設定の概要。
- [一般](https://docs.realmjoin.com/ja/to/general.md): パブリック リポジトリからの runbook 同期やパッケージ自動化の既定値を含む、RealmJoin の一般設定。
- [ロールと権限](https://docs.realmjoin.com/ja/to/permission.md): 事前定義ロールまたは柔軟なカスタム ロールを使って、Entra ユーザーに RealmJoin Portal へのアクセスを委任します。
- [事前定義ロール](https://docs.realmjoin.com/ja/to/permission/pre-defined-roles.md): RealmJoin の事前定義ロールを Entra グループに割り当て、必要に応じて PIM 経由で使用し、各ロールが付与する権限を確認します。
- [カスタム ロール](https://docs.realmjoin.com/ja/to/permission/custom-roles.md): RealmJoin のカスタム ロールは、詳細な権限を JSON として定義し、内蔵の JSON エディターで Entra グループまたはユーザーに関連付けます。
- [利用可能な権限](https://docs.realmjoin.com/ja/to/permission/custom-roles/available-permissions.md): RealmJoin のカスタム ロールに割り当てられる詳細な権限の完全なリファレンス。領域ごとにまとめています。
- [RealmJoin Portal での Privileged Identity Management (PIM) の実装](https://docs.realmjoin.com/ja/to/permission/implementing-privileged-identity-management-pim-with-realmjoin-portal.md): RealmJoin Portal で Microsoft Entra PIM for Groups を実装し、必要時のみの管理者アクセスと、常設権限の削減を実現します。
- [グループ名前空間](https://docs.realmjoin.com/ja/to/groups.md): RealmJoin のグループ名前空間は、名前プレフィックスを説明的なタイトルにマッピングし、アプリ割り当てグループのような Microsoft Entra グループを分類できるようにします。
- [Workplace Cloud Storage](https://docs.realmjoin.com/ja/to/workplace-cloud-storage.md): RealmJoin Workplace Cloud Storage は、管理されたお気に入り、背景、Outlook 署名など、Intune ポリシーで参照されるファイルを管理します。
- [Self Service Forms](https://docs.realmjoin.com/ja/to/self-service-forms.md): RealmJoin Self Service Forms は、サポートにより有効化されると、インシデント報告や変更要求などの構造化データをユーザーから収集します。
- [MSP と高度な機能](https://docs.realmjoin.com/ja/to/msp-and-advanced-features.md): このセクションでは、RealmJoin 内でより高度な制御と柔軟性を必要とする Managed Service Providers (MSPs) と上級ユーザー向けの高度な機能を扱います。
- [サードパーティ連携](https://docs.realmjoin.com/ja/to/third-party-integrations.md): RealmJoin と連携するサードパーティのサービスおよびハードウェアの概要。
- [LaMetric Time](https://docs.realmjoin.com/ja/to/third-party-integrations/lametric-time.md): 物理的な LaMetric Time デバイスに、RealmJoin で管理されている Modern Workplace デバイス数を表示します。


---

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