Your very first deploy is what switches your bot on. Until then your project isn’t processing customer messages at all — it only responds through Paige Dev.
What the Deploy button is telling you
The button changes to reflect what’s waiting to go live:Connect — you haven't linked a WhatsApp number yet
Connect — you haven't linked a WhatsApp number yet
Before you can deploy, your project needs a WhatsApp number of its own. The button reads Connect and takes you to Settings → WhatsApp to set one up. You can keep building and testing through Paige Dev in the meantime.
Deploy with an orange dot — you have code changes waiting
Deploy with an orange dot — you have code changes waiting
A pulsing orange dot means you’ve changed your bot code since the last deploy. There’s no number, because code changes are counted as one body of work rather than individually.
Deploy with an orange number — you have flows waiting
Deploy with an orange number — you have flows waiting
The number is how many flows have changes that haven’t gone live yet. Hover the button and it spells it out — for example, Deploy — 2 flows pending, or Deploy — code + 2 flows pending when you have both.
Deploy, greyed out with a lock — your subscription has lapsed
Deploy, greyed out with a lock — your subscription has lapsed
Deploying is a paid feature. The tooltip reads Subscribe to deploy and clicking takes you to Billing. Your live bot keeps running; you just can’t push new changes until you resubscribe.
The deploy dialog
Clicking Deploy opens Deploy to production, where you choose what goes live alongside your code.What always deploys
Three things go live every single time, with nothing to tick:- Your bot code and files — the current version in your editor.
- Your table structure — any new tables and new columns you’ve added. This is additive: existing production tables are never dropped or emptied as part of a structure sync.
- Your project going active — on the first deploy, this is what starts your bot responding to real customers.
Also copy table data
Under Also copy table data, you’ll see a checkbox for each of your tables. This is where the real decision lives, and it’s worth understanding before you tick anything. Ticking a table replaces all of its production rows with your preview rows. It isn’t a merge — the live rows are cleared out and your preview data is written in their place. Nothing is ticked when the dialog opens, and your choices reset every time you open it. The safe default is simply not to tick anything: your structure still syncs and your live data is left alone. Only your own tables appear here. Paige’s built-in tables — your contacts, conversations, messages, and execution logs — are never touched by a deploy.Flows
Under Flows, you pick which flows to publish to your WhatsApp number. Flows with unpublished edits carry an orange changes pending tag, so you can see at a glance which ones are waiting. Anything you leave unticked is left exactly as it is on your live number. You don’t choose how a flow publishes — Paige works that out from where the flow currently stands:- A flow that’s only ever existed in Paige is created on your WhatsApp number and published.
- A draft flow is published as-is.
- A flow that’s already live is only re-sent if you’ve actually changed it.
