Publishing your bot
Last updated
Was this helpful?
Last updated
Was this helpful?
Chatlayer.ai provides two environments, staging and production, to support working in parallel on a new version of your chatbot without interfering your production version which is talking to your real users. You have access to both environments.
Staging ('Draft')
Used to build and test new bot versions and improve your NLP model.
Production ('Live')
The production chatbot is communicating with your actual customers
We recommend to not change data and configuration (flows, NLP, settings) directly in your production environment
Once your bot is ready and has been tested in the staging environment, it's time to publish your bot to the production environment.
If you have a bot that you want to run on Facebook Messenger, we advise to set-up a separate staging Facebook page and app for your staging version of the bot.
To publish your bot, go to the "Versioning" module in the Chatlayer.ai staging environment.
Enter a description for the new version of your bot, and publish it by clicking the button.
You will then be prompted to choose between 'Publish Full Bot' and 'Publish NLP Only':
'Publish Full Bot' will publish both your latest NLP model and all your flows.
'Publish NLP Only' will only publish your NLP model, leaving the flows of the Live version unchanged. Take into account that:
The NLP needs to be trained before publishing it
You cannot publish NLP only if no NLP changes have been made since the last publish
You cannot publish NLP only if Intents have been removed from your Draft version since the last publish. This is to avoid having flows Live that are linked to Intents that no longer exist. Removing Intents from the Live version is thus only possible with 'Publish Full Bot'. Adding new Intents to Live with 'Publish NLP Only' on the other hand, is possible.