# Начало работы - с чего начать

- [Как устроен Metabot24](https://metabot.gitbook.io/documentation/nachat-rabotu-s-metabot24/kak-ustroen-metabot24.md): Как написать чат-бота самому, если вы не программист? Это достаточно сложно. Гораздо легче его создать! Существуют специальные платформы для создания таких помощников и одна из них - это Metabot24.
- [Регистрация в Metabot24](https://metabot.gitbook.io/documentation/nachat-rabotu-s-metabot24/registraciya-v-metabot24.md): В данном разделе вы узнаете, как пройти регистрацию на платформе.
- [Вход в учетную запись](https://metabot.gitbook.io/documentation/nachat-rabotu-s-metabot24/vkhod-v-uchetnuyu-zapis.md): В данном разделе вы узнаете, как правильно войти в свою учетную запись.
- [С чего начать?](https://metabot.gitbook.io/documentation/nachat-rabotu-s-metabot24/s-chego-nachat.md): Вы прошли регистрацию и теперь самое время начать изучать платформы. Вы задаете вопрос: С чего начать?
- [Как создать бота](https://metabot.gitbook.io/documentation/nachat-rabotu-s-metabot24/kak-sozdat-bota.md): Создать бота на платформе Metabot24 легко и удобно. Бота надо создать, наполнить функционалом, обучить, интегрировать в каналы.
- [Экспорт/импорт бота](https://metabot.gitbook.io/documentation/nachat-rabotu-s-metabot24/eksport-import-bota.md): Возможен экспорт/импорт бота в json формате


---

# 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://metabot.gitbook.io/documentation/nachat-rabotu-s-metabot24.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.
