> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/es/automatizacion.md).

# Automatización

- [Acerca de la automatización](https://docs.devolutions.net/powershell-universal/es/automatizacion/about.md): Ejecute scripts, programe trabajos y ejecute comandos ad-hoc en los terminales de PowerShell Universal en los entornos configurados y con credenciales alternativas.
- [Scripts](https://docs.devolutions.net/powershell-universal/es/automatizacion/scripts.md): Cree y configure scripts de PowerShell en PowerShell Universal, con información sobre parámetros, credenciales de ejecución, ayuda basada en comentarios y estadísticas de trabajos.
- [Parámetros](https://docs.devolutions.net/powershell-universal/es/automatizacion/scripts/parameters.md): Genere automáticamente formularios de entrada de trabajos de PowerShell Universal a partir de los bloques param de los scripts, con soporte para tipos como DateTime, PSCredential, File y ValidateSet.
- [Trabajos](https://docs.devolutions.net/powershell-universal/es/automatizacion/jobs.md): Realice el seguimiento de los trabajos de PowerShell Universal, inspeccione la salida y los estados, configure límites de protección de la salida y la ocultación de datos sensibles, e invoque trabajos
- [Programaciones](https://docs.devolutions.net/powershell-universal/es/automatizacion/schedules.md): Programe scripts de PowerShell Universal con intervalos simples, expresiones CRON, ejecuciones únicas o trabajos continuos, incluidas cuentas de ejecución y condiciones.
- [Ejecutar programaciones con PowerShell](https://docs.devolutions.net/powershell-universal/es/automatizacion/schedules/run-schedules-with-powershell.md): Utilice Invoke-PSUSchedule para activar de inmediato una programación existente de PowerShell Universal, usando la misma ruta de ejecución que la consola de administración.
- [Terminales](https://docs.devolutions.net/powershell-universal/es/automatizacion/terminals.md): Abra terminales de PowerShell en el navegador en PowerShell Universal, dirigidos a entornos y credenciales de ejecución como, con historial y tiempos de espera configurables.
- [Pruebas](https://docs.devolutions.net/powershell-universal/es/automatizacion/tests.md): Ejecute y revise conjuntos de pruebas de Pester directamente en PowerShell Universal, con seguimiento de los resultados históricos de ficheros de prueba individuales y de ejecuciones completas.
- [Disparadores](https://docs.devolutions.net/powershell-universal/es/automatizacion/triggers.md): Ejecute scripts de PowerShell Universal automáticamente en eventos como la finalización de trabajos, el inicio del servidor, el inicio de sesión de usuario, la sincronización de git o los cambios de e
- [Flujos de trabajo](https://docs.devolutions.net/powershell-universal/es/automatizacion/workflows.md): Encadene scripts e indicaciones de IA en flujos de trabajo de PowerShell Universal de varios pasos utilizando las variables Workflow y PSUItem para pasar datos entre actividades.


---

# 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.devolutions.net/powershell-universal/es/automatizacion.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.
