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

# Implementación

- [Primeros pasos](https://docs.realmjoin.com/es/implementacion/getting-started.md): Una matriz de decisión para elegir entre las guías de implementación estándar y ampliada de RealmJoin en función de las funciones y el alcance requeridos.
- [Guía ampliada](https://docs.realmjoin.com/es/implementacion/getting-started/extended-guide.md): Esta guía te llevará por todos los pasos para implementar RealmJoin en un entorno de nivel empresarial con requisitos avanzados, por ejemplo runbooks, registro, etc.
- [Incorporación](https://docs.realmjoin.com/es/implementacion/onboarding-realmjoin-portal.md): Guía paso a paso para implementar el Portal de RealmJoin en un nuevo Tenant
- [Configuración avanzada](https://docs.realmjoin.com/es/implementacion/onboarding-realmjoin-portal/advanced-setup.md): La configuración avanzada te permite asignar permisos de una forma más granular y personalizada. Este enfoque es más flexible, pero más complejo, y requiere ejecutar el módulo de PowerShell de RealmJoin.
- [Permisos necesarios](https://docs.realmjoin.com/es/implementacion/required-permissions.md): Permisos de Microsoft Graph y Azure requeridos por las aplicaciones del Portal de RealmJoin para la funcionalidad de autoservicio y administración.
- [Consideraciones de infraestructura](https://docs.realmjoin.com/es/implementacion/infrastructure.md): Requisitos de infraestructura y red de RealmJoin, incluidas las recomendaciones sobre proxy y los rangos de IP de Azure y Office 365 que deben ser accesibles.
- [Limitar el alcance del Portal de RealmJoin](https://docs.realmjoin.com/es/implementacion/infrastructure/limiting-the-scope-of-realmjoin-portal.md): Uso de Unidades administrativas con RealmJoin
- [Plantillas de AVD](https://docs.realmjoin.com/es/implementacion/infrastructure/avd-templates.md): Las plantillas de AVD de RealmJoin aplican conjuntos de aplicaciones sin intervención mediante RealmJoin Client para crear imágenes maestras para hosts de Azure Virtual Desktop.
- [Resumen de la arquitectura](https://docs.realmjoin.com/es/implementacion/architecture-overview.md): Una vista general de alto nivel de la arquitectura de RealmJoin: el backend en la nube, cómo se conectan los dispositivos administrados y los administradores, y qué recursos usa RealmJoin en tu propio Tenant de Microsoft.


---

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