The AI week, distilled.
Week 25 · 2026
MS Docs Watch

Microsoft 365 Copilot and Azure AI documentation led the week with major new guidance on Work IQ, Copilot Credits billing, and hosted agents in Foundry.

The most active areas were Microsoft 365 Copilot (Work IQ, Copilot Cowork, organizational prompts, and Copilot Credits cost management) and Azure AI (Foundry Agent Service hosted agents, tracing, and model deployment policies). The biggest change was the expansion of tenant governance, billing, and adoption documentation for Copilot, alongside multiple new Azure AI hosted-agent quickstarts and observability/trace annotation guidance.

Azure AI 37

  • This new documentation introduces the ability to annotate traces in Microsoft Foundry with human feedback (thumbs up/down), supporting both builder and end-user workflows. It details how to add, view, filter, and query these annotations, enabling richer quality signals and trace analysis for Copilot agent interactions.

    • Introduces trace annotation with thumbs up/down for agent responses in Foundry
    • Supports both builder (portal) and end-user (programmatic) feedback workflows
    • Annotations are appended and independently filterable by source
  • This new page introduces step-by-step instructions for evaluating a hosted agent using both the Azure Developer CLI and the Microsoft Foundry portal. It covers preparing test datasets, running evaluations, reviewing results, and troubleshooting, enabling users to establish quality baselines for their Copilot agents before release.

    • Guides users to generate and use test datasets for agent evaluation
    • Explains how to select and configure built-in evaluators
    • Details running evaluations and interpreting results using CLI and portal
  • This new documentation introduces a quickstart for building a toolbox that combines web search and Microsoft Learn MCP server tools behind a single managed endpoint, and demonstrates how to consume it from a Python-based hosted agent using the Model Context Protocol (MCP). It covers initialization, resource provisioning, local testing, deployment, and cleanup, enabling rapid integration and management of multiple tools for Copilot-like agents.

    • Step-by-step guide to creating a toolbox with web search and Microsoft Learn MCP server tools
    • Instructions for initializing and configuring a Python hosted agent to use the toolbox via MCP
    • Details on provisioning Azure resources and deploying the agent to Foundry Agent Service
  • This new page provides a step-by-step quickstart for deploying custom Python agent code as a hosted agent on Foundry Agent Service, including prerequisites, setup, deployment, and troubleshooting. It enables users to operationalize their own AI agents using Azure tooling and protocols.

    • Introduces instructions for deploying user-authored Python agents to Foundry Agent Service
    • Details prerequisites, including permissions and required Azure CLI extensions
    • Explains protocol selection and integration of the hosting library
  • This new documentation introduces the ability for Foundry Agent Service to connect to and use models hosted in other Foundry resources without redeployment, detailing configuration steps, connection types, and known limitations. This enables broader model reuse and integration scenarios for Copilot agents.

    • Describes how to connect Foundry Agent Service to models in another Foundry resource via direct or Azure API Management connections
    • Explains configuration via both the Foundry portal and Azure CLI/Bicep templates
    • Clarifies that connected models appear in the agent playground and can be referenced in code
  • This new page documents how to integrate Microsoft Foundry Toolbox with LangChain and LangGraph agents, enabling users to load, manage, and use Foundry tools and skills within these frameworks. It covers connecting to a toolbox, handling tool approval and OAuth consent, and loading skills for deep agent scenarios.

    • Explains how to connect LangChain agents to a Foundry Toolbox using langchain-azure-ai.
    • Describes loading tools from a toolbox, including those requiring human approval.
    • Details handling OAuth consent flows for toolbox tools requiring authorization.
  • This new documentation introduces the Browser automation tool (preview) for Copilot hosted agents, detailing prerequisites, setup, deployment, and testing steps. It enables users to automate browser tasks using Playwright Workspaces and deploy agents via Azure Developer CLI.

    • Introduces Browser automation tool (preview) for Copilot hosted agents
    • Describes prerequisites including Azure account, CLI tools, and extensions
    • Provides step-by-step instructions to create Playwright Workspaces
  • The documentation introduces a new built-in Azure Policy for Microsoft Foundry that restricts model deployments based on eligibility requirements (such as source and lifecycle status), in addition to the existing approved-models policy. It also explains how these policies interact, how to assign them, and what developers see when deployments are blocked. This significantly expands governance capabilities for Copilot and other model deployments.

    • Added a new built-in policy (in preview) to restrict deployments based on model attributes like source and lifecycle status.
    • Clarified that both policies are evaluated at deployment time and models are not hidden, but deployment is blocked with a clear reason.
    • Explained how the two policies work together and how priority is determined when both block a deployment.
  • This new page introduces step-by-step guidance for tracing hosted agents in Microsoft Foundry, including how to generate, view, and troubleshoot end-to-end traces using integrated OpenTelemetry and Application Insights. It highlights out-of-the-box instrumentation for Microsoft Agent Framework and LangChain, and provides essential troubleshooting and cleanup instructions.

    • Introduces tracing capabilities for hosted agents in Microsoft Foundry (preview).
    • Describes integration with Microsoft OpenTelemetry distro and Application Insights.
    • Provides step-by-step instructions to invoke agents and view traces in the Foundry portal.
  • This new page documents how to grant a Foundry Hosted agent the necessary permissions to export telemetry to Microsoft Agent 365 by assigning a specific app role. It provides step-by-step instructions, prerequisites, troubleshooting, and verification steps, enabling organizations to set up observability for their agents.

    • Introduces procedure to assign Agent365.Observability.OtelWrite app role to hosted agent's managed identity
    • Details prerequisites including Azure CLI, admin roles, and required service principals
    • Provides commands to retrieve necessary IDs and assign the app role via Microsoft Graph API
  • The quickstart has been updated to replace all Azure Developer CLI (azd) instructions with Python SDK-based steps for evaluating hosted agents. This changes the required tools, setup, and code samples, and may affect users' workflows and automation approaches.

    • Replaces Azure Developer CLI (azd) evaluation steps with Python SDK (azure-ai-projects, azure-identity) instructions
    • Prerequisites now require Azure CLI and Python SDK instead of azd and its extensions
    • All code samples and evaluation steps rewritten for Python SDK usage
  • The documentation now includes explicit guidance and code samples for configuring tracing with Microsoft Agent Framework agents hosted outside of Foundry, in addition to the previous focus on LangChain agents. This expands supported scenarios for tracing and monitoring AI agents using OpenInference and Azure Monitor.

    • Added instructions for Microsoft Agent Framework agents hosted outside Foundry
    • Provided updated code sample for agent framework instrumentation
    • Clarified configuration options such as 'enable_sensitive_data' and 'azure_monitor_connection_string'
  • The documentation now describes and exemplifies how to deploy multiple model router instances, each with a tailored model subset and routing mode, and assign them to different agents based on workload requirements. This enables more granular control over cost, compliance, and capability for agent deployments.

    • Added guidance on creating multiple model router deployments with distinct model subsets and routing modes.
    • Provided a table of example deployments mapped to agent use cases.
    • Included code sample showing how to assign different agents to specific router deployments.
  • The page now includes detailed troubleshooting guidance for a wide range of evaluation and observability issues in Microsoft Foundry, covering new error scenarios such as capacity/quota errors, authentication failures, data format problems, missing evaluator scores, agent tool errors, CLI-specific issues, and trace evaluation problems. These additions provide actionable steps for resolving issues that may arise during evaluation runs, making the documentation much more comprehensive and useful for users encountering operational problems.

    • Added troubleshooting for evaluation runs that are slow, stuck, or fail due to capacity/quota errors
    • Added guidance for resolving authentication or authorization (401/403) errors unrelated to storage
    • Included steps for fixing data format or field mapping errors during evaluation
  • The updated documentation introduces two new capabilities: deploying custom Python code as a hosted agent and building a toolbox to use with a hosted agent. These additions expand the ways users can customize and extend their hosted agents.

    • Added option to deploy user code as a hosted agent for custom Python logic
    • Added ability to build and use a toolbox with a hosted agent for tool aggregation
  • The page was significantly restructured and expanded to clarify the process for publishing a Foundry Hosted agent as an autopilot in Microsoft Agent 365, with new detailed prerequisites, step-by-step deployment, validation, and troubleshooting guidance. The previous high-level conceptual sections about Agent 365 and Foundry integration were removed, focusing the page on actionable how-to content.

    • Added detailed prerequisites for licensing, permissions, and setup, including preview status of Hosted agents.
    • Expanded step-by-step instructions for provisioning, deploying, and validating a Hosted agent autopilot.
    • Introduced troubleshooting section for common deployment and approval issues.
  • The documentation now introduces and details the Foundry Toolbox integration for LangChain and LangGraph, describing how to load managed tools and skills from a Foundry Toolbox via a single endpoint. This expands the available capabilities and provides new ways to add tools and skills to solutions.

    • Added 'Foundry Toolbox' as a capability with its own namespace and use case
    • Clarified that the 'Tools' namespace can now include an entire project Toolbox
    • Added a walkthrough guide for using Foundry Toolbox with LangChain
  • The documentation updates the evaluation workflow to replace the 'eval init' command with 'eval generate' for initializing evaluation assets in the Azure Developer CLI. This change affects command usage, prerequisites, and guidance throughout the agent evaluation process.

    • Replaces all references to 'azd ai agent eval init' with 'azd ai agent eval generate' as the command to initialize evaluation assets
    • Updates prerequisites to require version 0.1.40-preview or later of the 'azure.ai.agents' extension
    • Clarifies that 'eval generate' now creates or repairs local evaluation assets and datasets
  • Fireworks on Foundry now supports LoRA (Low-Rank Adaptation) models in public preview, expanding the types of custom models users can import and deploy. This is a significant capability update for users who rely on adapter-based model fine-tuning.

    • LoRA and adapter-based model support moved from unsupported to public preview
    • FAQ updated to reflect new LoRA support status
    • Limitation about LoRA/adapters removed from 'Custom models' section
  • Page restored. The documentation now describes support for resolving optimization configs via a remote Resolver API, and clarifies how to handle tool descriptions for tools not compatible with the provided helper. This expands agent configuration flexibility and integration options.

    • Added support for resolving optimization configs from a Resolver API using new environment variables.
    • Clarified that load_config() now returns None if no config source is found, removing the 'required' parameter.
    • Provided guidance for manually applying optimized tool descriptions when tools are not compatible with apply_tool_descriptions().
  • Page restored. The documentation now introduces a new recommended workflow using 'azd ai agent eval generate' to create both datasets and evaluators, replacing the previous 'eval init' command. There are also important changes to the dataset schema: the required field for prompts is now 'query' instead of 'prompt', and 'ground_truth' replaces 'groundTruth'.

    • New recommended workflow: 'azd ai agent eval generate' creates both datasets and evaluators in one step
    • Removal of previous 'eval init' workflow and its detailed instructions
    • Dataset schema change: 'prompt' field is now 'query', and 'groundTruth' is now 'ground_truth'
  • Page removed or relocated. The documentation page for the Microsoft Foundry Status Dashboard has been removed, leaving users without official guidance on how to monitor Foundry service health, incidents, and maintenance. It is unclear whether this reflects a deprecation of the dashboard or a relocation of the documentation.

    • Loss of official instructions for accessing and interpreting the Foundry Status Dashboard
    • No longer provides details on monitored components, incident tracking, or subscription to updates
    • FAQ and support guidance for the dashboard are no longer available
  • A new section was added outlining current limitations for external agents in Foundry, clarifying which features are not yet supported. This helps users understand the boundaries of current functionality.

    • Manual human evaluation workflows are not available for external agents.
    • Trace-to-dataset conversion is not supported for external agents.
    • AI red teaming scans cannot target external agents.
  • The documentation now explicitly states that adding tools directly to a hosted agent's definition is not supported, and recommends using toolboxes in Foundry instead. This clarifies the supported method for tool integration with hosted agents.

    • Explicit statement that direct tool addition to hosted agent definitions is unsupported
    • Recommendation to use toolboxes in Foundry for tool integration
  • The documentation clarifies how spillover response headers work and how to interpret Azure Monitor metrics for spillover scenarios. It now specifies that the x-ms-spillover-error header is always present on spillover requests and details how to distinguish spillover traffic in monitoring.

    • Clarifies that x-ms-spillover-error is present on all spillover requests, regardless of outcome
    • Explains that both x-ms-spillover-from-deployment and x-ms-spillover-error headers are present even if the spillover attempt fails
    • Updates Azure Monitor metrics guidance to clarify how to filter and interpret spillover versus direct traffic
  • A clarifying note was added explaining that target-based evaluation only works with certain agent protocols and execution patterns, and directing users of other protocols to use trace evaluation instead. This helps users understand evaluation limitations and choose the correct method.

    • Added note specifying target-based evaluation is for agents using responses/invocations protocol with synchronous, non-streaming execution
    • Clarified that agents using A2A, Activity protocol, or long-running/streaming patterns should use trace evaluation
  • The documentation now clarifies that exporting hosted agent telemetry to Agent 365 requires explicit configuration and specific Microsoft Entra permissions, and refers users to a procedure for granting these permissions. The detailed step-by-step section for granting OpenTelemetry permissions has been removed, so readers must now follow a referenced procedure instead of inline instructions.

    • Added clarification that hosted agent telemetry export requires explicit configuration and Entra permissions
    • Removed detailed step-by-step instructions for granting OpenTelemetry read/write permissions
    • Now refers users to a separate procedure for granting observability permissions
  • A clarifying note was added to address scenarios where storage accounts are network-isolated and use private endpoints instead of public network access. This helps users understand how to configure storage access in secure, virtual network-based deployments.

    • Added guidance for setups using private endpoints and network isolation
    • Directs users to 'Set up private networking' for these scenarios
  • The documentation clarifies that Agent Optimizer is now in general preview (not limited preview) and is not available in the Norway East region. This affects availability and access for users in that region.

    • Agent Optimizer is now in general preview, not limited preview
    • Removed requirement for sign-up process to access the preview
    • Agent Optimizer is not available in Norway East region
  • A new limitation is clarified: Azure OpenAI resources with existing private endpoints cannot be upgraded to Foundry via the portal and require endpoint deletion or use of infrastructure-as-code tools. This is important for users planning upgrades with private networking.

    • Added limitation about inability to upgrade resources with private endpoints via portal
    • Provided workaround using Azure Bicep or Terraform
  • The documentation now includes concrete REST, Python, and .NET code examples for attaching skills to a toolbox, clarifying how to reference skills (with or without version pinning). This makes it easier for developers to implement skill attachment and understand versioning behavior.

    • Added REST, Python, and .NET code samples for attaching skills to a toolbox
    • Clarified how to reference a skill by name or pin to a specific version
    • Explained that omitting the version uses the skill's default_version
  • The maximum session duration for the GPT Realtime API has increased from 30 minutes to 60 minutes, allowing users to maintain longer real-time interactions per session. No other material changes are present.

    • Session duration limit increased from 30 to 60 minutes in example and implied API behavior
  • The documentation now clarifies that while all models launch with availability through global standard deployment, availability through other deployment types is not guaranteed. This is important for users planning deployments in specific configurations.

    • Added note that not all models are guaranteed to be available in all deployment types
    • Clarifies deployment availability expectations for new models
  • The documentation now clarifies which Azure regions support bringing your own virtual network for evaluation and provides more detailed guidance on using your own storage account with or without a virtual network. This helps users better understand regional availability and storage setup requirements.

    • Replaced a list of unsupported regions with a detailed table of supported regions for virtual network evaluation.
    • Clarified storage account setup instructions for projects with and without a virtual network.
    • Specified that the evaluation-only setup template (15a) includes storage setup for virtual network projects.
  • The troubleshooting guidance for the 'image_pull_failed' error now specifies that the Azure Container Registry's 'azureADAuthenticationAsArmPolicy' policy must be enabled, in addition to previous requirements. This clarifies a necessary configuration step for successful image pulls.

    • Added requirement to enable 'azureADAuthenticationAsArmPolicy' on the ACR for image pulls
  • Page restored. The documentation clarifies required CLI extension versions, updates dataset generation commands, and improves troubleshooting guidance for optimizing hosted agents with Copilot. These changes help users avoid common errors and ensure compatibility with the latest features.

    • Specifies minimum required version (0.1.40-preview) for the azure.ai.agents CLI extension and adds upgrade instructions.
    • Clarifies dataset generation: distinguishes between 'eval generate' and 'eval generate --gen-instruction' depending on baseline config presence.
    • Updates optimization instructions to reference the current azd environment and points to additional documentation for optimizer stages and model requirements.
  • Page restored. The documentation clarifies and updates how agent selection, dataset configuration, and optimization parameters work for Copilot agent optimization. It now emphasizes the use of the current azd environment and local agent.yaml for agent resolution, updates dataset configuration to use local_uri, and replaces max_iterations with max_candidates for optimization runs.

    • Agent selection now defaults to the current azd environment and local agent.yaml, not agent.name in eval.yaml
    • Dataset configuration uses dataset.local_uri instead of dataset_file
    • Optimization parameter max_iterations replaced by max_candidates

