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

# Inheritance

Inheritance lets lower-level entries automatically receive properties from a parent, reducing duplication and easing maintenance.

In Remote Desktop Manager, you can inherit credentials, VPN settings, and descriptive fields via child-level variables; this keeps configurations consistent across many entries. Inheritance also persists when using synchronizers to bring external data into a vault. To update many items faster, pair inheritance with templates and batch operations.

#### Related topics

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

#### See also

* [Batch edit in Remote Desktop Manager](https://docs.devolutions.net/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/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.
