# Create bot from Google Table

## Do you have any Google Table? You can create Bot from it!&#x20;

You need the list with commands. See demo table [here](https://docs.google.com/spreadsheets/d/1hLEeCGqT5zTtT7hFs0HP20v5BrRj1y70Qhz4bOItO-c/edit?usp=sharing).

You can make copy from this table (File->Copy in Google Table) or copy list to your own table. (Ctrl+C and Ctrl + V)

![](/files/-LWKCw11BjhBmIXJBq9c)

{% hint style="info" %}
See [demo bot](https://telegram.me/DemoFromTableBot) from this Demo Table
{% endhint %}

### How to do import from table?

Publish list (prefer to use computer) with commands in the web as CSV file:&#x20;

![](/files/-LWKGgwF0t1HClrDSX6R)

###

### What it is: command, answer, aliases...?

See [here](https://help.bots.business/commands)

### How do I import a commands?

* Open a copied table file in Sheets in browser. (Prefer to use computer)
* At the top, click File and then Publish to the web.
* Choose "List1" and "File CSV"
* Press buton "Publish"
* Copy your table link - **CSV url**

Paste **Token** and **CSV url** in app.

* Create new bot in app
* Paste **Token** and **CSV url (in Advanced fields)**
* Create and make upload!


---

# 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/create-bot-from-google-table.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.
