Get Started
This guide helps you build reusable prompts that create consistent output and validate input cleanly.
{topic}Blog Teaser.Use meaningful placeholders. They are the interface between user input and generated output.
Write a text about {topic} in {style} for {audience}.
{topic} should usually be required.{style} can be optional if a default style is acceptable.{audience} improves tone and relevance.Make a field required if useful output is not possible without it.
Keep fields optional if they only refine the result.
Use input masks to prevent invalid formats and reduce support effort.
{input} without context.