Microsoft 365 Copilot 40

  • This new documentation introduces 'organizational prompts' for Microsoft 365 Copilot, allowing admins to create, manage, and publish custom prompts for end users. It details prompt lifecycle management, display locations, analytics, and bulk operations, marking a significant expansion of Copilot's customization and governance capabilities.

    • Admins can create, edit, delete, import, export, and publish up to 1,000 organizational prompts per tenant
    • Prompts can be pinned, localized, and organized by task type and department
    • Prompts are surfaced to users via Copilot Chat, prompt lab, and autosuggest
    Microsoft Learn · 2026-06-18
  • This new documentation introduces policy governance for Work IQ MCP, detailing a new Rego-based policy layer that allows tenant administrators to control agent access to Microsoft 365 resources at the request level. It explains the initial tenant-level policy controls, default guardrails, and how policy interacts with existing authentication and permissions.

    • Introduction of a Rego-based policy layer for Work IQ MCP tool requests
    • Tenant-level policy control can be toggled on/off in Microsoft 365 admin center
    • Default policy blocks mutation operations unless explicitly enabled
  • This new documentation introduces the ability to connect GitHub Copilot CLI to the Work IQ MCP server, enabling Copilot to access Microsoft 365 business data via authenticated tools. It provides step-by-step setup, plugin installation, and verification instructions, expanding Copilot CLI's integration capabilities.

    • Guides users to configure GitHub Copilot CLI as an MCP client for Work IQ MCP server
    • Details installation and setup of the Work IQ plugin in Copilot CLI
    • Explains how to verify MCP server connection and available skills
  • This new documentation introduces Microsoft's usage-based billing model for Copilot Credits, detailing how organizations can manage, monitor, and optimize AI-related spending in the Microsoft 365 admin center. It outlines the use of Copilot Credits as a common currency, describes the cost management dashboard, and provides guidance on setup, configuration, and monitoring of usage-based billing for AI services.

    • Introduction of usage-based billing for Copilot Credits in Microsoft 365 admin center
    • Explanation of Copilot Credits as a common currency for eligible AI services
    • Details on the Cost Management dashboard for centralized control and monitoring
  • This new documentation introduces and details the management of AI experiences in Microsoft Copilot that are enabled by usage-based billing using Copilot Credits. It covers setup, policy management, monitoring, and billing options, providing administrators with comprehensive guidance on controlling and optimizing AI-related expenses.

    • Explains usage-based billing for Copilot Credits, including prepaid and pay-as-you-go options
    • Describes role-based access for billing and policy management
    • Provides step-by-step setup for enabling usage-based billing and creating spending policies
  • This new page documents the integration of Organizational Messaging within the Microsoft 365 Copilot usage report, enabling admins to directly notify and encourage users to adopt Copilot features based on usage data. It details how to use preset message templates to target inactive users and track message acknowledgment, providing a streamlined workflow for driving Copilot adoption.

    • Describes built-in Organizational Messages feature in Copilot usage report
    • Explains use of preset message templates to target inactive Copilot and Teams users
    • Outlines workflow for scheduling, targeting, and tracking adoption messages
    Microsoft Learn · 2026-06-17
  • This new documentation page introduces Microsoft 365 Copilot Cowork, detailing its capabilities as an AI-powered agent for automating multi-step tasks across Microsoft 365. It explains key concepts, features, security measures, and best practices for responsible deployment and use, providing comprehensive guidance for both administrators and end users.

    • Defines Cowork as an AI agent that automates multi-step tasks across Microsoft 365 apps
    • Introduces concepts such as skills, custom skills, plugins, connectors, and action approval
    • Details built-in and extensible capabilities, including integration with third-party plugins
    Microsoft Learn · 2026-06-12
  • This new page introduces the ability for users to select from multiple AI models within Copilot Cowork, including detailed descriptions of each model's strengths and use cases. It also explains the 'Auto' mode, model selection persistence, admin controls, and how model choice impacts responses.

    • Users can now choose from several AI models (Auto, Claude Opus 4.8, Claude Sonnet 4.6, Sonnet + Opus Advisor, GPT 5.5) for Copilot Cowork tasks.
    • Descriptions provided for each model's best use cases and operational notes.
    • 'Auto' mode allows Copilot to automatically select the most appropriate model for a given task.
    Microsoft Learn · 2026-06-16
  • This new documentation introduces the Copilot Cowork feature that allows Copilot to perform web tasks on behalf of users in a hidden Microsoft Edge tab, leveraging the user's existing sessions and credentials. It details how the feature works, requirements, consent flow, admin controls, and privacy considerations, marking a significant expansion in Copilot's automation capabilities.

    • Copilot Cowork can automate web tasks using a hidden Edge tab with the user's credentials and sessions.
    • Feature is only available in Microsoft Edge and requires admin enablement.
    • First-run consent is required from users before browser automation begins.
    Microsoft Learn · 2026-06-08
  • A major update introduces Anthropic's Claude as a selectable AI model in Microsoft 365 Copilot Chat, providing users with more flexibility and advanced capabilities. Additional enhancements include infinite scroll for chat history on the web and a refreshed, unified visual design in Microsoft Edge.

    • Anthropic's Claude model now available as an option in Copilot Chat for complex analysis and structured content generation
    • Infinite scroll added to Copilot chat history on the web, improving navigation of past conversations
    • Microsoft Edge Copilot interface receives a modernized, unified look and feel
  • The Work IQ overview has been substantially restructured and expanded, introducing new sections detailing Chat, Tools, Workspaces, Security, and Access/Pricing. The documentation now emphasizes agent-ready context assembly, centralized governance, and usage-based billing independent of Copilot licensing. Several previous sections on data sources and skills/tools have been removed or replaced, reflecting a shift in how Work IQ capabilities are described and accessed.

    • Added detailed sections on Chat, Tools, Workspaces, and Security/Governance, clarifying new agentic capabilities and architecture.
    • Introduced Work IQ API endpoints (A2A, MCP server, REST) and clarified that usage is independent of Microsoft 365 Copilot licensing, with usage-based billing.
    • Removed previous sections on Data (Microsoft 365, Dynamics 365, connectors) and Skills/Tools, consolidating or replacing them with new descriptions.
  • The licensing and billing model for the Work IQ API has changed from requiring a Microsoft 365 Copilot add-on license per user to a consumption-based model using Copilot Credits. This is a significant shift in how access and costs are managed for the API.

    • Work IQ API now uses a consumption-based billing model with Copilot Credits
    • Requirement for each user to have a Microsoft 365 Copilot add-on license has been removed
    • Reference to preview status and lack of support for unlicensed users has been removed
  • Major new capabilities for Copilot Cowork are documented: image generation using Imagen 2, the ability to complete web tasks in the user's local Edge browser, and multi-model routing including Anthropic Claude and Sonnet+Opus Advisor. New sections explain responsible use and admin controls for these features.

    • Documented image generation capability using Imagen 2, with guidance on provenance and content safety
    • Described ability for Cowork to complete web tasks in the user's local Edge browser, respecting user identity and organizational policies
    • Explained Cowork's multi-model routing, including Anthropic Claude and Sonnet+Opus Advisor, with admin controls for model selection
    Microsoft Learn · 2026-04-16
  • Copilot Cowork is now generally available to all Microsoft 365 Copilot tenants, introducing major new features such as model selection (including Claude Opus 4.8 and GPT 5.5), image generation, local browser integration, a unified Customize page for plugins and skills, guided skill creation, brand template support, and usage-based billing. The previous requirement for Frontier preview access has been removed, and Agent 365 integration is no longer listed as a new feature.

    • General availability of Copilot Cowork to all Microsoft 365 Copilot tenants
    • Introduction of model picker with new models (Claude Opus 4.8, GPT 5.5, Sonnet+Opus Advisor)
    • Image generation capability using Imagen 2
    Microsoft Learn · 2026-04-29
  • Major new capabilities and administrative controls for Copilot Cowork are now documented, including local browser integration, image generation, model selection, and usage-based billing. Administrators can now disable individual AI models, and more detail is provided on external and Microsoft-hosted models used by Cowork.

    • Admins can now disable individual models (e.g., Anthropic) in Copilot settings.
    • Cowork can use the local browser (Microsoft Edge) on a user's device for web tasks.
    • Users can generate images directly within Cowork, with outputs saved to OneDrive.
    Microsoft Learn · 2026-05-26
  • This new page introduces the Work IQ MCP entity model, detailing how Copilot agents interact with Microsoft 365 resources using a path-based, generic tool approach. It explains the supported operations, resource path structure, schema discovery, and governance mechanisms, which are essential for developers and administrators integrating or managing Copilot capabilities.

    • Describes a path-based entity model for accessing Microsoft 365 resources via Copilot agents
    • Lists generic tools (fetch, create_entity, update_entity, delete_entity, do_action, call_function) for entity operations
    • Explains runtime discovery of supported resource paths and schemas
  • This new page introduces documentation for enabling Work IQ in a Microsoft 365 tenant, detailing prerequisites and step-by-step instructions for setting up the Work IQ API. This is significant as it enables organizations to activate a new workplace intelligence capability for Copilot-related development.

    • Introduces Work IQ as a semantic workplace intelligence layer for Microsoft 365 and connected systems
    • Lists prerequisites including billing setup and admin roles
    • Provides detailed steps to enable the Work IQ API via Microsoft Graph and Entra admin center
  • This new documentation introduces the 'AI experiences enabled by usage-based billing' discovery setting, explaining how admins can control user visibility of Copilot-powered AI features that use usage-based billing. It clarifies the distinction between discovery and access, and provides setup instructions.

    • Introduces a central discovery setting for AI experiences with usage-based billing
    • Explains how enabling the setting allows users to see Copilot-powered AI features
    • Clarifies that billing setup is required for actual use, not just discovery
  • This new page introduces the Customize page in Copilot Cowork, detailing how users can manage plugins and skills in one place. It explains how to add, review, and remove plugins, as well as create and manage custom skills, providing a centralized workflow for extending Copilot Cowork's capabilities.

    • Introduces the Customize page as a central hub for managing plugins and skills in Copilot Cowork
    • Describes how to add, review, and remove plugins, including those from the Marketplace
    • Explains how to create, edit, and manage custom skills, including built-in and user-created skills
    Microsoft Learn · 2026-06-16
  • This new page documents how Copilot Cowork integrates with brand templates to automatically apply organizational or personal styling to generated PowerPoint files, including setup, selection, overrides, and troubleshooting. This enables users and admins to ensure consistent branding in AI-generated content.

    • Explains how Copilot Cowork uses brand templates for PowerPoint file generation
    • Describes sources of templates (organization-wide vs. personal)
    • Provides steps for selecting and overriding templates in Cowork
    Microsoft Learn · 2026-06-16
  • The documentation now states that Microsoft 365 Copilot is included as part of the Microsoft 365 E7 subscription plan, expanding access to Copilot for organizations with this plan. Previously, Copilot was only described as an add-on.

    • Microsoft 365 Copilot is now included with Microsoft 365 E7 subscriptions
    • Previously, Copilot was only available as an add-on to other plans
    Microsoft Learn · 2026-05-19
  • The documentation now lists Microsoft 365 E7 as an eligible subscription for purchasing Microsoft 365 Copilot licenses, expanding the range of supported plans.

    • Added Microsoft 365 E7 to the list of qualifying subscriptions for Copilot licensing
    Microsoft Learn · 2026-05-19
  • The documentation now lists Microsoft 365 E7 as an eligible plan for Microsoft 365 Copilot, expanding the set of subscription plans that can add Copilot. This change is significant for organizations considering Copilot licensing options.

    • Added Microsoft 365 E7 to eligible Microsoft 365 Copilot plans
    • Added reference to the Microsoft 365 Copilot service description guide
  • The documentation now lists Microsoft 365 E7 as an eligible license for Copilot Chat, expanding the set of users who can access this feature. This is a significant update for organizations with E7 licenses.

    • Added Microsoft 365 E7 to the list of eligible licenses for Copilot Chat
    Microsoft Learn · 2026-06-18
  • The documentation now details how users and organizations can select and publish brand templates for use with Copilot Cowork, including support for organizational and personal templates, and clarifies which PowerPoint branding elements are preserved. Admin provisioning instructions were removed, and troubleshooting guidance was updated.

    • Added instructions for selecting organizational and personal brand templates in Cowork
    • Explained how to publish organizational templates in SharePoint for Cowork use
    • Listed supported PowerPoint branding elements that are preserved in generated decks
    Microsoft Learn · 2026-06-18
  • The documentation now includes new administrative controls for enabling access to Copilot Cowork and making it discoverable to end users, as well as the addition of GPT 5.5 as a supported model. These changes provide admins with more granular management over user access and visibility of Cowork, and expand the available AI capabilities.

    • Added requirement for admins to enable usage-based billing to allow user access to Cowork
    • Introduced admin controls for making Cowork discoverable to end users, including a request/approval workflow
    • Listed GPT 5.5 as a newly supported model in Cowork
    Microsoft Learn · 2026-06-16
  • The prerequisites for using Microsoft Work IQ CLI have changed to require a usage-based billing plan set up in Copilot Studio with an Azure subscription and resource group, and the user must be assigned to the billing plan. This introduces new administrative and billing requirements for access.

    • Now requires a usage-based billing plan in Copilot Studio with Azure subscription and resource group
    • User must be assigned to the billing plan
    • Removed mention of needing a Microsoft 365 subscription with a Copilot license
  • A new section was added describing that Work IQ API usage is billed via Copilot Credits, introducing a usage-based licensing model. This is a significant update for developers and organizations planning to use the API, as it impacts cost management and planning.

    • Added 'Licensing requirements' section specifying usage-based billing via Copilot Credits
    • Linked to documentation on Copilot Credits billing and cost management
    • Added 'Related content' section with links to quickstarts, overviews, and billing management resources
  • The documentation now describes new ways to create custom skills in Copilot Cowork, including a guided Customize page and chat-based creation, and clarifies attachment options and task management navigation. Preview and access requirements information was removed, suggesting broader availability.

    • Added new guided Customize page for building custom skills
    • Described chat-based skill creation in addition to OneDrive method
    • Expanded file attachment options to include referencing people, emails, Teams chats, channels, and meetings
    Microsoft Learn · 2026-04-29
  • The documentation removes the requirement for Frontier preview program enrollment, adds a prerequisite for usage-based billing, and details new Cowork homepage features such as search, scheduling, customization, and model selection. These changes reflect expanded capabilities and updated access requirements for Copilot Cowork.

    • Frontier preview program enrollment is no longer required to access Copilot Cowork
    • Usage-based billing is now a prerequisite for Cowork
    • Cowork homepage now includes search, scheduling, customization (skills/plugins), and model picker features
    Microsoft Learn · 2026-04-29
  • The process for browsing, acquiring, and removing plugins in Copilot Cowork has been updated, shifting from a 'Browse plugins' dialog to a 'Customize' dialog accessed via a '+' button. The documentation now reflects this new interface and workflow, and clarifies how skill priority is determined between built-in and plugin skills.

    • Browsing and acquiring plugins now uses a 'Customize' dialog instead of 'Browse plugins'
    • Instructions for removing plugins updated to use the new 'Customize' dialog
    • Section on acquiring plugins consolidated into the new workflow
    Microsoft Learn · 2026-04-29
  • The documentation now includes a new section listing available partner plugins for Copilot Cowork, expanding the scope beyond Microsoft-native integrations. Additionally, the requirements for Dynamics 365 plugin authentication have been clarified, now specifying the need for an associated Power Platform environment instead of Microsoft Entra ID.

    • Added detailed table of partner plugins available for Copilot Cowork, including capabilities and authentication flow
    • Clarified that partner plugins require admin approval and are distributed via the Microsoft 365 App Store
    • Updated Dynamics 365 plugin authentication requirement from 'Microsoft Entra ID' to 'associated Power Platform environment'
    Microsoft Learn · 2026-04-29
  • The documentation for managing Copilot Cowork has been significantly restructured: detailed admin controls for access, deployment, and pinning have been removed, while new sections introduce model management, browser integration, and usage-based billing. Security and compliance guidance now points to Microsoft Purview, and plugin management references have been expanded.

    • Removed detailed instructions for access control, deployment, and pinning of Cowork via the admin center
    • Added new sections on managing AI models, browser-based tasks, and usage-based billing for Cowork
    • Security and compliance guidance now refers to Microsoft Purview documentation
    Microsoft Learn · 2026-06-16
  • The documentation now clarifies that Microsoft 365 Copilot is included with the Microsoft 365 E7 subscription plan, which helps organizations understand their licensing options.

    • Added note specifying Copilot is included in Microsoft 365 E7 subscription
    Microsoft Learn · 2026-06-18
  • The section clarifying licensing requirements for using the Work IQ REST API, specifically the need for a Microsoft 365 Copilot add-on license and the terms of use, has been removed. This may create uncertainty about who is eligible to use the API and under what terms.

    • Removed explicit statement that only Microsoft 365 Copilot add-on license holders can use the API
    • Removed reference to the Microsoft Work IQ APIs Terms of Use (preview)
  • The documentation has been updated to clarify the prerequisites and registration steps for enabling Work IQ, shifting from a focus on Copilot licensing to tenant enablement and app registration. Troubleshooting guidance was also updated to reflect usage-based billing requirements instead of Copilot licensing. The step-by-step instructions for enabling the Work IQ API were consolidated and streamlined.

    • Prerequisites now require tenant enablement for Work IQ, not just a Copilot license
    • Troubleshooting steps updated to reference usage-based billing plan membership instead of Copilot license
    • Detailed, consolidated instructions for registering an application in Microsoft Entra added
  • Singapore has been added to the list of countries and regions where Agent Builder in Microsoft 365 Copilot is available. This expands the regional availability of the feature.

    • Singapore added to supported regions for Agent Builder
  • The documentation was updated to remove prerelease and preview disclaimers, clarify navigation steps and terminology in the admin center, and add references to related customization and testing resources. These changes improve clarity for IT admins managing Copilot Cowork plugins but do not introduce new features.

    • Removed prerelease and preview disclaimers, indicating general availability or more stable documentation.
    • Updated admin center navigation steps (e.g., 'Copilot > Agents > All agents' changed to 'Agents > Tools') for deploying and managing plugins.
    • Clarified deployment and blocking steps for plugins, including explicit instructions for blocking plugins.
    Microsoft Learn · 2026-05-21
  • The introductory section was updated to remove information about the Frontier preview program and the preview status of Copilot Cowork, which may indicate a change in its availability or preview status. This matters for users tracking access requirements and feature maturity.

    • Removed mention of the need to be in the Frontier preview program for early access
    • Removed statements about Cowork being a preview feature and related limitations
    • No longer references Microsoft Product Terms for preview features
    Microsoft Learn · 2026-04-07
  • The documentation for setting up the Enterprise Brand Manager policy has been expanded and clarified, splitting the process into more detailed steps and emphasizing key configuration requirements. The new sections provide clearer instructions on creating the necessary mail-enabled security group and configuring policy priority and scope.

    • Added a dedicated section with step-by-step instructions for creating a mail-enabled security group for brand managers
    • Expanded policy setup instructions to include details on setting policy priority and scope
    • Clarified the distinction between group owners and members regarding permissions to publish and edit brand kits
    Microsoft Learn · 2025-08-21

