> 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/automatizacion/runbooks/runbook-references.md).

# Referencias de runbooks

### Referencias de Runbooks

Esta sección contiene documentación detallada de todos los RealmJoin Runbooks disponibles. Los runbooks se generan automáticamente a partir del [realmjoin-runbooks](https://github.com/realmjoin/realmjoin-runbooks) repositorio y se actualizan diariamente.

Todos los runbooks están organizados en diferentes carpetas según su área de aplicación.

Las siguientes categorías están disponibles actualmente:

* Dispositivo
* Grupo
* Organización
* usuarios

Cada categoría contiene varios runbooks que se dividen además en subcategorías según su funcionalidad. Los runbooks se enumeran en orden alfabético dentro de cada subcategoría.

### Resumen de RealmJoin Runbook

Hay disponible una lista completa de todos los runbooks, incluidos el resumen y los enlaces a las páginas de referencia detalladas, en el [Resumen de Runbook](/es/automatizacion/runbooks/runbook-references/overview.md) página.

El documento de cada runbook contiene información sobre permisos, dónde encontrarlo, notas, parámetros y otra información en general.


---

# 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/automatizacion/runbooks/runbook-references.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.
