> 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/onboarding-realmjoin-portal.md).

# オンボーディング

## RealmJoin セルフオンボード ポータル

{% stepper %}
{% step %}

#### グローバル管理者としてサインイン

アクセス <https://portal.realmjoin.com> そして次でサインイン **グローバル管理者** あなたの Entra ID Tenant の

<figure><img src="/files/d94704e6eecc44588248489ba8a4378a68b08628" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### アクセス許可を承認

「組織を代表して同意する」を選択して、組織に代わって RealmJoin ポータルを承認してください。

<figure><img src="/files/cba83732004d0715a9e19c249ed1edc187c06300" alt=""><figcaption><p>このアプリは RealmJoin ポータルと連携するために必要な基本的なアクセス許可を要求します。これらのアクセス許可は、セルフサービスの利用など、RealmJoin ポータルを利用するすべてのユーザーに必要です。</p></figcaption></figure>
{% endstep %}

{% step %}

#### フォームに記入してください

指定されたメールアドレスには、重要な更新とポータル通知が届きます。

<figure><img src="/files/94d2872344f8cb70088f464e206de5958bde2525" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 「Quick Setup」または「Advanced Setup」を選択

* 「Quick Setup」では RealmJoin ポータルの基本機能が提供されます
* 「Advanced Setup」では RealmJoin のすべての機能が提供されます。さらに、組織に特別なコンプライアンス要件がある場合や、付与したアクセス許可を最大限に制御する必要がある場合は、「Advanced Setup」を選択してください。

| 機能                     | Quick Setup | 詳細セットアップ |
| ---------------------- | :---------: | :------: |
| ポータルの基本機能              |      ☑️     |    ☑️    |
| Autopilot              |             |    ☑️    |
| RealmJoin Client       |             |    ☑️    |
| 修復スクリプト                |             |    ☑️    |
| 特権付きデバイス操作             |             |    ☑️    |
| Intune LAPS            |             |    ☑️    |
| セキュリティ機能（MDE ライセンスが必要） |             |    ☑️    |
| 監査ログ                   |             |    ☑️    |

<figure><img src="/files/142c0b01841f7bf85ae2658f49ff2f4011640599" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% content-ref url="/pages/3100b17c0d85ce168e23fb985d4442014d70306e" %}
[高度なセットアップ](/ja/zhan-kai/onboarding-realmjoin-portal/advanced-setup.md)
{% endcontent-ref %}


---

# 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/onboarding-realmjoin-portal.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.
