Home

Canvas & Publishing

Bot Builder Interface

This guide covers the Bot Builder canvas controls and the pre-publish validation that runs when you publish your bot.


Canvas Zoom Controls

The zoom toolbar appears on the Bot Builder canvas. Use it to navigate and focus on different parts of your bot flow.

Toolbar Buttons

Mouse Controls

When to Use


Pre-Publish Validator

When you click Publish, the platform runs a validation check on your bot diagram. It reports any problems that could cause errors in production.

What Gets Validated

The validator checks for:

Blocking errors (publish is blocked until fixed):

Warnings (publish is allowed, but you should review):

How Validation Works

  1. Click Publish in the Bot Builder.
  2. If validation fails, a message lists the issues.
  3. For each error, the canvas pans to the first affected component.
  4. Fix the reported issues and click Publish again.
  5. If there are only warnings, you can still publish; review them and fix when possible.

Common Fixes

Issue What to do
Dead-end component Add an outbound connector from the component to the next step or an End component
Unmapped error port Connect the error output port to a handler (e.g. error message, fallback flow)
Unreachable component Connect the component into the main flow from Start
Missing Go Back/Go On label Open the component, enable the button, and enter a label
Duplicate option labels Give each option in QuestionButtons, LlmConversation, or APIRequest a unique label
No inbound connector Connect the component from an upstream component (e.g. Start or a previous step)

Need Help?

Email: contact@intalos.de