# How to create a Tonkeeper account?

**Step 1: Download the Tonkeeper wallet**

Go to the [**Tonkeeper website**](https://tonkeeper.com/) or find it in an app store and download the latest version of the wallet.

* IOS: <https://apps.apple.com/us/app/tonkeeper-ton-wallet/id1587742107>
* Android: <https://play.google.com/store/apps/details?id=com.ton_keeper>
* Extension: [https://tonkeeper.com](https://tonkeeper.com/)

<figure><img src="/files/7QVnXNRW2JyfbUSabgWl" alt=""><figcaption></figcaption></figure>

**Step 2: Create a new wallet and write down your seed phrase**

A seed phrase is a set of 24 words that acts as a password for non-custodial cryptocurrency wallets. Be sure to write down the 24 secret words in the correct order on a piece of paper. This seed phrase will allow you to restore your wallet if you accidentally delete the application. Keep the seed phrase in a safe place – losing it will result in permanent loss of access to your assets.

Never store a seed phrase in a computer or phone: there are malicious programs that can recognize seed phrases.

<figure><img src="/files/B18EC93FvUfH7JTnHV3Z" alt=""><figcaption></figcaption></figure>

**Step 3: Verify your seed phrase**

Enter the words in the correct order.

**Step 4: Create and confirm a passcode to access the application**

This is a typical passcode like those used in any other application.

<figure><img src="/files/rvbVfhiMpLGBQJwwLUFV" alt=""><figcaption></figcaption></figure>

**It’s ready! You now have your own wallet!**


---

# 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://ton-realm.gitbook.io/ton-realm/how-to-join/how-to-create-a-tonkeeper-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.
