Alternatives
An alternatives field describes strategies that were considered but not recommended. It is one of the five rich content types and is generated by a Stage 5 LLM step that matches each recommendation against an alternatives section in the linked example document.
How to write the placeholder
Use a regular {{ field_name }}. The classifier picks up alternatives from the description, not the name.
{{ alternatives }}
{{ portfolio_alternatives }}
{{ alternative_strategies }}What the classifier looks for
alternatives.What renders at fill time
The placeholder is replaced with a structured list of blocks — typically a single bulleted list, framed around what was considered and why it wasn’t chosen. The Stage 5 LLM:
- Reads each recommendation in the template.
- Matches the recommendation to the closest alternatives section in the example document.
- Generates a description of the rejected alternative, adapted to the client’s circumstances.
- Styles the output to match the example.
Configuration after upload
Open the template-level generation settings (gear icon next to the template name) and point the alternatives example document slot at a Setting whose alternatives sections match the tone and structure you want. There is no per-field modal.
Common pitfalls
Empty when there are no recommendations
Description must indicate rejected options
recommendation or content. Be explicit about the “not recommended” framing.Manual override is supported
Syntax to copy
{{ alternatives }}{{ portfolio_alternatives }}
{{ insurance_alternatives }}
{{ super_alternatives }}{% for rec in recommendations %}
{{ rec.alternatives }}
{% endfor %}