Prompt Templates
Use and create prompt templates to speed up your work
Prompt Templates
Prompt templates are reusable templates that speed up content creation. They include variables you can customize.
What are Templates?
Templates are predefined prompts with variables:
Template:
"Portrait of {{subject}}, {{style}} style, {{lighting}} lighting"
Variables:
- subject: "a young woman"
- style: "professional photographic"
- lighting: "soft"
Using Templates
Select a Template
- Open the template selector in the sidebar
- Browse available categories
- Select a template that interests you
- Prompt loads with variables
Complete Variables
Once template is selected:
- Variable fields are shown
- Complete each variable with your value
- Prompt updates in real-time
- You can edit final prompt if needed
Usage Example
Selected template:
"{{subject}} in {{location}}, {{style}} style, {{mood}}"
Completed variables:
- subject: "A cat"
- location: "space"
- style: "realistic"
- mood: "serene and calm"
Final prompt:
"A cat in space, realistic style, serene and calm"
Creating Templates
From the Editor
- Write a prompt you want to reuse
- Identify variable parts
- Replace with
{{variable}}syntax - Click "Save as template"
Template Structure
{
name: "Professional Portrait",
description: "Template for professional portraits",
prompt: "Portrait of {{subject}}, {{style}} style, {{lighting}} lighting",
variables: [
{
name: "subject",
label: "Subject",
type: "text",
placeholder: "E.g: a young woman"
},
{
name: "style",
label: "Style",
type: "select",
options: ["photographic", "artistic", "realistic"]
}
]
}
Available Variables
Text
Free text variable:
{
name: "subject",
label: "Subject",
type: "text",
placeholder: "Describe the subject"
}
Select
List of options:
{
name: "style",
label: "Style",
type: "select",
options: ["realistic", "artistic", "abstract"]
}
Number
Numeric value:
{
name: "age",
label: "Age",
type: "number",
min: 1,
max: 100
}
Template Library
Predefined Templates
The system includes templates for:
- Portraits: Different portrait styles
- Landscapes: Nature and environments
- Products: Product photography
- Art: Various artistic styles
- Abstract: Conceptual content
Team Templates
Templates created by your team:
- Shared with all members
- Organized by category
- Editable by creators
- With example images
Favorite Templates
Mark templates as favorites:
- Quick access from selector
- Filter by favorites
- Share favorite list
Example Images
Templates can include example images:
- Shows expected results
- Helps understand template
- Inspiration for variations
- Visual reference
Adding Images
- When creating/editing a template
- Upload one or more example images
- Images are shown in library
- Help others understand template
Template Management
View All Templates
From the library you can:
- View all available templates
- Filter by category
- Search by name or description
- Sort by popularity or date
Edit Templates
- Open the template you want to edit
- Modify prompt or variables
- Update example images if needed
- Save changes
Delete Templates
- Open the template
- Click "Delete"
- Confirm action
- Template is permanently deleted
Share Templates
Templates are automatically shared:
- All team members can use them
- Changes affect everyone
- Private templates can be created (future)
Best Practices
Creating Effective Templates
✅ Good practices:
- Use clear and descriptive variables
- Include examples in placeholders
- Document template purpose
- Add example images
❌ Avoid:
- Too many variables (maximum 5-7)
- Ambiguous variables
- Templates that are too specific
- Without documentation
Organization
- Name templates descriptively
- Group by category or style
- Maintain reasonable number
- Update obsolete templates
Template Examples
Portrait Template
Prompt: "Portrait of {{subject}}, {{style}} style, {{lighting}} lighting, {{background}} background"
Variables:
- subject: "a young woman"
- style: "professional photographic"
- lighting: "soft and natural"
- background: "blurred"
Landscape Template
Prompt: "Landscape of {{location}} at {{time}}, {{style}} style, {{weather}}"
Variables:
- location: "snowy mountains"
- time: "sunrise"
- style: "realistic"
- weather: "clear sky"
Product Template
Prompt: "Product photography of {{product}}, {{style}} style, {{lighting}} lighting, {{background}} background"
Variables:
- product: "wireless headphones"
- style: "commercial professional"
- lighting: "studio"
- background: "white minimalist"