Copilot Studio 24

  • This new documentation introduces the preview integration of Teams Phone Agent with Copilot Studio, enabling organizations to create and deploy custom voice agents for specialized workflows within Teams Phone. It details prerequisites, setup steps, tag usage, and best practices, expanding Copilot Studio's voice automation capabilities beyond built-in tools.

    • Describes how to integrate Copilot Studio custom voice agents with Teams Phone Agent (preview)
    • Explains prerequisites including licensing and tenant enablement
    • Provides step-by-step setup for creating, publishing, and linking voice agents
  • The documentation now clarifies that the prompt node is no longer available in workflows and is only available in agent flows. It provides guidance for achieving similar functionality in workflows by using an Agent action. The instructions and examples throughout the page have been updated to reflect this change, and the output options for the prompt node have been revised.

    • Prompt node is now only available in agent flows, not workflows
    • Guidance added for replicating prompt node behavior in workflows using Agent actions
    • Instructions, examples, and terminology updated from 'workflow' to 'agent flow'
  • This new documentation introduces 'condition groups,' a feature that allows users to manage multiple conditions within a single node in Copilot voice agent flows. This streamlines conditional logic, reduces branching, and offers both table and graph views for easier editing and visualization.

    • Introduces 'condition groups' for managing multiple conditions in one node
    • Supports both table and graph views for editing and visualization
    • Reduces the need for separate condition nodes, simplifying topic flows
  • A new limit was introduced for the number of knowledge sources per agent (500 across all types), and a new restriction was added for SharePoint knowledge sources, limiting each agent to a maximum of 25 SharePoint site URLs when using generative orchestration. These changes directly impact how much content can be connected to a Copilot agent.

    • New limit: 500 knowledge sources per agent across all types
    • New SharePoint-specific limit: maximum 25 SharePoint site URLs per agent with generative orchestration
    • Clarified that Copilot Studio applies its own ingestion limits for SharePoint knowledge sources
  • The section now describes new and renamed logging options for connecting a Copilot Studio agent to Application Insights, including the ability to log node execution events and tool input/output when OpenTelemetry tracing is enabled. This expands the telemetry capabilities available to users.

    • Renamed 'Log activities' to 'Enable logging'
    • Added 'Log conversation details' with expanded scope, including tool input/output with OpenTelemetry
    • Added new option to log node execution events
  • The documentation now reflects changes to the available test methods for conversation test sets: 'Capabilities match' and 'Classification' have been replaced with 'Tools use' and 'Custom'. This alters how users can evaluate Copilot agents, introducing new evaluation options and removing others.

    • 'Capabilities match' and 'Classification' test methods removed
    • 'Tools use' and 'Custom' test methods added as options
    • Test method table updated to reflect these changes
  • A new capability allows agents to accept and process multiple values for an entity in a single conversation turn, enabling more flexible and efficient user interactions.

    • Agents can now extract and store multiple values for a single entity from one user input.
    • The extracted values are stored as a collection (table) for downstream processing.
    • Guidance is provided for looping through and transforming these values using built-in nodes and Power Fx.
  • The documentation now introduces a centralized cost management dashboard in the Microsoft 365 admin center for managing Copilot Credits, and clarifies the broader usage-based billing model. It also expands on how administrators can configure, monitor, and control Copilot Credit spending, replacing previous purchase option details with a focus on operational management.

    • Added details about the Cost Management dashboard for Copilot Credits in Microsoft 365 admin center
    • Describes new setup, configuration, and monitoring capabilities for usage-based billing
    • Clarifies the usage-based billing model and its relationship to Copilot Credits
  • The documentation now describes how to use confidence scores from entity recognition, allowing agents to assess the reliability of recognized entities and adjust their behavior (such as reprompting or disambiguating) based on input quality. This is particularly useful for handling poor audio or noisy environments.

    • Added guidance on using ConfidenceScore for entity recognition results
    • Explains how agents can use confidence scores to determine if user input should be accepted, disambiguated, or reprompted
    • Clarifies the schema for dynamic inline entity tables
  • Page removed or relocated. The documentation page explaining usage-based billing, Copilot Credits, and cost management for Copilot-enabled AI services in Microsoft 365 has been removed. This eliminates official guidance on how organizations can set up, monitor, and control spending for Copilot Credits, which is critical for financial governance and operational planning.

    • Loss of explanation on Copilot Credits as a billing currency for AI services
    • Removal of guidance on using the Microsoft 365 admin center's cost management dashboard for Copilot Credits
    • No longer provides setup, configuration, and monitoring instructions for usage-based billing
  • Removed Voice

    Page removed or relocated. The documentation page for the Voice agent template in Copilot Studio has been removed. This eliminates official guidance on creating and configuring voice-enabled agents, including details on telephony, speech, DTMF, and related system topics.

    • Loss of step-by-step instructions for creating a voice-enabled agent using the Voice template
    • No longer documents default telephony and speech/DTMF capabilities
    • Missing information on system topics for voice scenarios (e.g., silence detection, unrecognized speech)
  • The introduction now clarifies that only basic voice agents are supported for integration with Teams Phone Agent, and that real-time voice agents are not supported. It also warns that changing an agent's voice type is irreversible. This sets clearer expectations for users about current limitations.

    • Added clarification that only basic voice agents are supported
    • Stated that real-time voice agents are not supported
    • Warned that changing an agent's voice type is irreversible
  • The documentation now clarifies licensing requirements, supported regions, and orchestration support for integrating Copilot Studio voice agents with Teams Phone Agent. It explicitly states that generative orchestration is not supported and may cause performance issues, adds details about required Teams Phone licenses, and lists supported and unsupported regions.

    • Added requirement for Teams Phone licenses and linked to technical prerequisites.
    • Listed supported and unsupported Copilot Studio regions for voice agents.
    • Clarified that generative orchestration is not supported and may cause heavy latency.
  • The documentation now clarifies what information from SharePoint-based generative answers is included in conversation transcripts: the user's question and the source document content are logged, but the generated answer itself is redacted. This is important for understanding data retention and privacy implications.

    • Clarifies that conversation transcripts include the question and source document content (search_results) when SharePoint is used as a knowledge source
    • Specifies that the generated answer is not included in transcripts and is marked as REDACTED
  • A new section was added referencing the ability to author and manage multiple conditions in a single node using table or graph views, pointing readers to related capabilities.

    • Added reference to managing multiple conditions in a single node
    • Mentions availability of table or graph views for condition groups
  • The documentation now clarifies how conversation transcripts handle agent responses that use SharePoint as a knowledge source: the answer is redacted, but the question and source document content are included. This helps users understand what data is available in transcripts when SharePoint is involved.

    • Clarified that when SharePoint is used as a knowledge source, the transcript includes the question and source document content, but the answer is redacted.
    • Minor wording fix in session download instructions (one day increments).
  • The documentation now clarifies how conversation transcripts handle SharePoint knowledge sources: transcripts include the user's question and the source document content, but the generated answer is redacted. This is important for understanding what data is available in transcripts when SharePoint is used.

    • Clarified that when SharePoint is a knowledge source, transcripts include the question and source document content, but not the answer (which is redacted).
    • Minor wording update to retention period note for Copilot Studio analytics.
  • The retention period for analytics data in Copilot Studio has increased from 180 days to 360 days, allowing users to access a longer history of analytics data for their agents.

    • Analytics data retention extended from 180 days to 360 days
  • The analytics time range for reviewing agent sessions in Copilot Studio has been expanded from 90 days to 360 days, allowing users to analyze a much longer history of agent performance.

    • Analytics page now supports viewing data from the last 360 days instead of 90 days
  • The analytics data retention period in Copilot Studio has been extended from 90 days to 360 days, allowing users to view and analyze a much longer history of conversational agent events.

    • Analytics event history increased from 90 to 360 days
  • The documentation clarifies how conversation transcripts handle SharePoint as a knowledge source: transcripts now include the question and the content of source documents (search_results), but the answer is redacted. This replaces the previous statement that SharePoint-based responses were not included in transcripts.

    • Clarifies that SharePoint-sourced questions and source document content are included in transcripts
    • Specifies that the answer is redacted in these cases
    • Replaces previous statement that SharePoint-based responses were not included at all
  • The documentation now notes that PDFs added from SharePoint as a knowledge source support page-level citations, allowing users to jump directly to the cited page. This enhances traceability and usability for PDF sources.

    • PDFs from SharePoint now support page-level citations
    • Users can jump directly to the cited page in a PDF document
  • The section now clarifies that users can select SharePoint lists from either the 'Featured' or 'Upload file' sections, reduces the maximum number of lists selectable at one time from 15 to 10, and adds guidance that using more than 10 lists per agent or lists with over 35,000 rows can impact quality and latency.

    • Selection of SharePoint lists now possible from 'Featured' section as well as 'Upload file'
    • Maximum number of lists selectable at once reduced from 15 to 10
    • Recommendation to use no more than 10 lists per agent for best results
  • The documentation now clarifies that asynchronous response callbacks are fully supported only in Microsoft Teams, with limited or no support in other channels such as Microsoft 365 Copilot and telephony. It also provides clearer guidance on how immediate responses work and when to use them.

    • Removed future-dated language about feature availability, indicating asynchronous workflows are currently supported.
    • Clarified that callback responses for asynchronous flows are fully supported only in Microsoft Teams.
    • Stated that Microsoft 365 Copilot and telephony channels do not support asynchronous callbacks.

