Install the Office add-ins

Two task-pane add-ins — one for Word, one for Excel. Both call the same agent API as the browser. Each user installs once per device.

The add-ins are optional. The two highest-volume workflows now also run in the browser with nothing to install — see Doc review (fact-check Word or PDF) and Questionnaires (fill an .xlsx). Install the Office add-ins when you want the inline editing experience (Word) or to run questionnaires over the 100-row browser cap (Excel).

1. Get a key from Knowledge → Agents

  1. Open Knowledge in the browser and go to Agents.
  2. Pick (or create) the agent you want to use from Word/Excel.
  3. Open the agent → Keys tab → + Mint key. Give it a friendly name (e.g. "Word — Sarah's laptop") and copy the token shown once.

Each key is bound to a single agent. You'll paste this token into the add-in once and it's remembered per device. See Agents — every field explained if you don't have an agent yet.

2. Download the manifest

Pick the host you want to install for:

Word manifest (.xml) Excel manifest (.xml)

Microsoft moved the sideload UI. If you opened Word's Apps panel (the modern unified store) and don't see "Upload My Add-in" — you're not missing something. Microsoft removed it from that panel. Use one of the three paths below instead.

3a. Easiest — Office for the web

  1. Go to office.com and open any Word or Excel document there (even a blank one).
  2. Insert tab → Add-ins (or "Get Add-ins").
  3. In the dialog that opens, look at the bottom for a small link: Upload My Add-in. Click it, pick the manifest.xml.
  4. A "Knowledge Agents" task pane appears on the right.
  5. Click + Add connection, paste the API key, hit Connect.

This is the most reliable path and works on Windows, Mac, and ChromeOS.

3b. Windows desktop — Shared Folder Catalog

One-time setup. After this, manifests dropped into a folder appear automatically inside Word/Excel.

  1. Create a folder, e.g. C:\Users\<you>\Documents\OfficeAddins\. Put manifest.xml inside.
  2. Right-click the folder → PropertiesSharingShare with yourself (Read access). Note the network path that appears (e.g. \\YOUR-PC\OfficeAddins).
  3. In Word: FileOptionsTrust CenterTrust Center Settings…Trusted Add-in Catalogs.
  4. Paste the network path into Catalog URL → click Add catalog → tick Show in MenuOK.
  5. Close and reopen Word/Excel — the catalog is only read at startup.
  6. InsertMy Add-ins drop-down → Shared Folder tab → "Knowledge Agents" → double-click.

3c. Mac desktop

InsertAdd-insMy Add-ins → in the top-right of that dialog there's a "…" or gear menu with Upload My Add-in. Pick the manifest.xml.

3d. Org-wide rollout — M365 admin center (for O365 admins)

Use this path if your tenant admin has disabled per-user sideload, or you want to push the plugin to many users at once. This is Microsoft's Centralized Deployment feature.

Before you start — prerequisites

Step-by-step upload

  1. Sign in to admin.microsoft.com with an account that has one of the roles above.
  2. In the left rail, click Show all if needed → SettingsIntegrated apps. (Direct link: admin.microsoft.com/#/Settings/IntegratedApps.)
  3. Click Upload custom apps at the top of the page.
  4. In the side panel: App type = Office Add-in, Choose how to upload the app = Upload manifest file (.xml) from device. Browse to the manifest and click Upload.
  5. Wait for the validation result. If you get "This manifest is not valid", jump to the troubleshooting list below — don't continue.
  6. On the Add users page choose one of: Just me (pilot/test), Entire organization, or Specific users/groups (recommended — assign to a mail-enabled security group or M365 group so membership is easy to manage later).
  7. On Accept permissions requests review the requested scopes shown from the manifest, then click NextFinish deployment.
  8. Repeat steps 3–7 for the second manifest (Word and Excel are separate deployments).

When users will see it

Managing or removing later

Troubleshooting

Reference: Microsoft Learn — "Deploy add-ins in the Microsoft 365 admin center" (docs.microsoft.com/microsoft-365/admin/manage/manage-deployment-of-add-ins).

4. Using the Word add-in

The task pane has three controls above the prompt: Skill, Use as context, and Output. Pick the skill first — the other two get sensible defaults. The skills available today:

The Output dropdown changes where results land: cursor (default for generation), comments (default for audit), tracked changes (for proposed edits a reviewer accepts/rejects), or appended report table (a 4-column table at the end of the doc).

Tick "Add source citations as footnotes" to drop a Word footnote on each inserted block listing the KB documents that grounded the response. Useful for regulated work.

Full skill reference: Word & Excel add-ins.

5. Using the Excel add-in

Up to 100 questions? You may prefer the no-install browser Questionnaires flow — same per-row pipeline, same KB grounding, with a visual sheet + column picker and a downloaded copy that preserves the original formatting.

6. Security notes