Programming Microsoft Office - 365

: Use this to create custom AI agents that automate specific business workflows within your Office apps.

: Found under the "Agents" section in Copilot, this allows you to describe a tool (e.g., "build a signup sheet tracker") and it will automatically generate the schema and UI . Programming Microsoft Office 365

The interaction between your feature and the Office document happens in taskpane.js : : Use this to create custom AI agents

: Use this file to ensure your feature matches the Office look and feel. 4. Implement Logic (JavaScript/TypeScript) Sideload and Test To see your feature in

Use a generator to create the basic files and structure for your feature:

: You might write a function to get the current selected text in Word and replace it with a generated summary. 5. Sideload and Test To see your feature in action:

Open VS Code and click the icon in the Activity Bar. Select Create a New App and then choose Office Add-in . Select Task pane as the feature type.