# Learn about vaults

Vaults in Termius are the **end-to-end encrypted cloud storage** for Hosts, Keys, Snippets, Port Forwarding rules, and Known Hosts. Vaults enable **sync** across devices and **secure sharing** across your team.

Your Termius account includes three types of vaults:

* Your **Personal vault** is for items not meant to be seen by the team, such as credentials or test and work-in-progress servers.
* **Team vault** is created automatically once you invite your first teammate. This vault is shared with everyone on the team, enabling your team to manage infrastructure together.
* **Custom team vaults** are additional vaults when your company requires **granular permissions** and controlled access to information across team members. Use them to separate data by team, project, or environment, and define who can access each vault.

This structure allows you to organize access based on your team’s needs.

For example, a SaaS company has dedicated DevOps, Developers, and QA teams, each with different access levels to the infrastructure. The company uses vaults in Termius to separate **Production**, **Development**, and **Staging** environments. DevOps has access to all three. Developers can access Development and Staging, while QA can access only Staging.

For more examples and ideas on organizing your vaults, see [Team vaults](/team-collaboration/team-vaults.md).

### Set up a new vault

<figure><img src="/files/PoQUk3D4jlwka4dveX0f" alt=""><figcaption></figcaption></figure>

1. Click the chevron on the `Vault` tab and click `Add vault`
2. Give the vault an explicit name
3. Select the teammates you want to collaborate with in this vault and assign their permissions
4. Click `Create Vault` to save the changes
5. When adding new hosts, specify which vault you want to save them in


---

# Agent Instructions: 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.termius.com/getting-started/learn-about-vaults.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.
