Adding Your First Bot

A complete step-by-step guide to create and run your first bot using TeleBot Host.

Step 1: Visit TeleBot Host

Open your browser and go to https://telebothost.com/. This is the main platform where you can manage all your bots.

TeleBot Host Homepage

Step 2: Get Started

Click the Get Started button to proceed. You will be redirected to the login/signup page.

Get Started Button

Step 3: Login or Signup

Login with your credentials or create a new account if you don’t have one. After logging in, you will see your dashboard.

User Dashboard

Step 4: Add a New Bot

On the dashboard, locate the Add Bot button or the + icon and click it. A modal will appear asking for your bot token.

Add Bot Button

Step 5: How to Get Your Bot Token

To create a Telegram bot and get its token, you need to use @BotFather on Telegram:

BotFather Token

Step 6: Add Token in TeleBot Host

Paste your bot token into the input box in the modal. You can also give your bot a custom name for easy identification.

Paste Bot Token

Step 7: View Your Bot in the Dashboard

After adding the token, your bot will appear in the bot list. Click on your bot’s name to access its management panel.

Bot List Dashboard

Step 8: Start Your Bot

Click Launch Bot to activate it. Your bot is now live and ready to receive commands.

Start Bot

Step 9: Add Commands

On top of the bot panel, click the Commands button. Here you can add and manage commands for your bot:

Add Command Panel

Step 10: Test Your Bot

Go to Telegram, open your bot, and send /start. Your bot will reply with the message you set, e.g., "Hi from bot".

Test Bot in Telegram

Step 11: Explore More Features

Congratulations! 🎉 You have successfully added your first bot. Explore the documentation for advanced features like:

Visit /docs to unlock the full potential of your bots!

Next
Managing your bot with Codes