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

# Portal

- [Über das Universal Portal](https://docs.devolutions.net/powershell-universal/de/portal/portal.md): Entdecken Sie das PowerShell Universal Portal, in dem Endbenutzer über ein einziges Dashboard auf zugewiesene API-Dokumentation, Skripte, Portalseiten und Apps zugreifen.
- [Portalseiten](https://docs.devolutions.net/powershell-universal/de/portal/portal-pages.md): Erstellen Sie Portal Pages in PowerShell Universal, indem Sie Widgets in einem Rasterlayout hinzufügen, in der Größe anpassen und positionieren und diese anschließend mit rollenbasiertem Zugriff schüt
- [Portal-Widgets](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets.md): Entdecken Sie die integrierten Portal-Widgets in PowerShell Universal, darunter Skriptformulare, Tabellen und Diagramme, sowie die Erstellung benutzerdefinierter Widgets mit PSBlazor.
- [Syntax](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets/syntax.md): Lernen Sie die PSBlazor-Syntax kennen, die in PowerShell Universal verwendet wird, um Komponenten, Attribute, Event-Callbacks und Datenbindung für Portal-Widgets zu definieren.
- [Bedingungen](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets/conditions.md): Verwenden Sie die Condition-Komponente in PowerShell Universal Portal-Widgets, um Inhalte bedingt basierend auf dem Ergebnis eines PowerShell-Skriptblocks anzuzeigen.
- [Dynamisch](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets/dynamic.md): Verwenden Sie die Komponente Dynamic in PowerShell Universal, um PSBlazor-Komponenten spontan aus PowerShell-Skript zu generieren, einschließlich kontextabhängiger Tabellenspalten.
- [Formulare](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets/forms.md): Erstellen Sie datengebundene Formulare in PowerShell Universal Portal-Widgets mithilfe der Form-Komponente und eines PowerShell-Klassenmodells mit Submit-Event-Callbacks.
- [Eigenschaften](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets/properties.md): Definieren Sie benutzerdefinierte Eigenschaften für PowerShell Universal Portal-Widgets mit der Funktion Initialize-PSUWidget, um das Verhalten und die Standardwerte von Widgets zu steuern.
- [Dienste](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets/services.md): Greifen Sie in PowerShell Universal Portal-Widgets auf JavaScript-, Nachrichten-, Benachrichtigungs- und Navigationsdienste zu, um interaktive Benutzeroberflächen zu erstellen.
- [Tabellen](https://docs.devolutions.net/powershell-universal/de/portal/portal-widgets/tables.md): Zeigen Sie Daten in Widgets des PowerShell Universal-Portals mithilfe der Table-Komponente an, einschließlich benutzerdefinierter Spalteninhalte und Spalten mit Aktionsschaltflächen.


---

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