> 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/user-interface/navigation-pane/user-vault.md).

# User vault

The ***user vault*** is a user-centric vault for entries of any type. It allows each user to create entries that only them can access.

{% hint style="info" %}
The user vault is available for all [advanced workspaces](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/).
{% endhint %}

#### A note on credentials

Credentials in the user vault can be used in two ways:

* From a session using the ***user vault search***.
* When using the ***User-specific settings*** feature.

These restrictions can easily be understood when you keep in mind that the user vault is in fact contained in the user area of the database. It must be used from within the user vault, or by using our extension mechanism that is user specific.


---

# 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/user-interface/navigation-pane/user-vault.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.
