> 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/rdm/it/user-interface/content-area/dashboard/dashboard-tabs.md).

# Schede della dashboard

Le schede della dashboard consentono agli utenti di visualizzare le informazioni relative alla voce selezionata nella dashboard. Le schede disponibili dipendono dal tipo di voce attualmente selezionata.

![](https://cdnweb.devolutions.net/docs/RDMW4324_2025_1.png)

Ecco le schede della dashboard disponibili con brevi descrizioni:

<table><thead><tr><th width="193">SCHEDE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Amministrazione</strong></td><td>La scheda della dashboard <em><strong>Amministrazione</strong></em> è disponibile solo nelle cartelle radice, poiché mostra informazioni importanti riguardanti lo spazio di lavoro per gli utenti con autorizzazioni amministrative. Lì possono consultare i log, i report di sicurezza e varie altre informazioni relative alla gestione dello spazio di lavoro selezionato.</td></tr><tr><td><a href="/pages/WHquLP7G4EDQiXmkGgnZ"><strong>Asset</strong></a></td><td>La scheda della dashboard <em><strong>Asset</strong></em> contiene un'ampia gamma di informazioni sulla voce selezionata, alcune puramente informative e altre di natura operativa. Queste devono essere compilate manualmente.</td></tr><tr><td><strong>Allegati</strong></td><td>La scheda della dashboard <em><strong>Allegati</strong></em> consente agli utenti con le autorizzazioni necessarie di allegare file alla voce selezionata. Consulti <a href="/pages/yW74GPyoG5TBGj3DtF0L">Allegati</a> per maggiori dettagli.</td></tr><tr><td><a href="/pages/yC1QNLh9GI7tQ6u0XeBE"><strong>Documentazione</strong></a></td><td>La scheda della dashboard <em><strong>Documentazione</strong></em> consente agli utenti di scrivere informazioni riguardanti la voce affinché tutti possano vederle, tramite un editor di testo integrato che utilizza Markdown, testo semplice o HTLM.</td></tr><tr><td><a href="/pages/8dM4t8BzmxhC3sehmjGD"><strong>Voci</strong></a></td><td>La scheda della dashboard <em><strong>Voci</strong></em> è disponibile solo per le voci di tipo cartella, poiché elenca tutte le sottovoci in esse contenute.</td></tr><tr><td><strong>Home page</strong></td><td>La scheda della dashboard <em><strong>Home page</strong></em> può essere utilizzata per visualizzare la home page di un sito web, a condizione che l'URL corretto sia inserito in <em><strong>Proprietà</strong></em> – <em><strong>Vista</strong></em> – <em><strong>Home page</strong></em> – <em><strong>URL</strong></em>.</td></tr><tr><td><a href="/pages/mTvj6qlnptNqSS2BdtHn"><strong>Log</strong></a></td><td>La scheda della dashboard <em><strong>Log</strong></em> contiene tutte le azioni eseguite sulla voce selezionata, insieme alle informazioni relative a tali azioni (tipo, data, utente, durata, ecc.).</td></tr><tr><td><a href="/pages/RAlcXyYKBYSil0W9xfaL"><strong>Macro/Script/Strumenti</strong></a></td><td>Dalla scheda della dashboard <em><strong>Macro/Script/Strumenti</strong></em>, gli utenti possono eseguire macro preconfigurate (di sistema o associate allo spazio di lavoro), avviare strumenti remoti e sfruttare gli strumenti integrati disponibili per la voce selezionata.</td></tr><tr><td><a href="/pages/aqySqR0IoKLtjglyIQUs"><strong>Panoramica</strong></a></td><td>La scheda della dashboard <em><strong>Panoramica</strong></em> mostra varie informazioni sulla voce selezionata a seconda del suo tipo, come il nome della voce, il dominio, l'host, la password, i tag ad essa associati, la sua data di creazione, ecc.</td></tr><tr><td><strong>Autorizzazioni</strong></td><td>La scheda della dashboard <em><strong>Autorizzazioni</strong></em> contiene tutte le autorizzazioni di configurazione per la voce selezionata, insieme agli utenti e ai gruppi che le possiedono. Le informazioni visualizzate possono variare a seconda che la voce selezionata sia una cartella o meno.</td></tr><tr><td><strong>Registrazioni</strong></td><td>La scheda <em><strong>Registrazioni</strong></em> contiene tutte le registrazioni per la voce o la cartella selezionata. Consulti <a href="/pages/F6BqTxoOAuRGK34PjGmD">Registrazione delle sessioni</a> per maggiori dettagli.</td></tr><tr><td><strong>Gestione remota</strong></td><td>La scheda <em><strong>Gestione remota</strong></em> consente agli utenti di configurare un servizio di gestione remota come iDRAC e HP iLO, insieme a una modalità di visualizzazione e credenziali personalizzate.</td></tr><tr><td><a href="/pages/Kz0yYwNo3Cnrc39LUXf9"><strong>Referenziato da</strong></a></td><td>La scheda della dashboard <em><strong>Referenziato da</strong></em> è disponibile solo per le voci di tipo credenziali, poiché elenca tutte le voci che attualmente utilizzano le credenziali selezionate tramite le opzioni <em><strong>Ereditato</strong></em>, <em><strong>Collegato (cassaforte)</strong></em> o <em><strong>Il mio account privilegiato</strong></em>.</td></tr></tbody></table>


---

# 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/rdm/it/user-interface/content-area/dashboard/dashboard-tabs.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.
