# 2. How to create a new account in TronLink wallet

{% stepper %}
{% step %}
Create Wallet

1. Click on the extension icon and choose "Create Wallet". Scroll down to read through and accept the user agreement.\
   ![](/files/AHnFM85hZaFQKfghwaXZ)
   {% endstep %}

{% step %}

### Set Wallet Name and Password

1. Create a name and a password for your wallet.
2. Click "Create Wallet" at the bottom.
   * Note: Be sure to remember your password. As TronLink is a decentralized wallet, we are unable to help recover your password once forgotten.\
     ![](/files/i8z0TvTuAqqN9hSKewkR)
     {% endstep %}

{% step %}

### Backup Mnemonic Phrase

1. When the wallet is created, you may click "Back up Wallet" to back up your mnemonic phrase, or choose "Later" to finish the process and go to Home.\
   ![](/files/Hjc2A8CyAZTWpISZUtQF)
   {% endstep %}

{% step %}

### Backup Process

1. Click "Back up Wallet", enter your password, and then choose "Back up" in the Backup Mnemonic Phrase screen.\
   ![](/files/K6H81xTvWzh89fUmB1Vd)
   {% endstep %}

{% step %}

### View Mnemonic Phrase

1. Before proceeding, ensure your surroundings are secure.
2. Click "View Mnemonic Phrase" to see the 12 words mnemonic phrase.
3. Write them down in the correct order in your notepad.
   * Note: Do not take screenshots of your mnemonic phrase, and ensure it is stored securely.\
     ![](/files/C617swrPbbZKNxf8KRaC)
     {% endstep %}

{% step %}

### Verify Mnemonic Phrase

1. After backing up your mnemonic phrase, click "Already Backed up" to proceed to the verification step.
2. Choose the words in the correct order.
3. Click "Next" and then "Done".\
   ![](/files/qExxHaYTBm6rIZQwJVVm)
   {% endstep %}

{% step %}

### Success

When you see this screen, congratulations! Your new TronLink extension account has been successfully created. The red box is your wallet address.\
![](/files/1PhdoVf7JqAk1dOKxQ0W) ![](/files/vwKhbQekuySxsZNGgw0D)
{% endstep %}
{% endstepper %}


---

# 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://kodecrypto-document.gitbook.io/crypto-how-pay/2.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.
