# Derive from Accounts

You can create as many accounts as you want, as shown in the previous section. However, keep in mind that you need to save the recovery phrase for each account, which may be challenging. \
\
An alternative option is to derive multiple accounts from a single parent account. Derived accounts inherit the recovery phrase of the parent account, but to distinguish them, they require different derivation paths, such as //0 for the first account, //1 for the next one, and so on. You can use any derivation path you like, but it's crucial to remember them, as you'll need them to recover your accounts. This way, by deriving multiple accounts from one parent account, you only need to save a single recovery phrase.<br>

You can easily derive a new account by clicking the **Account menu** button at the top right corner of the screen, as shown below, and then selecting **Derive New Account**.

<figure><img src="/files/4Bk8D4jxnki750wgeosG" alt=""><figcaption><p>Home page (full-screen)</p></figcaption></figure>

Alternatively, you can navigate to **Settings** in full-screen mode, open the **Account Settings** tab, and click the **Derive from account** button. (Note: This button is only visible for local accounts — if the selected account isn’t local, the button will not appear).

<figure><img src="/files/36xMA9KiKpYIXpwYs0Oi" alt=""><figcaption><p>Settings - Account Settings (full-screen)</p></figcaption></figure>

After opening the Derive from account section, you’ll see the screen below. Click the chevron icon to choose the account you’d like to derive from.

<figure><img src="/files/JGUwNf0O5SFzq9DBnKw3" alt="" width="239"><figcaption><p>Derive Account (full-screen)</p></figcaption></figure>

Select your account, enter its **password** and the **Derivation path**, then click **Next** to continue.

<figure><img src="/files/F9oB4qq0qp025oXGtC2Z" alt="" width="244"><figcaption><p>Derive Account (full-screen)</p></figcaption></figure>

Provide a **name** for the derived account, set and confirm a **password**, and click **Apply** to add the derived account to the extension.


---

# 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.polkagate.xyz/polkagate/polkagate-extension-user-guide/create-account/derive-from-accounts.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.
