Skip to main content

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:

TypeWhat It DoesExample
Triggers 🎯Start your bot's responseWhen someone sends /start
Logic ⚙️Make decisionsIf age is over 18...
Actions 📤Do somethingSend a welcome message

What You'll Learn

In This Documentation

We'll walk you through everything step by step:

  1. Getting Started — Build your first bot in 5 minutes
  2. Core Concepts — Understand how flows and nodes work
  3. Node Reference — Learn what each node type does
  4. Advanced Topics — Master variables, subflows, and more
  5. 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! 🚀