Versions
Moveo allows you to create multiple versions of the same AI agent.
Imagine you are operating an AI agent in production, with users asking questions throughout the day. If you want to implement new changes without making them visible to your users immediately, you can use versions.
Draft state
All changes you make are saved to the draft state of the AI agent. In Test
, you always interact with the draft version of the AI agent. It works as one more version of the AI agent, with the difference that already published versions will get locked and are not editable. This means that you can also assign a conversation to a draft version if you set a rule to do so.Create a new version
In order to create a new version, you have to:
- Go to the AI Agent you want to create a new version of.
- Click the Publish version. button in the top right corner of the screen.
- Write a short description of your changes.
- Click the Save. button.
caution
You can only have up to 25 versions at any time. If you exceed this number, you need to delete a previous version to create a new one.
Manage a version
For any version of the AI agent, you can perform the following operations in the Versions menu:
- Restore: Revert the AI agent to the selected version.
- Export: Download a JSON file of the selected version.
- Delete: Permanently delete the selected version.
Assign the new version
After you create a new version and are ready to share it with your users, navigate to the rules
and set in the then section the new version of the AI agent.