> For the complete documentation index, see [llms.txt](https://dev.simplepay.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.simplepay.ai/docs/getting-started/no-code/web-and-telegram-store.md).

# Web and Telegram Store

Simply create Web and Telegram stores in 5 steps:

1\. Create account and app in [Console](https://console.simplepay.ai/). Choose "Telegram" when you create app

2\. Add your wallet addresses ( [Settings ](https://console.simplepay.ai/settings)-> Wallets )

3\. Choose tokens you want to accept ( [Settings ](https://console.simplepay.ai/settings)-> Tokens )

4\. Add products, their images, descriptions and prices ( [Settings ](https://console.simplepay.ai/settings)-> [Products ](https://console.simplepay.ai/products))

<div><figure><img src="/files/pm3W8HGm0aZPhySIDmk4" alt="" width="191"><figcaption></figcaption></figure> <figure><img src="/files/TNFlenRhe81zHw67kCoP" alt="" width="193"><figcaption></figcaption></figure> <figure><img src="/files/HTdc2Ba8HsH3vAdQtmNV" alt="" width="193"><figcaption></figcaption></figure></div>

5\. Get Web and Telegram links to your store in [Settings](https://console.simplepay.ai/settings)

**Demo store**: web [demo](https://92468509-6aa1-4245-a02c-e8026a9c8518.store.simplepay.ai/), Telegram [demo](https://t.me/simplepay_ai_bot/app?startapp=eyJhY3Rpb24iOiJzdG9yZSIsImlkIjoiOTI0Njg1MDktNmFhMS00MjQ1LWEwMmMtZTgwMjZhOWM4NTE4In0).

You can get link to each product on the [Products ](https://console.simplepay.ai/products)page ( [Settings ](https://console.simplepay.ai/settings)-> [Products ](https://console.simplepay.ai/products)): web [demo](https://92468509-6aa1-4245-a02c-e8026a9c8518.store.simplepay.ai/product/1528492c-8b8d-4f22-8579-ba1106a0036f), Telegram [demo](https://t.me/simplepay_ai_bot/app?startapp=eyJhY3Rpb24iOiJwcm9kdWN0IiwiYXBwX2lkIjoiOTI0Njg1MDktNmFhMS00MjQ1LWEwMmMtZTgwMjZhOWM4NTE4IiwiaWQiOiIxNTI4NDkyYy04YjhkLTRmMjItODU3OS1iYTExMDZhMDAzNmYifQ).

Go to your [Dashboard](https://console.simplepay.ai/) to track sales. Use intuitive filters to find specific information.

You can acess Console in Telegram: [@simplepay\_ai\_bot](https://t.me/simplepay_ai_bot)

Every month we bill merchants a 0.4% fee on successfull transactions, visit [Billing ](https://console.simplepay.ai/billing)page to see your past and coming payments.


---

# 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://dev.simplepay.ai/docs/getting-started/no-code/web-and-telegram-store.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.
