# Welcome to Bots Mother Help

Bots Mother is an advanced Telegram bot builder designed for developers who want the freedom and power of building bots in PHP. Whether you're a beginner exploring Telegram automation or a seasoned developer, our ecosystem provides everything you need to build, manage, and scale your bots effectively.

#### What You Can Do Here:

* 🔧 **Create Telegram Bots** using PHP, directly within our ecosystem.
* ⚙️ **Use Prebuilt Modules** to speed up development.
* 📦 **Manage Bot Logic** with an intuitive interface.
* 🚀 **Deploy Instantly** with built-in hosting and webhook setup.
* 🔑 **Secure Your Bots** with token protection and user permissions.

#### 🚀 Getting Started with Bots Mother

1. **Register or Log In**\
   Create your free account to access the full power of [Bots Mother.](https://botsmother.com)
2. **Create a New Bot Project**\
   Add your Telegram Bot Token to start a new project within our ecosystem.
3. **Build Command Logic Easily**
   * Organize each command separately for clean and scalable bot logic.
   * Use our intuitive interface to **create, edit, and manage commands effortlessly**.
   * Take advantage of **prebuilt systems** like:
     * 🔁 **Aliases** – group multiple triggers under one command.
     * 🎛️ **Keyboards** – design custom reply keyboards with ease.
     * ⏳ **Wait for Answer** – handle user input step by step.
     * 🤖 **Auto Reply & Chat Filters** – automate responses and manage message flows.
     * 🧠 **Chat Type Filtering** – separate logic for groups, channels, and private chats.
4. **Code in PHP with Our Powerful Editor**\
   Write and test your PHP logic inside our built-in bot editor, optimized for Telegram API workflows.
5. **Enhance with Snippets & Modules**\
   Use ready-made code snippets and powerful modules to save time and avoid repetitive coding.
6. **Test and Deploy Instantly**\
   With built-in webhook management, your bot goes live as soon as you’re ready—no server setup required.


---

# 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://bots-mother.gitbook.io/bots-mother-help/readme.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.
