> For the complete documentation index, see [llms.txt](https://cases.salebot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cases.salebot.pro/keisy-po-sozdaniyu-chat-botov-i-avtomatizacii/bot-dlya-reklamy-botov.md).

# Бот для рекламы ботов

При создании ставилась задача рассказать о возможностях ботов и заинтересовать людей, тем самым привлечь клиентов на услугу по созданию бота для бизнеса.

### **Идея и реализация проекта**

1. Показать заказчику как работает бот и какие задачи он может выполнять.
2. Запись на консультацию по созданию чат бот&#x430;**.**

Для реализации выбрана платформа salebot.pro, так как интегрирование с гугл таблицами, сторонними сервисами и с Python делает возможности платформы безграничными.&#x20;

И как раз в проекте использована интеграция с гугл таблицами для демонстрации возможностей функции записи и для чего ее можно применить.

Вот как выглядит **полная схема бота:**

![](/files/-MCV1hy-dloudjtN2JoB)

### **Что получилось в итоге:**

* Бот показывает на своём примере возможности чат-бота, тем самым привлекает клиентов к созданию собственного;
* Принимает заказы на программирование ботов;
* В бота встроена возможность вести свой распорядок дня;
* Совершает оплату через Яндекс.Деньги;
* Записывает на консультацию;

Так же планируется разместить тестирование навыков по ведению инстаграм и в зависимости от количества набранных баллов отправлять учебный материал. Будет разделение на новичков в инстаграм и опытных.&#x20;

**\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_**

**Автор бота:** Екатерина Земскова<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cases.salebot.pro/keisy-po-sozdaniyu-chat-botov-i-avtomatizacii/bot-dlya-reklamy-botov.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
