# Create a vault

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, and **Admins**
* Only supported using the Cerby web app
* If you are interested in this feature but don't see it available in your workspace, contact our Sales team via email at <sales@cerby.com>
  {% endhint %}

As a workspace **Owner**, **Super Admin,** or **Admin**, you can create local or cloud vaults for your workspace.

To create a new vault, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace using the Cerby web app.
2. Select the **Settings** option from the left navigation drawer. The **Workspace** **Configuration** page is displayed.
3. Activate the **Privacy and Security** tab. A table with a list of vaults is displayed in the **Vault management** section, as shown in **Figure 1**.

   <figure><img src="https://2223875686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOVedBAAT7J2QEzTS50GO%2Fuploads%2Fgit-blob-bcc35cdcd8e488c7b116bcbd7798036ea18f45ed%2FAD_4nXfV0StRwqddawbjXurc__dId8Xr_AXVIWURWLDEmD2juGdZjf15UP4VXCQIN9Gx8VnUk87K-cFfXJu3TjS2wUHkzcz7D_KB-Xc30_e2hJt5bmJ6moRWu5Jsg5AfwC7LS4IMbZG2AkvPE2hIV8QX3XigMoan.png?alt=media" alt=""><figcaption><p>Figure 1. Table with a list of vaults in the Vault management section of the Privacy and security tab</p></figcaption></figure>
4. Click the **Create new vault** button. The **Create new vault** dialog box is displayed.
5. Enter the vault name in the **Vault name** field.
6. Select the corresponding vault strategy option from the **Strategy** drop-down list:
   * **Cloud vault:** By default, the following options are displayed:
     * Additional cloud vaults are shown as **Cloud vault**.
     * An Azure Key vault integration is shown as **Azure vault.**
     * An AWS KMS vault integration is shown as **AWS KMS**.
   * **Local vault:** All local vaults are shown as **Local vault**.
7. Select the **Set as default vault** option if you want to set the new vault as the default when adding an item to Cerby.
8. Click the **Create** button. The dialog box closes, a success message box is displayed, and an email message is sent.

Now you are done. You can start using your new vault for your accounts and secrets.


---

# 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://help.cerby.com/setup-and-admin/vault-management/create-a-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.
