> 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/concepts/intermediate-concepts/inheritance.md).

# Ereditarietà

L'ereditarietà consente alle voci di livello inferiore di ricevere automaticamente le proprietà da un elemento padre, riducendo la duplicazione e semplificando la manutenzione.

In Remote Desktop Manager è possibile ereditare credenziali, impostazioni VPN e campi descrittivi tramite variabili a livello di elemento figlio; ciò mantiene le configurazioni coerenti tra molte voci. L'ereditarietà persiste anche quando si utilizzano i sincronizzatori per importare dati esterni in una cassaforte. Per aggiornare più rapidamente molti elementi, abbini l'ereditarietà a modelli e operazioni in blocco.

#### Argomenti correlati

* [Operazioni in blocco](/rdm/it/concepts/intermediate-concepts/batch-operations.md)
* [Ereditarietà in Remote Desktop Manager](/rdm/it/knowledge-base/knowledge-base-articles/inheritance-in-remote-desktop-manager.md)
* [Gestione delle credenziali](/rdm/it/getting-started/managing-credentials.md)
* [Opzioni credenziali della voce](/rdm/it/ribbon-menu-bar/edit/entry-credentials-options.md)
* [Modelli](/rdm/it/concepts/intermediate-concepts/templates.md)

#### Vedere anche

* [Modifica in blocco in Remote Desktop Manager](/rdm/it/ribbon-menu-bar/edit/batch-edit.md#folder-and-entry-selection)
* [Devolutions Academy – Confronto tra ereditarietà, modifica in blocco e operazioni in blocco con i modelli](https://academy.devolutions.net/student/activity/2815880-comparing-inheritance-batch-edit-and-batch-operations-using-templates)
* [Devolutions Academy - Comprendere l'ereditarietà](https://academy.devolutions.net/student/path/1916054/activity/2667045)
* [Devolutions Academy - Comprendere l'ereditarietà su cartelle e voci](https://academy.devolutions.net/student/page/3266647-understanding-inheritance-on-folders-and-entries?curriculum_activity_id=5108633\&path_id=3266571\&sid=91223de6-2b21-4a1b-b92f-5159e2ae186a\&sid_i=0)


---

# 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/concepts/intermediate-concepts/inheritance.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.
