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

# Portal

- [Acerca del portal Universal](https://docs.devolutions.net/powershell-universal/es/portal/portal.md): Explore el PowerShell Universal Portal, donde los usuarios finales acceden desde un único panel a la documentación de API, los scripts, las páginas del portal y las aplicaciones que se les han asignad
- [Páginas del portal](https://docs.devolutions.net/powershell-universal/es/portal/portal-pages.md): Cree páginas del portal en PowerShell Universal añadiendo, redimensionando y colocando widgets en un diseño de cuadrícula y protegiéndolas después con acceso basado en roles.
- [Widgets del portal](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets.md): Descubra los widgets del Portal integrados en PowerShell Universal, incluidos los formularios de script, las tablas y los gráficos, además de cómo crear widgets personalizados con PSBlazor.
- [Sintaxis](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets/syntax.md): Aprenda la sintaxis de PSBlazor utilizada en PowerShell Universal para definir componentes, atributos, devoluciones de llamada de eventos y enlace de datos para los widgets del portal.
- [Condiciones](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets/conditions.md): Utilice el componente Condition en los widgets del portal de PowerShell Universal para mostrar contenido de forma condicional según el resultado de un bloque de script de PowerShell.
- [Dinámico](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets/dynamic.md): Utilice el componente Dynamic en PowerShell Universal para generar componentes PSBlazor al instante a partir de un script de PowerShell, incluidas columnas de tabla contextuales.
- [Formularios](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets/forms.md): Cree formularios vinculados a datos en los widgets del portal de PowerShell Universal utilizando el componente Form y un modelo de clase de PowerShell con retrollamadas de eventos de envío.
- [Propiedades](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets/properties.md): Defina propiedades personalizadas para los widgets del portal de PowerShell Universal mediante la función Initialize-PSUWidget para controlar el comportamiento y los valores predeterminados de los wid
- [Servicios](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets/services.md): Acceda a los servicios de JavaScript, mensajes, notificaciones y navegación en los widgets del portal de PowerShell Universal para crear interfaces de usuario interactivas.
- [Tablas](https://docs.devolutions.net/powershell-universal/es/portal/portal-widgets/tables.md): Muestre datos en los widgets del portal de PowerShell Universal mediante el componente Table, incluidos el contenido de columnas personalizado y las columnas con botones de acción.


---

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