How to Create Presentations with Copilot

Generate PowerPoint files with Copilot and ToolRouter. Create presentations from structured data in your IDE.

Tool
PowerPoint Presentations icon
PowerPoint Presentations

Copilot connects presentation generation to your development workflow — create documentation decks, architecture overviews, or project status presentations from structured data without leaving the editor.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the PowerPoint Presentations tool:

  1. In Copilot Chat: "Create a presentation from this outline: [paste outline]"
  2. Copilot generates the .pptx file and returns the download URL
  3. Ask: "Write code to fetch this URL and save the file"
  4. Embed the generation step in your documentation pipeline

Example Prompt

Try this with Copilot using the PowerPoint Presentations tool
Create a technical architecture presentation from this outline: intro, system overview, component diagram description, data flow, deployment model, open questions. Return the .pptx URL.

Tips

  • Use this to auto-generate project documentation decks from structured design notes
  • Ask Copilot to write the presentation generation call alongside TypeScript type definitions
  • Pair with diagram generation tools to describe visuals that appear on specific slides