We use cookies to enhance your experience and analyze site traffic. You can choose which cookies to accept.
Run Teachers.guide modules inside Microsoft Word on Windows, Mac and the web – read your selection, generate, then insert at the cursor or replace the selected text.
Privacy policy · Terms of use · Support · Chrome extension for Google Docs
Three steps, about two minutes. No Microsoft account or IT help needed.
This single small file is all Word needs – it tells Word where to load Teachers.guide from.
The steps differ by platform – Word for Mac has no upload button, so use the folder method.
Word for Mac
~/Library/Containers/com.microsoft.Word/Data/Documents/wefCreate the wef folder if it is not already there.teachers-guide-word.manifest.xml into that folder.There is no “Upload My Add-in” link in Word for Mac, and “Manage My Add-ins” only opens the online store – the folder above is the supported route.
Word on the web (office.com)
Word for Windows
\\server\addins.Blocked entirely? Sideloading is switched off on many school-managed Microsoft 365 accounts. Ask your IT admin to deploy it centrally using the manifest URL in the IT admin section below.
In Word, click Teachers.guide on the Home ribbon and sign in with your school code. If your school does not use codes, generate a one-off connect token here and paste it into the task pane.
Sign in to generate a connect token.
AI can occasionally make mistakes – always check outputs before sharing with pupils.
School-wide rollout, self-hosting and the information you need to review the add-in.
admin.microsoft.com as a Global or Exchange admin.https://teachers.guide/office-addin/manifest.xml.That manifest URL is all you need – there is nothing else to install or host.
Optional – only if you want to serve the static task pane from your own infrastructure instead of teachers.guide.
Hosting requirements
https://teachers.guide/office-addin/ over HTTPS.https://*.officeapps.live.com and https://*.office.com.manifest.xml with content type application/xml or text/xml.Build the bundle from source
bun run package:office-addin
Outputs dist/office-addin/ and dist/teachers-guide-word-addin.zip.
Keep the add-in GUID the same and increase <Version> in the manifest for every change, otherwise Word and centrally deployed clients keep serving the cached copy. Centrally deployed manifests are re-read from the URL periodically, so a hosted manifest is preferable to an uploaded file.
Information for IT admins reviewing the add-in before deployment.
ReadWriteDocument – required to read the text you choose and to insert results back into the document.teachers.guide and its Supabase project, over HTTPS, then to the AI model provider for processing.Not required for schools to use the add-in – sideloading and central deployment both work without it. It only adds public discoverability in the Word store.
The pack contains every Partner Center field pre-written: identity and GUID, listing copy, artwork specs, validator testing instructions, the data-handling summary and a pre-submission checklist.