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

# Incorporación

## Portal de autoinscripción RealmJoin

{% stepper %}
{% step %}

#### Inicia sesión como Administrador global

Visita <https://portal.realmjoin.com> e inicia sesión como **Administrador global** de tu Tenant de Entra ID.

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

{% step %}

#### Aceptar permisos

Selecciona "Consentimiento en nombre de tu organización" para aprobar el Portal RealmJoin en nombre de tu organización.

<figure><img src="/files/a7974a3c541e2bfd09e6cd5908e87426ed13dd15" alt=""><figcaption><p>La aplicación solicitará permisos básicos necesarios para interactuar con el Portal RealmJoin. Estos permisos son obligatorios para cualquier usuario que interactúe con el Portal RealmJoin; por ejemplo, para usar autoservicios.</p></figcaption></figure>
{% endstep %}

{% step %}

#### Rellena el formulario

El correo electrónico indicado recibirá actualizaciones importantes y notificaciones del portal.

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

{% step %}

#### Selecciona "Configuración rápida" o "Configuración avanzada"

* "Configuración rápida" proporciona la funcionalidad básica del Portal RealmJoin
* "Configuración avanzada" proporciona la funcionalidad completa de RealmJoin. Además, elige "Configuración avanzada" si tu organización tiene necesidades especiales de cumplimiento o requiere el máximo control sobre los permisos concedidos.

| Características                                      | Configuración rápida | Configuración avanzada |
| ---------------------------------------------------- | :------------------: | :--------------------: |
| Funcionalidad básica del portal                      |          ☑️          |           ☑️           |
| Autopilot                                            |                      |           ☑️           |
| Cliente de RealmJoin                                 |                      |           ☑️           |
| Scripts de remediación                               |                      |           ☑️           |
| Acciones privilegiadas del dispositivo               |                      |           ☑️           |
| Intune LAPS                                          |                      |           ☑️           |
| Funciones de seguridad (se requiere licencia de MDE) |                      |           ☑️           |
| Registros de auditoría                               |                      |           ☑️           |

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

{% content-ref url="/pages/f46acab349a2f8031623ab60beba7536a1daf7a8" %}
[Configuración avanzada](/es/implementacion/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/es/implementacion/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.
