Agenda Slide Template
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Try in PlaygroundParameters
Example brief
Agenda: 1. Market Overview (10 min), 2. Competitive Analysis (15 min), 3. Strategy Proposal (20 min), 4. Financial Projections (10 min), 5. Q&A (15 min).
API example
With a brief (async, $0.05)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "e163fa49-b86f-55b6-9ac9-7f65565bbaca",
"brief": "Agenda: 1. Market Overview (10 min), 2. Competitive Analysis (15 min), 3. Strate..."
}'With structured params (sync, $0.03)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "e163fa49-b86f-55b6-9ac9-7f65565bbaca",
"params": {
"title": "Board Meeting Agenda — Q1 2026 Review",
"topics": [
{
"title": "Financial Performance Review",
"detail": "CFO — 15 min"
},
{
"title": "Product & Engineering Update",
"detail": "CTO — 20 min"
},
{
"title": "Go-to-Market Strategy",
"detail": "CRO — 15 min"
},
{
"title": "Customer Success Metrics",
"detail": "VP CS — 10 min"
},
{
"title": "Competitive Landscape Analysis",
"detail": "Strategy — 15 min"
},
{
"title": "Talent & Organization Update",
"detail": "CHRO — 10 min"
},
{
"title": "2026 Strategic Initiatives",
"detail": "CEO — 20 min"
},
{
"title": "Q&A and Next Steps",
"detail": "All — 15 min"
}
]
}
}'Tags
Related templates
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Enterprise Capability Model
Capability decomposition grid - 2-4 domain columns with 4-8 capability tiles per column. Supports standard, matrix, and maturity heatmap styles for business architecture, target operating model, and capability strategy slides.
Feature Prioritization Map
2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.
Market Sizing
TAM/SAM/SOM market-sizing slide with a compact pyramid, clear sizing logic, and one investment implication. Best for fundraising, GTM strategy, and market-entry decisions.
Frequently asked questions
How do I render a Agenda slide?
Send a POST request to /v1/render with template "e163fa49-b86f-55b6-9ac9-7f65565bbaca" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.
What data does the Agenda template accept?
The Agenda template accepts: title, topics. Supports 3-8 items. See the parameter reference below for details.
Can I customize the colors and fonts of this template?
Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.
Try this template
Render a Agenda slide in under 1 second. $3 free credit, no card required.