# Deploying Your Product on TG

With LYNC's Web3 Bot deployer, user can deploy and manage Telegram apps simply by filling out a quick and easy form.&#x20;

This is a simple dashboard for deploying and managing Telegram mini apps without any prior coding experience.&#x20;

### Getting Your Telegram Bot's Access Token

Before deploying your web application, you will require the Telegram bot's access token. Please follow the documentation [here](/lync/products/launch-your-products-on-telegram/configure-your-telegram-bot.md#step-4-get-the-access-token-of-your-bot) to get the access token of your Telegram bot.

### Deploying Your Products on Telegram using LYNC's Deployer

Visit the [LYNC Web3 Bot Launcher](https://web3bot.lync.world/) to getting started with the deployment.

<figure><img src="/files/65PIFy2oVOcHbQHILdKj" alt=""><figcaption><p>LYNC's Telegram Mini Apps Deployer</p></figcaption></figure>

Sign in with your Google account using the button on the top right corner to get started with the deployment.&#x20;

<figure><img src="/files/jNrAIt5LBXZSFEnZzSiV" alt=""><figcaption><p>Sign In With Your Google Account</p></figcaption></figure>

After successfully signing in, click on the "Deploy Your Mini App" button to access the deployment form.

<figure><img src="/files/bCRHDeD9Dcrn4sxF62ge" alt=""><figcaption><p>Navigate to Deployment Form</p></figcaption></figure>

<figure><img src="/files/yWeVNTKgcg1963jWXgY5" alt=""><figcaption><p>Deployment Form</p></figcaption></figure>

Fill the required details in the form. The form requires the following details in order to link your app with your telegram bot -

* **Access token** - The token given by BotFather bot when creating your Telegram bot [(see here)](/lync/products/launch-your-products-on-telegram/configure-your-telegram-bot.md#step-4-get-the-access-token-of-your-bot).
* **Your Web Application URL** - URL of the web application that will be linked to your Telegram bot.
* **Menu Button Text** - The text is displayed on the button that will be used to launch your web application within Telegram application. (Example: Launch,, Start Play etc.)

<figure><img src="/files/FXxXCuJcG2hV8fjdOkGi" alt="" width="563"><figcaption><p>Button to launch your product on Telegram</p></figcaption></figure>

* **Short Description of the Telegram Bot (optional)** - This is shown on the bot's profile page and is sent together with the link when users share the bot. You can keep it empty to remove the current short description.
* **Bot Description (optional)** - This is shown in the chat with the bot if the chat is empty. You can keep it empty to remove the current description.

<figure><img src="/files/yuYHAQc82zZMzgIZHn2H" alt=""><figcaption><p>Fill Out the Required Details</p></figcaption></figure>

After fill out the form correctly, Click on the "Deploy Mini App" button to start the deployment process. This may take a few seconds and will link the given web application URL and set the other properties of your bot as filled in the deployment form.

<figure><img src="/files/9XAChHuWH3rJSSjQq8Vs" alt=""><figcaption><p>Click on the Button to Deploy Your Mini App</p></figcaption></figure>

After successful deployment, you will get a success message with a link to your Telegram bot. You can click on the link and launch and start interacting with your web application using your Telegram bot. The other details (like Menu button and description) will also be reflected in the chat of your Telegram bot.

<figure><img src="/files/mk87MpyUSHuTIPTLsFl0" alt=""><figcaption><p>Successful Deployment of Telegram Mini App</p></figcaption></figure>

Click on the "LAUNCH" button to launch your web application within Telegram's environment and start interacting with your website. Now you can share the URL given after the deployment with your users to let them interact with your bot and web application within Telegram'e environment.

<figure><img src="/files/7R12dIg8c4g4MQboh7xV" alt=""><figcaption><p>Telegram Bot is Ready to Launch Your Web Application</p></figcaption></figure>


---

# 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://lync-1.gitbook.io/lync/products/launch-your-products-on-telegram/deploying-your-product-on-tg.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.
