Help Center
Snapshots (Sub-Account Templates)
Designate one sub-account as your template, then clone its setup into every new client sub-account in a single step.
Last updated
Snapshots let you build a client setup once and reuse it. You designate one sub-account as your agency's snapshot, and new sub-accounts can be created already carrying its pipelines, templates, forms, products, tags, and folder structure instead of starting empty.
If you are coming from GoHighLevel, this is the same idea as a snapshot, with some real differences worth knowing before you plan around it. Those are listed at the bottom of this page.
How It Works#
1. Designate the snapshot#
Build one sub-account the way you want every new client to start. Pipelines, email templates, forms, products, tags, snippets, whatever your standard setup includes.
In the agency admin, open that sub-account's menu and choose Designate as Snapshot. One sub-account per agency is designated at a time.
2. Preview what will be copied#
Choose Preview snapshot contents to see exactly what the clone would carry across, table by table, with a row count for each. This is a read-only view. Nothing is written until you actually create or refresh a sub-account.
Preview before you rely on a snapshot in front of a client. It is the fastest way to catch a setup that lives in a place the clone does not cover.
3. Create a sub-account from it#
When creating a new sub-account, tick Clone from snapshot under "Initialize from snapshot". The new sub-account is created with the snapshot's content already in place.
Cloning and the default starter content are mutually exclusive. If you clone, you get the snapshot's setup instead of the built-in defaults, so you do not end up with two of everything.
4. Refresh an existing sub-account#
Refresh from snapshot re-applies the current snapshot to a sub-account that already exists. Use it when you improve your standard setup and want an existing client brought up to it.
⚠️ Refresh replaces, it does not merge, and it is not safe on a sub-account with live work in it. Every piece of cloneable content in the target is deleted and re-cloned from the snapshot. That includes its pipelines and stages, and its custom field definitions. No customer record is deleted, but the records that referenced the deleted rows are stranded: existing opportunities point at pipeline stages that no longer exist, and answers collected under a custom field stop being visible until a field of that name exists again. Treat refresh as a reset for a sub-account you are willing to rebuild, not as a routine sync, and preview first.
What Gets Copied#
The clone works from an explicit registry of table types. It is default-deny, so anything not on that list is not copied, and a new table added to the product has to be classified before it can ship. The preview dialog is the authoritative list for your own install, because it reports exactly what would be copied and what would be skipped.
Sales and pipeline
- Pipelines and their ordered stages
- Pipeline templates and pipeline automation rules
- Deal scoring rules and contact scoring rules
Automation and forms
- Workflow drafts
- Form definitions
- Auto-responses
Content and templates
- Email templates and mailing lists (email categories)
- Document templates, invoice templates, and estimate templates
- Snippets
- Content library, hashtag groups, and social queue slots
Catalog and commerce
- Products, product categories, product bundles, and product dependencies
- Discount codes
- Payment term presets
- Invoice and document reminder settings and templates
Organization and settings
- Contact and opportunity custom field definitions, with their type, options and required flag. Contact fields also carry their folders and their format rules; opportunity fields have neither in the product
- Tags and conversation tags
- Segments
- Custom values
- Call tracking pools and call dispositions
- Reputation settings and chat widget settings
- The folder tree for every module above, including nested folders
Foreign keys are rewritten as part of the clone, so a workflow that points at a list, a template, a pipeline stage, or a form ends up pointing at the copy in the new sub-account rather than back at the snapshot.
What Is Never Copied#
All customer data. Contacts, companies, notes, conversations, messages, attachments, deals, invoices, payments, estimates, and documents stay in the sub-account they belong to. A snapshot is a setup template, not a data copy.
Credentials and tenant-bound IDs. Connected accounts and per-tenant external identifiers are not carried over. Where a cloneable record embeds one, the field is reset rather than copied. Forms are the clearest example. The form definition comes across, but its Google Ads conversion action, Meta CAPI, and GA4 tracking settings are reset so the new sub-account binds its own rather than reporting into the snapshot's ad account.
Active workflows. Only workflow drafts are cloned. A workflow that is live in the snapshot sub-account is deliberately excluded, so cloning cannot quietly start sending on behalf of a brand new client. Build the workflows you want cloned as drafts in the snapshot, then activate them in the new sub-account once you have checked them.
Booking setup. Calendars are not copied, because a calendar is bound to the people and connected accounts of its own sub-account. Appointment types, services and service categories are not copied either, for the same reason: each one belongs to a calendar, so without the calendar there is nothing to attach them to. Expect to rebuild booking setup in the new sub-account. The preview dialog says so too, and reports these as skipped rather than silently copying nothing.
Workflow templates. The template gallery is not stored per sub-account, so the clone has no way to scope it and skips it. The preview dialog lists it as skipped and names this as a current limitation rather than a permanent rule, so expect it to change. Workflow drafts are copied, as above.
Differences From GoHighLevel Snapshots#
Worth reading if you are planning a migration around this.
- One snapshot per agency, not a library. Your agency designates a single snapshot sub-account. There is no set of named snapshots you keep side by side and pick from at creation time.
- No import, export, or sharing. A snapshot here is a live sub-account in your own installation, not a portable artifact. There is nothing to hand to another agency, and nothing to sell. If part of your business is packaging and selling snapshots, that does not carry over.
- Refresh is a reset, not a merge. See the warning above.
- Workflows clone as drafts only, covered above.
Because you own the source, none of these are fixed. The clone registry is one file that lists each table and how it should be treated, so extending what a snapshot covers is a code change you are able to make.
