> 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/ribbon-menu-bar/edit/tag-management.md).

# Gestione dei tag

La sezione ***Tag management*** consente agli utenti di aggiungere, rinominare, assegnare e annullare l'assegnazione di tag tag a voci specifiche all'interno dello spazio di lavoro attualmente aperto. Si noti che i tag possono essere gestiti separatamente per ***Shared*** ***vaults***, ***User vaults*** e ***System*** ***vault*** contenuti nello spazio di lavoro utilizzando le schede in alto.

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

Per quanto riguarda le colonne, ***Keyword*** elenca i nomi dei tag, ***Is default*** indica se il tag è ereditato dalle ***System settings*** e ***Occurrence*** mostra il numero di voci che attualmente utilizzano il tag.

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

<table><thead><tr><th width="197.199951171875">OPZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Add</strong></td><td>Crea un nuovo tag e apre successivamente la finestra <em><strong>Assign tag to entries</strong></em>.</td></tr><tr><td><strong>Rename</strong></td><td>Rinomina il tag selezionato.</td></tr><tr><td><strong>Assign tag to entries</strong></td><td>Consente agli utenti di assegnare/annullare l'assegnazione del tag attualmente selezionato a voci e cartelle specifiche.</td></tr><tr><td><strong>Unassign all entries</strong></td><td>Annulla l'assegnazione di tutti i tag da tutte le voci nello spazio di lavoro corrente.</td></tr></tbody></table>

### Ereditarietà dei tag per cartelle e sottovoci

Per impostazione predefinita, l'ereditarietà dei tag è definita a livello di sistema (in ***Administration*** – ***System settings*** – ***Common*** – ***Tags***) e ogni cassaforte è configurata per verificare le impostazioni di sistema. In questo modo è possibile stabilire una politica di ereditarietà dei tag coerente per l'intero spazio di lavoro, consentendo al contempo a casseforti specifiche di utilizzare un valore diverso se necessario.

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

<table><thead><tr><th width="193.199951171875">Modalità di configurazione dei tag</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Custom</strong></td><td>I tag devono essere assegnati manualmente alle voci figlie e alle sottocartelle. L'ereditarietà è disabilitata.</td></tr><tr><td><strong>Custom + Inherited</strong></td><td>I tag assegnati alle cartelle padre vengono automaticamente trasmessi alle voci figlie e alle sottocartelle.</td></tr></tbody></table>

### Vedere anche

* [Organizing Entries with Tags](https://academy.devolutions.net/student/activity/1925066-organizing-entries-with-tags)
* [Tag](/rdm/it/concepts/intermediate-concepts/tags.md)


---

# 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/ribbon-menu-bar/edit/tag-management.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.
