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

# Portal

- [About the Universal Portal](https://docs.devolutions.net/powershell-universal/portal/portal.md): Explore the PowerShell Universal Portal, where end users access assigned API documentation, scripts, portal pages, and apps from one dashboard.
- [Portal Pages](https://docs.devolutions.net/powershell-universal/portal/portal-pages.md): Build Portal Pages in PowerShell Universal by adding, resizing, and positioning widgets on a grid layout, then securing them with role-based access.
- [Portal Widgets](https://docs.devolutions.net/powershell-universal/portal/portal-widgets.md): Discover built-in Portal Widgets in PowerShell Universal, including script forms, tables, and charts, plus how to build custom widgets with PSBlazor.
- [Syntax](https://docs.devolutions.net/powershell-universal/portal/portal-widgets/syntax.md): Learn the PSBlazor syntax used in PowerShell Universal to define components, attributes, event callbacks, and data binding for portal widgets.
- [Conditions](https://docs.devolutions.net/powershell-universal/portal/portal-widgets/conditions.md): Use the Condition component in PowerShell Universal portal widgets to conditionally display content based on a PowerShell script block result.
- [Dynamic](https://docs.devolutions.net/powershell-universal/portal/portal-widgets/dynamic.md): Use the Dynamic component in PowerShell Universal to generate PSBlazor components on the fly from PowerShell script, including context-aware table columns.
- [Forms](https://docs.devolutions.net/powershell-universal/portal/portal-widgets/forms.md): Build data-bound forms in PowerShell Universal portal widgets using the Form component and a PowerShell class model with submit event callbacks.
- [Properties](https://docs.devolutions.net/powershell-universal/portal/portal-widgets/properties.md): Define custom properties for PowerShell Universal portal widgets using the Initialize-PSUWidget function to control widget behavior and defaults.
- [Services](https://docs.devolutions.net/powershell-universal/portal/portal-widgets/services.md): Access JavaScript, message, notification, and navigation services in PowerShell Universal portal widgets to build interactive user interfaces.
- [Tables](https://docs.devolutions.net/powershell-universal/portal/portal-widgets/tables.md): Display data in PowerShell Universal portal widgets using the Table component, including custom column content and action button columns.


---

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