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

# Manage a Vultisig vault

Manage a Vultisig vault: backup, rename, details, reshare, QR, GG20 upgrade. Open from Settings.

Open **Settings** when you need to back up, rename, reshare, export a QR, or upgrade a GG20 vault.

<figure><img src="https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-3619dcae19e47900df1d42568e22e1f63251028d%2FManageVault.png?alt=media" alt=""><figcaption></figcaption></figure>

***

## Management Options

| Feature                                                       | Description                                                   |
| ------------------------------------------------------------- | ------------------------------------------------------------- |
| [Vault Details](/app-guide/vault-management/vault-details.md) | View signing parties and public keys                          |
| [Vault Backup](/app-guide/vault-management/vault-backup.md)   | Export vault shares for recovery                              |
| [Vault Rename](/app-guide/vault-management/vault-rename.md)   | Change the local vault name                                   |
| [Vault Reshare](/app-guide/vault-management/vault-reshare.md) | Add or remove devices                                         |
| [Vault QR](/app-guide/vault-management/vault-qr.md)           | Export public keys for sharing                                |
| [Vault Upgrade](/app-guide/vault-management/vault-upgrade.md) | Upgrade from GG20 to DKLS23                                   |
| [Settings](/app-guide/settings.md)                            | Address book, WalletConnect, `$VULT` tiers, Blockaid, folders |

***

## Vault Backup Verification

{% hint style="info" %}
**Verify your backups exist** — ensure you have backed up all vault shares at least once. After initial backup, you only need to create new backups after a [reshare operation](/app-guide/vault-management/vault-reshare.md). See [Backup & Recovery](/getting-started/backup-recovery.md) for best practices.
{% endhint %}

***

## Related

* [Backup & Recovery](/getting-started/backup-recovery.md)
* [Creating a vault](/app-guide/creating-a-vault.md)


---

# 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://docs.vultisig.com/app-guide/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.
