# Manage local vault assignments for an account

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

* Workspace **Owners**, **Super** **Admins**, **Admins,** and **Users**
* Account **Owners**
* Only supported using the Cerby web app
  {% endhint %}

Account **Owners** can manage the vault strategy for their accounts, whether choosing local or cloud encryption.

This article contains the steps on how to perform the following actions in locally vaulted accounts:

* [Assign your account to a local vault](#assign-your-account-to-a-local-vault)
* [Remove a local vault from an account](#remove-a-local-vault-assigned-to-an-account)

***

## Assign your account to a local vault

To assign a local vault to your account, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **All accounts** option from the left navigation drawer. The **All accounts** view is displayed.
3. Click the **Settings** icon of the corresponding account card. The account details page is displayed with the **Settings** tab activated.
4. Expand the **Vault Settings** section. The list of vaults to which the account belongs is displayed.
5. Click the **Assign to vault** button. The **Confirm Vault Assignment** dialog box is displayed.
6. Click the **Select a vault** field to display a drop-down list of the existing vaults in the workspace.
7. Select the local vault you want to assign from the **Select a vault** field.\
   **NOTE:** The local vault must previously exist in the workspace. You can create a new vault only if you are a workspace **Owner**, **Super Admin**, or **Admin**. For more information, read the [Create and manage a vault ](https://help.cerby.com/setup-and-admin/vault-management/create-a-vault)document.\
   **TIP:** You can see if a vault is cloud or local next to its name.
8. Click the **Next** button. The **Assign a vault** dialog box is displayed with information about what occurs when you assign your account to a local vault.
9. Click the **Assign to vault** button. The dialog box closes, and a success message box is displayed.

Now you are done.

***

## Remove a local vault assigned to an account

To remove a local account assigned to an account, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **All accounts** option from the left navigation drawer. The **All accounts** view is displayed.
3. Click the **Settings** icon of the corresponding account card. The account details page is displayed with the **Settings** tab activated.
4. Expand the **Vault Settings** section. The list of vaults to which the account belongs is displayed.
5. Hover the vault you want to remove. The **Remove** button is displayed.\
   **IMPORTANT:** All accounts must have at least one vault assigned, either local or cloud. If you only have one vault in the account, the **Remove** button is not displayed.
6. Click the **Remove** button. The **Remove account from vault?** dialog box is displayed.
7. Click the **Remove from vault** button. The dialog box closes, a success message box is displayed, and the vault is removed from your account.

Now you are done.


---

# 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/cerby-web-app/accounts/managing-your-accounts/manage-local-vault-assignments-for-an-account.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.
