> For the complete documentation index, see [llms.txt](https://docs.tomo.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomo.inc/tomo-wallet/telegram-wallet/quick-start.md).

# Quick Start

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

### Step 1: Search for Tomo Telegram Wallet and Launch the Mini App

Join us [here](https://t.me/tomowalletbot) or search "Tomo Wallet" in Telegram. Once you have found the Tomo Wallet bot, tap the “Start” button to proceed. Tap the “Launch” button to enter when the mini app interface pops up.

### Step 2: Registration Process

<figure><img src="/files/bXgsFxLKRYAfEEb2QM2c" alt=""><figcaption><p>Set Pay PIN</p></figcaption></figure>

1. Set Pay PIN: If you log in for the first time, you must set a Pay PIN for safety. The Pay PIN can be used to sign transactions and verify logins if you switch devices.
2. Add a recovery Email: Please link your email address to your account. If you forget your Pay PIN, you can retrieve it via email verification.

<figure><img src="/files/7JBUXpnS3RcVq3tNYLTX" alt=""><figcaption><p>Add recovery email</p></figcaption></figure>

After the registration, you can log in directly via Pay PIN.

Following these steps will begin a smooth and secure social login experience with Tomo Telegram Wallet. Enjoy managing your assets safely with Tomo!


---

# 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.tomo.inc/tomo-wallet/telegram-wallet/quick-start.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.
