Backup and restoration
How to create a project backup and restore a project.
Why backups are essential
It's easy to underestimate the importance of backups—until you need to restore from one. Since backups are free and unlimited, there's no reason not to use them regularly. If your bot contains complex logic that took significant time to build, maintaining regular backups is crucial for protecting your work.
How to duplicate a project
How backup (duplication) works:
When a new project is created, it includes a complete copy of the bot's structure and settings. This includes:
The bot's flow.
All quick replies and text responses.
CRM configuration and settings.
Please note: The actual CRM data (e.g., client records, deal information) is not copied to the new project.
Backup can be done in two ways.
Simply click the "Duplicate" button on the "Projects" tab.

Create a new project and go to the "Backup" section:

Next, select the project from which you want to restore the data.

Here, you can also download the bot flow (it will be saved as a .json file) and restore a copy from the selected project.
When restoring, the entire project flow will be deleted and replaced with the one copied from the selected project.
How to clone (copy) a flow within a project
To copy a flow, go to the "Backup - Project restoration" tab and select "Copy workflow."

How to restore a flow from a backup file
To restore a flow, you can use a previously saved .json backup file. Navigate to the "Restore from file" tab in your project and upload the file. This also works for importing a bot flow that was saved from a different project.

Important: This action will restore the flow to the exact state of the backup. This includes any blocks, connections, and their settings that may have been deleted in the current version.

Last updated