Summary Templates
Create, edit, duplicate, import, and export custom summary templates to control how Meetily's AI summarizes your meetings.
Last updated: March 25, 2026
On this page
TL;DR
Summary templates control the structure and focus of your AI-generated meeting summaries. Meetily ships with built-in templates for common meeting types -standups, project syncs, retrospectives -and lets you create your own. Each template is a set of markdown sections that act as prompts for the AI. Create, edit, duplicate, import, and export templates from Meeting Details > Preferences > Templates.
Summary Templates
Different meetings need different summaries. A daily standup needs action items and blockers. A client call needs follow-ups and commitments. A brainstorming session needs ideas organized by theme.
Think of templates like form letters -you define the structure (sections, headings, table formats), and the AI fills in the content from your meeting's transcript. The same 1-hour meeting can produce completely different summaries depending on which template you use.
Templates are managed in Meeting Details > Preferences > Templates.
Quick Start
- Open any meeting from the sidebar
- Click the Preferences icon (gear) in the top-right toolbar
- Select the Templates section
- Browse built-in templates or click + New Template to create your own
- Click a template card to select it as your active template
- Go back to the AI Summary tab and generate a summary -it follows your template's structure
Built-In Templates
Meetily includes pre-built templates for common meeting types:
| Template | Icon | Best for |
|---|---|---|
| Daily Standup | Standup icon | Quick status updates, blockers, and next steps |
| Standard Meeting | Meeting icon | General-purpose meetings with key points and action items |
| Project Sync | Sync icon | Project updates, milestones, and deliverables |
| Retrospective | Retro icon | What went well, what didn't, improvements |
| Sales/Marketing Client Call | Phone icon | Client needs, commitments, and follow-ups |
| Psychiatric Session | Clipboard icon | Clinical notes with structured observations |
Built-in templates cannot be edited or deleted, but you can duplicate them to create a customizable copy.
Creating a Custom Template
Step-by-step
- In Preferences > Templates, click + New Template
- The template editor opens with a starter markdown template
- Write your template using the markdown format described below
- Click the ? button to open the hints panel for formatting examples
- Click Create Template
- Your template appears in the template grid
Template Format
Templates use a simple markdown structure:
# Meeting Summary
Standard meeting format with action items and discussion.
## Key Points
List the main discussion points from the meeting.
## Action Items
List all tasks with owner and due date.
| **Owner** | **Task** | **Due** |
| --- | --- | --- |How it works:
| Element | Purpose | Example |
|---|---|---|
# Title | Template name (first line) | # Client Call Notes |
| Description text | Shown on template card | "Captures client needs and next steps" |
## Heading | Creates a section in the summary | ## Action Items |
| Section content | AI instruction for that section | "List all tasks with person responsible" |
| Tables | Specifies exact output format | Column layout for tasks, owners, dates |
Writing Effective Templates
The hints panel (click ? in the editor) offers these tips:
- Think of it as prompting -each section heading is an instruction to the AI
- Be specific -"List all action items with person responsible and deadline" works better than "Action items"
- Use tables to get structured output -the AI will fill in your columns
- Use bullet format (
- item) for free-form lists - Keep section descriptions short -1-2 sentences per section is ideal
Template Tip
The more specific your section instructions are, the better the AI summary will be. Instead of "## Discussion", try "## Key Discussion Points -Summarize each topic discussed, noting who raised it and any decisions made."
Managing Templates
Edit a Custom Template
- Hover over a custom template card
- Click the pencil icon (Edit)
- Modify the markdown content
- Click Save Changes
Note: If you change the template name (the # Title line), Meetily creates a new template and removes the old one. If the name stays the same, the template is updated in place.
Duplicate a Built-In Template
- Hover over any built-in template card
- Click the + icon (Duplicate)
- A custom copy is created with the same content
- Edit the copy to customize it for your needs
Delete a Custom Template
- Hover over a custom template card
- Click the trash icon (Delete)
- Confirm in the confirmation dialog
- The template is permanently removed
Built-In Templates
Built-in templates cannot be edited or deleted. To customize a built-in template, duplicate it first, then edit the copy.
Export a Template
- Hover over any template (built-in or custom)
- Click the download icon (Export)
- Choose a save location in the file dialog
- Template is saved as a
.mdfile (e.g.,daily-standup.md)
Import a Template
- Click Import Template in the Templates section
- Select a
.mdtemplate file in the file picker - The template is imported and appears in your template grid
This is useful for sharing templates between team members or restoring templates from a backup.
Selecting a Template
Click any template card to make it your active template. The selected template shows a checkmark indicator. This template is used the next time you generate an AI summary.
| Action | What happens |
|---|---|
| Click a template card | That template becomes active (checkmark appears) |
| Generate summary | AI uses the active template's structure |
| Switch templates | Next summary generation uses the new template |
| No template selected | AI uses a default summary format |
How It Works
When you generate an AI summary, Meetily combines the template with the transcript:
Your Template → AI reads section headings as instructions
+
Meeting Transcript → AI extracts relevant information
=
Structured Summary → Each section filled with meeting content- Template parsing: Meetily reads your template's sections and understands the structure
- Transcript analysis: The AI reads the full meeting transcript
- Section filling: For each template section, the AI extracts relevant content from the transcript
- Format matching: If your template specifies tables, the AI produces table output; if bullet lists, it produces bullet lists
Real-World Examples
Example 1: Engineering standup template
"I run a 15-minute daily standup. I need a summary that captures what each person said about yesterday, today, and blockers."
Template:
# Engineering Daily Standup
Brief daily status update format.
## Yesterday's Progress
List what each person completed yesterday, organized by person.
## Today's Plan
List what each person plans to work on today, organized by person.
## Blockers
List any blockers or issues raised, with who raised them and proposed solutions.Result: The AI produces a per-person breakdown for each section, pulling specifics from the transcript.
Example 2: Client call template with follow-ups table
"After client calls, I need to send a follow-up email with commitments and deadlines."
Template:
# Client Call Summary
## Client Needs
What did the client ask for or raise as concerns?
## Our Commitments
| **Commitment** | **Owner** | **Deadline** | **Status** |
| --- | --- | --- | --- |
## Next Steps
What are the agreed next steps and when is the next meeting?Result: The AI fills in the commitment table with specific items mentioned in the meeting, making it easy to copy into a follow-up email.
Example 3: Sharing templates across a team
"I created a template that works great for our sprint retrospectives. My teammates want to use it too."
Setup: Hover over your retro template → click Export → save the .md file → share via Slack or email. Teammates click Import Template → select the file → the template appears in their Meetily. Everyone uses the same structure.
Screenshots Guide
These are the key screens worth capturing for visual reference:
| # | What to capture | Why it helps |
|---|---|---|
| 1 | Templates grid -showing built-in and custom template cards with icons | Shows the template management interface at a glance |
| 2 | Template editor -the markdown editor with content and hint panel open | Shows how templates are written |
| 3 | Hints panel -the formatting guide shown when clicking the ? button | Helps users understand the template format |
| 4 | Template card hover actions -showing edit/duplicate/delete/export icons | Shows available actions per template type |
| 5 | Selected template -card with checkmark showing it's the active template | Shows how selection works |
| 6 | View template modal -read-only display of a template's sections | Shows what a completed template looks like |
| 7 | Export file dialog -save dialog with template filename | Shows the export workflow |
| 8 | Before/after summary -same meeting summarized with two different templates | Demonstrates the impact of template choice |