# Create a New Polkadot Vault Account

{% hint style="warning" %}
The following steps need to be carried out on your Polkadot Vault device.
{% endhint %}

1. Open the Polkadot Vault application.
2. `Select` **Add Key Set.**
3. `Input` the name for your new key set.
4. Make a copy of your **mnemonic passphrase** and `select` Next.
5. Confirm that you have written down your secret recovery phrase and that you understand that if you lose your secret phrase your funds will be lost forever.
6. `Select` the networks that you would like to create keys for (you can add more later) and `select` **Done**.
7. Polkadot Vault will now create keys for you that have the following derivation path format:
   * //polkadot for Polkadot, //kusama for Kusama, etc.
   * If you want to add the root key (i.e. with no derivation path), you should follow the section of the Wiki on [how to add the root key for a network](/nova-wallet-wiki/wallet-management/hardware-wallets/polkadot-vault/derivation-paths/add-root-key.md).


---

# 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.novawallet.io/nova-wallet-wiki/wallet-management/hardware-wallets/polkadot-vault/create-a-new-polkadot-vault-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.
