PowerPoint Add-in
The NextGenPoll PowerPoint add-in lets you embed a live poll directly into your presentation. A content slide updates in real-time as participants respond — no switching between apps.
What the Add-in Does
The add-in has two components:
| Component | What it does |
|---|---|
| Task Pane (Presenter Controls) | Appears as a side panel in PowerPoint. Lists your polls and questions; lets you launch a question, switch charts, and control the session without leaving PowerPoint. |
| Content Add-in (Live Slide) | Inserts a live-updating chart directly into a PowerPoint slide. The chart reflects real-time participant responses during the presentation. |
Installing the Add-in (Local / Development)
Windows
- Fully close Microsoft PowerPoint.
- Open PowerShell inside the
powerpoint/folder and install the dev certificate:npx office-addin-dev-certs install - Start the dev server and sideload:
npm start
- PowerPoint will open with the add-in loaded. If the ribbon buttons do not appear, go to Home → Add-ins and select NextGenPoll.
Mac (Automatic)
- Ensure the dev server is running (
npm startin thepowerpoint/folder). - The add-in is automatically sideloaded and PowerPoint opens.
- If it doesn't appear, go to Insert → My Add-ins and select NextGenPoll.
Mac (Manual Fallback)
- Open Finder and press
Cmd + Shift + G. - Navigate to:
~/Library/Containers/com.microsoft.Powerpoint/Data/Documents/wef - Copy
manifest.xmlinto that folder. - Restart PowerPoint.
Production manifest
The production add-in is hosted at https://nextgenpoll.com/addin/. For organisation-wide deployment (Microsoft 365 Admin Center), see PowerPoint Add-in Enterprise Deployment.
Using the Task Pane
Once the add-in is loaded:
- In PowerPoint, click the NextGenPoll button in the ribbon (Home tab).
- The Task Pane opens on the right side.
- Sign in with your NextGenPoll account if prompted.
- Select the poll you want to run from the dropdown.
- Use the question list to launch questions one by one.
Launching a Question
- Click Launch next to a question to make it active for participants.
- The task pane shows a live response count and a real-time chart preview.
- Switch the chart type using the format buttons in the task pane.
Ending the Session
Click End Session in the task pane to close the poll. Participants will see a session-ended message.
Using the Live Slide (Content Add-in)
The Live Slide inserts an always-updating chart into a slide:
- In PowerPoint, go to Insert → My Add-ins → NextGenPoll Live Slide (or use the ribbon button if available).
- The content add-in appears as an embedded frame on the current slide.
- It connects to the active poll session and displays the current question's live results.
- Advance to this slide during your presentation to show real-time results to your audience.
Best practice
Keep the Live Slide on a dedicated slide immediately after each question slide. Your audience will see results update as you present.
Troubleshooting
| Problem | Solution |
|---|---|
| Ribbon button missing (Windows) | Go to Home → Add-ins, find NextGenPoll, and click to activate. |
| "The app took too long to load" | Ensure the dev server is running on https://localhost:4000. Check that the dev certificate is trusted. |
| Certificate error in browser | Re-run npx office-addin-dev-certs install in the powerpoint/ folder and restart PowerPoint. |
| Live Slide shows blank | Confirm there is an active session running. The content add-in requires a live poll to be active. |
| Task pane says "Sign in required" | Click sign-in; you will be redirected to the NextGenPoll login page in your default browser. |