Ağ & Network
100%

Microsoft 365 Copilot Cowork: Setup and Management of Autonomous Artificial Intelligence Agents

How to set up Microsoft 365 Copilot Cowork autonomous agents? Technical details about Work IQ integration and Frontier program.

Overview

Microsoft 365 Copilot Cowork is an autonomous agent architecture that goes beyond traditional chat-based artificial intelligence interactions and can perform multi-step tasks across applications such as Outlook, Teams, Word and Excel on behalf of the user. This technology works on what Microsoft calls 'Work IQ', an intelligence layer that analyzes emails, meeting recordings and file data.

Difficulty Level: Intermediate

Prerequisites

In order to activate Cowork features, the following conditions must be met:

  • A valid Microsoft 365 Copilot license.
  • An enterprise account enrolled in the Microsoft Frontier early access program.
  • Activating 'Agent 365' integrations at the organizational level.
  • Installation and Configuration Steps

    To configure Cowork agents, follow these steps:

  • Sign in to Microsoft 365 Admin Center.
  • Follow the path 'Settings' > 'Org Settings' > 'Copilot'
  • Enable the 'Cowork Autonomous Agents' option.
  • Use the developer portal to add custom skills:
  • # Example: Command to define agent capabilities
    New-CoworkAgent -Name "ProjectAssistant" -Scope "Global" -Permissions "ReadWrite"
    Warning: Because autonomous agents have the authority to act on your data, make sure your privacy and data access policies are up to date.

    Work IQ and Contextual Intelligence

    Cowork gains contextual awareness thanks to Work IQ. For example, when the command 'Summarize meeting notes and email relevant people' is issued after a meeting, the agent reads the meeting transcript, identifies the participants, and creates the draft via Outlook. The data processing flow used in this process is as follows:

    • Data Collection: Email, Teams chats and OneDrive files are scanned.
    • Creating Context: Work IQ makes sense of relevant data.
    • Action: Copilot performs the specified multi-step task

    Tips and Best Practices

    Use 'Custom Skills' to increase agents' efficiency. Integrate with Agent 365 to automate frequently repeated workflows. You can manage your agents on the go by keeping the Copilot application updated on mobile devices.

    Related Articles

    View All