# Registration

To begin using Alpha One, first open the official Telegram bot.&#x20;

You’ll find a button labeled **“Open App”** or **“Open”** at the bottom of the chat&#x20;

Click the button to launch the Alpha One mini-app.

Once the app loads, you'll be prompted to create a wallet.

1. Tap **“Create Wallet”** at the bottom of the screen.
2. Set a 4-digit PIN code and confirm it in the next step.
3. That’s it! Your wallet is created! Click “Continue” to proceed to the main dashboard.<br>


---

# 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.alpha-one.io/getting-started/registration.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.