Frontier 12

  • Page removed or relocated. The documentation for building apps with Microsoft 365 Copilot's App Builder (Frontier) has been removed. This eliminates official guidance on how to use, manage, and understand the capabilities and limitations of App Builder, an experimental agent for creating interactive apps within Copilot.

    • Loss of step-by-step instructions for accessing and using App Builder in Copilot
    • No longer documents prerequisites, sharing, deleting, or managing apps built with App Builder
    • Known limitations and troubleshooting information for App Builder are now missing
    Microsoft Learn · 2026-01-20
  • Page removed or relocated. The documentation page for Workflows in Microsoft 365 Copilot has been removed, resulting in the loss of official guidance on how to use, configure, and manage the Workflows agent. This leaves users and admins without accessible instructions or feature details for automating tasks with natural language in Copilot.

    • Loss of step-by-step instructions for enabling and using Workflows agent in Copilot
    • No longer available: prerequisites, supported connectors, and admin controls documentation
    • Missing details on workflow creation, testing, management, and limitations
    Microsoft Learn · 2026-04-26
  • Page removed or relocated. The documentation page for Microsoft 365 Copilot Cowork has been removed. This page provided comprehensive guidance on Cowork's capabilities, usage, supported file types, skills, scheduling, and limitations. Its removal means users and admins lose a central resource for understanding and onboarding to Cowork, unless the content has been relocated.

    • Loss of detailed feature overview for Copilot Cowork agent
    • Missing instructions for starting, managing, and approving Cowork actions
    • No longer available: documentation on supported file types, skills, and scheduling prompts
    Microsoft Learn · 2026-06-16
  • Page removed or relocated. The documentation for 'Researcher with Computer Use' in Microsoft 365 Copilot (Frontier) has been removed. This eliminates official guidance on how to use this advanced research and automation feature, including setup, capabilities, admin controls, and privacy details. It is unclear if the feature is deprecated or if the documentation has been relocated.

    • Loss of step-by-step instructions for using Researcher with Computer Use
    • No longer provides details on admin configuration and security controls
    • Missing examples and tips for leveraging the feature in real-world scenarios
    Microsoft Learn · 2026-02-10
  • The documentation was updated to remove the requirement for the Frontier program to access Copilot Cowork, and now describes a simplified process for accessing Cowork directly if you have a Copilot license. The approval workflow and user interface for approving actions have also been updated, reflecting changes in how users interact with Cowork. These changes indicate broader availability and improved usability.

    • Removed requirement to be part of the Frontier program to use Cowork
    • Updated instructions for accessing Cowork—now available via a toggle in Copilot
    • Approval workflow revised: new UI with specific action buttons and 'Always allow' option
    Microsoft Learn · 2026-06-16
  • Page removed or relocated. The documentation for the Workforce Insights agent in the Microsoft 365 Copilot app has been removed. This eliminates official guidance on how to use this agent for organizational insights, team analysis, and delegate management, leaving users without reference material for these capabilities.

    • Loss of instructions for accessing and using Workforce Insights agent
    • Removal of examples for organizational and skills analysis prompts
    • No longer documents delegate assignment and data access workflows
    Microsoft Learn · 2025-01-01
  • Page removed or relocated. The main Microsoft 365 help & learning page, which included introductory and overview information about Copilot capabilities, access, and integration with Microsoft 365 apps, has been removed. This may impact users seeking a central resource for Copilot-related help and learning, though it is unclear if the content has been relocated or consolidated elsewhere.

    • Removal of overview and entry-point documentation for Copilot in Microsoft 365
    • Loss of guidance on how to get Copilot, AI credits/limits, and Copilot integration with various apps
    • Missing FAQ and troubleshooting resources related to Copilot in Microsoft 365 subscriptions
    Microsoft Learn · 2022-03-04
  • Page removed or relocated. The documentation page detailing required network endpoints and configuration for Copilot Cowork has been removed. This leaves a gap in official guidance for IT administrators on how to enable Cowork functionality through firewalls, proxies, and Conditional Access policies.

    • Loss of official list of required network endpoints and ports for Copilot Cowork
    • Missing guidance on proxy and firewall configuration for persistent connections
    • No longer provides checklist for minimum requirements to enable Cowork
    Microsoft Learn · 2026-05-18
  • Page removed or relocated. The documentation page explaining the Frontier early-access program for Copilot-powered features in Microsoft 365 has been removed. This eliminates official guidance on how users can access, enable, and provide feedback on experimental Copilot features through Frontier.

    • Loss of explanation about what Frontier is and its purpose for early Copilot feature access
    • Removal of eligibility and access instructions for both enterprise and individual users
    • No longer provides steps for discovering and enabling Frontier agents in Microsoft 365 Copilot and web apps
    Microsoft Learn · 2025-11-17
  • Page removed or relocated. The FAQ documentation for Office Agent, an AI assistant for Microsoft 365, has been removed. This eliminates a key resource explaining its capabilities, limitations, supported languages, and responsible use guidance, which is significant for users tracking Copilot and Office Agent features.

    • Loss of overview of Office Agent's productivity features (document creation, data analysis, web retrieval)
    • Missing information on supported languages and preview availability
    • No longer provides guidance on responsible use, limitations, and feedback mechanisms
    Microsoft Learn · 2025-09-23
  • The documentation clarifies which AI models are available for Copilot in PowerPoint, updates instructions for accessing Copilot features, and reorganizes information about Brand kit setup and Copilot skills. It also adds new sections detailing system limitations, responsible use, and operational factors, improving transparency and user guidance.

    • Clarified that only Anthropic's Claude and OpenAI's ChatGPT are available as AI models (removing mention of Microsoft AI and Black Forest Labs' Flux.2)
    • Updated instructions for accessing Copilot Chat (now via Ribbon menu)
    • Reorganized and clarified Brand kit setup steps and linked to specific Microsoft Support articles
    Microsoft Learn · 2026-02-10
  • References to the Frontier preview program and preview status were removed, suggesting Copilot Cowork may now be generally available. Instructions for creating custom skills in OneDrive were also removed, making the process for adding custom skills less explicit.

    • Removed all mention of Frontier preview program and preview feature status from the introduction
    • Omitted detailed instructions for creating custom skills in OneDrive (no more SKILL.md file or folder path guidance)
    • General description of custom skills remains, but without implementation details
    Microsoft Learn · 2026-04-29

Outlook 8

  • Page removed or relocated. The documentation for the Copilot 'Prioritize my inbox' feature has been removed, leaving users without official guidance on how to enable, use, or customize this capability. It is unclear whether the feature itself is deprecated or if the documentation has been relocated.

    • Loss of instructions for enabling and using Copilot's inbox prioritization
    • No longer available: customization guidance for prioritization rules
    • Missing details on feature limitations and supported scenarios
    Microsoft Learn · 2025-02-26
  • Page removed or relocated. The documentation page detailing how to use Copilot Chat in Outlook has been removed. This eliminates official guidance on Copilot's chat capabilities within Outlook, including differences in functionality based on licensing.

    • Loss of documentation on accessing and using Copilot Chat in Outlook
    • No longer describes feature differences for users with or without a Copilot add-on license
    • Removes examples of supported prompts and actions within Outlook
    Microsoft Learn · 2024-10-08
  • The main section detailing how to chat with Copilot in Outlook has been removed, along with the 'Learn more' resources. This eliminates guidance on using Copilot chat features within Outlook, which may impact users seeking instructions or best practices.

    • Removal of the primary section explaining how to use Copilot chat in Outlook
    • Loss of the 'Learn more' section with links to prompt guidance
    Microsoft Learn · 2026-01-20
  • Page removed or relocated. The documentation page explaining how to use Copilot to summarize email threads in Outlook has been removed. This leaves users without official guidance on this feature across Outlook platforms, though it is unclear if the feature itself is deprecated or if the documentation was relocated.

    • Loss of step-by-step instructions for summarizing email threads with Copilot in Outlook (Windows, Mac, web, iOS, Android)
    • No longer documents the 'Summarize a file' feature for attachments
    • Platform-specific notes on language defaults and feature availability are now missing
    Microsoft Learn · 2023-07-11
  • Page removed or relocated. The documentation page explaining how to use Copilot's email coaching feature in Outlook has been removed. This leaves users without official guidance on accessing or using Copilot's tone, clarity, and sentiment suggestions across Outlook platforms.

    • Step-by-step instructions for using Coaching by Copilot in Outlook for Windows, Mac, iOS, and Android are no longer available
    • Details on applying Copilot's suggestions (all at once or individually) are missing
    • Platform-specific notes and limitations are no longer documented
    Microsoft Learn · 2023-11-01
  • Page removed or relocated. Documentation for customizing Copilot's email drafting style in Outlook has been removed. This leaves users without official guidance on how to make Copilot-generated emails reflect their personal writing style.

    • Removed instructions for setting custom drafting instructions in Outlook Copilot
    • No longer documents how to access and use the 'Draft Instructions' feature
    • Loss of guidance on tailoring Copilot's tone, structure, and signature in emails
    Microsoft Learn · 2025-05-27
  • Page removed or relocated. The documentation page explaining how to draft email messages with Copilot in Outlook has been removed. This eliminates official guidance on using Copilot to generate, edit, and refine email drafts across Outlook platforms, which may impact users seeking to leverage Copilot's drafting capabilities.

    • Loss of step-by-step instructions for drafting emails with Copilot in Outlook (Windows, Mac, web, iOS, Android)
    • Removal of details on using Copilot to adjust tone, length, and regenerate drafts
    • No longer provides guidance on using Copilot's coaching and editing features within email composition
    Microsoft Learn · 2023-07-11
  • Page removed or relocated. The documentation page explaining how to use Copilot in Outlook to create meeting agendas and invitations has been removed. This leaves a gap in guidance for users wanting to leverage Copilot for meeting preparation and scheduling, but it is unclear if the feature itself is deprecated or if the documentation has been relocated.

    • Loss of step-by-step instructions for drafting meeting agendas with Copilot in Outlook
    • Removal of guidance on scheduling meetings from email threads using Copilot
    • Missing troubleshooting information for agenda generation issues
    Microsoft Learn · 2024-08-12

PowerPoint 12

  • Page removed or relocated. The removal of this FAQ page eliminates a comprehensive resource detailing Copilot's capabilities, limitations, licensing requirements, responsible AI practices, and feature-specific guidance for PowerPoint users. This loss significantly impacts users seeking authoritative information on how to use and understand Copilot in PowerPoint.

    • Loss of detailed explanations for Copilot features like presentation generation, summarization, Q&A, and Rewrite
    • Missing information on licensing differences (Copilot Pro vs. Microsoft 365 Copilot) and Designer license dependencies
    • No longer provides guidance on responsible AI, privacy, and security practices specific to Copilot in PowerPoint
    Microsoft Learn · 2024-02-26
  • Page removed or relocated. The documentation for Copilot's text rewrite feature in PowerPoint has been removed, leaving users without official guidance on how to use this capability. It is unclear whether the feature itself has been deprecated or if the documentation has been relocated.

    • Loss of instructions for using Copilot's rewrite options in PowerPoint
    • No longer provides details on available rewrite modes (e.g., Custom prompt, Auto-rewrite, Condense, Make professional, Visualize as a list)
    • Uncertainty about the current status or location of this feature's documentation
    Microsoft Learn · 2024-11-13
  • Page removed or relocated. The documentation page explaining how to add or generate images in PowerPoint using Copilot has been removed. This leaves a gap in guidance for users seeking to leverage Copilot's image capabilities in PowerPoint, but it is unclear if the feature itself is deprecated or if the content has been relocated.

    • Step-by-step instructions for adding stock and branded images with Copilot are no longer available
    • Guidance on generating AI images in PowerPoint using different models (Microsoft AI, Anthropic, OpenAI, Flux.2) is missing
    • Tips for crafting effective image prompts for Copilot in PowerPoint are no longer documented
    Microsoft Learn · 2023-07-11
  • Page removed or relocated. The documentation for adding a slide from a file using Copilot in PowerPoint has been removed. This means users no longer have official guidance on how to use Copilot to generate slides based on content from other files, which could indicate a feature change or simply a documentation restructure.

    • Removed step-by-step instructions for referencing a file to generate a slide with Copilot
    • No longer provides tips for targeting specific sections or topics within a referenced file
    • Uncertainty whether the feature is deprecated or the documentation has moved
    Microsoft Learn · 2025-04-21
  • Page removed or relocated. The documentation page detailing how to use Copilot in PowerPoint on mobile devices has been removed. This means users no longer have official guidance on Copilot's mobile capabilities, including generating summaries, viewing key slides, and asking questions within the PowerPoint mobile app. It is unclear if this reflects a feature deprecation or a documentation restructure.

    • Loss of instructions for generating presentation summaries with Copilot on mobile
    • Removal of guidance for viewing key slides and using suggested prompts
    • No longer documents voice input and Q&A features in Copilot for PowerPoint mobile
    Microsoft Learn · 2023-09-21
  • Page removed or relocated. The main overview and introductory documentation for Copilot in PowerPoint has been removed. This eliminates a central resource explaining Copilot's core capabilities in PowerPoint, including creating presentations, generating slides from documents, redesigning presentations, summarizing content, and more. It is unclear if this reflects a deprecation, a move, or a restructuring of documentation.

    • Loss of documentation describing how to use Copilot to create, design, and format PowerPoint presentations
    • Removal of guidance on creating presentations from Word documents using Copilot
    • No longer provides instructions for using Copilot to add slides, images, or try new designs
    Microsoft Learn · 2023-03-16
  • Page removed or relocated. The documentation page explaining how to use Copilot in PowerPoint to summarize presentations has been removed. This means users no longer have official guidance on using Copilot's summarization, key slide identification, action item extraction, or image Q&A features in PowerPoint, though it is unclear if the features themselves are deprecated or if the documentation was relocated.

    • Loss of instructions for generating presentation summaries with Copilot
    • No longer documents how to identify key slides or action items using Copilot
    • Guidance for asking Copilot about images or charts in presentations is missing
    Microsoft Learn · 2023-07-11
  • Page removed or relocated. The documentation page detailing how to create a new presentation with Copilot in PowerPoint has been removed. This eliminates official guidance on using Copilot to generate presentations, including step-by-step instructions, best practices, and FAQ coverage.

    • Loss of step-by-step instructions for creating presentations with Copilot in PowerPoint
    • Removal of best practices for leveraging Word documents and templates with Copilot
    • No longer provides FAQ addressing common issues and responsible AI practices
    Microsoft Learn · 2023-07-11
  • Page removed or relocated. The removal of this page eliminates detailed guidance on how to optimize PowerPoint templates for on-brand presentations with Copilot, including how Copilot interprets templates, best practices for template design, and instructions for uploading templates to Brand kit. This loss may hinder users' ability to ensure Copilot-generated presentations align with their organization's branding.

    • Detailed explanation of how Copilot uses PowerPoint templates and Brand kit assets to generate on-brand presentations is no longer available
    • Step-by-step instructions for optimizing templates, including sample slides, theme settings, placeholders, and Slide Master usage, have been removed
    • Guidance on uploading templates to Brand kit or Organization Assets Library for Copilot integration is missing
    Microsoft Learn · 2024-11-18
  • References to Organization Asset Library (OAL) support for Copilot in PowerPoint have been removed or downplayed, clarifying that only Brand Kit assets are currently used for generating and editing slides. This may affect organizations relying on OAL for template management.

    • Removed mention of Organization Asset Library (OAL) as a source for Copilot template usage
    • Instructions now specify uploading templates only to Brand Kit, not OAL
    Microsoft Learn · 2026-06-17
  • The documentation now clarifies that Copilot in PowerPoint can use Organization Asset Libraries (OAL) in addition to templates and Brand Kit assets to generate presentations. This expands the sources Copilot can draw from to maintain brand consistency.

    • Organization Asset Libraries (OAL) are now listed as a source Copilot uses for generating slides
    • Instructions for uploading templates reference both Brand kit and OAL
    • Minor clarifications and formatting improvements throughout the document
    Microsoft Learn · 2026-04-17
  • The instructions for creating a new presentation with Copilot in PowerPoint were reorganized and clarified, with step-by-step guidance and best practices now integrated into the main section. The FAQ section was expanded with clearer, more structured questions and answers, improving discoverability and user understanding.

    • Step-by-step instructions for using Copilot's Agent Mode are now more explicit and consolidated.
    • Best practices for creating presentations from Word documents are now included directly in the main instructions.
    • FAQ section is restructured with clear, individual questions and answers for common user concerns.
    Microsoft Learn · 2025-12-16

Excel 2

  • A new page documents the currently supported languages for Microsoft 365 Copilot prompts and responses, clarifying which languages are fully supported for input, output, and localization. This is important for users and admins to understand language capabilities and limitations.

    • Lists all languages currently supported for Copilot prompts and responses
    • Clarifies that Copilot supports fewer languages than the UI
    • Explains what happens when an unsupported language is used
    Microsoft Learn · 2026-06-04
  • The documentation now details how to open Copilot in Excel, provides sample prompts for various tasks, and highlights new formatting capabilities. It also introduces Copilot's ability to perform advanced analysis using Python in Excel, expanding the described feature set.

    • Added instructions for opening Copilot in Excel from the Home tab or cell context
    • Introduced sample prompts for insights, formatting, formulas, and advanced analysis
    • Explicitly described Copilot's support for conditional formatting and basic formatting changes
    Microsoft Learn · 2026-06-15

Microsoft Learn 172

  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Official documentation for generating images in Word with Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the content has moved
  • Page removed or relocated. The documentation page for drafting and adding content with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on using Copilot for content creation in Word.

    • Page detailing how to draft and add content with Copilot in Word is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • Page removed or relocated. Documentation for using Copilot in Word on mobile devices is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance for Copilot capabilities on Word mobile.

    • Entire page on Copilot in Word for mobile devices removed
    • No official documentation now available for Copilot usage on Word mobile
  • Page removed or relocated. Documentation for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this indicates a feature deprecation or a restructuring of the documentation, but users now lack official guidance for Copilot capabilities on mobile PowerPoint.

    • Loss of documentation specific to Copilot in PowerPoint for mobile devices
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on using Copilot's chat capabilities within Outlook.

    • Official documentation for chatting with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Loss of instructions for importing data from web/internal sources with Copilot in Excel
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear whether this indicates deprecation of the feature or simply a relocation or restructuring of the documentation, but users now lack official guidance on this capability.

    • Page on data insights with Copilot in Excel is no longer available
    • Uncertainty whether feature is deprecated or documentation is moved
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but information about using AI to create SharePoint pages is now missing.

    • Documentation for AI-powered page creation in SharePoint is no longer accessible
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Page detailing how to generate images in Word using Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

    • Loss of instructions for drafting and adding content with Copilot in Word
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create document summaries has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Loss of instructions for generating summaries with Copilot in Word
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities in Word for mobile.

    • Official documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear whether this indicates a feature deprecation or a documentation restructure, but information about Copilot's mobile capabilities is now missing.

    • Page detailing Copilot in PowerPoint for mobile devices is no longer available
    • Uncertainty whether this reflects a feature removal or a documentation move
  • Page removed or relocated. Documentation for importing data from the web and internal sources into Excel using Copilot is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing how to import data from web/internal sources with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.

    • Removal of 'Get started with Copilot in Excel' documentation
    • No official onboarding or setup instructions currently available at this URL
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing Copilot's data insights features in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this means the feature is deprecated or if the documentation has been moved or consolidated elsewhere. Users now lack official guidance on personalizing Copilot in Excel.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty whether this reflects feature removal or documentation restructuring
  • Page removed or relocated. The documentation page for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this Copilot capability is now missing.

    • Page describing AI writing in SharePoint rich text editor is no longer available
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint using Copilot has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but guidance on this Copilot capability is now missing.

    • Loss of documentation on using AI to create pages in SharePoint
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot to create images in Word.

    • Official instructions for generating images with Copilot in Word are no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

    • Loss of official instructions for drafting and adding content with Copilot in Word
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for generating document summaries with Copilot in Word are no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities in Word for mobile.

    • Full removal of documentation for Copilot in Word on mobile devices
    • Uncertainty about whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Missing instructions for creating new presentations with Copilot in PowerPoint
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on Copilot capabilities for PowerPoint mobile.

    • Official documentation for Copilot in PowerPoint on mobile devices is no longer available
    • Uncertainty whether this indicates feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates feature deprecation or a restructuring/relocation of the documentation. Users now lack direct guidance on using Copilot's chat capabilities within Outlook.

    • Page detailing how to chat with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or documentation is moved
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on using Copilot for data visualization in Excel.

    • Documentation for Copilot's data visualization capabilities in Excel is no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Loss of instructions for importing data from web/internal sources with Copilot in Excel
    • Uncertainty whether feature is deprecated or documentation was moved
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on how to begin using Copilot in Excel.

    • Removal of 'Get started with Copilot in Excel' documentation
    • Uncertainty whether this is due to deprecation or doc reorganization
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

    • Official documentation for Copilot's data insights features in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using AI to create SharePoint pages with Copilot.

    • Documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the doc was relocated
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to generate images in Word with Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

    • Loss of instructions for drafting and adding content with Copilot in Word
    • Uncertainty whether this is a feature removal or a documentation move
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear if this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities in Word for mobile.

    • Official documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or documentation restructuring
  • Page removed or relocated. Documentation for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance for Copilot capabilities on mobile PowerPoint.

    • Entire page on Copilot in PowerPoint for mobile devices is missing
    • No official documentation now available for Copilot features on PowerPoint mobile
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on using Copilot's chat capabilities within Outlook is now missing.

    • Page explaining how to chat with Copilot in Outlook is no longer available
    • Uncertainty whether this indicates feature removal or documentation reorganization
  • Page removed or relocated. Documentation for importing data from the web and internal sources with Copilot in Excel is now missing. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page covering data import with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation. Users now lack direct guidance on how to begin using Copilot in Excel.

    • Removal of 'Get started with Copilot in Excel' documentation
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. Documentation for using Copilot in Excel to gain insights from text-based data is now missing. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing how to get insights from text-based data with Copilot in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for using Copilot in Excel to gain insights about numerical data is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Loss of guidance on how to use Copilot in Excel for numerical data insights
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for generating single-cell formulas with Copilot in Excel has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to generate single-cell formulas with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation has been relocated
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this reflects a feature deprecation or a restructuring of the documentation, but users now lack official guidance on this capability.

    • Copilot in Excel rules documentation removed
    • Uncertainty whether feature is deprecated or doc is relocated
  • Page removed or relocated. Documentation for choosing your model when editing with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack guidance on model selection in this context.

    • Page explaining how to choose your model when editing with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. Documentation for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this reflects a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Loss of documentation on AI writing in SharePoint rich text editor
    • Uncertainty whether feature is deprecated or documentation is moved
  • Page removed or relocated. Documentation for creating pages with AI in SharePoint is now missing. It is unclear if this indicates a feature deprecation or a relocation of the documentation, but users currently lack official guidance on this Copilot capability.

    • Full removal of documentation for AI-powered page creation in SharePoint
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to generate images in Word using Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

    • Loss of instructions for drafting and adding content with Copilot in Word
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for generating document summaries with Copilot in Word are no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance for Copilot capabilities on Word mobile.

    • Loss of documentation for Copilot in Word on mobile devices
    • Uncertainty whether feature is deprecated or documentation is moved
  • Page removed or relocated. Documentation for importing data from the web and internal sources into Excel using Copilot is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to import data from web/internal sources with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing Copilot-assisted data import between Excel files is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.

    • Removal of step-by-step instructions for starting with Copilot in Excel
    • Potential loss of onboarding and setup information for new users
  • Page removed or relocated. Documentation for using Copilot in Excel to gain insights from text-based data is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users currently lack official guidance on this capability.

    • Page describing how to get insights from text-based data with Copilot in Excel has been removed
    • Uncertainty whether the feature is deprecated or documentation has been relocated
  • Page removed or relocated. The documentation page explaining how to get insights about numerical data with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page covering Copilot's ability to analyze numerical data in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for generating single-cell formulas with Copilot in Excel has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page on generating single-cell formulas with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page on formatting data for Copilot in Excel has been removed. This creates a gap in guidance for users seeking to prepare their data for optimal Copilot performance, but it is unclear if the feature itself is deprecated or if the content has been relocated.

    • Guidance on how to format data for Copilot in Excel is no longer available at this URL
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. The documentation page for creating PivotTables with Copilot in Excel has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on this capability.

    • Official documentation for using Copilot to create PivotTables in Excel is no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating charts with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for chart creation in Excel.

    • Official instructions for using Copilot to create charts in Excel are no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Excel to clean up data has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Page detailing Copilot's data clean-up features in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation has moved
  • Page removed or relocated. Documentation for choosing your model when editing with Copilot in Excel is now missing. It is unclear if this reflects a feature deprecation, a move, or a restructure, but users currently lack guidance on this capability.

    • Guidance on selecting AI models for Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Documentation for AI writing in SharePoint rich text editor is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on using AI to create SharePoint pages.

    • Official documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Page covering image generation with Copilot in Word is no longer available
    • Uncertainty whether the feature is deprecated or documentation is moved
  • Page removed or relocated. Documentation for drafting and adding content with Copilot in Word is no longer available at this URL. It is unclear if the feature is deprecated or if the documentation has been moved, but users now lack official guidance on using Copilot for content creation in Word.

    • Page covering how to draft and add content with Copilot in Word is missing
    • Uncertainty whether this reflects feature removal or documentation restructuring
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Missing instructions for generating document summaries with Copilot in Word
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on Copilot's mobile Word capabilities.

    • Loss of documentation for Copilot in Word on mobile devices
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Loss of instructions for importing data from web/internal sources with Copilot in Excel
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from another Excel file is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to import data from another Excel file with Copilot is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.

    • Removal of introductory/getting started guidance for Copilot in Excel
    • Potential gap in onboarding information for new users
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to gain insights from text-based data is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing Copilot's ability to analyze text-based data in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to get insights about numerical data with Copilot in Excel has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing Copilot's ability to analyze numerical data in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for generating single-cell formulas with Copilot in Excel is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to generate single-cell formulas with Copilot in Excel has been removed
    • No information provided on whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating PivotTables with Copilot in Excel has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Official documentation for using Copilot to create PivotTables in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation has been moved
  • Page removed or relocated. The documentation page for creating charts with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for chart creation in Excel.

    • Page detailing how to create charts with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Page covering Copilot in Excel personalization is missing
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for using Copilot in Excel to clean up data has been removed. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

    • Official guidance for cleaning up data with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation explaining how to choose your model when editing with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Guidance on selecting models for Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for using AI-powered writing features in the SharePoint rich text editor is no longer available at this URL. It is unclear if the feature is deprecated or if the documentation has been moved or consolidated elsewhere.

    • Page describing AI writing in SharePoint rich text editor is missing
    • Uncertainty whether this reflects feature removal or documentation restructuring
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this reflects a deprecation of the feature or a restructuring of the documentation, but information about using AI to create SharePoint pages is now missing.

    • Documentation for AI-powered page creation in SharePoint is no longer accessible
    • Uncertainty whether the feature is deprecated or the content was moved
  • Page removed or relocated. The documentation page for using Copilot to rewrite text in Word has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for rewriting text with Copilot in Word are no longer available
    • Uncertainty whether the feature is deprecated or documentation has moved
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Missing instructions for generating document summaries with Copilot in Word
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of the documentation, but users now lack an official starting point for understanding Copilot's capabilities in PowerPoint.

    • Removal of the welcome/overview page for Copilot in PowerPoint
    • Potential loss of introductory guidance for new users
  • Page removed or relocated. The documentation page about summarizing presentations with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page on summarizing presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's features and usage in PowerPoint, though it is unclear if this reflects a feature deprecation or a documentation restructure.

    • FAQ content for Copilot in PowerPoint is no longer available at this URL
    • Potential loss of quick-reference information for common Copilot questions
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.

    • Loss of step-by-step instructions for creating presentations with Copilot in PowerPoint
    • Uncertainty about whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users currently lack official guidance for this specific Copilot capability.

    • Step-by-step instructions for adding images with Copilot in PowerPoint are no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. Documentation for adding a slide from a file with Copilot in PowerPoint is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users currently lack official guidance on this specific Copilot capability.

    • Page explaining how to add a slide from a file using Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page explaining how to create a meeting agenda with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Copilot agent is no longer available, which removes a resource for users seeking answers to common questions about this capability. It is unclear if the feature is deprecated or if the documentation has been relocated.

    • FAQ content for Office Copilot agent is missing
    • Potential loss of troubleshooting and usage guidance
  • Page removed or relocated. The documentation page for using Copilot to visualize data in Excel has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

    • Page on visualizing data with Copilot in Excel is no longer available
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from another Excel file is now missing. It is unclear if the feature was deprecated or if the documentation was relocated or consolidated.

    • Page explaining how to import data from another Excel file using Copilot is no longer available
    • Uncertainty whether this reflects a feature removal or a documentation restructure
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates deprecation of the feature or a relocation of the documentation, but users now lack direct guidance on how to begin using Copilot in Excel.

    • Removal of introductory/getting started guidance for Copilot in Excel
    • Potential gap in onboarding information for new users
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if the content was deprecated, relocated, or consolidated, but users now lack direct access to frequently asked questions about Copilot's capabilities in Excel.

    • FAQ documentation for Copilot in Excel is no longer available at this URL
    • Potential loss of quick answers to common Copilot in Excel questions
  • Page removed or relocated. A page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack access to these specific usage tips.

    • Removal of Copilot in Excel tips documentation
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this indicates feature deprecation or a restructuring of the documentation. Users lose access to guidance or information about Copilot's rule-based capabilities in Excel.

    • Page on Copilot in Excel rules removed
    • Potential loss of documentation on rule-based features in Excel Copilot
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear if this means the feature is deprecated or if the documentation has been moved or consolidated elsewhere.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty about whether this reflects a feature change or a documentation restructure
  • Page removed or relocated. Documentation for using AI-powered writing features in the SharePoint rich text editor is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users currently lack official guidance on this capability.

    • Loss of instructions for using AI in SharePoint's rich text editor
    • Uncertainty about whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for refining SharePoint pages with AI is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is no longer available at this location.

    • Documentation for AI-powered SharePoint page refinement is no longer accessible
    • Uncertainty whether the feature is deprecated or the content was moved
  • Page removed or relocated. The documentation page explaining how to rewrite text with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation. Users now lack an introductory overview of Copilot capabilities in PowerPoint.

    • Removal of introductory content for Copilot in PowerPoint
    • Potential loss of onboarding or overview information for new users
  • Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for using Copilot to summarize PowerPoint presentations are no longer available
    • Uncertainty whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users temporarily lose access to a centralized set of answers about Copilot's features, limitations, and usage in PowerPoint, unless this content has been relocated.

    • FAQ documentation for Copilot in PowerPoint is no longer available at this URL
    • Users may lack quick reference for common questions and troubleshooting
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential loss of onboarding or usage guidance for new users
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing Copilot's image-adding feature in PowerPoint is missing
    • Uncertainty whether the feature is deprecated or documentation was moved
  • Page removed or relocated. The documentation page for adding a slide from a file with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for using Copilot to add slides from a file in PowerPoint are no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to create a meeting agenda with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates feature deprecation or a restructuring/relocation of the documentation, but users now lack official guidance on using Copilot's chat capabilities within Outlook.

    • Documentation for 'Chat with Copilot in Outlook' is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • Page removed or relocated. The FAQ page for Office Agent in Copilot is no longer available. It is unclear whether this indicates deprecation of the feature or simply a relocation or restructuring of the documentation. Users now lack access to frequently asked questions and clarifications about Office Agent capabilities.

    • FAQ content for Copilot Office Agent is missing
    • Potential loss of clarifications and troubleshooting information
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates feature deprecation or simply a restructuring or relocation of the documentation.

    • Page explaining how to visualize data with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this specific workflow is now missing.

    • Page detailing Copilot-assisted data import between Excel files is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation of features or a relocation of documentation, but users now lack a centralized source for common questions and answers about Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of quick-reference answers for common user questions
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack access to these specific tips.

    • Removal of a tips page for Copilot in Excel
    • Potential loss of guidance for effective Copilot usage in Excel
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this is due to deprecation, relocation, or restructuring, but users currently lack access to guidance on this feature.

    • Page covering Copilot in Excel rules is no longer available
    • Uncertainty whether the feature is deprecated or documentation is moved
  • Page removed or relocated. A page providing documentation for getting started with Copilot in Excel is now missing. It is unclear if this indicates feature deprecation or a documentation restructure, but users currently lack access to this guidance.

    • Documentation for getting started with Copilot in Excel is no longer available at this URL
    • Uncertainty whether this is due to deprecation or a move/merge of content
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is currently unavailable at this URL.

    • Page explaining AI-powered refinement of SharePoint pages is no longer accessible
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation. Users may temporarily lose access to introductory or onboarding information about Copilot in Word.

    • Removal of introductory or welcome information for Copilot in Word
    • Potential loss of onboarding guidance for new users
  • Page removed or relocated. The documentation page explaining how to rewrite text with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but introductory or onboarding information for Copilot in PowerPoint is now missing from its previous location.

    • Removal of the introductory page for Copilot in PowerPoint
    • Potential loss of onboarding or overview guidance for new users
  • Page removed or relocated. The documentation page explaining how to use Copilot in PowerPoint to summarize presentations has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing Copilot's PowerPoint summarization feature is no longer available
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a centralized resource for common questions about Copilot in PowerPoint.

    • FAQ content for Copilot in PowerPoint is no longer available at this URL
    • Potential loss of answers to common user questions and troubleshooting guidance
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Step-by-step instructions for adding images with Copilot in PowerPoint are missing
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to add a slide from a file with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page explaining how to use Copilot in Outlook to create meeting agendas is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Agent in Copilot for Office Frontier has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack access to official answers for common questions about this capability.

    • FAQ content for Copilot Office Agent is no longer available
    • Potential loss of troubleshooting and usage guidance for Office Agent
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this scenario.

    • Loss of step-by-step instructions for importing data from another Excel file using Copilot
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a centralized resource for common questions about Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer accessible at this URL
    • Potential loss of answers to common user questions and troubleshooting guidance
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to these usage tips.

    • Removal of a page dedicated to Copilot in Excel tips
    • Potential loss of guidance for effective Copilot usage in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel rules is no longer available. It is unclear whether this indicates a deprecation of the feature or a relocation/restructuring of the documentation. Users now lack direct guidance on Copilot's rule-based capabilities in Excel.

    • Copilot in Excel rules documentation is missing
    • Uncertainty whether feature is deprecated or documentation was moved
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty whether this is due to deprecation or doc reorganization
  • Page removed or relocated. A documentation page about getting started with Copilot in Excel, likely including a key image or visual guide, has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users may temporarily lose access to introductory or visual onboarding content.

    • Removal of a 'getting started' guide for Copilot in Excel
    • Potential loss of visual aids or step-by-step onboarding instructions
  • Page removed or relocated. The documentation page for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

    • Page describing AI writing in SharePoint's rich text editor is no longer available
    • Uncertainty whether feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.

    • Page describing AI-powered refinement of SharePoint pages has been removed
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation, relocation, or restructuring of the content. Users may temporarily lose access to basic orientation or onboarding information for Copilot in Word.

    • Removal of the 'Welcome to Copilot in Word' page
    • Potential loss of introductory or overview information for new users
  • Page removed or relocated. The documentation page for rewriting text with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability in Word.

    • Page explaining how to rewrite text with Copilot in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing Copilot's document summarization in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear whether this reflects a deprecation of the feature, a relocation of the content, or a restructuring of documentation. Users now lack an introductory resource for Copilot in PowerPoint.

    • Removal of introductory documentation for Copilot in PowerPoint
    • Potential loss of onboarding or overview information for new users
  • Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page explaining how to summarize presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but readers now lack a centralized source for common questions and answers about Copilot in PowerPoint.

    • FAQ content for Copilot in PowerPoint is no longer available at this URL
    • Potential loss of quick reference for common user questions
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential loss of onboarding or usage guidance for new users
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Step-by-step instructions for adding images with Copilot in PowerPoint are missing
    • Potential loss of clarity for users seeking to use Copilot for image insertion
  • Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to add a slide from a file with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to create a meeting agenda with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to understand formulas has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing Copilot's formula explanation feature in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Guidance for importing data from another Excel file using Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to generate formulas for rows and columns is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page on generating formulas for rows and columns with Copilot in Excel removed
    • Uncertainty whether feature is deprecated or documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a dedicated resource for common questions about Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of quick answers to common user questions
  • Page removed or relocated. The documentation page about formatting data for Copilot in Excel has been removed. It is unclear if this reflects a deprecation of guidance, a relocation, or a restructuring of the documentation. Users now lack direct access to official instructions on preparing data for Copilot in Excel.

    • Page with guidance on formatting data for Copilot in Excel is no longer available
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. The documentation page for creating PivotTables with Copilot in Excel has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on this capability.

    • Page detailing how to create PivotTables with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation has been relocated
  • Page removed or relocated. The documentation page for creating charts with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for chart creation in Excel.

    • Page covering Copilot-assisted chart creation in Excel is no longer available
    • Uncertainty whether feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Page on Copilot in Excel personalization removed
    • Uncertainty whether feature is deprecated or documentation moved
  • Page removed or relocated. A documentation page related to getting started with Copilot in Excel, likely containing an image or visual guide, has been removed. It is unclear if this indicates feature deprecation or simply a restructuring or relocation of the content.

    • Removal of a 'get started' guide for Copilot in Excel, possibly including a key image or visual walkthrough
  • Page removed or relocated. The documentation page for cleaning up data with Copilot in Excel is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page explaining how to use Copilot for data cleanup in Excel is missing
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is now missing. It is unclear whether this indicates feature deprecation or a restructuring of the documentation, but guidance on using AI capabilities in SharePoint is currently unavailable at this URL.

    • Page on refining SharePoint pages with AI is no longer accessible
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page introducing Copilot in Word has been removed. It is unclear if this indicates a deprecation, relocation, or restructuring of the content, but users now lack a dedicated overview or welcome page for Copilot in Word.

    • Removal of the introductory or overview page for Copilot in Word
    • Potential loss of onboarding or basic capability information for new users
  • Page removed or relocated. The documentation page for rewriting text with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack direct guidance on this specific Copilot capability.

    • Page explaining how to rewrite text with Copilot in Word is no longer available
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The introductory documentation page for Copilot in Excel is no longer available at its previous URL. It is unclear whether this indicates deprecation, relocation, or restructuring of the documentation. Users may temporarily lose access to basic onboarding or overview information for Copilot in Excel.

    • Removal of the welcome/introductory page for Copilot in Excel
    • Potential loss of onboarding or overview guidance for new users
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to understand formulas has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing Copilot's formula explanation feature in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for generating formula rows and columns with Copilot in Excel is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users lose direct guidance on this capability.

    • Page on generating formula rows and columns with Copilot in Excel removed
    • Uncertainty whether feature is deprecated or documentation was relocated
  • Page removed or relocated. The FAQ page addressing common questions about editing with Copilot in Excel has been removed. It is unclear if this reflects a deprecation, relocation, or restructuring of the documentation, but users now lack direct access to these clarifications.

    • FAQ content about editing with Copilot in Excel is no longer available
    • Potential loss of troubleshooting and usage guidance for Excel Copilot editing features
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation of features, relocation of content, or restructuring of documentation. Users now lack a centralized resource for common questions about Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of answers to common user questions and troubleshooting guidance
  • Page removed or relocated. Documentation for Copilot in Excel rules is no longer available at this URL. It is unclear if the content was removed, relocated, or consolidated, but users now lack direct access to guidance on Copilot's rules in Excel.

    • Copilot in Excel rules documentation missing
    • Uncertainty whether feature is deprecated or content is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel personalization is no longer available. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on personalizing Copilot in Excel.

    • Copilot in Excel personalization documentation is missing
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is now missing.

    • Page detailing AI capabilities for refining SharePoint pages has been removed
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation. Users may temporarily lack a central overview or onboarding resource for Copilot in Word.

    • Removal of the welcome/overview page for Copilot in Word
    • Potential loss of introductory guidance for new users
  • Page removed or relocated. The documentation page explaining how to rewrite text with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.

    • Loss of instructions for rewriting text with Copilot in Word
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to understand formulas has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing Copilot's ability to explain Excel formulas is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for generating formula rows and columns with Copilot in Excel is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page explaining how to generate formula rows and columns with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The FAQ page addressing editing with Copilot in Excel has been removed. It is unclear if this indicates deprecation of features or a documentation restructure, but users now lack a dedicated resource for common editing questions with Copilot in Excel.

    • FAQ content about editing with Copilot in Excel is no longer available
    • Potential loss of troubleshooting and guidance for Excel Copilot editing scenarios
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation of features, relocation of content, or a documentation restructure, but users now lack a centralized source for common questions and answers about Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of guidance on common issues, usage, and troubleshooting
  • Page removed or relocated. The documentation page on formatting data for Copilot in Excel is no longer available. It is unclear whether this reflects a deprecation, relocation, or restructuring of the guidance, but users now lack direct documentation on preparing data for Copilot in Excel.

    • Page on formatting data for Copilot in Excel removed
    • Uncertainty whether guidance is deprecated or relocated
  • Page removed or relocated. Documentation for Copilot in Excel rules is no longer available at this URL. It is unclear whether the content has been deprecated, relocated, or consolidated elsewhere, but users currently lack access to guidance on Copilot's rule-based features in Excel.

    • Copilot in Excel rules documentation is missing
    • Uncertainty whether this is due to deprecation or restructuring
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is now missing.

    • Page detailing AI capabilities for refining SharePoint pages has been removed
    • Uncertainty whether this is due to feature removal or documentation reorganization

Agent 365 1

  • The troubleshooting section now includes a comprehensive table summarizing common observability issues, their descriptions, and potential causes. This provides clearer, faster identification of problems and their root causes for users implementing the Observability SDK.

    • Added a summary table of common observability problems and their descriptions
    • Expanded coverage of error scenarios including HTTP 401/403/429, export timeouts, and downstream ingestion issues
    • Improved clarity and organization for troubleshooting steps
    Microsoft Learn · 2026-06-15