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

# Integração

## Portal RealmJoin de auto-registo

{% stepper %}
{% step %}

#### Inicie sessão como um Administrador Global

Visite <https://portal.realmjoin.com> e inicie sessão como **Administrador Global** do seu Tenant do Entra ID.

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

{% step %}

#### Aceitar permissões

Selecione "Consentimento em nome da sua organização" para aprovar o Portal RealmJoin em nome da sua organização.

<figure><img src="/files/aa82acb6ac7f921be2d64ea97e77451b21c33f90" alt=""><figcaption><p>A aplicação solicitará permissões básicas necessárias para interagir com o Portal RealmJoin. Estas permissões são necessárias para qualquer utilizador que interaja com o Portal RealmJoin - por exemplo, para usar os auto-serviços.</p></figcaption></figure>
{% endstep %}

{% step %}

#### Preencha o formulário

O e-mail indicado receberá atualizações importantes e notificações do portal.

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

{% step %}

#### Selecione "Configuração rápida" ou "Configuração avançada"

* "Configuração rápida" fornece a funcionalidade principal do Portal RealmJoin
* "Configuração avançada" fornece a funcionalidade completa do RealmJoin. Além disso, escolha "Configuração avançada" se a sua organização tiver necessidades especiais de conformidade ou exigir o máximo controlo sobre as permissões concedidas.

| Funcionalidades                                                | Configuração rápida | Configuração Avançada |
| -------------------------------------------------------------- | :-----------------: | :-------------------: |
| Funcionalidade principal do portal                             |          ☑️         |           ☑️          |
| Autopilot                                                      |                     |           ☑️          |
| Cliente RealmJoin                                              |                     |           ☑️          |
| Scripts de Remediação                                          |                     |           ☑️          |
| Ações privilegiadas em dispositivos                            |                     |           ☑️          |
| Intune LAPS                                                    |                     |           ☑️          |
| Funcionalidades de segurança (é necessária uma licença do MDE) |                     |           ☑️          |
| Registos de auditoria                                          |                     |           ☑️          |

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

{% content-ref url="/pages/adaeba1c630d65551032f93a9f98f2b707756909" %}
[Configuração Avançada](/pt/implementacao/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/pt/implementacao/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.
