> 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/knowledge-base/knowledge-base-articles/workspace-best-practices.md).

# Workspace best practices

Configuring a database can lead to issues such as centralizing everything in a single [vault](https://docs.devolutions.net/rdm/concepts/basic-concepts/vaults/) or using too many [user-specific settings](https://docs.devolutions.net/rdm/commands/edit/setting-overrides/?tab=windows). Here is how you can avoid these issues and create a structure that is easier to maintain.

### Optimize workspace structure

Separate the [workspace](https://docs.devolutions.net/rdm/concepts/basic-concepts/workspaces/) into [vaults](https://docs.devolutions.net/rdm/concepts/basic-concepts/vaults/). It is recommended that vault entries be organized into [folders](https://docs.devolutions.net/rdm/concepts/basic-concepts/folders/) to allow for [inheritance](https://docs.devolutions.net/rdm/concepts/intermediate-concepts/inheritance/).

### Inheritance

[Inheritance](https://docs.devolutions.net/rdm/concepts/intermediate-concepts/inheritance/) means that certain properties or attributes of a higher-level entry are automatically passed down to lower-level entries that ***inherit*** from it. This reduces the need for repeated entry-specific settings.

### Credential linking

Create a [credential entry](https://docs.devolutions.net/resources/lexicon/#credential-entry) to associate with a remote connection, allowing the connection to be made without having to view or access the credentials. Credentials no longer need to be updated in multiple entries; remote connections automatically retrieve them from the linked credential entry.

1. Create a new ***credential entry*** ( for example, a ***Username and Password*** entry) and enter the information.
2. Open a ***remote connection entry*** such as an RDP entry.
3. Go to the ***properties.***
4. Open the ***Credentials drop-down menu*** and click ***Linked*** (vault).
5. Select the credential entry from the ***credentials drop-down menu***.
6. Click ***Update*** to save and close the window.
7. Open the entry.
8. The remote connection will then automatically use the credentials from the linked entry.

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


---

# 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/knowledge-base/knowledge-base-articles/workspace-best-practices.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.
