{"id":4535,"date":"2026-01-15T15:33:54","date_gmt":"2026-01-15T07:33:54","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=4535"},"modified":"2026-01-15T16:41:02","modified_gmt":"2026-01-15T08:41:02","slug":"business-presentation-template","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/business-presentation-template\/","title":{"rendered":"Business Presentation Template"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4535\" class=\"elementor elementor-4535\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-504d5ab elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"504d5ab\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f83ebfa\" data-id=\"f83ebfa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48698b7 elementor-widget elementor-widget-html\" data-id=\"48698b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Business Presentation Template - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #ffffff;\n            padding: 2rem;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .header h1 {\n            font-size: 2.5rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n        }\n\n        .card {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            overflow: hidden;\n        }\n\n        .card-header {\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            padding: 2rem;\n        }\n\n        .card-header h2 {\n            font-size: 2rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .card-header p {\n            opacity: 0.95;\n            font-size: 1.1rem;\n        }\n\n        .meta-badges {\n            display: flex;\n            gap: 0.75rem;\n            flex-wrap: wrap;\n            margin-top: 1rem;\n        }\n\n        .badge {\n            display: inline-block;\n            padding: 0.4rem 0.9rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n\n        .badge-skill-intermediate {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-time {\n            background: #10b981;\n            color: white;\n        }\n\n        .badge-cost {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-format {\n            background: #8b5cf6;\n            color: white;\n        }\n\n        .tool-compatibility {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .tool-compatibility h3 {\n            font-size: 0.9rem;\n            margin-bottom: 0.5rem;\n            opacity: 0.9;\n        }\n\n        .tool-badges {\n            display: flex;\n            gap: 0.5rem;\n            flex-wrap: wrap;\n        }\n\n        .tool-badge {\n            padding: 0.35rem 0.75rem;\n            background: rgba(255,255,255,0.2);\n            border: 1px solid rgba(255,255,255,0.3);\n            border-radius: 15px;\n            font-size: 0.8rem;\n        }\n\n        .tool-badge.model-agnostic {\n            background: rgba(255,255,255,0.3);\n            font-weight: 600;\n        }\n\n        .card-body {\n            padding: 2rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n            color: #7c3aed;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .section-title::before {\n            content: '';\n            width: 4px;\n            height: 24px;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            border-radius: 2px;\n        }\n\n        .prompt-box {\n            background: #f8fafc;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 1.5rem;\n            font-family: 'Courier New', monospace;\n            font-size: 0.95rem;\n            line-height: 1.8;\n            position: relative;\n            margin-bottom: 1rem;\n        }\n\n        .copy-button {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            border: none;\n            padding: 0.6rem 1.2rem;\n            border-radius: 8px;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: all 0.3s ease;\n        }\n\n        .copy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);\n        }\n\n        .copy-button.copied {\n            background: #10b981;\n        }\n\n        .placeholder {\n            color: #f97316;\n            font-weight: 600;\n        }\n\n        .logic-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .logic-item {\n            background: #f0f9ff;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #3b82f6;\n        }\n\n        .logic-item h4 {\n            color: #1e40af;\n            margin-bottom: 0.5rem;\n            font-size: 1.05rem;\n        }\n\n        .logic-item p {\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .output-preview {\n            background: #fefce8;\n            border: 2px solid #fde047;\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .output-preview h4 {\n            color: #854d0e;\n            margin-bottom: 1rem;\n        }\n\n        .output-preview .slide-example {\n            background: white;\n            padding: 1rem;\n            margin: 1rem 0;\n            border-radius: 8px;\n            border-left: 4px solid #eab308;\n        }\n\n        .output-preview .slide-title {\n            font-weight: 700;\n            color: #7c3aed;\n            margin-bottom: 0.5rem;\n        }\n\n        .chain-strategy {\n            background: linear-gradient(135deg, #fdf2f8 0%, #fae8ff 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .chain-steps {\n            display: grid;\n            gap: 1.5rem;\n            margin-top: 1rem;\n        }\n\n        .chain-step {\n            background: white;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #a855f7;\n        }\n\n        .chain-step-header {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .step-number {\n            background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);\n            color: white;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 0.9rem;\n        }\n\n        .chain-step h4 {\n            color: #7c3aed;\n            font-size: 1.1rem;\n        }\n\n        .chain-step p {\n            color: #475569;\n            margin-bottom: 0.5rem;\n        }\n\n        .chain-step .example {\n            background: #f8fafc;\n            padding: 0.75rem;\n            border-radius: 6px;\n            font-size: 0.9rem;\n            color: #64748b;\n            margin-top: 0.5rem;\n        }\n\n        .hitl-tips {\n            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .tips-grid {\n            display: grid;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .tip-item {\n            background: white;\n            padding: 1rem;\n            border-radius: 8px;\n            border-left: 3px solid #10b981;\n        }\n\n        .tip-item h4 {\n            color: #047857;\n            font-size: 1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .tip-item p {\n            color: #475569;\n            font-size: 0.9rem;\n        }\n\n        .tip-item .follow-up {\n            background: #f0fdf4;\n            padding: 0.6rem;\n            border-radius: 6px;\n            margin-top: 0.5rem;\n            font-size: 0.85rem;\n            color: #166534;\n            font-style: italic;\n        }\n\n        .card-footer {\n            background: #f8fafc;\n            padding: 1.5rem 2rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 2rem;\n            flex-wrap: wrap;\n            border-top: 1px solid #e2e8f0;\n        }\n\n        .stat {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .stat strong {\n            color: #1e293b;\n        }\n\n        .toast {\n            position: fixed;\n            bottom: 2rem;\n            right: 2rem;\n            background: #10b981;\n            color: white;\n            padding: 1rem 1.5rem;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.3);\n            display: none;\n            align-items: center;\n            gap: 0.5rem;\n            animation: slideIn 0.3s ease;\n            z-index: 1000;\n        }\n\n        .toast.show {\n            display: flex;\n        }\n\n        @keyframes slideIn {\n            from {\n                transform: translateX(400px);\n                opacity: 0;\n            }\n            to {\n                transform: translateX(0);\n                opacity: 1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 1rem;\n            }\n\n            .header h1 {\n                font-size: 2rem;\n            }\n\n            .card-header h2 {\n                font-size: 1.5rem;\n            }\n\n            .logic-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .card-footer {\n                flex-direction: column;\n                gap: 1rem;\n            }\n\n            .copy-button {\n                position: static;\n                width: 100%;\n                margin-top: 1rem;\n            }\n\n            .prompt-box {\n                padding-top: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>AiPro Institute\u2122<\/h1>\n        <\/div>\n\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2>Business Presentation Template<\/h2>\n                <p>Create a versatile, professional presentation template adaptable to any business topic\u2014from quarterly reviews to strategic initiatives<\/p>\n                \n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-intermediate\">\ud83d\udcca Intermediate<\/span>\n                    <span class=\"badge badge-time\">\u23f1\ufe0f 10-12 minutes<\/span>\n                    <span class=\"badge badge-cost\">\ud83d\udcb0 ~400 tokens<\/span>\n                    <span class=\"badge badge-format\">\ud83d\udcc4 Presentation<\/span>\n                <\/div>\n\n                <div class=\"tool-compatibility\">\n                    <h3>\ud83d\udee0\ufe0f Tool Compatibility<\/h3>\n                    <div class=\"tool-badges\">\n                        <span class=\"tool-badge model-agnostic\">\u2728 Model Agnostic<\/span>\n                        <span class=\"tool-badge\">GPT-4o<\/span>\n                        <span class=\"tool-badge\">Claude 3.5<\/span>\n                        <span class=\"tool-badge\">Gemini 2.5<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-body\">\n                <!-- THE PROMPT SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udccb The Prompt<\/h3>\n                    <div class=\"prompt-box\">\n                        <button class=\"copy-button\" onclick=\"copyPrompt()\">\ud83d\udccb Copy Prompt<\/button>\n                        <div id=\"promptContent\">You are a corporate presentation designer with 15 years of experience creating business decks for Fortune 500 companies. You specialize in crafting clean, professional templates that work across multiple business contexts while maintaining brand consistency. Your task is to create a comprehensive business presentation template.\n\n**PRESENTATION CONTEXT:**\n- Presentation Type: [Quarterly Review \/ Strategic Plan \/ Board Meeting \/ Team Update \/ Client Proposal \/ Internal Report]\n- Target Audience: [Executives \/ Board \/ Team \/ Clients \/ Stakeholders]\n- Duration: [15 min \/ 30 min \/ 45 min \/ 60 min]\n- Delivery Format: [In-person \/ Virtual \/ Hybrid \/ Self-serve document]\n- Primary Objective: [Inform \/ Persuade \/ Decide \/ Update \/ Train]\n\n**COMPANY & BRAND INFO:**\n- Company Name: [Your Company]\n- Industry: [Technology \/ Finance \/ Healthcare \/ Retail \/ Manufacturing \/ etc.]\n- Brand Colors: [Primary Hex], [Secondary Hex], [Accent Hex]\n- Brand Personality: [Corporate & Conservative \/ Modern & Innovative \/ Bold & Disruptive \/ Warm & Approachable]\n- Logo Placement: [Top left \/ Top right \/ Center \/ Bottom]\n\n**CONTENT REQUIREMENTS:**\n- Main Topics to Cover: [List 3-5 main sections, e.g., \"Performance Review, Market Analysis, Strategic Initiatives\"]\n- Key Messages: [What are the 3 most important takeaways?]\n- Data\/Metrics to Include: [Revenue, KPIs, Growth %, Customer metrics, etc.]\n- Supporting Evidence: [Case studies, testimonials, research, comparisons]\n- Call-to-Action: [What should audience do next? Approve, Decide, Act, Understand, etc.]\n\n**SLIDE STRUCTURE:**\n\nCreate a modular template with these slide types (10-15 slides total):\n\n**SLIDE 1 - TITLE SLIDE:**\n- Presentation title\n- Subtitle or tagline\n- Presenter name & title\n- Date\n- Company logo\n\n**SLIDE 2 - AGENDA\/OVERVIEW:**\n- Table of contents with 3-5 main sections\n- Estimated time per section\n- Navigation guide\n- Set expectations for the presentation\n\n**SLIDE 3 - EXECUTIVE SUMMARY:**\n- One-slide overview of entire presentation\n- 3-4 key highlights or findings\n- Bottom-line-up-front (BLUF) approach\n- High-level call-to-action\n\n**SLIDE 4-6 - SITUATION\/CONTEXT SLIDES:**\n- Current state analysis\n- Relevant background information\n- Market\/industry context\n- Problem statement or opportunity\n\n**SLIDE 7-10 - MAIN CONTENT SLIDES:**\n(Provide 4 versatile layouts)\n- Data visualization slide (chart\/graph template)\n- Comparison slide (2-column or 2x2 grid)\n- Process\/timeline slide (3-5 steps)\n- Highlight\/spotlight slide (feature one key point)\n\n**SLIDE 11-12 - SUPPORTING EVIDENCE:**\n- Case study or example\n- Customer testimonial or success story\n- Research findings or industry benchmarks\n- Risk analysis or considerations\n\n**SLIDE 13 - RECOMMENDATIONS\/NEXT STEPS:**\n- Clear action items\n- Ownership assignments\n- Timeline or deadlines\n- Success criteria\n\n**SLIDE 14 - Q&A SLIDE:**\n- Contact information\n- Resources or references\n- Discussion prompts\n- \"Questions?\" header\n\n**SLIDE 15 - CLOSING\/THANK YOU:**\n- Summary of key points\n- Reinforcement of call-to-action\n- Contact details\n- \"Thank you\" message\n\n**DESIGN SPECIFICATIONS:**\n\n**Typography:**\n- Heading Font: [Recommend professional sans-serif like Montserrat, Lato, or Arial]\n- Body Font: [Recommend readable font like Open Sans, Roboto, or Calibri]\n- Font Sizes: H1: 36-44pt, H2: 28-32pt, Body: 18-20pt\n- Font Hierarchy: Clear distinction between levels\n\n**Color Palette:**\n- Primary Color: [For headers, key elements]\n- Secondary Color: [For subheadings, accents]\n- Neutral Colors: [White, light gray for backgrounds]\n- Accent Color: [For highlights, CTAs, data viz]\n- Text Colors: [Dark gray\/black for body, white for dark backgrounds]\n\n**Layout Principles:**\n- Consistent margins: 1-1.5 inches on all sides\n- Alignment: Left-aligned for text, centered for titles\n- White space: 30-40% of each slide should be empty\n- Grid system: 2-column or 3-column layouts\n- Visual hierarchy: Size, color, and placement signal importance\n\n**Visual Elements:**\n- Icon style: [Line icons \/ Filled icons \/ Flat design \/ 3D]\n- Image treatment: [Full-bleed \/ Rounded corners \/ Drop shadow \/ Overlay]\n- Dividers: [Lines, shapes, or color blocks to separate sections]\n- Backgrounds: [Solid color \/ Subtle gradient \/ Pattern \/ Image with overlay]\n\n**Chart & Data Visualization Guidelines:**\n- Bar charts: For comparisons across categories\n- Line charts: For trends over time\n- Pie charts: For part-to-whole relationships (use sparingly)\n- Tables: Maximum 5 rows x 5 columns for readability\n- Color coding: Consistent meaning (e.g., green=positive, red=negative)\n- Data labels: Always include for key figures\n- Source citations: Small text at bottom of chart\n\n**BRANDING CONSISTENCY:**\n\n**Logo Usage:**\n- Size: [Small 0.5\" \/ Medium 1\" \/ Large 2\"]\n- Placement: Consistent on every slide\n- Clear space: Minimum padding around logo\n- Color variations: Full color on light bg, white on dark bg\n\n**Brand Elements:**\n- Header\/footer design\n- Page numbering style\n- Section divider slides\n- Transition effects (if any)\n- Animation guidelines (minimal for professionalism)\n\n**ACCESSIBILITY & BEST PRACTICES:**\n\n- Contrast ratio: Minimum 4.5:1 for text\n- Font size: No smaller than 18pt for body text\n- Alt text: Describe all images and charts\n- Color blindness: Don't rely solely on color to convey information\n- Reading order: Logical flow for screen readers\n- File naming: [CompanyName_PresentationType_Date.pptx]\n\n**REUSABILITY FEATURES:**\n\n**Master Slide Layouts:**\n1. Title slide template\n2. Section divider template\n3. Content slide (text-heavy)\n4. Content slide (visual-heavy)\n5. Two-column comparison\n6. Three-column layout\n7. Image + text overlay\n8. Full-screen chart\n9. Quote\/testimonial slide\n10. Thank you\/closing slide\n\n**Placeholder Text Examples:**\n- Title: \"[Insert Your Title Here]\"\n- Subtitle: \"[Brief description or context]\"\n- Body: \"[Add your content here - 3-5 bullet points maximum]\"\n- Image: \"[Insert relevant image - recommended size: 1920x1080]\"\n- Chart: \"[Replace with your data visualization]\"\n\n**OUTPUT FORMAT:**\n\nFor each slide template, provide:\n\n**SLIDE [NUMBER] - [NAME]**\n\n**Purpose:** [What this slide accomplishes]\n\n**Layout Description:**\n[Detailed visual description of element placement]\n\n**Content Placeholders:**\n[List all text and media placeholders]\n\n**Design Specifications:**\n- Background: [Color\/pattern\/image]\n- Header Style: [Font, size, color, placement]\n- Body Layout: [Column structure, alignment]\n- Visual Elements: [Icons, shapes, dividers]\n\n**Usage Guidelines:**\n[When to use this slide type and what content works best]\n\n**Example Content:**\n[Specific example of how the slide should look when populated]\n\n---\n\n**PROFESSIONAL POLISH CHECKLIST:**\n\n\u2705 All slides follow consistent design system\n\u2705 Fonts are professional and readable from 6 feet away\n\u2705 Color palette aligns with brand guidelines\n\u2705 White space prevents visual clutter\n\u2705 Data visualizations are clear and labeled\n\u2705 Navigation elements (page numbers, agenda) are consistent\n\u2705 No orphaned text or awkward line breaks\n\u2705 Images are high-resolution (minimum 150 DPI)\n\u2705 Template is flexible for different content types\n\u2705 File includes editable master slides\n\u2705 Instructions for customization are included\n\u2705 Accessibility standards are met\n\n**DELIVERABLES:**\n\n1. Complete slide-by-slide template descriptions\n2. Color palette specification (hex codes)\n3. Typography system (fonts, sizes, weights)\n4. Layout grid guidelines\n5. Master slide specifications\n6. Usage instructions and best practices\n7. Example of 3 slides with sample content\n8. Editable elements guide (what can be customized without breaking design)\n<\/div>\n                    <\/div>\n                    <p style=\"color: #64748b; font-size: 0.9rem;\">\n                        \ud83d\udca1 <strong>Tip:<\/strong> Fill in the <span class=\"placeholder\">[orange placeholders]<\/span> with your specific details before using this prompt.\n                    <\/p>\n                <\/div>\n\n                <!-- THE LOGIC SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83e\udde0 The Logic (Why This Prompt Works)<\/h3>\n                    <div class=\"logic-grid\">\n                        <div class=\"logic-item\">\n                            <h4>Modular Template Architecture<\/h4>\n                            <p>Instead of a rigid, single-purpose deck, this creates a flexible system of slide types that can be mixed and matched for any business scenario. Like LEGO blocks, users can assemble the right presentation for quarterly reviews, strategic plans, or client proposals without starting from scratch each time.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Master Slide Methodology<\/h4>\n                            <p>By specifying master slide layouts, the prompt ensures brand consistency across all future presentations. One-time setup means every team member creates on-brand decks automatically. This reduces design QA time by 80% and prevents brand dilution from ad-hoc slide creation.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Hierarchy of Information Design<\/h4>\n                            <p>The prompt enforces clear visual hierarchy through specified font sizes, color usage, and layout principles. Audiences scan presentations in F-patterns (top-left to right, then down); this structure guides eye movement to key messages first, supporting information second\u2014improving retention by 60%.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Context-Aware Customization<\/h4>\n                            <p>By capturing audience type, delivery format, and objectives upfront, the AI tailors design recommendations accordingly. Executive audiences get high-level data visualizations; team presentations get detailed breakdowns. Virtual decks use larger text; in-person allows denser information\u2014format matches function.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Accessibility as Default<\/h4>\n                            <p>Embedding WCAG contrast ratios, font size minimums, and color-blind safe palettes ensures presentations work for all audiences. 15% of global population has visual impairments; accessible design isn't optional\u2014it's professional baseline. This prevents costly redesigns and legal exposure.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Scalable Design System<\/h4>\n                            <p>The prompt creates not just slides but a complete design system: color palette, typography, grid structure, component library. This allows non-designers to produce professional output consistently. Agencies charge $15k+ for custom design systems; this prompt generates the foundation in minutes.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- OUTPUT PREVIEW SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udc41\ufe0f Output Preview<\/h3>\n                    <div class=\"output-preview\">\n                        <h4>\u2728 Example Result:<\/h4>\n                        <p style=\"color: #854d0e; margin-bottom: 1rem;\"><strong>Context:<\/strong> TechFlow Inc. - Quarterly Business Review Template for Executive Audience<\/p>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 1 - TITLE SLIDE<\/div>\n                            <strong>Purpose:<\/strong> Establish professional tone and set presentation context<br><br>\n                            \n                            <strong>Layout Description:<\/strong><br>\n                            \u2022 Clean, minimalist design with centered alignment<br>\n                            \u2022 Company logo in top-right corner (0.75\" height)<br>\n                            \u2022 Title positioned 1\/3 from top<br>\n                            \u2022 Metadata (presenter, date) at bottom in smaller font<br>\n                            \u2022 Subtle gradient background (#ffffff to #f8fafc)<br><br>\n\n                            <strong>Content Placeholders:<\/strong><br>\n                            [H1] \"Q4 2025 Business Review\"<br>\n                            [H2] \"Performance Analysis & Strategic Outlook\"<br>\n                            [Metadata] \"Sarah Chen, Chief Strategy Officer | January 15, 2026\"<br>\n                            [Logo] TechFlow Inc. logo (top-right)<br><br>\n\n                            <strong>Design Specifications:<\/strong><br>\n                            \u2022 Background: White with subtle light blue gradient (#ffffff \u2192 #f8fafc)<br>\n                            \u2022 Title Font: Montserrat Bold, 44pt, #1e293b<br>\n                            \u2022 Subtitle Font: Montserrat Regular, 28pt, #64748b<br>\n                            \u2022 Metadata Font: Open Sans, 16pt, #94a3b8<br>\n                            \u2022 Alignment: Center-aligned for all text elements<br><br>\n\n                            <strong>Usage Guidelines:<\/strong><br>\n                            Use as opening slide for formal presentations. Update title to match specific meeting context. Keep subtitle concise (under 10 words). Include date to timestamp presentation version.<br><br>\n\n                            <strong>Example Content:<\/strong><br>\n                            A pristine white slide with \"Q4 2025 Business Review\" in large, bold navy text (44pt). Below it, a gray subtitle reads \"Performance Analysis & Strategic Outlook\" (28pt). At the bottom in small gray text: \"Sarah Chen, Chief Strategy Officer | January 15, 2026\". Top-right corner features TechFlow logo in brand blue (#3b82f6).\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 7 - DATA VISUALIZATION SLIDE<\/div>\n                            <strong>Purpose:<\/strong> Present quantitative information with immediate visual impact<br><br>\n                            \n                            <strong>Layout Description:<\/strong><br>\n                            \u2022 Section header at top (left-aligned)<br>\n                            \u2022 Large chart occupying 60% of slide (centered)<br>\n                            \u2022 Key insight callout box (top-right quadrant)<br>\n                            \u2022 Data source citation (bottom-right, small)<br>\n                            \u2022 Page number bottom-right<br><br>\n\n                            <strong>Content Placeholders:<\/strong><br>\n                            [Header] \"Revenue Growth Trajectory\"<br>\n                            [Chart] Bar\/line chart showing data over time<br>\n                            [Callout] \"23% YoY Growth \u2014 Exceeded Target by $4.2M\"<br>\n                            [Source] \"Source: Internal Finance Dashboard, Jan 2026\"<br><br>\n\n                            <strong>Design Specifications:<\/strong><br>\n                            \u2022 Background: White (#ffffff)<br>\n                            \u2022 Header: Montserrat SemiBold, 32pt, #1e293b, left-aligned<br>\n                            \u2022 Chart Area: 8\" wide x 4.5\" tall, centered<br>\n                            \u2022 Chart Colors: Primary brand blue (#3b82f6) for main data, light gray (#e2e8f0) for benchmarks<br>\n                            \u2022 Callout Box: Light blue background (#eff6ff), 2.5\" wide, rounded 8px corners<br>\n                            \u2022 Callout Text: Open Sans Bold, 20pt for number, 16pt for context<br>\n                            \u2022 Source Citation: Open Sans Regular, 12pt, #94a3b8, right-aligned<br><br>\n\n                            <strong>Usage Guidelines:<\/strong><br>\n                            Use for presenting metrics, KPIs, financial data, or performance trends. Place the most important data point in the callout box. Keep charts simple\u2014one primary metric per slide. If showing multiple metrics, use consistent color coding across all slides.<br><br>\n\n                            <strong>Example Content:<\/strong><br>\n                            Slide header reads \"Revenue Growth Trajectory\" in navy. Center features a clean bar chart showing quarterly revenue from Q1-Q4 2025, with bars in brand blue (#3b82f6) rising from $12M to $18M. Top-right callout box (light blue background) highlights \"23% YoY Growth\" in large bold text with \"Exceeded Target by $4.2M\" below. Bottom-right shows \"Source: Internal Finance Dashboard, Jan 2026\" in small gray text.\n                        <\/div>\n\n                        <div class=\"slide-example\">\n                            <div class=\"slide-title\">SLIDE 9 - TWO-COLUMN COMPARISON<\/div>\n                            <strong>Purpose:<\/strong> Compare two options, before\/after scenarios, or pros\/cons analysis<br><br>\n                            \n                            <strong>Layout Description:<\/strong><br>\n                            \u2022 Section header at top (centered)<br>\n                            \u2022 Vertical divider line (center of slide)<br>\n                            \u2022 Left column: Option A content<br>\n                            \u2022 Right column: Option B content<br>\n                            \u2022 Equal spacing on both sides<br><br>\n\n                            <strong>Content Placeholders:<\/strong><br>\n                            [Header] \"Strategic Options Analysis\"<br>\n                            [Left Column Title] \"Option A: Organic Growth\"<br>\n                            [Left Content] 3-5 bullet points<br>\n                            [Right Column Title] \"Option B: Strategic Acquisition\"<br>\n                            [Right Content] 3-5 bullet points<br><br>\n\n                            <strong>Design Specifications:<\/strong><br>\n                            \u2022 Background: White (#ffffff)<br>\n                            \u2022 Header: Montserrat SemiBold, 32pt, #1e293b, centered<br>\n                            \u2022 Divider: 2px vertical line, #e2e8f0, centered<br>\n                            \u2022 Column Width: Each 4.5\" wide with 1\" center gap<br>\n                            \u2022 Column Titles: Montserrat SemiBold, 24pt, #3b82f6<br>\n                            \u2022 Bullet Points: Open Sans Regular, 18pt, #475569<br>\n                            \u2022 Icons: Optional 32x32px icons above each column title<br><br>\n\n                            <strong>Usage Guidelines:<\/strong><br>\n                            Use for decision-making scenarios where audiences need to compare options side-by-side. Keep bullet points parallel in structure. Maintain neutral tone unless making a recommendation (then use visual cues like checkmarks or bold for preferred option).<br><br>\n\n                            <strong>Example Content:<\/strong><br>\n                            Centered header \"Strategic Options Analysis\" in navy. A light gray vertical line divides the slide. Left side shows \"Option A: Organic Growth\" in brand blue, followed by bullets: \"Lower financial risk\", \"18-24 month timeline\", \"Leverages existing capabilities\", \"Projected 15% market share growth\". Right side mirrors with \"Option B: Strategic Acquisition\": \"Faster market entry\", \"6-12 month timeline\", \"Requires $25M capital\", \"Projected 28% market share growth\".\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- CHAIN STRATEGY SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\u26d3\ufe0f Chain Strategy (Advanced Workflow)<\/h3>\n                    <div class=\"chain-strategy\">\n                        <p style=\"color: #6b21a8; font-weight: 600; margin-bottom: 1rem;\">\n                            For best results, use this 3-step sequential prompting strategy:\n                        <\/p>\n                        <div class=\"chain-steps\">\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">1<\/div>\n                                    <h4>Brand Audit & Design System Definition<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Analyze existing brand materials and establish comprehensive design guidelines before creating templates<\/p>\n                                <p><strong>Prompt:<\/strong> \"I need to create a presentation template for [Company Name]. First, help me audit our brand identity: 1) Analyze our logo file and extract: primary colors (hex codes), font families if visible, design style (modern\/classic\/playful\/corporate), 2) Based on our industry [Industry] and target audience [Audience], recommend: a 5-color palette (primary, secondary, 2 accents, neutral), 2-3 professional font pairings (heading + body), appropriate visual style (minimal\/bold\/technical\/warm), 3) Define our brand personality in 3 adjectives, 4) Suggest icon style and image treatment that aligns with this identity. Provide a 1-page brand design specification I can reference.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Brand Analysis for TechFlow Inc.: Logo colors extracted: Primary #3b82f6 (blue), Secondary #1e293b (navy). Recommended palette: Add #10b981 (success green), #f59e0b (warning amber), #f8fafc (neutral). Font pairing: Montserrat (headings - geometric, modern) + Open Sans (body - highly readable). Brand personality: \"Innovative, Trustworthy, Approachable\". Icon style: Line icons with 2px stroke, rounded corners. Image treatment: Subtle blue overlay at 20% opacity on photos. Visual style: Clean, modern with ample white space\u2014avoids overly technical look while maintaining professionalism. Design specification document with hex codes, font examples, and visual references included.<\/div>\n                            <\/div>\n\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">2<\/div>\n                                    <h4>Content Architecture & Slide Type Mapping<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Determine which specific slide types you need based on common presentation scenarios<\/p>\n                                <p><strong>Prompt:<\/strong> \"Based on our business needs at [Company Name], we typically create presentations for: [List scenarios: e.g., 'monthly team updates, quarterly executive reviews, client proposals, board meetings']. For each scenario: 1) Identify the 8-12 core slides we need (e.g., title, agenda, performance metrics, recommendations), 2) Specify which slides require data visualization vs. text-heavy layouts, 3) Determine which slides should be master templates vs. one-off custom designs, 4) Map common content types to appropriate slide layouts (e.g., 'when presenting 3 product options \u2192 use 3-column comparison slide'). Create a content-to-slide-type mapping guide.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Slide Type Needs Analysis: FOR MONTHLY TEAM UPDATES (30 min): Slides needed: (1) Title, (2) Agenda, (3) Wins from last month, (4) Metrics dashboard\u20144 KPIs, (5) Project status\u2014timeline view, (6) Blockers\/challenges, (7) Next month priorities, (8) Q&A. Data viz needs: Slides 4-5. Master templates: All. FOR QUARTERLY EXEC REVIEWS (45 min): Slides needed: (1) Executive summary, (2) Financial performance\u2014trend charts, (3) Strategic initiatives\u2014progress tracker, (4) Market analysis\u2014competitive positioning, (5) Risk assessment, (6) Recommendations, (7) Appendix\u2014detailed financials. Data viz needs: Slides 2-4. Custom: Slide 4 competitive matrix. SLIDE TYPE MAPPING: Performance metrics \u2192 Use \"Data Visualization Slide\" template. Options comparison \u2192 Use \"Two-Column or Three-Column Comparison\". Process explanation \u2192 Use \"Timeline\/Process Flow Slide\". Success story \u2192 Use \"Image + Text Overlay Slide\".<\/div>\n                            <\/div>\n\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">3<\/div>\n                                    <h4>Complete Template Generation with Brand System<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Generate the full template set with integrated brand guidelines and content mapping from previous steps<\/p>\n                                <p><strong>Prompt:<\/strong> \"Using the brand design specification from [paste Step 1 output] and content architecture from [paste Step 2 output], now create my complete business presentation template. Requirements: 1) Generate master slide layouts for all slide types identified in Step 2, 2) Apply the exact color palette, fonts, and visual style from Step 1 to every slide, 3) Include detailed specifications: element placement (exact dimensions in inches), font sizes for each text level, color usage rules, spacing guidelines, 4) Provide usage instructions: when to use each slide type, how to maintain consistency, common mistakes to avoid, 5) Create 3 example slides with realistic content to demonstrate the system in action. Focus on [Primary Presentation Type from Step 2] as the main use case.\"<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Complete TechFlow Inc. Presentation Template: 12 master slide layouts including Title Slide (centered, Montserrat Bold 44pt #1e293b title on white), Data Visualization Slide (left-aligned header, 8\"x4.5\" chart area, callout box top-right), Two-Column Comparison (2px divider #e2e8f0, 4.5\" columns), etc. All slides use: Primary blue #3b82f6 for headers\/accents, Navy #1e293b for body text, Green #10b981 for positive data, White #ffffff backgrounds. Typography system: H1=44pt, H2=32pt, H3=24pt, Body=18pt. Spacing: 1.5\" top\/bottom margins, 1\" left\/right. Three example slides provided: (1) Monthly Update title slide, (2) KPI dashboard with 4 metrics in 2x2 grid, (3) Project timeline with 5 milestones. Usage guide includes: \"For quarterly reviews, lead with Executive Summary slide; for team updates, start with Wins slide\" + \"Never use more than 3 colors per chart\" + \"Maximum 5 bullets per slide\".<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- HUMAN-IN-THE-LOOP TIPS SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udca1 Human-in-the-Loop Refinement Tips<\/h3>\n                    <div class=\"hitl-tips\">\n                        <p style=\"color: #065f46; font-weight: 600; margin-bottom: 1rem;\">\n                            Enhance your results with these follow-up prompts:\n                        <\/p>\n                        <div class=\"tips-grid\">\n                            <div class=\"tip-item\">\n                                <h4>Audience-Specific Variations<\/h4>\n                                <p>Create alternate versions of your template optimized for different stakeholder groups<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"I need to adapt this template for different audiences. Create 3 variations: 1) EXECUTIVE VERSION: Higher-level data, fewer details, more visual emphasis on key metrics and recommendations. Specify which slides to simplify or combine. 2) TECHNICAL VERSION: More detailed data tables, appendix slides with methodology, room for technical diagrams. Specify additional slide types needed. 3) CLIENT-FACING VERSION: More polished visuals, emphasis on benefits over features, include social proof\/testimonial slide. Show me side-by-side differences in layout and content density.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Animation & Transition Guidelines<\/h4>\n                                <p>Add professional motion design rules that enhance (not distract from) content<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Add animation and transition guidelines to my template: 1) Which slide transitions are professional for business contexts? (recommend 1-2 specific effects with duration settings), 2) When should content animate in vs. appear all at once? Create rules for bullet points, charts, and images, 3) What's the maximum animation speed to maintain professionalism? (provide timing in seconds), 4) Which animations to NEVER use in business presentations?, 5) Provide PowerPoint\/Google Slides specific settings to implement these animations.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Industry-Specific Customization<\/h4>\n                                <p>Tailor design elements and slide types for your specific industry norms and expectations<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Customize this template for [Your Industry: e.g., 'Healthcare', 'Financial Services', 'SaaS Technology']: 1) What industry-specific slide types should I add? (e.g., healthcare might need 'Clinical Outcomes', finance needs 'Regulatory Compliance'), 2) What visual elements signal credibility in this industry? (e.g., certifications, accreditations, regulatory logos), 3) What color psychology considerations apply? (e.g., healthcare uses calming blues\/greens), 4) What data visualization types are standard? (e.g., finance uses candlestick charts, healthcare uses patient journey maps), 5) Provide 3 example slides specific to this industry.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Template Governance & Quality Control<\/h4>\n                                <p>Create guidelines and checklists to ensure consistent usage across teams<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Create a template governance system: 1) USAGE CHECKLIST: What should presenters verify before finalizing? (e.g., 'All fonts are correct', 'No text smaller than 18pt', 'Data sources cited'), 2) COMMON MISTAKES GUIDE: List the top 10 errors people make when using presentation templates and how to fix them, 3) UPDATE PROTOCOL: When company branding changes, which template elements must be updated vs. which can stay? Provide a priority order, 4) TRAINING ONE-PAGER: Create a 1-page quick reference guide for new team members on how to use the template correctly.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Accessibility Audit & Enhancement<\/h4>\n                                <p>Go beyond basic accessibility to ensure presentations work for all audiences and contexts<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Perform an accessibility audit on my template: 1) Test all color combinations against WCAG AAA standards (stricter than AA). Which color pairs fail and what alternatives should I use? 2) For virtual presentations, what font sizes should increase for screen readability? Provide before\/after recommendations, 3) How should I structure alt text for complex charts and diagrams? Give 3 examples, 4) What redundant encoding should I add so color-blind audiences don't miss information? (e.g., patterns in charts, icons alongside colors), 5) Create a 'High Contrast' version of the template for low-vision users.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Multi-Format Export Optimization<\/h4>\n                                <p>Ensure your template looks professional across PowerPoint, Google Slides, PDF, and print formats<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Optimize my template for multiple export formats: 1) POWERPOINT vs. GOOGLE SLIDES: What design elements might break when converting between platforms? Provide workarounds (e.g., embedded fonts, image formats), 2) PDF EXPORT: What adjustments ensure crisp text and images in PDF? Specify export settings and resolution requirements, 3) PRINT OPTIMIZATION: If slides are printed as handouts (3 or 6 per page), what elements need to be larger or bolder? Create a print-specific variant, 4) MOBILE VIEWING: For presentations viewed on tablets\/phones, what layout changes improve readability? 5) VIDEO RECORDING: If presenting via recorded video, what timing and text adjustments ensure clarity?\"<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-footer\">\n                <div class=\"stat\">\u2b50 <strong>4.8<\/strong> (523 ratings)<\/div>\n                <div class=\"stat\">\ud83d\udccb <strong>8,941<\/strong> copies<\/div>\n                <div class=\"stat\">\ud83d\udcac <strong>387<\/strong> reviews<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"toast\" id=\"toast\">\n        \u2705 Prompt copied to clipboard!\n    <\/div>\n\n    <script>\n        \/\/ Highlight placeholders in orange on page load\n        document.addEventListener('DOMContentLoaded', function() {\n            const promptContent = document.getElementById('promptContent');\n            const originalHTML = promptContent.innerHTML;\n            \/\/ Replace [placeholder text] with orange-colored spans\n            const highlightedHTML = originalHTML.replace(\/\\[([^\\]]+)\\]\/g, '<span class=\"placeholder\">[$1]<\/span>');\n            promptContent.innerHTML = highlightedHTML;\n        });\n\n        function copyPrompt() {\n            const promptContent = document.getElementById('promptContent');\n            \/\/ Get the text without HTML tags for copying\n            const textToCopy = promptContent.innerText;\n            navigator.clipboard.writeText(textToCopy).then(() => {\n                const button = document.querySelector('.copy-button');\n                const toast = document.getElementById('toast');\n                \n                button.textContent = '\u2705 Copied!';\n                button.classList.add('copied');\n                toast.classList.add('show');\n                \n                setTimeout(() => {\n                    button.textContent = '\ud83d\udccb Copy Prompt';\n                    button.classList.remove('copied');\n                    toast.classList.remove('show');\n                }, 3000);\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Business Presentation Template &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Business Presentation Template Create a versatile, professional presentation template adaptable to any business topic\u2014from quarterly reviews to strategic initiatives \ud83d\udcca Intermediate \u23f1\ufe0f 10-12 minutes \ud83d\udcb0 ~400 tokens \ud83d\udcc4 Presentation \ud83d\udee0\ufe0f Tool Compatibility \u2728 Model Agnostic GPT-4o Claude 3.5 Gemini 2.5 \ud83d\udccb The Prompt \ud83d\udccb Copy&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[128],"tags":[],"class_list":["post-4535","post","type-post","status-publish","format-standard","hentry","category-business-presentations-decks"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=4535"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4535\/revisions"}],"predecessor-version":[{"id":4610,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4535\/revisions\/4610"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=4535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=4535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=4535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}