Skip to main content
Answers to common questions about testing changes safely and managing multi-location agents using variants.
Work in a Branch, a copy of the agent. Test it, then publish. In Simple mode there is one Branch. In Branches mode each person has their own. In Sub-branches mode a team shares one Branch and splits it into Sub-branches.
  1. Create a Branch from Live, so you start from what is actually running.
  2. Make your change. It saves as you go.
  3. Test it with simulation tests, or talk to the agent over an in-app call or chat. Tests run on any Branch or Sub-branch.
  4. Move it to Staging if you need to test on a channel. This step is optional.
  5. Publish. Your Branch merges onto Live and becomes the newest version in Live’s history.
You can compare changes before publishing, and roll back in one step if issues arise.
No. A Branch publishes straight to Live once you have tested it. Move it into Staging only when you need to test on a channel. Only one Branch can sit in Staging at a time.
Yes. Tests run on any Branch or Sub-branch, before it merges anywhere.
No. Publishing merges onto Live rather than replacing it. If Live has moved on since you created your Branch, your Branch is marked out of sync and you must sync and resolve any conflicts before you can publish.
Nothing is lost. Any Sub-branch still open moves to sit directly under Live and becomes a Branch in its own right. Carry on working, then publish it like any other Branch.
Three layers: Live, Branch, Sub-branch.
On the last thing you were working in, whether that is Live, a Branch or a Sub-branch.
Use variant management to manage location-specific content in a single agent. Each variant stores attributes like phone numbers, addresses, and hours.Variants are useful for:
  • Hotel chains, restaurant groups, or retail chains with multiple branches
  • Agents that need to respond differently based on which number was called
  • Dynamically populating responses with location-specific data using ${variant_attribute} syntax
See the variant management guide and CSV imports for bulk configuration.
Last modified on September 15, 2026