Recommend
Where Webpage and Product Brief generate an ad from scratch, Recommend works on the script the user already has — finding the voices and music that fit it.
What it does
Recommend reads the current script and returns matching production assets — ranked voices and music — so the user can turn their own copy into a finished spot. It's the bridge between a written script and a produced ad.
tools.options. The button stays disabled until the script reaches the minimum length (see
below).
Why use it
Many users arrive with copy already written — from a brief, a brand guideline, or a previous campaign. Recommend meets them there: no need to regenerate the script, just dress it for production. It pairs naturally with Creative Variations when the user also wants alternative takes on their copy.
How to enable
There's nothing to switch on — Recommend is present as soon as any other tool is. Two things shape it:
-
Minimum length. The button is disabled until the script is long enough to recommend against
— by default 200 characters. Tune it with
project.scriptMinChars. -
Variations. Enabling Creative Variations
(
tools.options.variations: true) makes Recommend also return alternative scripts in a second tab.
project: { scriptMinChars: 200 }, // when Recommend / Enhance unlock
tools: {
options: {
variations: true, // also return alternative scripts
},
}
What it returns
Recommend populates the Creative Assets panel for the current script:
- Up to 5 matching voices — ranked to fit the script, ready to audition.
- Up to 5 matching music tracks — chosen to fit the mood.
- A reference composition — used to guide mixing and mastering.
When Creative Variations is enabled, a second Creative Variations tab appears alongside, holding alternative scripts (see that page for what each variation carries). Assets and variations load independently, so the editor becomes playable as soon as the assets are ready.