# Referencia para desarrolladores

- [API de RealmJoin](https://docs.realmjoin.com/es/dev-reference/realmjoin-api.md): Integrar RealmJoin en sus aplicaciones y flujos de trabajo
- [Autenticación](https://docs.realmjoin.com/es/dev-reference/realmjoin-api/authentication.md)
- [Interactuando con Runbooks](https://docs.realmjoin.com/es/dev-reference/interacting-with-runbooks.md): Ejecutar runbooks y consultar su estado usando la API de RealmJoin
- [Simulación de un entorno de Runbook](https://docs.realmjoin.com/es/dev-reference/simulating-a-runbook-environment.md): Para desarrollar nuevos runbooks, puede que necesite habilitar RealmJoin.RunbookHelper para autenticarse como si estuviera ejecutándose dentro de un Runbook.
- [Administración de contraseñas de administrador local](https://docs.realmjoin.com/es/dev-reference/local-admin-password-management.md)
- [Protocolo personalizado](https://docs.realmjoin.com/es/dev-reference/custom-protocol.md)


---

# Agent Instructions: 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:

```
GET https://docs.realmjoin.com/es/dev-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
