> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/extension-user-guide/account-management/derive-a-new-account-from-an-existing-account/create-a-new-account-derived-from-an-existing-one.md).

# Create a new account derived from an existing one

**Step 1**: Open the SubWallet extension and click on the account name to access the account selection tab.

<figure><img src="/files/FMzIKCgDWbgHii3EoHqY" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the account selection tab, you can choose to create a derived account using either of the following ways:

* Click the "**Create a new account**" button
* Click the pen i**con** next to the account you want to derive

<figure><img src="/files/HJkJPUnj67gf5J5859Zn" alt="" width="362"><figcaption></figcaption></figure>

Choose your preferred tab to continue.

{% tabs %}
{% tab title="Click the pen icon" %}
**Step 3**: In the Account details tab, click the "**Derive**" button at the bottom of the screen to start deriving a new account.

<figure><img src="/files/HMsCcpYOnOz2keWXaN3h" alt="" width="362"><figcaption></figcaption></figure>

**Step 4**: Enter a valid derivation path and a name for your derived account. Once done, click "**Create account**".

<div><figure><img src="/files/b4U3bzj2D98hT3XeK6kH" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/jG1AjzgBbyarDSBeFQc9" alt="" width="362"><figcaption></figcaption></figure></div>

**Step 5**: You've successfully created a derived account! Head over to your account list to see it.

<div><figure><img src="/files/Q3qTEm0ngybEtLq4XxuJ" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/a51vp9x1GgwWreDnOdjA" alt="" width="362"><figcaption></figcaption></figure></div>

{% hint style="info" %}
You can create solo derivative accounts from a unified account by customizing the derivation path to align with the ecosystem's formatted derivative path.

<img src="/files/fAojJmWWnGwg1zwN0UpJ" alt="" data-size="original"><img src="/files/PGl7f3CJwf64W8wA2OQZ" alt="" data-size="original"><img src="/files/jFlk2vBArej8ZX4cILny" alt="" data-size="original">
{% endhint %}
{% endtab %}

{% tab title="Click the button" %}
**Step 3**: Choose the "**Derive from an existing account**" button to derive a new account.

<figure><img src="/files/ihLb9VXupYCixJtmy1vf" alt="" width="362"><figcaption></figcaption></figure>

**Step 4**: Choose the account you want to derive from.

<figure><img src="/files/ABGIkmxpqvDUV3sAoSCD" alt="" width="362"><figcaption></figcaption></figure>

**Step 5**: Enter a valid derivation path and a name for your derived account. Once done, click "**Create account**".

<div><figure><img src="/files/nJLGQMA6Rm89ceNcnamw" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/LsR9Gz5sx5xi0MrYm3F6" alt="" width="362"><figcaption></figcaption></figure></div>

**Step 6**: You've successfully created a derived account! Head over to your account list to see it.

<div><figure><img src="/files/WkrUumZn3GJNETnWxmu7" alt="" width="362"><figcaption></figcaption></figure> <figure><img src="/files/7KC23UUq7rbOuKpMdtTQ" alt="" width="362"><figcaption></figcaption></figure></div>

{% hint style="info" %}
You can create solo derivative accounts from a unified account by customizing the derivation path to align with the ecosystem's formatted derivative path.

<img src="/files/bLVyo0S75t4VlfW8Y1eM" alt="" data-size="original"><img src="/files/lAFE6y0QQQNsYntIhumH" alt="" data-size="original"><img src="/files/6ruKJ5IccDJphtL5MomV" alt="" data-size="original">
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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.subwallet.app/main/extension-user-guide/account-management/derive-a-new-account-from-an-existing-account/create-a-new-account-derived-from-an-existing-one.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.
