# Экспорт/импорт бота

Экспорт / импорт бота используется для переноса бота с одной платформы на другую. Для этого бот экспортируется в json формат нажав на ссылку **Экспорт в JSON.**

![](/files/-MSXE5VOyIXx-kkHPHy-)

В новой вкладке браузера открывается экспортируемый текст бота, необходимо нажать кнопку *Копировать*, там самым текст будет скопирован в буфер обмена.

![](/files/-MSXEhnhxnQRo7_GEDpq)

Далее на другой платформе создается новый бот и если он еще не заполнен скриптами, то имеется возможность **Импорта из JSON.**&#x20;

![](/files/-MSXF7Wm_G1Dvll-raF6)

Нажав на ссылку **Импорт из JSON** открывается диалоговое окно для вставки текста. Вставить из буфера обмена и нажать кнопку *Загрузить*.

![](/files/-MSXFkIPrO-OHKIylM9x)

{% hint style="warning" %}
При **Импорте из JSON** стоит помнить, что список **Лидов** не импортируется. Также не импортируются настройки по разделу **Заявки**.
{% endhint %}


---

# 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/eksport-import-bota.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.
