Skip to main content

Seed packs at a glance

Layers

LayerProvides
PlatformUniversal reference data — countries, currencies, languages
CommonUniversal entity types — person, organization, place
VerticalIndustry types, terminology, roles, consent types, tuned profiles

A preset installs a whole stack in one step. Choose the vertical closest to your domain — extending a close fit is far less work than assembling from parts.

Configuration only

InstalledNot installed
Entity types and attributesEntity records
Match profiles: blocking, ladders, thresholdsCrosswalks
Standardization, validation, masking rulesRelationships between records
Reference data and hierarchiesInteractions
Relationship types and resolution rulesConsent records
Roles, groups, ABAC policies

Installing a pack shapes a tenant; it does not populate it.

Idempotent

Every step looks up before creating, so re-running converges rather than duplicating. Safe after a partial failure, or to pick up pack changes.

A re-install can overwrite local edits

It will not duplicate rows, but several steps converge by updating a row that differs — a locally-edited standardization rule is rewritten to the pack's configuration.

Record local deviations and re-check them after a pack update.

Fails loudly

A pack whose configuration the platform rejects fails the install. A pack that installed partially and reported success would leave a tenant configured in a way nobody could describe.

Shipped matching is conservative on purpose

Packs under-merge rather than over-merge. Under-merging leaves work in a review queue; over-merging corrupts golden records and needs unpicking.

But a pack cannot know your data's value distributions. Load records, then tune thresholds against your own labelled pairs.

Next


Last verified against commit 1e1de1ad (2026-08-03)