English
Language
  • Introduction
  • Register
  • Definitions
  • BOT BUILDER
    • Create Bot
      • Version Control
      • Creating my first Bot
    • Conversation Flow
      • Message
      • Filter
      • Existing Step
      • Rest API
      • Javascript
      • Email
      • Human Control
      • Webview
      • Forward to another bot
      • Test Bot
      • Time Action
    • NLP
      • Entity
      • Intent
    • Channels
      • Google Assistant
      • Facebook
      • Workplace
      • Chat Widget
    • Data
      • Objects
      • Fields
    • Integrations
      • API
      • Analytics
      • RD Station
    • Dashboard
    • Explorer
      • Codes
      • Changes
  • COSMO DESK
    • Live Chat
    • Settings
  • API
    • V1 - Records
    • V1 - Index
    • V1 - Send Message
    • V1 - Broadcast Messages
Powered by GitBook
On this page

Was this helpful?

  1. BOT BUILDER
  2. Create Bot

Version Control

Hello Cosmonaut! In this article I will explain how version control works.

PreviousCreate BotNextCreating my first Bot

Last updated 3 years ago

Was this helpful?

Version control is so you can tinker with your bot without impacting the end user. When you activate this control and publish the bot version for the first time, the end user will always have access to the last published version, that is, even if you delete part of the bot flow, as long as you don't publish the latest version it will only be visible for you. Here's how to enable Version control:

1 - In the bot you want to activate version control, click Edit, then click Versions:

2- In versions, enable the button Use Version Control in Bot, and click Publish New Version:

Okay, your bot already has Version control enabled

To see when the last version was published and the number of versions published, just click on edit and then click on Versions:

NOTE: Version control is so that the modifications you make to your bot don't reach the end user without you wanting to, It is suitable for when you need to make adjustments to bots that are in production Once the new version is published, it is not possible to go back to the previous version.