Welcome to BotGami
BotGami is the easiest way to create powerful Telegram bots — no coding required.
Using a simple drag-and-drop interface, you can build bots that:
- 💬 Send messages, photos, and files
- ❓ Ask questions and collect user information
- 🔀 Make smart decisions based on user responses
- 📊 Store and manage user data
- 🔗 Connect to external services and APIs
How It Works
Think of BotGami like building with LEGO blocks. Each block (we call them "nodes") does one specific thing, and you connect them together to create a complete workflow.
There are three main types of nodes:
| Type | What It Does | Example |
|---|---|---|
| Triggers 🎯 | Start your bot's response | When someone sends /start |
| Logic ⚙️ | Make decisions | If age is over 18... |
| Actions 📤 | Do something | Send a welcome message |
What You'll Learn
In This Documentation
We'll walk you through everything step by step:
- Getting Started — Build your first bot in 5 minutes
- Core Concepts — Understand how flows and nodes work
- Node Reference — Learn what each node type does
- Advanced Topics — Master variables, subflows, and more
- Tutorials — Build real-world bots from scratch
Quick Example
Here's how simple it is to create a greeting bot:
Goal: When a user sends /hello, the bot responds with their name.
That's it! Just two nodes connected together. The {{user.first_name}} part automatically inserts the user's actual name.
Ready to Start?
👉 Quick Start Guide → — Build your first bot in 5 minutes
Or jump to any section from the sidebar. Happy building! 🚀