Install a pack
Any admin can install a pack from Settings → Industry Accelerators:- Pick the vertical card.
- Click Install pack.
- The seeder runs in a single Postgres transaction and reports counts of what was created vs. skipped.
API
List available packs (no side effects):action=seed_accelerator.
Decisioning gate classification
Every rule in a pack is pre-classified as eligibility, fit filters, or match scoring — the 4-stage model — see Decisioning Gates. The classifier honors the explicitstage field on each rule, so
seeded rules render in the right bucket of the qualification-rules UI
immediately.
Customizing a pack
After seeding you own every entity — rename, re-parent, tune priorities, edit creatives, swap flow nodes. Nothing is “managed” by the accelerator system after install. If you want to build your own pack (e.g., a pharma or insurance vertical), the accelerator format is a plain TypeScript object:lib/accelerators/seed.ts.
See also: Decisioning Gates | Decision Flows | Qualification Rules