Summary Templates

new

Create, edit, duplicate, import, and export custom summary templates to control how Meetily's AI summarizes your meetings.

Last updated: March 25, 2026

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

  1. Open any meeting from the sidebar
  2. Click the Preferences icon (gear) in the top-right toolbar
  3. Select the Templates section
  4. Browse built-in templates or click + New Template to create your own
  5. Click a template card to select it as your active template
  6. 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:

TemplateIconBest for
Daily StandupStandup iconQuick status updates, blockers, and next steps
Standard MeetingMeeting iconGeneral-purpose meetings with key points and action items
Project SyncSync iconProject updates, milestones, and deliverables
RetrospectiveRetro iconWhat went well, what didn't, improvements
Sales/Marketing Client CallPhone iconClient needs, commitments, and follow-ups
Psychiatric SessionClipboard iconClinical 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

  1. In Preferences > Templates, click + New Template
  2. The template editor opens with a starter markdown template
  3. Write your template using the markdown format described below
  4. Click the ? button to open the hints panel for formatting examples
  5. Click Create Template
  6. Your template appears in the template grid

Template Format

Templates use a simple markdown structure:

Code language: markdown
# 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:

ElementPurposeExample
# TitleTemplate name (first line)# Client Call Notes
Description textShown on template card"Captures client needs and next steps"
## HeadingCreates a section in the summary## Action Items
Section contentAI instruction for that section"List all tasks with person responsible"
TablesSpecifies exact output formatColumn 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

  1. Hover over a custom template card
  2. Click the pencil icon (Edit)
  3. Modify the markdown content
  4. 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

  1. Hover over any built-in template card
  2. Click the + icon (Duplicate)
  3. A custom copy is created with the same content
  4. Edit the copy to customize it for your needs

Delete a Custom Template

  1. Hover over a custom template card
  2. Click the trash icon (Delete)
  3. Confirm in the confirmation dialog
  4. 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

  1. Hover over any template (built-in or custom)
  2. Click the download icon (Export)
  3. Choose a save location in the file dialog
  4. Template is saved as a .md file (e.g., daily-standup.md)

Import a Template

  1. Click Import Template in the Templates section
  2. Select a .md template file in the file picker
  3. 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.

ActionWhat happens
Click a template cardThat template becomes active (checkmark appears)
Generate summaryAI uses the active template's structure
Switch templatesNext summary generation uses the new template
No template selectedAI uses a default summary format

How It Works

When you generate an AI summary, Meetily combines the template with the transcript:

Code language: text
Your Template → AI reads section headings as instructions
    +
Meeting Transcript → AI extracts relevant information
    =
Structured Summary → Each section filled with meeting content
  1. Template parsing: Meetily reads your template's sections and understands the structure
  2. Transcript analysis: The AI reads the full meeting transcript
  3. Section filling: For each template section, the AI extracts relevant content from the transcript
  4. 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:

Code language: markdown
# 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:

Code language: markdown
# 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 captureWhy it helps
1Templates grid -showing built-in and custom template cards with iconsShows the template management interface at a glance
2Template editor -the markdown editor with content and hint panel openShows how templates are written
3Hints panel -the formatting guide shown when clicking the ? buttonHelps users understand the template format
4Template card hover actions -showing edit/duplicate/delete/export iconsShows available actions per template type
5Selected template -card with checkmark showing it's the active templateShows how selection works
6View template modal -read-only display of a template's sectionsShows what a completed template looks like
7Export file dialog -save dialog with template filenameShows the export workflow
8Before/after summary -same meeting summarized with two different templatesDemonstrates the impact of template choice

Frequently Asked Questions

No. Built-in templates are read-only. To customize one, hover over it and click the Duplicate icon to create an editable copy, then modify the copy to fit your needs.
Templates use simple markdown. The first line (# Title) becomes the template name. Text before the first ## becomes the description. Each ## Heading creates a section that the AI will fill in. You can include tables, bullet lists, and specific instructions within each section.
Hover over the template card and click the download icon to export it as a markdown (.md) file. Share the file with your team via email, Slack, or any file sharing tool. They can import it using the Import Template button.
No. One template is active at a time (shown with a checkmark). Each summary generation uses the currently selected template. You can switch templates between meetings.
If you change the # Title line (first line) of a custom template, Meetily creates a new template with the new name and removes the old one. If the name stays the same, the template is updated in place.
Switching templates does not automatically update existing summaries. You need to regenerate the summary for a specific meeting to see the new template applied. Only future summary generations use the newly selected template.
Good templates have specific, clear section headings that act as instructions for the AI. Instead of a vague heading like 'Discussion', use 'Key Discussion Points -Summarize each topic, noting who raised it and any decisions made.' Include tables when you want structured output and bullet lists for free-form content.
All users get access to the 6 built-in templates. Creating, editing, importing, and exporting custom templates requires a Meetily Pro license.
Meetily imports templates from its own markdown format only. The .md file must follow Meetily's template structure (# Title, description, ## Sections). You cannot directly import templates from other note-taking or meeting apps, but you can create a new template in Meetily's editor and paste your preferred structure.
Deleted templates cannot be recovered unless you previously exported them. Consider exporting important templates as backups before making changes.

Ready to get started?

Download Meetily and start transcribing your meetings locally with full privacy.

Have questions? or join our GitHub community