> For the complete documentation index, see [llms.txt](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.cryptograb.wiki/cryptograb-automatic-affiliate/zh-guide/cryptograb-wei-ji/wo-men-de-guang-gao-chan-pin/ton-xi-xue-qi/mini-app-telegram-ji-qi-ren.md).

# Mini APP Telegram 机器人

## 为 WEB APP 在电报中创建机器人

{% hint style="info" %}
在成功安装域名和着陆页后，创建一个带有泄漏器的 Telegram 机器人。为此使用服务 [BotFather](https://t.me/BotFather) 并执行命令 `/newbot`。为机器人指定与您的推广产品相关的名称。根据推广主题为机器人选择一个 @username。例如，如果您的推广是 Notcoin 空投，请选择一个反映该主题的 @username。
{% endhint %}

创建机器人后 **`在中填写`** [**`https://t.me/BotFather`**](https://t.me/BotFather) **`命令 /newapp。选择您创建的机器人`**。

然后发送描述，例如：Notcoin Airdrop。

之后发送一张与着陆页主题相关、尺寸为 640x360 像素的图片。

当系统提示您上传 GIF 时，输入命令 `/empty`.

接着发送您已设置的域名链接，例如： [https://domain.com](https://domain.com/).

然后只需输入并发送单词 “app” 给机器人。

点击该链接将打开小程序。

<figure><img src="/files/e052dc9f1fc1f7618ad68693cbf13b95cac4203d" alt=""><figcaption><p>创建 mini app 的示例</p></figcaption></figure>

最终我们得到带有我们网站的 mini app

<figure><img src="/files/07a68c6331360e1fa23fd868095020a604894b90" alt=""><figcaption></figcaption></figure>


---

# 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://read.cryptograb.wiki/cryptograb-automatic-affiliate/zh-guide/cryptograb-wei-ji/wo-men-de-guang-gao-chan-pin/ton-xi-xue-qi/mini-app-telegram-ji-qi-ren.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.
