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

# Portale

- [Informazioni sul portale Universal](https://docs.devolutions.net/powershell-universal/it/portale/portal.md): Esplori il PowerShell Universal Portal, dove gli utenti finali accedono alla documentazione API, agli script, alle pagine del portale e alle app assegnate da un'unica dashboard.
- [Pagine del portale](https://docs.devolutions.net/powershell-universal/it/portale/portal-pages.md): Crei le pagine del portale in PowerShell Universal aggiungendo, ridimensionando e posizionando i widget su un layout a griglia, per poi proteggerle con un accesso basato sui ruoli.
- [Widget del portale](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets.md): Scopra i widget del Portale integrati in PowerShell Universal, inclusi moduli di script, tabelle e grafici, oltre a come creare widget personalizzati con PSBlazor.
- [Sintassi](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets/syntax.md): Scopra la sintassi PSBlazor utilizzata in PowerShell Universal per definire componenti, attributi, callback di eventi e data binding per i widget del portale.
- [Condizioni](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets/conditions.md): Utilizzi il componente Condition nei widget del portale PowerShell Universal per visualizzare in modo condizionale i contenuti in base al risultato di un blocco di script PowerShell.
- [Dinamico](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets/dynamic.md): Utilizzi il componente Dynamic in PowerShell Universal per generare componenti PSBlazor al volo da uno script PowerShell, incluse colonne di tabella sensibili al contesto.
- [Moduli](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets/forms.md): Crei moduli con associazione dati nei widget del portale di PowerShell Universal utilizzando il componente Form e un modello di classe PowerShell con callback di eventi di invio.
- [Proprietà](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets/properties.md): Definisca proprietà personalizzate per i widget del portale PowerShell Universal utilizzando la funzione Initialize-PSUWidget per controllare il comportamento e i valori predefiniti dei widget.
- [Servizi](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets/services.md): Acceda ai servizi JavaScript, di messaggistica, di notifica e di navigazione nei widget del portale di PowerShell Universal per creare interfacce utente interattive.
- [Tabelle](https://docs.devolutions.net/powershell-universal/it/portale/portal-widgets/tables.md): Visualizzi i dati nei widget del portale PowerShell Universal utilizzando il componente Table, incluse le colonne con contenuto personalizzato e le colonne con pulsanti di azione.


---

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