• 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

Template Management

Learn how to create and use templates in Product Generator

Template Management

Templates allow you to speed up product card creation using predefined structures.

What are Templates?

Templates are predefined content structures that include:

  • HTML structure: Content format and organization
  • Pre-filled fields: Default values for some fields
  • Standard sections: Common parts of product cards

Available Templates

Basic Templates

Simple structure with essential fields:

  • Title
  • Short description
  • Basic long description
  • Main image

Advanced Templates

Include multiple sections:

  • Featured characteristics
  • Technical specifications
  • Warranty information
  • Usage instructions

Custom Templates

Created by your team according to specific needs:

  • Brand style
  • Custom fields
  • Industry-specific structure

Using a Template

Selection

  1. In the generation form, open the template selector
  2. Browse available templates
  3. Select the one that best fits your product
  4. Content is applied automatically

Application

Once selected:

  • Template content loads
  • You can generate additional content on top of the template
  • You can edit and customize freely
  • Template can be restored at any time

Creating Custom Templates

From the Editor

  1. Create a product card with desired content
  2. Click "Save as template"
  3. Assign a name and description
  4. Template becomes available to the entire team

Recommended Structure

A good template includes:

<h2>Main Features</h2>
<ul>
  <li>Feature 1</li>
  <li>Feature 2</li>
  <li>Feature 3</li>
</ul>

<h2>Technical Specifications</h2>
<p>Product technical details...</p>

<h2>Warranty and Support</h2>
<p>Warranty information...</p>

Restore Template

If you modify content too much:

  1. Open the actions menu
  2. Select "Restore template"
  3. Confirm the action
  4. Content returns to original template state

Template Management

View All Templates

From team configuration you can:

  • View all available templates
  • Edit existing templates
  • Delete templates
  • Duplicate templates

Share Templates

Templates are shared at team level:

  • All members can use them
  • Changes affect everyone
  • Private templates can be created (future)

Special Templates

Templates by Category

Some templates are optimized for:

  • Electronics: With technical specifications
  • Clothing: With sizes and materials
  • Food: With nutritional information
  • Home: With dimensions and care instructions

Templates by Language

Templates can be in different languages:

  • English (en)
  • Spanish (es)
  • Other languages according to configuration

Best Practices

Creating Effective Templates

✅ Good practices:

  • Use clear HTML structure
  • Include relevant sections
  • Maintain format consistency
  • Document template purpose

❌ Avoid:

  • Content that's too specific
  • Very complex structure
  • Obsolete information
  • Duplicate templates

Organization

  • Name templates descriptively
  • Group by category or type
  • Maintain a reasonable number of templates
  • Update obsolete templates

Template Examples

Basic Product Template

<h2>Description</h2>
<p>{{description}}</p>

<h2>Features</h2>
<ul>
  <li>Featured feature 1</li>
  <li>Featured feature 2</li>
</ul>

Advanced Electronics Template

<h2>Product Description</h2>
<p>{{description}}</p>

<h2>Technical Specifications</h2>
<ul>
  <li><strong>Model:</strong> {{model}}</li>
  <li><strong>Dimensions:</strong> {{dimensions}}</li>
  <li><strong>Weight:</strong> {{weight}}</li>
</ul>

<h2>Includes</h2>
<ul>
  <li>Main product</li>
  <li>User manual</li>
  <li>Warranty</li>
</ul>

Next Steps

  • Token system
  • API and integrations
  1. Template Management
    1. What are Templates?
    2. Available Templates
    3. Using a Template
    4. Creating Custom Templates
    5. Restore Template
    6. Template Management
    7. Special Templates
    8. Best Practices
    9. Template Examples
    10. Next Steps