> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/setup-and-admin/vault-management.md).

# VAULT MANAGEMENT

- [Set up an Azure Key vault integration](https://help.cerby.com/setup-and-admin/vault-management/set-up-an-azure-key-vault-integration.md): This article describes how to set up an Azure Key Vault integration to use your existing environment to manage your keys and encryption.
- [Set up an AWS KMS vault integration](https://help.cerby.com/setup-and-admin/vault-management/set-up-an-aws-kms-vault-integration.md): This article describes how to set up an AWS KMS integration to create vaults using the keys of your existing environment.
- [Create a vault](https://help.cerby.com/setup-and-admin/vault-management/create-a-vault.md): This article describes how to create a new vault for your workspace.
- [Set an existing vault as the default vault](https://help.cerby.com/setup-and-admin/vault-management/set-an-existing-vault-as-the-default-vault.md): This article describes how to set an existing vault as the default vault.
- [Assign additional vaults to an account](https://help.cerby.com/setup-and-admin/vault-management/assign-additional-vaults-to-an-account.md): This article describes how to add a vault to an account manually.
- [View the vaults in your workspace](https://help.cerby.com/setup-and-admin/vault-management/view-the-vaults-in-your-workspace.md): This article describes how to view the vaults in your workspace.
- [View the details of a vault](https://help.cerby.com/setup-and-admin/vault-management/view-the-details-of-a-vault.md): This article describes how to view the details of a vault.
- [Generate and manage the recovery keys for your vault](https://help.cerby.com/setup-and-admin/vault-management/generate-and-manage-the-recovery-keys-for-your-vault.md): This article describes how workspace Admins can generate and manage the recovery keys for local encryption vaults.
- [Initiate a vault recovery](https://help.cerby.com/setup-and-admin/vault-management/initiate-a-vault-recovery.md): This article describes how to initiate a vault recovery.
- [Disable a vault](https://help.cerby.com/setup-and-admin/vault-management/disable-a-vault.md): This article describes how to disable a vault.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.cerby.com/setup-and-admin/vault-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
