• Blog
  • Documentation
  • Pricing
  • FAQ
  • Contact
Sign InSign Up

Here you can add a description about your company or product

© Copyright 2026 TypePad AI. All Rights Reserved.

About
  • Blog
  • Contact
Product
  • Documentation
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • AI Playground - Introduction
  • Dashboard and Statistics
  • Paper Generator - Introduction
  • Product Generator - Introduction
  • Quick Start Guide
  • Settings and Preferences
  • Team Management
  • Token System and Billing
  • AI Playground Basic Usage
  • Paper Generator Basic Usage
  • Product Generator Configuration
  • Product Generator Basic Usage
  • Parameters and Configuration
  • Product Generator Advanced Editor
  • Prompt Templates
  • Template Management
  • Content Library
  • Token System
  • Token System in AI Playground

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

  1. Open the template selector in the sidebar
  2. Browse available categories
  3. Select a template that interests you
  4. Prompt loads with variables

Complete Variables

Once template is selected:

  1. Variable fields are shown
  2. Complete each variable with your value
  3. Prompt updates in real-time
  4. 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

  1. Write a prompt you want to reuse
  2. Identify variable parts
  3. Replace with {{variable}} syntax
  4. 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

  1. When creating/editing a template
  2. Upload one or more example images
  3. Images are shown in library
  4. 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

  1. Open the template you want to edit
  2. Modify prompt or variables
  3. Update example images if needed
  4. Save changes

Delete Templates

  1. Open the template
  2. Click "Delete"
  3. Confirm action
  4. 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"

Next Steps

  • Content library
  • Token system
  1. Prompt Templates
    1. What are Templates?
    2. Using Templates
    3. Creating Templates
    4. Template Library
    5. Example Images
    6. Template Management
    7. Best Practices
    8. Template Examples
    9. Next Steps