> 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/web-interface/customization/vault-content-types.md).

# Vault content types

Vault content types limit the entry types that can be **created** in a specific shared vault. The type can be chosen when [creating or editing a vault](https://docs.devolutions.net/server/web-interface/administration/security-management/vaults/). Existing entries are not affected by a vault type modification; they can still be used, modified, moved, imported/exported, etc.

There exists four vault content types:

* ***Default vault***: A standard vault where all entry types are available.
* ***Secrets vault***: Secrets entries, used in DevOps and CLI processes.
* ***Business vault***: Entries such as information, contact, assets, or documents. Helpful in business organization.
* ***Credentials vault***: Entries for all credential types, not only secrets-specific.

Here is the complete list of available entry types for each type of vault:

<table><thead><tr><th width="208">Entry types</th><th width="131" align="center">Default vault</th><th width="146" align="center">Business vault</th><th width="127" align="center">Credentials vault</th><th align="center">Secrets vault</th></tr></thead><tbody><tr><td>Session</td><td align="center">X</td><td align="center"><em><strong>Website</strong></em> entry only</td><td align="center"></td><td align="center"></td></tr><tr><td>Remote management</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Credential management</td><td align="center">X</td><td align="center"><em><strong>Username and password</strong></em> entry only</td><td align="center">X</td><td align="center"><em><strong>Secret</strong></em> entry only</td></tr><tr><td>Information</td><td align="center">X</td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td>Folder</td><td align="center">X</td><td align="center">X</td><td align="center">X</td><td align="center">X</td></tr><tr><td>Contact</td><td align="center">X</td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td>Document</td><td align="center">X</td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td>VPN/tunnel/gateway</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>IT asset management</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Macro/script/tool</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Synchronizer</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Miscellaneous</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Template</td><td align="center">X</td><td align="center">X</td><td align="center">X</td><td align="center">X</td></tr></tbody></table>


---

# 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/web-interface/customization/vault-content-types.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.
