> For the complete documentation index, see [llms.txt](https://docs.paypaw.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paypaw.cards/card-creation/telegram-bot-guide.md).

# Telegram Bot Guide

#### Step 1: Start the Bot

Start the bot you can find in our [Official Links](/useful-info/official-links.md) channel.

#### Step 2: Select the Country

Hit the Settings button, and set country button. Then, write your country name, and send the message. The bot will reply with a list of countries available. Select the correct one.

#### Step 3: Provider Selection

Go back to the main menu, and hit the Create Card button.\
The bot will automatically fetch the available providers that are supported in your Country.\
Go ahead and select the provider.

#### Step 4: Amount Selection

The bot will show you the available USD/EUR balances amounts for your prepaid card.\
Pick the one that you want.

#### Step 5: Payment

The bot has now placed your order.\
It will ask you to send an exact amount of sol, to a fresh address.\
A QR Code will also be provided, for easiness of operations.\
:rotating\_light: - Make sure you're sending the **EXACT** amount to the given wallet, or your card **won't** be dilevered.

#### Step 6: Activation

You will receive a link to activate your prepaid card on our partner's websites, where you will also be able to view card details, balance, expiration, txn history and more.\
\
Congrats! You just created your first prepaid card with PayPaw. Wasn't it a breeze? :feet:


---

# 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.paypaw.cards/card-creation/telegram-bot-guide.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.
