# Askplane - [Add interactivity to any presentation](https://docs.askplane.com/index.md): AI wrote the slides. Nobody talks back. Askplane adds live polls and Q&A to the presentation you already have: under one minute. - [What Askplane is](https://docs.askplane.com/introduction.md): People build presentations with AI and get a silent room. Askplane adds live polls and Q&A to that file in under a minute. - [First live poll in under a minute](https://docs.askplane.com/quickstart.md): Create an account, add a poll, and go live. The room answers from a phone. PowerPoint is optional if you want results on the current slide. - [How to Create and Manage Your Askplane Poll Events](https://docs.askplane.com/hosting/create-event.md): Create an Askplane event in the app, add polls and Q&A, then go live from the dashboard or from the PowerPoint add-in. - [Poll Types in Askplane: Choice, Cloud, Quiz, and More](https://docs.askplane.com/hosting/poll-types.md): Askplane supports six poll types: multiple choice, word cloud, quiz, rating, open text, and ranking. Learn when to use each and how attendees answer. - [Run Moderated Q&A in Your Askplane Session](https://docs.askplane.com/hosting/moderated-qa.md): Askplane's moderated Q&A lets audiences submit questions from their phones. Approve, pin, or hide each one before it appears on the slide. - [Generate On-Brand Live Polls for Any Organization Name](https://docs.askplane.com/hosting/on-brand-polls.md): Askplane applies a customer's logo and color palette to poll results when you enter their organization name: no theme editor needed. - [Host from the file you already have](https://docs.askplane.com/addin/overview.md): Askplane sessions live in the app. PowerPoint hosts that session on the current slide. Google Slides, Pitch, Gamma, and AI hosts are in progress. - [Install the Askplane Add-In for PowerPoint Desktop](https://docs.askplane.com/addin/install.md): Install the Askplane PowerPoint add-in from the Office Add-ins store or sideload the manifest file for IT-managed environments. Step-by-step guide. - [Host Live Polls and Q&A from PowerPoint with Askplane](https://docs.askplane.com/addin/hosting-from-powerpoint.md): Open the Askplane task pane in PowerPoint, connect your event, and run polls and Q&A from the pane without switching windows. Step-by-step hosting guide. - [Askplane Pricing: Free vs Paid: Features and Limits](https://docs.askplane.com/account/pricing.md): Askplane is free for up to 200 unique participants per month. Paid is $19 per presenter per month, annual, with unlimited participants and branding. - [Manage Your Askplane Account Settings and Workspace](https://docs.askplane.com/account/manage-account.md): Update your profile, invite team members, configure default session settings, and manage your Askplane workspace from the admin dashboard. - [Attendee Guide: How to Join an Askplane Poll Session](https://docs.askplane.com/joining-a-session.md): Join a live Askplane session from your phone or laptop using a five-character code. Answer polls, submit questions, and stay in the room. - [List the signed-in user's rooms](https://docs.askplane.com/api-reference/sessions/list-the-signed-in-users-rooms.md): Owner only. Cookie or Bearer. Returns `{ events }`. - [Create a session](https://docs.askplane.com/api-reference/sessions/create-a-session.md): Title required. Optional first poll stays `draft` until open. Returns `{ id, k, code }`. Keep `k` secret. - [Session projection](https://docs.askplane.com/api-reference/sessions/session-projection.md): Public audience view by default. `?host=1` or `?mode=wall` need host auth (`k`, cookie, or Bearer). Host payload includes `k`, roster, and quiz keys on `polls[]`. Wall is tallies + approved Qs, no roster. - [Update title or dates](https://docs.askplane.com/api-reference/sessions/update-title-or-dates.md) - [End the session](https://docs.askplane.com/api-reference/sessions/end-the-session.md): Join, vote, and ask then 403. - [Download CSV](https://docs.askplane.com/api-reference/sessions/download-csv.md): One row per participant. Columns `email,name,vote,questions`. - [Add a draft poll](https://docs.askplane.com/api-reference/polls/add-a-draft-poll.md) - [Edit prompt or options](https://docs.askplane.com/api-reference/polls/edit-prompt-or-options.md) - [Open a poll](https://docs.askplane.com/api-reference/polls/open-a-poll.md): 409 if another poll is already open. - [Close the live poll](https://docs.askplane.com/api-reference/polls/close-the-live-poll.md) - [Join a live room](https://docs.askplane.com/api-reference/audience/join-a-live-room.md): Sets cookie `ws_part` = `{sessionId}:{participantId}`. Rejoin by cookie or same email does not consume a new slot. 403 at 200 participants or monthly cap. - [Vote on the open poll](https://docs.askplane.com/api-reference/audience/vote-on-the-open-poll.md): Cookie `ws_part` required. `optionId` for choice/quiz/rating; `text` for word cloud / open text; `ranks` for ranking. Allowed while session live and a poll is open. - [Ask a question](https://docs.askplane.com/api-reference/audience/ask-a-question.md): Cookie `ws_part` required. Lands `pending`. Session must be live. - [Moderate a question](https://docs.askplane.com/api-reference/questions/moderate-a-question.md): `approve` | `highlight` | `hide` | `unpin`. Highlight needs approved first. - [Mint a Bearer token](https://docs.askplane.com/api-reference/auth/mint-a-bearer-token.md): Cookie `ws_host` only. Bearer cannot refresh itself. 503 in production without `SESSION_SECRET`. Logout does not revoke the token. ## OpenAPI Specs - [openapi](/openapi.yaml)