Overview
The presentation creation tools enable your Utari workers to build professional slide decks from scratch or using templates. Workers can create individual slides, manage entire presentations, validate layouts, and export to PowerPoint (PPTX) and PDF formats—all through conversational instructions.Presentation Creation Capabilities
Create Slides
Design individual slides with custom layouts, content, and styling
Manage Presentations
List, organize, and delete entire presentations and individual slides
Use Templates
Apply pre-designed templates for quick, professional presentations
Export Formats
Export presentations to PPTX and PDF simultaneously
Validate Layouts
Ensure slides fit within standard dimensions without overflow
Custom Themes
Create unique presentations with custom color schemes and designs
Two Presentation Workflows
Custom Theme (Default)
The default approach for creating truly unique, brand-aligned presentations:Research Phase
- Research the topic and target audience
- Identify brand colors and visual identity
- Gather relevant visual references
Design Phase
- Define custom color scheme
- Establish design elements and patterns
- Create visual hierarchy
When to Use Custom Theme: This is the default workflow. Use it for:
- Original, unique presentations
- Brand-specific designs
- Custom color schemes
- When user doesn’t explicitly request a template
- When creating distinctive visual identities
Template-Based (On Request)
Use pre-designed templates for faster creation:Template Selection
- User explicitly requests a template
- Call
list_templatesto show options - User selects their preferred template
Load Template
- Use
load_template_designwith presentation name - Template is copied to workspace
- All design elements preserved
Content Update
- Use
full_file_rewriteto update text content - Preserve 100% of CSS styling
- Keep HTML structure identical
- Only modify text and data
Creating Slides
Create Slide Tool
Create or update individual slides in custom theme presentations. Technical Specifications:- Dimensions: 1920×1080 pixels (16:9 aspect ratio)
- Format: Standalone HTML file
- Auto-validation: Width ≤1920px, Height ≤1080px
- Box-sizing: Use
border-boxon padded containers
Slide Creation Example
Working with Templates
Listing Templates
Present Options
Show user the available templates with descriptions:
- Minimalist
- Corporate
- Creative
- Educational
- Tech-focused
- (etc.)
Loading and Using Templates
Review Template Structure
Examine the template’s:
- Color scheme
- Typography
- Layout patterns
- Slide structure
- CSS styling
Update Content Only
Use
full_file_rewrite to modify ONLY the text content:- Replace placeholder text
- Update data and statistics
- Change headings and bullet points
- Swap images if needed
- CSS styling
- Colors and fonts
- HTML structure
- Layout positioning
Slide Validation
Validate Slide Tool
Ensures slides fit within standard presentation dimensions.Review Validation
Check if content height exceeds 1080px:
- ✅ Valid: Content fits within dimensions
- ❌ Invalid: Content overflow detected
Fix if Needed
If validation fails:
- Reduce content amount
- Decrease font sizes
- Adjust padding/margins
- Use
box-sizing: border-box - Compress images
- Reflow layout
Managing Presentations
List Presentations
View all presentations in your workspace:List Slides
View all slides within a specific presentation:Delete Slide
Remove a specific slide from a presentation:Delete Presentation
Remove an entire presentation:Exporting Presentations
Export Presentation Tool
Export to both PowerPoint (PPTX) and PDF simultaneously:Call Export
store_locally=True: Enables download button for repeated downloadsstore_locally=False: Returns files directly
Parallel Processing
Both formats export simultaneously for faster completion:
- PPTX export runs
- PDF export runs
- Both complete in parallel
Export Benefits:
- Get both formats at once
- Faster parallel processing
- PPTX for editing
- PDF for distribution
- Multiple download options
Presentation Best Practices
Design Principles
Consistent Styling
Use the same colors, fonts, and design elements throughout all slides
Visual Hierarchy
Establish clear hierarchy with headings, subheadings, and body text
White Space
Don’t overcrowd slides—use white space for breathing room
Readable Fonts
Use professional, readable fonts at appropriate sizes (minimum 18pt for body)
High Contrast
Ensure text is readable with sufficient color contrast
Image Quality
Use high-resolution images that support your message
Data Visualization
Present data clearly with charts and graphs instead of tables when possible
Consistent Layout
Use similar layouts for similar content types
Content Guidelines
One Idea Per Slide
Focus each slide on a single concept or message
Bullet Points
Keep bullet points concise (5-7 words max)Limit to 5-7 bullets per slide
Clear Headings
Every slide needs a clear, descriptive heading
Supporting Visuals
Use images and graphics to reinforce messages
Technical Best Practices
Box-Sizing
Always use
box-sizing: border-box on containers with paddingValidate Early
Validate each slide immediately after creation
Test Exports
Export and review presentations before final delivery
Image Optimization
Optimize images for web to keep file sizes manageable
Common Presentation Types
Sales and Business
Sales Pitch Deck
Sales Pitch Deck
Typical Structure:
- Title slide with company logo
- Problem statement
- Solution overview
- Product/service details
- Benefits and ROI
- Case studies/testimonials
- Pricing/packages
- Next steps/CTA
Marketing and Creative
Marketing Campaign Presentation
Marketing Campaign Presentation
Typical Structure:
- Campaign overview
- Target audience analysis
- Key message and positioning
- Creative concepts
- Channel strategy
- Timeline and milestones
- Budget breakdown
- Success metrics
Educational and Training
Training Workshop Deck
Training Workshop Deck
Typical Structure:
- Welcome and objectives
- Agenda
- Topic introduction
- Core concepts (multiple slides)
- Examples and case studies
- Practice exercises
- Q&A
- Summary and resources
Technical and Product
Product Launch Presentation
Product Launch Presentation
Typical Structure:
- Title and product reveal
- Market opportunity
- Product overview
- Key features
- Technical specifications
- Competitive advantage
- Go-to-market strategy
- Launch timeline
Combining with Other Tools
Presentations become more powerful when combined with other Utari capabilities:+ Web Search
Research topics, gather statistics, and find current information for presentation content
+ Image Editor
Generate custom graphics, charts, and visual elements for slides
+ Knowledge Base
Pull from brand guidelines and templates to ensure consistency
+ Files and Folder
Organize presentations in structured folders by project or client
Example Combined Workflow
Troubleshooting
Slide validation fails (content overflow)
Slide validation fails (content overflow)
Solutions:
- Reduce content amount per slide
- Split into multiple slides
- Decrease font sizes
- Reduce padding and margins
- Use
box-sizing: border-boxon containers - Compress or resize images
- Adjust line-height for tighter spacing
- Remove unnecessary whitespace
Template styling changes after edit
Template styling changes after edit
Remember:
- Use
full_file_rewritefor templates - Only modify text content
- Preserve ALL CSS styling
- Don’t change HTML structure
- Keep colors and fonts identical
- Maintain layout positioning
- Review template before editing
Export fails or produces errors
Export fails or produces errors
Check:
- All slides are validated
- No missing images or resources
- Presentation name is valid
- All slides completed successfully
- Try exporting again
- Check for special characters in file names
Images not displaying in slides
Images not displaying in slides
Verify:
- Images downloaded to workspace
- Correct file paths in HTML
- Image formats supported (JPG, PNG, GIF, WebP)
- File names don’t contain spaces or special characters
- Images are properly referenced
Inconsistent design across slides
Inconsistent design across slides
Ensure:
- Using same color scheme variables
- Consistent typography settings
- Similar layout structure
- Reusing CSS classes
- Following established design system
- Validating against style guide
Can't find created presentation
Can't find created presentation
Try:
- Call list_presentations to see all decks
- Check spelling of presentation name
- Verify presentation wasn’t accidentally deleted
- Look in
/workspace/presentations/directory - Check if using correct workspace
Summary
You’ve successfully learned how to:Understand the two presentation workflows (custom theme vs. template)
Create custom presentations with unique designs
Use templates effectively when explicitly requested
Create and validate individual slides
Manage presentations and slides (list, delete, organize)
Export presentations to PPTX and PDF formats
Apply design best practices for professional presentations
Combine presentation tools with other Utari capabilities
Next Steps
Image Editor
Generate custom graphics for presentations
Web Search
Research content for your slides
Knowledge Base
Store brand guidelines and templates
Files and Folder
Organize your presentation library