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

# Héritage

L'héritage permet aux entrées de niveau inférieur de recevoir automatiquement des propriétés d'un parent, ce qui réduit la duplication et facilite la maintenance.

Dans Remote Desktop Manager, vous pouvez hériter des identifiants, des paramètres VPN et des champs descriptifs via des variables au niveau enfant ; cela assure la cohérence des configurations pour de nombreuses entrées. L'héritage persiste également lors de l'utilisation de synchroniseurs pour importer des données externes dans un coffre. Pour mettre à jour de nombreux éléments plus rapidement, combinez l'héritage avec des modèles et des opérations en lot.

#### Rubriques connexes

* [Batch operations](https://docs.devolutions.net/fr/rdm/concepts/intermediate-concepts/batch-operations/)
* [Inheritance in Remote Desktop Manager](https://docs.devolutions.net/fr/rdm/kb/knowledge-base/inheritance/)
* [Managing credentials](https://docs.devolutions.net/fr/rdm/getting-started/managing-credentials/)
* [Entry credentials options](https://docs.devolutions.net/fr/rdm/commands/edit/entry-credentials-options/)
* [Templates](https://docs.devolutions.net/fr/rdm/concepts/intermediate-concepts/templates/)

#### Voir aussi

* [Batch edit in Remote Desktop Manager](https://docs.devolutions.net/fr/rdm/commands/edit/batch-edit/#entryfolder-selection)
* [Devolutions Academy – Comparing inheritance, batch edit, and batch operations using templates](https://academy.devolutions.net/student/activity/2815880-comparing-inheritance-batch-edit-and-batch-operations-using-templates)
* [Devolutions Academy - Understanding Inheritance](https://academy.devolutions.net/student/path/1916054/activity/2667045)
* [Devolutions Academy - Understanding inheritance on folders and entries](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:

```
GET https://docs.devolutions.net/rdm/fr/concepts/intermediate-concepts/inheritance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
