What are Templates?
Templates define the visual design and layout structure of your presentation. Each template has multiple layouts (e.g., Title Slide, Content Slide, Section Header). Templates are created and customized visually in the web app athttps://app.poesius.com. When you generate slides, Poesius retrieves:
- Color schemes - Template-defined colors and palettes
- Layout zones - Defined areas for content placement
- Typography - Fonts, sizes, and styling rules
- Visual elements - Branding, graphics, and design elements
- Layout structure - Available slide layouts and their specifications
Template Structure
Each template contains:- Template ID: Unique identifier (UUID)
- Template Name: Human-readable name (e.g., “Professional Blue”)
- Layouts: Multiple slide layouts within the template
Layout Types
Common layout types include:- Title Slide: Opening slide with title and subtitle
- Content Slide: Standard content with title and body
- Section Header: Dividers between sections
- Two Column: Content split into two columns
- Image Slide: Focused on images with captions
Getting Template Information
Using MCP
Response Example
Using Templates
- List Templates: Call
list_templatesto see available templates - Choose Template: Select a
template_idfrom the response - Inspect Layouts: Review available layouts for each template
- Use in Generation: Provide
template_idin your generation request - Optional Layout Selection: Specify
layout_namefor specific slides
Default Templates
If your account has a default template set, you can omittemplate_id in requests. The system will use your default template automatically.
Template Management
Template creation and visual editing are handled in the web app athttps://app.poesius.com.
For API usage, use the template endpoints for:
- Listing templates
- Getting template details
- Setting a default template
Template Priority in Slide Generation
When generating slides, templates are selected in this priority order:original_slide(if provided) - highest prioritytemplate_id(if provided in request)- User’s default template (if set)
- No template (system default behavior)
Best Practices
- Consistent Branding: Use the same template across related presentations
- Preview Layouts: Check layout thumbnails to understand what’s available
- Layout Selection: Let the system choose layouts automatically, or specify for specific slides
- Template Caching: Cache template lists since they don’t change frequently
- Set Default Template: Use the API to set a default template for seamless workflow
- Template Naming: Use descriptive names (e.g., “Marketing Template v2”, “Q4 2024 Presentation”)
- Regular Cleanup: Remove unused templates to keep your template library organized
Selecting Templates
Learn how to choose and use templates
List Templates (MCP)
See how to list templates using MCP

