Last updated: 2021-01-22
Versioning in Freddy Self-service bots
Versioning enables you to create and manage multiple releases or versions of the same bot.
``` Please note that you can only have one draft version of your bots. ```

``` Please note that the bot script will only load the published version of the bot at any given point in time. ```
Bot versions
A bot version can exist in any of the following three states:
1. Draft : A version of the bot that has not gone live and has never been published. Usually, the latest version of the bot will generally be the draft version before it gets published.
2. Published: A version of the bot that has gone live and can start interacting with customers. The bot can have only one published version at any instant of time. Whenever the bot script is loaded externally (in a web page/app), the bot's published version is available for customer interaction.
3. Unpublished: A version of the bot that was once published, but rolled back due to a different release or issue.
The following modules are subject to versioning:
Please write to freshbots-support@freshworks.com if you have any more questions; we’ll be happy to help you.