Tip
If your code task depends on a meeting, email, Teams conversation, or SharePoint document, connect your AI coding assistant to Microsoft Work IQ instead of copying the context into the chat manually.
Work IQ supports two useful modes:
- CLI mode: ask questions directly with
workiq ask. - MCP mode: let an AI assistant such as GitHub Copilot in VS Code or GitHub Copilot CLI query Microsoft 365 context while you work.
Install with GitHub Copilot CLI
Microsoft’s official Work IQ repository documents this quick-start flow:
1
2
3
copilot
/plugin marketplace add microsoft/work-iq
/plugin install workiq@work-iq
Restart Copilot CLI, then ask questions such as:
1
What are my upcoming meetings this week?
1
Summarize emails from Sarah about the budget.
1
Find documents I worked on yesterday.
Or run Work IQ directly
Install it globally with npm:
1
npm install -g @microsoft/workiq
Then accept the End User License Agreement before using it:
1
workiq accept-eula
Ask a direct question:
1
workiq ask -q "What requirements did Sarah share about the customer portal authentication feature?"
Interactive mode is also available:
1
workiq ask
Why it is useful for development
Suppose you are implementing a feature discussed in a planning meeting. Instead of searching several systems and pasting notes into your coding session, ask your assistant to find the relevant meetings, emails, documents, and decisions.
Example:
1
2
3
Find the authentication requirements discussed in my recent meetings
and emails about the customer portal. Summarize the decisions and list
open questions before suggesting code changes.
This gives the agent more useful workplace context while keeping the coding task in the same workflow.
My recommendation is to ask Work IQ for the source decisions and unresolved questions before asking the coding agent to change code. That separates context gathering from implementation and makes unsupported assumptions easier to spot.
Check access before using it
Work IQ access requires Node.js, a usage-based billing plan, and administrative consent for the Work IQ application in the Microsoft Entra tenant. Access remains permission-aware: Work IQ can retrieve only data that the signed-in user is allowed to access.
Work IQ requires administrative consent and usage-based billing. Confirm your organization’s security, privacy, and cost-management policies before enabling it.
References
Image Prompt
1
Wide horizontal blog banner, 40:21 aspect ratio. Flat illustration of a developer in a bright workspace asking an AI coding assistant for help, while floating Microsoft 365 context scenes show an email, meeting, Teams discussion, document, and people directory connected by a soft MCP bridge. Deep charcoal background with bright blue, cyan, and amber accents. Person and context scenes centered with safe space around them. No readable text, no logos. --ar 40:21 --style raw
