> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/getting-started.md).

# Начало

- [Что такое Nextbot?](https://doc.nextbot.ru/getting-started/what-is-nextbot.md)
- [Сценарии использования](https://doc.nextbot.ru/getting-started/use-cases.md): На этой странице вы найдёте примеры того, как Nextbot может быть полезен для вашего бизнеса. Мы покажем, как он решает задачи в разных сферах, облегчая рутину и улучшая взаимодействие с клиентами.
- [Ремонт компьютеров](https://doc.nextbot.ru/getting-started/use-cases/pc-repair.md): Простой ИИ-агент для первичной обработки клиентов
- [Продажа диванов](https://doc.nextbot.ru/getting-started/use-cases/sell_sofas.md): Продвинутый уровень. Взаимодействие с CRM, базой знаний, базой данных.
- [Как начать?](https://doc.nextbot.ru/getting-started/kak-nachat.md): Первые шаги
- [Регистрация](https://doc.nextbot.ru/getting-started/kak-nachat/registration.md)
- [Короткий Опрос](https://doc.nextbot.ru/getting-started/kak-nachat/korotkii-opros.md)
- [Вводное обучение](https://doc.nextbot.ru/getting-started/kak-nachat/vvodnoe-obuchenie.md): Посмотрите обучающие видеоролики, чтобы изучить базовые и продвинутые возможности платформы
- [Создание агента](https://doc.nextbot.ru/getting-started/kak-nachat/sozdanie-agenta.md)
- [Наполнение Справочника](https://doc.nextbot.ru/getting-started/kak-nachat/napolnenie-bazy-znanii.md)
- [Добавление функций](https://doc.nextbot.ru/getting-started/kak-nachat/dobavlenie-funkcii.md)
- [Публикация ИИ-агента и получение заявок](https://doc.nextbot.ru/getting-started/kak-nachat/publikaciya-agenta-i-poluchenie-zayavok.md): Добавим ИИ-агента в телеграмм и сделаем группу для получения заявок.


---

# 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:

```
GET https://doc.nextbot.ru/getting-started.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.
