Multi-Product Setup
Use this guide if your business sells multiple distinct products or services — for example, multiple ERP lines, service tiers, separate SaaS products, or distinct practice areas. Multi-product mode tells WisePilot to treat each product as its own governed content system, with separate ICPs, tone contexts, operating profiles, and content libraries. Skip this guide if you run a single-product business or manage single-product clients. Adding product lines to a single-product setup adds complexity without benefit.What You’ll Need
- ICPs already created for your website
- Brand voice configured (at least a voice and tone description)
- A list of your product lines with names and brief descriptions
Step 1 — Enable Multi-Product Mode
Start here. This is a one-way toggle — once enabled, entity scoping and per-product filtering are active across the platform.- Entity scoping (content, CTAs, offers, and ads can be tagged to a product line)
- Per-product operating profiles and funnel baselines
- Product-filtered context assembly (content generation pulls only the relevant product’s ICP, tone, and library)
- Product badges in the UI across content and automation views
Step 2 — Create Product Lines
Once multi-product mode is on, create each product line. Give Claude a clear description — this description is used during content classification and context assembly.create_product_line for each entry. Each product line gets:
Step 3 — Map Verticals to ICPs
Verticals are sub-markets within a product line. Use them when the same product is sold to meaningfully different buyer types — for example, a compliance platform sold to both Healthcare and Manufacturing buyers.update_product_line to write the verticals configuration (stored as a JSONB field). Each vertical stores a name and one or more targetIcpIds.
When to use verticals vs. separate product lines:
Verticals are optional. If a product line has a single consistent ICP across all buyers, skip this step and assign the ICP directly at the product line level.
Step 4 — Set Product Tone
Each product line can have its own tone context that blends with (but does not replace) the website’s overall brand voice. Use this when products have noticeably different registers — for example, a technical platform that needs precise language vs. a consumer product that needs warmth.update_product_tone to save the tone context. During content generation, this context is injected alongside the global brand guidelines — it steers emphasis and register without overwriting your core voice rules.