# FAQ

<details>

<summary>What are Dynamic Derivations?</summary>

Dynamic Derivations are a feature supported by Nova Spektr and Polkadot Vault. Derivation paths basically let you create and manage several accounts on the same network using the same seed phrase. You can think of derived accounts as the child accounts of the root account which is created using the original mnemonic seed phrase.

The Dynamic Derivations system allows you to easily create multiple derived accounts within Nova Spektr. You can export a .yaml file containing only the derivation path keys which allows you to quickly import all of your derivation paths in the event that you update your Polkadot Vault, which causes your derivation paths to be wiped.

</details>

<details>

<summary>What is a Multishard Wallet?</summary>

Nova Spektr allows you to create a set of different keys (shards) that are independent of each other but associated with each other in the Nova Spektr application for some operations.&#x20;

A sharded account consists of multiple keys (shards) numbered from 0 to the total number of shards minus 1. Each shard is created with a hard derivation path (//0, //1, //2,...,//N-1)

</details>

<details>

<summary>What are the predefined derivation paths?</summary>

When you pair a Polkadot Vault wallet with Nova Spektr you are able to quickly add some predefined derivation paths:

1. Hot – This derivation path is intended to be a hot wallet
2. Public – This derivation path is intended to be the key you use for sharing your account with other people, for example to receive tokens
3. Staking – This derivation path is intended to be the key you use for staking
4. Governance – This derivation path is intended to be the key you use for governance voting

</details>


---

# 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.novaspektr.io/wallet-management/polkadot-vault-wallet/faq.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.
