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

# Inheritance

Inheritance in Devolutions Server is the mechanism by which entries and folders automatically receive security and settings from their parents. Typical inherited items include permissions, roles, and certain connection properties defined at the vault or folder level.

By designing a clear folder structure and applying rights to groups at higher levels, administrators minimize one off configurations and reduce the risk of misaligned access. For example, you can grant a support team read only access on a top level customer folder and let all child entries inherit that rule, while still overriding inheritance on a sensitive subfolder when stricter controls are required.

#### Related topics

* [User groups based security](https://docs.devolutions.net/server/web-interface/user-groups-based-security/)
* [Vault access in Devolutions Server](https://docs.devolutions.net/server/web-interface/vault-access/)


---

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