# Welcome

## Bots.Business Help

Download from [Play Market](https://play.google.com/store/apps/details?id=bb_app.com.bots.business)

## Create your own bot for Telegram from new app Bots.Business.

### How to create bot

1. Create bot with @BotFather
2. Now create bot in app: add secret token
3. Create commands&#x20;

See [more](https://help.bots.business/getting-started)

### Install bots from the Store

{% hint style="info" %}
In the store are available various bots. Do you need referal tracking? Or chat with yours users via bot? This and the other is in the Bots Store!
{% endhint %}

In the store are available various bots. Do you need referal tracking? Or chat with yours users via bot? This and the other is in the Bots Store!

### Commands

Command can have: `name`, `help`, `aliases` (second names), `answer`, `keyboard`, `scnarios` (for simple logic) and other options.

####

#### CSV import with Google Table

Do you have much commands? Use Google Table and make import! Generate commands with formulas and do more with Google Table.

**Template table** <http://bit.ly/bb_table_template>

**Demo bot @DemoFromTableBot from this table** <http://bit.ly/DemoFromTableBot>

#### How to import CSV file

1. Create Google Table with commands for bot (You can use template)
2. Do publich this Table in CSV format via File menu
3. Paste CSV url in application and do upload command

Now you can talk with yours new Telegram Bot

See [more](https://help.bots.business/create-bot-from-google-table)

## BJS for command

Use Bot Java Script for logic in command.

See [more](https://help.bots.business/scenarios-and-bjs)

## FAQ

<https://help.bots.business/howto>

## API

[appapi.bots.business/docs](https://appapi.bots.business/docs)


---

# 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://help.bots.business/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.
