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

Microsoft Foundry and agent operations drove most of this week’s Microsoft documentation updates.

Azure AI and agent tooling led the activity, with multiple new pages for Microsoft Foundry Canvas/Agent Canvas, telemetry, and trace access controls. Microsoft 365 Copilot and Copilot Studio also saw significant updates around Copilot Cowork and real-time agent configuration. The biggest change was the expansion of Microsoft Foundry documentation to cover new canvases, monitoring/export, and governance-related guidance.

Azure AI 50

  • This new documentation introduces Microsoft Foundry Canvas, a GitHub Copilot App extension that provides a visual, guided workflow for designing, configuring, testing, and deploying Foundry hosted agents directly from the editor. It details how the canvas integrates with Copilot, streamlines agent creation, and supports both code and visual workflows.

    • Announces Microsoft Foundry Canvas as a new Copilot App extension for building hosted agents
    • Describes visual canvas integration with Copilot chat for synchronized code and UI workflows
    • Lists capabilities: scaffolding agents, browsing project resources, testing locally, and deploying from the editor
  • This new documentation introduces and explains 'tool search' in the Azure OpenAI Responses API, a capability that allows models to dynamically discover and load tool definitions as needed, reducing token usage and improving efficiency. It covers prerequisites, usage patterns (including hosted and client-executed tool search), advanced patterns, and troubleshooting, providing concrete examples and guidance for implementation.

    • Introduces 'tool search' for dynamic tool loading in Azure OpenAI Responses API
    • Explains support for tool search in GPT-5.4 and later models
    • Details both hosted and client-executed tool search workflows with code examples
  • This new page introduces the Foundry Agent Canvas, a GitHub Copilot App extension that provides a visual, guided workflow for designing, configuring, testing, and deploying Microsoft Foundry hosted agents directly from the editor. It details how the canvas integrates with Copilot, streamlines agent creation, and supports local testing and deployment.

    • Describes the Foundry Agent Canvas as a visual extension for building Foundry hosted agents with Copilot integration
    • Explains how the canvas synchronizes visual choices with code edits via Copilot
    • Lists capabilities such as scaffolding agents, browsing project resources, local testing, and one-click deployment
  • This new documentation introduces a preview feature for restricting access to sensitive generative AI content in Microsoft Foundry traces by routing it to a dedicated, protected table with Azure RBAC controls. It details how to enable, configure, and migrate to this new security model, which is critical for compliance and data privacy.

    • Sensitive generative AI trace content (e.g., prompts, model responses) can now be routed to a dedicated AppGenAIContent table.
    • Access to this table can be restricted using Azure RBAC, specifically requiring the Privileged Monitoring Data Reader role.
    • Feature flags allow early opt-in or temporary opt-out of the new routing behavior, with enforced migration deadlines.
  • This new documentation introduces the Microsoft Foundry Notification Center, a centralized in-app system for aggregating and managing observability alerts and notifications related to AI agents, models, and projects within the Foundry portal. It replaces manual, fragmented monitoring with a unified, real-time notification experience, enhancing reliability and compliance for AI solutions.

    • Centralized notification panel and expanded 'View All' page for managing alerts
    • Aggregates security, compliance, and operational alerts from multiple sources
    • Direct integration with Microsoft Defender for Cloud and Azure Policy for security and compliance notifications
  • This new documentation introduces the 'reminder_preview' tool for hosted agents in Microsoft Copilot (Foundry), enabling agents to schedule themselves for future execution. This allows agents to autonomously follow up on long-running tasks or user prompts by re-invoking themselves after a specified delay, preserving conversation context.

    • Introduces the reminder tool for self-scheduling hosted agents
    • Details usage, configuration, and code samples for multiple languages
    • Explains limitations (hosted agents only, delay range, same conversation context)
  • This new documentation introduces the ability to export hosted agent telemetry (traces, logs, metrics) using OpenTelemetry, allowing integration with any OpenTelemetry-compliant observability provider in addition to or instead of Application Insights. It details configuration, security, and troubleshooting steps, enabling broader and standards-based monitoring for Copilot hosted agents.

    • Hosted agents can now export telemetry to any OpenTelemetry-compliant endpoint using environment variables.
    • Simultaneous export to both Application Insights and an OTLP endpoint is supported.
    • No code changes are required; configuration is handled via immutable environment variables per agent version.
  • This update adds comprehensive, step-by-step examples for using the Azure OpenAI SDKs in .NET and Go, including authentication (Microsoft Entra ID and API key), response streaming, error handling, and both Responses and Chat Completions APIs. It also updates prerequisites to specify support for the 'gpt-5-mini' model and clarifies troubleshooting steps.

    • Added detailed .NET and Go SDK usage examples for Azure OpenAI, covering authentication, making requests, and streaming responses
    • Introduced explicit instructions for installing required packages/modules in both languages
    • Provided guidance for handling errors and configuring retries in SDK clients
  • Event-based triggers, specifically GitHub issue events, are now supported for routines in Foundry Agent Service (preview), expanding automation beyond time-based triggers. The documentation also clarifies authentication for event triggers and introduces agent-scheduled reminders, allowing agents to schedule their own follow-ups.

    • Added support for event triggers (e.g., GitHub issue opened/closed) in routines
    • Updated trigger types to include timer, recurring, and event
    • Clarified that event triggers use project connections for authentication (e.g., GitHub connector)
  • Major new documentation was added for using the GPT Realtime API via WebSockets for voice-agent scenarios, including step-by-step quickstart guides, model deployment instructions, authentication setup, and sample code for sending text and receiving audio responses. This significantly expands the documented capabilities for developers building real-time, conversation-style speech-to-speech applications.

    • Added a comprehensive 'Voice-agent quickstart' section for conversation-style speech-to-speech use cases
    • Provided detailed instructions for deploying the gpt-realtime model in the Microsoft Foundry portal
    • Included setup steps for JavaScript environments, including package installation and authentication
  • Several model retirement dates for Azure OpenAI and partner models have been updated, with some models' retirement dates extended and others marked as retired. This impacts planning for migrations and ongoing use of specific models in Copilot and related services.

    • Retirement dates for gpt-4.1, gpt-4.1-mini, gpt-4o, and gpt-4o-mini extended to 2027-04-14 for some versions
    • gpt-4.1-nano retirement date remains at 2026-10-14
    • Multiple gpt-5.x and gpt-5.1 models added or updated with new GA and retirement dates
  • The documentation now lists new Claude models (claude-opus-5) as available in Microsoft Foundry, including their regional deployment options. This expands the set of Anthropic models that can be deployed, which is significant for users seeking access to the latest AI capabilities.

    • Added claude-opus-5 (versions 1 and 2) to the regional availability table
    • Users can now deploy claude-opus-5 in supported Azure regions
    • No changes to subscription or eligibility requirements
  • The documentation now lists Opus 5 as an available model for both Azure-hosted and Anthropic-hosted Claude models, indicating support for a newer model version. This expands the set of Claude models that can be used in Microsoft Foundry.

    • Opus 5 added to model availability for both Azure and Anthropic hosting options
  • The documentation now lists three additional regions (Australia East, South India, West US 3) where the Model router for Microsoft Foundry is supported, expanding deployment options. Troubleshooting guidance was also updated to reflect these new supported regions.

    • Added Australia East, South India, and West US 3 as supported regions for Model router deployments
    • Updated troubleshooting steps to reference the expanded list of supported regions
  • The documentation now emphasizes the use of rubric evaluators—generated from an agent's context—as the primary evaluation method for AI agents, and provides new guidance and code samples for generating and using these rubrics. It also clarifies regional restrictions for advanced evaluation features and introduces options for synthetic and trace-based dataset creation.

    • Rubric evaluators, generated from agent context, are now recommended as the primary evaluation method
    • New code sample and workflow for generating rubric evaluators included
    • Clarified and expanded list of evaluation features with regional restrictions
  • A new model, MAI-Image-2.5-Pro (Preview), has been added to the list of Microsoft models sold by Azure. This model offers improved photo-realistic image generation capabilities compared to previous models.

    • Added MAI-Image-2.5-Pro (Preview) model to the table
    • Described as providing more photo-realistic imagery than previous models
  • The documentation now provides updated guidance and a new example for generating embeddings using Microsoft Entra ID authentication with the v1 API, replacing previous API key-only examples. Prerequisites and troubleshooting steps have been revised to reflect this change, and best practices have been clarified.

    • Added a new 'Generate an embedding' section with Python example using Microsoft Entra ID authentication
    • Removed previous C# example that relied solely on API key authentication
    • Prerequisites now include Microsoft Entra ID setup and Azure CLI requirements
  • Several new features and updates were added to the feature readiness table, including new playgrounds, agent publishing to Microsoft 365 Copilot and Teams, routines, agent optimizer, and trace conversion. Workflows are now marked for retirement in December 2026, and a new rollout pitfall warns against building new dependencies on workflows.

    • Added 'Model leaderboards' and new Foundry Playgrounds (Model, Agents, Images, Video) to Discover features
    • Publishing agents to Microsoft 365 Copilot and Teams is now GA
    • Introduced 'Routines', 'Agent optimizer', and 'Convert traces to evaluation datasets' as Preview/Limited Preview features
  • A new section was added listing regional support for synthetic data generation and trace-to-dataset generation, expanding the documented capabilities and availability of Copilot evaluation features.

    • Added 'Supported regions for data generation' section
    • Now documents where synthetic data generation and trace-to-dataset generation are available
  • The quickstart now includes instructions for using the Foundry Agent Canvas extension in the GitHub Copilot App to build and deploy hosted agents, reflecting a new integration and workflow. This addition guides users through a more interactive, Copilot-driven agent creation and deployment process.

    • Added prerequisite for installing the Foundry Agent Canvas extension in the GitHub Copilot App
    • Described how the canvas guides users through building and deploying a hosted agent
    • Clarified that the canvas creates an azd-backed workspace for resource management and cleanup
  • The Fireworks section now includes a warning that models on Standard (Per-Token) inference have a 15-day notice period before retirement, and several Fireworks models have had their lifecycle status updated to 'Deprecated' and/or their retirement dates changed. This affects planning and risk for users deploying these models.

    • Added explicit 15-day retirement notice policy for Fireworks Standard (Per-Token) models
    • FW-DeepSeek-V3.2, FW-GLM-5, FW-GPT-OSS-120B, and FW-Kimi-K2.5 lifecycle changed to 'Deprecated'
    • FW-GLM-5.1 and FW-MiniMax-M2.5 retirement dates updated to 2026-08-07
  • A new event-based trigger type ('github_issue') was added, allowing routines to fire when GitHub issues are opened or closed. The documentation also clarifies that routines cannot invoke agents requiring end-user identity, and adds .NET SDK installation instructions. The action fields now support an 'input' parameter, with special handling for GitHub triggers.

    • Added 'github_issue' as a supported trigger type for routines
    • Clarified routines cannot invoke agents needing end-user identity at runtime
    • Added .NET (NuGet) SDK installation steps in prerequisites
  • The documentation now reflects that hosted agents are generally available as of azure-ai-projects 2.3.0, and the 'Foundry-Features: HostedAgents=V1Preview' header is no longer required for REST calls. Additionally, session management and endpoint routing methods have moved out of beta and are now available on the main project.agents object.

    • Hosted agents are now GA in azure-ai-projects 2.3.0; preview header no longer required
    • Minimum SDK version updated to 2.3.0
    • Session management and endpoint routing methods moved from beta to main project.agents object
  • The documentation now clarifies that agent endpoints can only route 100% of traffic to a single agent version, and traffic splitting between versions is no longer supported. The instructions and examples for configuring endpoint routing have been updated to reflect this limitation.

    • Removed support and documentation for traffic splitting/canary deployments between agent versions
    • Endpoint routing now requires a single FixedRatio rule with 100% traffic to one version
    • Updated REST API and SDK examples to match new routing behavior
  • The documentation now clarifies that hosted agent endpoints serve only one version at a time and do not support traffic splitting between versions. Additionally, a new section specifies that hosted agents support Python and C#, and that protocol libraries are framework-agnostic.

    • Removed support for traffic splitting (canary/blue-green deployments) between agent versions
    • Clarified that agent endpoints route 100% of traffic to a single version
    • Added explicit language support details: Python and C# are supported
  • The list of regions where hosted agents are available has been significantly expanded, adding several new regions and updating existing ones. This broadens the geographic availability of hosted agents for Copilot users.

    • Added new regions such as Italy North, Japan West, South Central US, Switzerland West, UAE North, UK West, West Central US, and West Europe
    • East US is now explicitly listed
    • Region list is now more comprehensive and up-to-date
  • The page was significantly restructured, with many detailed sections about Foundry's capabilities, APIs, models, and developer guidance removed and replaced by a more concise overview and new summary tables. This reduces the immediate depth of information available to readers about specific Copilot/Foundry features, APIs, and usage scenarios, though some high-level capability descriptions remain.

    • Removed detailed sections on API usage, available models, key capabilities, developer paths, and audience guidance
    • Added new summary tables for what you can build and enterprise platform features
    • Removed explicit quickstart/API code example and model family comparison
  • The documentation removes the detailed WebSockets quickstart, setup, and deployment instructions, and adds a new section explaining the three Realtime session types. The prerequisites and related content are updated to reference the WebSockets quickstart, but the step-by-step guidance is no longer present, which may impact users seeking implementation details.

    • Removed detailed WebSockets quickstart, setup, and deployment instructions
    • Added new section explaining voice-agent, translation, and transcription session types
    • Prerequisites updated to reference WebSockets quickstart instead of in-page instructions
  • Page removed or relocated. The documentation page for the Foundry Agent Canvas, a GitHub Copilot App extension for visually building and deploying Microsoft Foundry hosted agents, has been removed. This eliminates official guidance on installing, using, and understanding the capabilities of the Foundry Agent Canvas, which may impact developers seeking to leverage this tool.

    • Loss of overview and workflow integration details for the Foundry Agent Canvas
    • Removal of installation instructions for the extension
    • No longer provides step-by-step guidance for building, testing, and deploying Foundry hosted agents via the canvas
  • Page removed or relocated. The page detailing model-specific terms for using Grok, Llama, Black Forest Labs, and Mistral models in Microsoft Foundry has been removed. This eliminates direct access to important licensing, usage restrictions, and indemnification requirements for these third-party models, which could impact compliance and integration decisions for customers.

    • Loss of documentation on Grok model terms and xAI Acceptable Use Policy enforcement
    • Removal of Llama model commercial terms, EU restrictions, attribution, and indemnification requirements
    • No longer available: Black Forest Labs model integration, end user agreement, and output responsibility terms
  • The page clarifies the automatic upgrade process for model retirements, updates the fine-tuned model retirement table (notably for o4-mini), and adds guidance to check the Model Retirement Schedule for up-to-date information. These changes help users better plan migrations and understand model lifecycle timelines.

    • Clarified that gpt-4o version 2024-05-13 retires on 2026-10-01 and will be auto-upgraded to gpt-5.1, with a note to check the schedule for updates.
    • Updated the fine-tuned models table: o4-mini now has explicit training and deployment retirement dates instead of relative timing.
    • Reinforced that retirement dates and replacement models are subject to change and should be checked before migration.
  • The retirement dates for the gpt-4.1, gpt-4.1-mini, and gpt-4o models in Azure Government have been extended by six months, giving users more time before these models are deprecated.

    • Retirement date for gpt-4.1 changed from 2026-10-14 to 2027-04-14
    • Retirement date for gpt-4.1-mini changed from 2026-10-14 to 2027-04-14
    • Retirement date for gpt-4o changed from 2026-10-01 to 2027-04-14
  • The introduction now highlights that the Responses API supports 'tool search' to load tool definitions dynamically as needed by the model, indicating a new or newly documented capability.

    • Mention of 'tool search' for loading tool definitions on demand
  • The prerequisites now clarify that the project's managed identity must have the Log Analytics Reader role on the connected Application Insights resource, and possibly the Privileged Monitoring Data Reader role if trace tables are protected. This is important for ensuring the service can access trace data for dataset conversion.

    • Added requirement for managed identity to have Log Analytics Reader role on Application Insights
    • Added note about needing Privileged Monitoring Data Reader role if trace tables are protected
  • The model router feature is now available in three new regions, expanding its geographic coverage and deployment options.

    • Model router now available in Australia East, South India, and West US 3
    • Supports both Global Standard and Data Zone Standard deployment types in these regions
  • Two new environment variables, FOUNDRY_HOSTING_ENVIRONMENT and FOUNDRY_AGENT_ID, are now documented as being injected into hosted agent containers. This allows agent code to detect Foundry hosting context and access the agent's unique ID. Additionally, the YAML key for custom environment variables is clarified.

    • Documented new FOUNDRY_HOSTING_ENVIRONMENT variable for detecting Foundry hosting context
    • Documented new FOUNDRY_AGENT_ID variable for accessing the agent's unique ID
    • Clarified YAML key for custom environment variables is environmentVariables, not env
  • File Search tool support has been removed in Brazil South and Italy North regions, as reflected in both the regional support table and troubleshooting guidance. This limits deployment options for users in those regions.

    • File Search is no longer supported in Brazil South and Italy North regions
    • Troubleshooting guidance updated to remove mention of Code Interpreter regional unavailability and clarify File Search limitations
  • The documentation now clarifies that a supported region is required for converting agent traces into evaluation datasets, and refers users to a separate list of supported regions. It also adds links to new sample code for trace-based evaluation, and points to a complete example on GitHub. The explicit in-page list of supported regions has been removed.

    • Added prerequisite that a supported region is required, with a link to a region list
    • Removed the explicit list of supported regions from the page
    • Added references to new sample code for multi-turn and intelligent sampling trace evaluation
  • The documentation now clarifies that a supported region is a prerequisite for generating synthetic evaluation datasets, and removes the explicit list of supported regions from the page. It also adds links to runnable end-to-end sample scripts for evaluation workflows.

    • Supported region is now listed as a prerequisite for synthetic data generation.
    • The explicit list of supported regions has been removed; users are directed to a separate source for this information.
    • Links to sample scripts for synthetic data generation and evaluation have been added.
  • The documentation now clarifies and updates code examples to use the TestingCriterionAzureAIEvaluator class for defining evaluators, and adds guidance on bootstrapping datasets if you lack hand-curated data. These changes improve accuracy and usability for developers implementing cloud-based evaluations with the Foundry SDK.

    • Code samples updated to use TestingCriterionAzureAIEvaluator for defining evaluators
    • Added tip on how to bootstrap or generate synthetic evaluation datasets if none are available
    • Clarified and improved instructions for preparing and mapping input data
  • A new section clarifies the effective token budget for the GPT-5.5 model when using the Responses API, explaining that the combined prompt and generation tokens cannot exceed 922,000, which is less than the full context window. This helps users avoid incomplete responses and understand how to calculate their generation limits.

    • Added explicit explanation of the Responses API token budget for GPT-5.5
    • Clarified that the effective prompt+generation limit is 922,000 tokens, not the full 1,050,000 context window
    • Provided formula and example for calculating available generation tokens
  • The instructions for connecting from one Foundry agent to another have been updated to clarify that users should not set a custom agent card path when targeting a Foundry agent. The platform now automatically resolves the agent card path and negotiates the protocol version, simplifying the setup process.

    • No longer necessary to set 'AgentCardPath' in connection metadata for Foundry agent targets
    • Foundry now automatically resolves the agent card path and negotiates protocol version
    • Removed note about lack of portal support for custom agent card path
  • The list of regions where hosted agents are available has been updated to include 'Central US' and 'UK South', expanding the service's geographic availability.

    • Added 'Central US' region to availability list
    • Added 'UK South' region to availability list
  • The documentation now clarifies that the Agent Framework provides unified multi-agent orchestration in both C#/.NET and Python, and is recommended over using multiple orchestration SDKs like AutoGen or Semantic Kernel. Guidance is added for users with existing orchestration code to evaluate migration complexity.

    • Agent Framework described as providing unified multi-agent orchestration and consistent abstractions
    • Explicit recommendation to use Agent Framework instead of combining with AutoGen or Semantic Kernel
    • Clarifies Agent Framework is available for both C#/.NET and Python
  • The documentation now includes an additional template option (11-private-network-basic-project) for setting up private MCP servers without requiring users to bring their own resources, making private MCP deployment more accessible.

    • Added reference to the 11-private-network-basic-project template for private MCP setup
    • Clarified that Standard Agent Setup is not strictly required for private MCP; private networking setup suffices
  • The documentation was updated to require a newer Python SDK version (azure-ai-projects>=2.3.0), removed preview/feature flag requirements for session operations, and changed Python code samples to use the stable client interface instead of the beta subclient. These changes indicate session management is now generally available and easier to use.

    • Python SDK requirement updated from >=2.1.0 to >=2.3.0
    • Removed requirement for 'allow_preview=True' and preview headers in REST and SDK examples
    • Python code samples now use 'project.agents' instead of 'project.beta.agents'
  • The required Azure AI Projects SDK version for deploying hosted agents using the Python SDK has been updated from 2.1.0 to 2.3.0, and the 'allow_preview=True' parameter was removed from the client instantiation example. These changes may affect compatibility and usage for developers deploying agents programmatically.

    • Minimum Azure AI Projects SDK version increased from 2.1.0 to 2.3.0 in Python SDK instructions
    • Removed 'allow_preview=True' parameter from AIProjectClient instantiation example
  • The regional availability table for Foundry Models in Azure OpenAI was updated, most notably expanding the availability of the 'gpt-5-codex' and 'gpt-5-pro' models to the 'westus3' region. This change increases deployment options for customers in that region.

    • 'gpt-5-codex' is now available in 'westus3' (previously not available there)
    • 'gpt-5-pro' is now available in 'westus3' (previously not available there)
  • The Python SDK example for deploying a hosted agent from source code was updated to simplify the code sample and remove references to preview features, reflecting a more stable and streamlined deployment process. The introductory section also removed the preview disclaimer, suggesting the feature may be moving toward general availability.

    • Python SDK deployment example now omits 'allow_preview=True' and uses a simplified agent creation call.
    • Removed references to preview ('beta') client surface in the deployment instructions.
    • Intro no longer states that source-code deployment for Hosted agents is in preview.
  • The regional support table was updated to add Japan West and to change Korea Central and Southeast Asia to support private Class A IP address ranges. This expands the availability of Foundry Agent Service features in these regions.

    • Japan West region added to the support table (Agents and Responses API supported, Class A not supported)
    • Korea Central now supports Class A private IP ranges (previously did not)
    • Southeast Asia now supports Class A private IP ranges (previously did not)

MS AI SDKs 9

  • This new page documents how to self-host A2A agents using Agent Framework in .NET, Go, and Python, including detailed guidance for Python with two hosting packages and code samples for custom executor integration. It enables developers to expose Copilot agents over the A2A protocol in their own infrastructure, supporting advanced scenarios like multi-protocol hosting and custom session management.

    • Introduces .NET, Go, and Python options for self-hosting A2A agents
    • Explains two Python packages: agent-framework-a2a (opinionated executor) and agent-framework-hosting-a2a (adapter/building blocks)
    • Provides detailed code samples for integrating Agent Framework with A2A SDK in Python
    Microsoft Learn · 2026-07-23
  • This new page documents how to self-host Telegram bots using the Agent Framework, including how to process Telegram updates and integrate with .NET (coming soon) and Python. It clarifies current language support and provides a detailed code sample for handling updates with aiogram.

    • Introduces self-hosting helpers for Telegram bots using Agent Framework
    • Clarifies that .NET support is coming soon and Go is not yet supported
    • Explains the role of agent-framework-hosting-telegram in processing updates
    Microsoft Learn · 2026-07-22
  • This new page documents how to self-host OpenAI Responses endpoints using .NET (coming soon) and Python, with detailed FastAPI samples for both agent and workflow endpoints. It introduces the 'agent-framework-hosting-responses' package and provides implementation guidance for integrating with various Python web frameworks.

    • Introduces self-hosting helpers for OpenAI Responses endpoints in .NET (coming soon) and Python
    • Provides installation instructions for the 'agent-framework-hosting-responses' package
    • Includes FastAPI sample code for hosting agent and workflow endpoints
    Microsoft Learn · 2026-07-21
  • This new documentation introduces how to self-host agents and workflows as Model Context Protocol (MCP) tools using the agent-framework-hosting-mcp package. It details methods for exposing agents, handling protocol conversion, session management, and workflow hosting, which enables custom integration scenarios for Copilot extensibility.

    • Introduces agent-framework-hosting-mcp for exposing Agent Framework agents/workflows as MCP tools
    • Explains protocol boundary conversion between MCP and Agent Framework messages/results
    • Describes how to host an agent as a single MCP tool with schema alignment
    Microsoft Learn · 2026-07-21
  • This new page introduces documentation for self-hosting Agent Framework applications, detailing how developers can run agents or workflows within their own infrastructure and customize protocol integrations, session storage, and security. It outlines available prerelease Python packages, their capabilities, and best practices for integrating with various protocols and frameworks.

    • Introduces self-hosting model for Agent Framework agents and workflows
    • Describes prerelease Python packages for hosting and protocol integration
    • Explains customizable session storage and separation of session/history providers
    Microsoft Learn · 2026-07-22
  • This new page introduces and explains the hosting options for Agent Framework applications, detailing the differences between Microsoft-managed Foundry Hosted Agents and self-hosting, and clarifies that hosting choice is independent of protocol choice. It also highlights the availability status of each option and provides guidance for selecting the appropriate model.

    • Introduces and compares Foundry Hosted Agents (Microsoft-managed) and self-hosting models
    • Clarifies operational responsibilities and scenarios for each hosting model
    • Notes that Foundry Hosted Agents is generally available, while Python self-hosting is in prerelease
    Microsoft Learn · 2026-07-21
  • The documentation now states that Microsoft Foundry Hosted Agents is generally available, clarifies the prerelease status of the Python integration, and updates Python package installation instructions. This signals a major milestone for the managed hosting service and provides clearer guidance for Python developers.

    • Announces general availability of Microsoft Foundry Hosted Agents
    • Clarifies that the Python agent-framework-foundry-hosting integration is still prerelease
    • Updates Python prerequisites to require prerelease packages and additional dependencies
    Microsoft Learn · 2026-07-17
  • Removed A2A Hosting

    Page removed or relocated. The documentation page for A2A Hosting, which described how to expose AI agents via the Agent-to-Agent (A2A) protocol using Microsoft packages, has been removed. This eliminates official guidance on hosting, configuring, and customizing A2A endpoints for Copilot-related agents, which may impact developers relying on this protocol.

    • Loss of step-by-step instructions for hosting AI agents using the A2A protocol
    • Removal of code samples for ASP.NET Core integration and agent card setup
    • No longer documents protocol bindings (HTTP+JSON, JSON-RPC) for agent communication
    Microsoft Learn · 2026-04-23
  • Updated A2A Integration

    The section now clarifies that the A2AExecutor comes from the agent-framework-a2a package and describes its responsibilities more precisely. It also distinguishes between this approach and alternatives in agent-framework-hosting-a2a, and updates the code sample to explicitly set the stream parameter.

    • Clarifies that A2AExecutor is from agent-framework-a2a and its role
    • Explains that the application must assemble the A2A SDK server components
    • Mentions alternative approaches in agent-framework-hosting-a2a

Microsoft 365 Copilot 13

  • This new documentation introduces schema version 1.8 for Microsoft 365 Copilot declarative agent manifests, detailing new capabilities and updated manifest structure. Notably, it adds support for advanced email and meeting actions, expanding what agents can automate or assist with in user workflows.

    • Introduces 'EmailActions' capability for write operations on email (triage, send, delete, rules, auto-reply, folder management)
    • Introduces 'MeetingActions' capability for scheduling, polls, and time insights in meetings/calendars
    • Provides comprehensive schema reference for all manifest properties and object types
  • A major new feature, event-driven tasks, has been added to Copilot Cowork. Users can now automate actions triggered by specific events, such as receiving certain emails or Teams messages, greatly expanding automation capabilities.

    • Introduction of event-driven tasks that trigger automations based on events like emails or Teams messages
    • Users can describe event triggers in natural language and Copilot Cowork proposes automations
    • Event-driven tasks are now listed alongside scheduled prompts
    Microsoft Learn · 2026-04-29
  • The documentation now introduces and explains event-driven tasks in Copilot Cowork, allowing users to automate actions based on triggers such as receiving specific emails or Teams messages. This is a significant new capability that expands automation beyond scheduled prompts.

    • Added support for event-driven tasks that trigger on specific events (e.g., emails, Teams messages)
    • Detailed instructions for setting up event-driven tasks, including specifying triggers and actions
    • Clarified that 'Scheduled' tasks now include both scheduled and event-driven automations
    Microsoft Learn · 2026-04-29
  • A new section describes the ability for users to create automated tasks in Copilot Cowork, including scheduled and event-driven prompts. This introduces significant new automation capabilities, with details on governance, permissions, approval workflows, rate limits, and audit logging.

    • Users can now create automated tasks that run on a schedule or in response to emails/Teams messages.
    • Automated tasks operate with the creator's permissions and governed access.
    • Default approval is required for shared actions, with an option to pre-authorize.
    Microsoft Learn · 2026-07-17
  • A new declarative agent manifest schema version 1.8 has been introduced, adding major new capabilities for email and meeting actions, as well as enhancements to agent referencing and embedded knowledge. This significantly expands what developers can enable in Copilot extensibility.

    • Introduced 'EmailActions' capability for write operations on email (triage, send, delete, rules, auto-reply, folder management)
    • Introduced 'MeetingActions' capability for meeting/calendar actions (scheduling, polls, time insights)
    • Added 'file' property to worker agent object for referencing by file path
  • A new capability is documented: Copilot Cowork can now set up event-driven tasks that trigger automatically based on incoming emails or Teams messages, including @mentions. This expands automation beyond scheduled prompts.

    • Added support for event-driven tasks triggered by emails or Teams messages
    • Event-driven tasks can be configured to require user approval before acting
    • Clarified management of scheduled prompts with a link to more information
    Microsoft Learn · 2026-07-09
  • The documentation clarifies that as of July 24, 2026, OpenAI operated models are enabled by default for eligible commercial customers unless explicitly disabled. It also adds a note that Microsoft uses OpenAI's Responses API in some Copilot experiences, with OpenAI's Zero Data Retention policy applying, subject to certain limitations.

    • Clarifies default enablement of OpenAI models for eligible customers as of July 24, 2026
    • Adds information about use of OpenAI's Responses API in Copilot and its Zero Data Retention policy
  • The documentation now clarifies the meaning of prefixes in the Agent ID, explaining how to distinguish between user-scoped, tenant-scoped, and publicly available agents. This helps developers better understand agent distribution and debugging context.

    • Added explanation of Agent ID prefixes (U_, T_, P_) to indicate agent distribution scope
    • Clarifies how to interpret Agent ID values during debugging
  • The documentation clarifies that Microsoft Graph ignores accounts without an Exchange Online mailbox when ingesting people data via Copilot connectors, and removes references to beta-only schema labels. This impacts which user accounts can be enriched and indexed.

    • Added note that Microsoft Graph ignores accounts without an Exchange Online mailbox
    • Removed mention of schema labels available only in Microsoft Graph beta endpoint
  • The documentation now clarifies how users assigned to multiple spending policies are handled, adds explicit guidance on related usage-based billing products, and confirms there is no set maximum for spending policies. These clarifications help administrators better understand policy assignment logic and available billing options.

    • Added explanation of policy assignment order for users in multiple policies (highest per-user limit, then largest overall, then most recent)
    • Clarified that there is no set maximum number of spending policies
    • Added cross-references to other usage-based billing product documentation
  • The documentation now clarifies that Microsoft Purview Information Barriers (IB) are not supported for plugin or skill management in Copilot Cowork, and that this blocks embedded knowledge file uploads in IB-enabled tenants. Additionally, a minor clarification was made about the rollout of annotation-driven confirmation prompts for non-Microsoft MCP servers.

    • Added warning about lack of support for Purview Information Barriers, blocking uploads in affected tenants
    • Clarified that confirmation prompts for non-Microsoft MCP servers now surface as rollout expands
    Microsoft Learn · 2026-07-21
  • The updated documentation clarifies network requirements for Copilot Cowork, emphasizing the need to bypass SSL/TLS inspection for specific endpoints and providing more precise guidance on Conditional Access and proxy timeout settings. These clarifications help ensure reliable connectivity and prevent service disruptions.

    • Added guidance to bypass SSL/TLS decryption and inspection for Microsoft 365 traffic, especially for *.gateway.prod.island.powerapps.com:443
    • Warned that SSL/TLS inspection can disrupt Cowork's long-lived SSE connections, causing failures
    • Clarified Conditional Access policy requirements for the Cowork application ID
    Microsoft Learn · 2026-07-21
  • The documentation now clarifies that Microsoft Purview Information Barriers (IB) are not supported for plugin or skill management and sharing in Copilot Cowork, and that IB-enabled tenants will block embedded knowledge file uploads for plugins and skills. Other changes are minor clarifications or rewordings for accuracy.

    • Added explicit note about lack of support for Microsoft Purview Information Barriers (IB) in plugin/skill management and sharing
    • Clarified that IB blocks embedded knowledge file uploads at the tenant level, preventing affected plugins and skills from being uploaded or published
    • Minor clarifications in deployment and governance instructions
    Microsoft Learn · 2026-07-21

Copilot Studio 10

  • This new documentation introduces the integration of Application Insights with real-time voice agents, enabling detailed monitoring, troubleshooting, and analysis of voice conversations. It provides comprehensive guidance on telemetry schema, event types, field references, sample queries, and best practices for analyzing and diagnosing real-time voice agent behavior.

    • Describes how to track end-to-end voice conversations and measure caller-perceived response latency
    • Details the telemetry schema, including event types like CallLifecycle, DialogLifecycle, LlmInvocation, and ToolExecution
    • Provides field-level references for each event type to support advanced diagnostics
  • The documentation now introduces support for the GPT-5-Chat (Preview) model as a selectable option for real-time agents, enabling advanced voice customization and branded voice experiences through Microsoft Neural Text-to-Speech (TTS). This expands the capabilities and deployment flexibility of real-time agents.

    • Added GPT-5-Chat (Preview) as a model option for real-time agents
    • Described GPT-5-Chat (Preview) as a text LLM voice model using Microsoft Neural TTS
    • Provided a comparison table outlining scenarios and capabilities for GPT-Realtime vs. GPT-5-Chat (Preview)
  • Several new sections were added detailing how Copilot agents handle file input from users, including supported channels, document reading limitations, character limits, handling of multiple files, and restrictions on encrypted files. This provides critical guidance for users and admins on how to effectively use file upload features and avoid common pitfalls.

    • Listed channels where file input is supported and clarified unsupported channels
    • Explained how agents read content from Word documents and limitations with non-standard structures
    • Described a 30,000 character limit for file input unless code interpreter is enabled
  • The documentation now includes support for the GPT-5-Chat (Preview) model for real-time agents, with details on its regional data processing capabilities. Additionally, a new limitation is noted: conversation transcript logging for Text LLM voice agents may be incomplete, impacting analytics and monitoring.

    • Added GPT-5-Chat (Preview) as a supported model for real-time agents
    • Clarified regional data processing for GPT-5-Chat (Preview), including in-region support for US, EU, UK, and Australia
    • Updated regional limitations and deployment details for all supported models
  • A new section was added describing how to test and evaluate an agent node before publishing a workflow. This introduces guidance and tooling for validating agent behavior and response quality, supporting iterative development.

    • Added instructions for testing agent nodes in isolation using a Test pane
    • Described evaluation methods for assessing agent output quality against defined criteria
    • Clarified that testing and evaluation support iterative improvement of agent configuration
  • The page now includes detailed automation scenarios and a comprehensive FAQ section, clarifying when to use agent nodes, prompt nodes, inline agents, and existing agents. These additions help users understand practical applications and best practices for integrating Copilot agents into workflows.

    • Added real-world automation scenarios demonstrating agent node use in support ticket triage, expense report review, and meeting briefings
    • Introduced a FAQ section explaining differences between inline and existing agents, and between agent nodes and prompt nodes
    • Clarified the scope and reusability of inline agents versus published agents
  • A new automation scenario has been added describing how agent nodes can extract data from documents, such as email attachments and SharePoint files, expanding the documented use cases for Copilot agent nodes in workflows.

    • Added 'Extract data from Documents' scenario for agent nodes
    • Describes integration with Outlook and SharePoint for document processing
  • The list of formally validated languages for real-time agents has been expanded and updated as of June 2026, adding several new languages and regional variants. This broadens the supported deployment scenarios for multilingual Copilot agents.

    • Formally validated languages now include English (Australia), English (United Kingdom), French (France), and Spanish (Spain)
    • The list now explicitly includes more regional variants for English, French, and Spanish
    • The validation date has been updated from April 2026 to June 2026
  • The documentation now clarifies and introduces a new 'Co-owner' sharing permission for prompts, allowing recipients to edit, share, and delete prompts, not just use them. This is a significant expansion of collaborative capabilities for Copilot prompt management.

    • Added 'Co-owner' permission level for shared prompts, enabling editing, sharing, and deletion by recipients
    • Updated FAQ to reflect that prompts can now be shared with edit rights, not just usage rights
    • Detailed table added to explain differences between 'User' and 'Co-owner' permissions
  • The documentation now clarifies the process for adding public website links, including new UI details, and introduces an important technical limitation: search queries sent to Bing from Copilot agents have a 2,048 character limit, which can affect results for long or complex queries.

    • Added details about the 'Public website link' field and the process for adding/editing links
    • Clarified that the description field is auto-populated by default
    • Introduced a new section explaining the 2,048 character limit for Bing search queries, with guidance on how this may impact results

Frontier 2

  • A new capability has been added to Copilot Cowork: users can now set up event-driven tasks that trigger automatically based on events such as receiving an email or Teams message. This expands automation options beyond scheduled prompts.

    • Added support for event-driven tasks that trigger on specific events (e.g., receiving an email or Teams message)
    • Reference to additional documentation for setting up event-driven tasks
    Microsoft Learn · 2026-06-24
  • A new 'Prepare for Questions' skill has been added to Copilot in PowerPoint, enabling users to analyze presentations for weak points and anticipate audience questions. This enhances Copilot's ability to help users improve their storytelling and presentation delivery.

    • Added 'Prepare for Questions' skill to Copilot in PowerPoint
    • Skill analyzes presentations to identify weak points and anticipate audience questions
    • Improves support for storytelling and effective presentation delivery
    Microsoft Learn · 2026-02-10

Microsoft Learn 194

  • Page removed or relocated. Documentation 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.

    • Official instructions for generating images in Word with Copilot are 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 indicates feature deprecation or simply a restructuring or relocation of the documentation. Users now lack direct guidance on using Copilot for content creation in Word.

    • Page on drafting and adding content with Copilot in Word is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
    • Users lose access to instructions for leveraging Copilot in Word for content creation
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices 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 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 reorganization
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this indicates a feature deprecation or a documentation restructure, but information about Copilot's mobile capabilities is now missing.

    • Page covering Copilot in PowerPoint for mobile devices is no longer available
    • Uncertainty whether this reflects a feature removal or documentation reorganization
  • 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.

    • Loss of guidance on using Copilot to import data into Excel from web/internal sources
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for getting started 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 how to begin using Copilot in Excel.

    • Removal of the 'Get started with Copilot in Excel' documentation
    • No clear indication if the feature is deprecated or if the content has moved
  • 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.

    • Page covering Copilot data insights in Excel is no longer available
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. Documentation for using Copilot in the SharePoint rich text editor 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 describing Copilot integration with SharePoint's rich text editor 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 restructuring of documentation, but users now lack official guidance on this Copilot capability in SharePoint.

    • 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 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 users now lack official guidance on this capability.

    • Loss of instructions for rewriting text with Copilot in Word
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for generating images with Copilot 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 capability.

    • Page detailing how to generate images in Word with Copilot is no longer available
    • Uncertainty whether the feature is deprecated or documentation is 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 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 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.

    • 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 a feature deprecation or a restructuring of 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 reorganization
  • 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.

    • Official instructions for creating new presentations with Copilot in PowerPoint are no longer available at this URL
    • Uncertainty remains 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 if this indicates a feature deprecation or a restructuring of documentation, but information about Copilot's mobile capabilities in PowerPoint is now missing.

    • Documentation for Copilot in PowerPoint on mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • Page removed or relocated. The FAQ page for the Office Copilot agent is no longer available, removing a resource that addressed common questions about this capability. It is unclear if the feature itself is deprecated or if the documentation has been relocated or consolidated elsewhere.

    • FAQ content for Office Copilot agent is missing
    • Potential loss of answers to common user and admin questions
  • 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 whether this indicates 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 the 'Get started with Copilot in Excel' documentation
    • No clear indication if the feature is deprecated or if the content has been moved
  • Page removed or relocated. The documentation page for using Copilot to gain data insights 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.

    • Documentation for Copilot's data insights features in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a deprecation of features or a restructuring of documentation, but users now lack direct reference material for Copilot's Excel capabilities.

    • Page describing Copilot's skills in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear whether this indicates feature deprecation or a restructuring/relocation of the documentation, but users lose access to guidance on this capability until its status is clarified.

    • Copilot in Excel rules documentation removed
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. Documentation about Copilot in Excel data sources 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 how Copilot interacts with Excel data sources.

    • Page covering Copilot in Excel data sources has been removed
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. Documentation for using Copilot to write in the SharePoint rich text editor 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.

    • Official instructions for using Copilot in SharePoint's rich text editor are 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 if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this Copilot capability.

    • 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 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 official 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 for generating images with Copilot in Word has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, 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 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 indicates 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 a 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.

    • Loss of 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 relocation of the documentation, but users now lack official guidance on Copilot's mobile Word capabilities.

    • Official documentation for Copilot in Word on mobile devices 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, resulting in the loss of documentation that addressed common questions and clarifications about Copilot's features and usage in PowerPoint. It is unclear whether this information has been relocated or consolidated elsewhere.

    • FAQ content for Copilot in PowerPoint is no longer available at this URL
    • Users lose access to official answers about Copilot's PowerPoint capabilities and limitations
  • Page removed or relocated. A documentation page about Copilot skills in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to information about Copilot's capabilities in PowerPoint.

    • Page detailing Copilot skills in PowerPoint is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear whether this indicates deprecation of the feature or a relocation/restructuring of the 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 the feature is deprecated or the documentation has moved
  • 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.

    • Loss of documentation for Copilot chat features in Outlook
    • Uncertainty whether the feature is deprecated or the content was moved
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates deprecation of the feature or a restructuring of the documentation, but users now lack direct guidance on using Copilot for data visualization in Excel.

    • Page explaining how to visualize data with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation is 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 lose official guidance on this capability.

    • Page covering Copilot-assisted data import 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 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 clear indication if feature is deprecated or if content is moved
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

    • Documentation for Copilot's data insights features in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the content has been relocated
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a deprecation of features or a restructuring of documentation, but users now lack direct reference material on Copilot's Excel capabilities.

    • Page covering Copilot skills in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this indicates a feature deprecation or a restructuring/relocation of the content, but users lose access to guidance on how Copilot applies or uses rules in Excel.

    • Copilot in Excel rules documentation removed
    • Potential loss of guidance on configuring or understanding Copilot's rule-based behavior in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation/restructuring of the documentation, but users now lack direct guidance on this capability.

    • Copilot in Excel (Microsoft Skills) documentation is no longer accessible
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this is due to deprecation, relocation, or restructuring, but users currently lack guidance on how Copilot interacts with Excel data sources.

    • Page covering Copilot in Excel data sources is no longer available
    • Uncertainty whether this reflects a feature removal or documentation move
  • Page removed or relocated. The documentation page for using Copilot in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about this specific Copilot capability is now missing.

    • Page describing Copilot integration with SharePoint's 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 is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but readers now lack official guidance on this Copilot capability.

    • Official documentation for using AI to create pages in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the content was moved
  • Page removed or relocated. The documentation page for generating images with Copilot in Word 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.

    • Official documentation for generating images in Word with Copilot is no longer available
    • Uncertainty remains 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 official instructions for drafting and adding content 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 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.

    • Page detailing Copilot's document summarization in Word is no longer available
    • Uncertainty whether this indicates feature removal or documentation reorganization
  • 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 restructuring 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 been relocated
  • Page removed or relocated. The documentation page for Copilot in PowerPoint for mobile devices has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of documentation, but information about using Copilot on mobile in PowerPoint is now missing.

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

    • Page detailing how to chat with Copilot in Outlook is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • 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.

    • Official documentation for using Copilot to visualize data in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation has been 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 restructuring of documentation, but users now lack official guidance on this capability.

    • Loss of guidance on importing data from web/internal sources with Copilot in Excel
    • 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 reflects 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 for using Copilot to gain data insights 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 detailing how to use Copilot for data insights 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 Copilot in Excel skills is no longer available. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack direct access to information about Copilot's capabilities in Excel.

    • Copilot in Excel skills documentation is missing
    • Uncertainty whether feature is deprecated or documentation is 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/relocation of the content, but users lose access to guidance on how Copilot applies or interprets rules in Excel.

    • Copilot in Excel rules documentation no longer available
    • Uncertainty whether feature is deprecated or documentation was moved
  • Page removed or relocated. A documentation page about Copilot in Excel data sources has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about how Copilot in Excel interacts with data sources is now missing.

    • Documentation on Copilot in Excel data sources is no longer available
    • Uncertainty whether this is due to deprecation or doc reorganization
  • Page removed or relocated. The documentation page for using Copilot 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 Copilot integration with SharePoint's rich text editor 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 information about using AI to create SharePoint pages is now missing.

    • Documentation for AI-powered page creation in SharePoint has been removed
    • 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 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 for Word documents 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 the 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 if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Loss of 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 a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities in Word for mobile.

    • Documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether this is due to feature removal or documentation restructuring
  • Page removed or relocated. The documentation page for Copilot in PowerPoint for mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a restructuring of the documentation, but information about using Copilot on mobile devices is now missing.

    • Documentation for Copilot in PowerPoint on mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or doc reorganization
  • 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 guidance on importing data from web/internal sources with Copilot in Excel
    • Uncertainty whether 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 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
    • Uncertainty whether this is a deprecation or a restructuring/relocation
  • 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 documentation restructure, but users now lack official guidance on this Copilot capability.

    • Page detailing how to use Copilot for data insights in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a deprecation of features or a relocation/restructuring of the documentation, but users now lack direct access to information about Copilot's Excel capabilities.

    • Page describing Copilot's skills in Excel is no longer available
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. Documentation for using Copilot to write in the SharePoint rich text editor 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 describing Copilot integration with SharePoint's rich text editor 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 whether this reflects a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the doc was moved
  • Page removed or relocated. Documentation 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 on generating images with Copilot in Word is no longer available
    • Uncertainty whether the feature is deprecated or 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 this Copilot capability in Word.

    • Loss of documentation 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 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.

    • Guidance for generating document summaries 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 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's mobile Word capabilities.

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

    • Loss of official documentation for Copilot in PowerPoint on mobile devices
    • Uncertainty whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' 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 using Copilot's chat capabilities within Outlook.

    • Loss of official instructions for chatting with Copilot in Outlook
    • Uncertainty about whether the feature is deprecated or the documentation was moved
  • 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.

    • Page describing how to import data from web/internal sources 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 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 describing how to import data from another Excel file using Copilot in Excel has been removed
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • 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 deprecation of the feature or a restructuring of documentation, but users now lack official guidance on this capability.

    • Official documentation for Copilot data insights in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a deprecation of features or a restructuring of documentation, but users now lack direct access to information about Copilot's Excel-specific capabilities.

    • Loss of documentation on Copilot's skills in Excel
    • Uncertainty whether features are deprecated or documentation is relocated
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but information on personalizing Copilot in Excel is now missing.

    • Loss of guidance on how to personalize Copilot in Excel
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this is due to deprecation, relocation, or restructuring, but users now lack official guidance on how Copilot interacts with Excel data sources.

    • Page covering Copilot in Excel data sources is no longer available
    • Uncertainty whether this reflects a feature removal or documentation move
  • Page removed or relocated. The documentation page explaining how to use Copilot to write 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.

    • Guidance for using Copilot in SharePoint's rich text editor 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 whether this reflects a feature deprecation or a documentation restructure, 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 documentation was moved
  • 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 documentation for Copilot in Word
    • Potential loss of onboarding or feature summary information for new users
  • Page removed or relocated. The documentation page for rewriting text with Copilot in Word has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.

    • 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 whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.

    • Missing instructions for generating document summaries with Copilot in Word
    • Uncertainty about 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 a central overview or onboarding resource for Copilot in PowerPoint.

    • Removal of the welcome/overview page for Copilot in PowerPoint
    • Potential loss of onboarding or introductory 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.

    • Missing instructions for summarizing presentations with Copilot in PowerPoint
    • 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. It is unclear whether this indicates a deprecation of features, a relocation of the content, or a restructuring of documentation. 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 create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official 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. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

    • Page covering Copilot in PowerPoint skills is no longer available
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • 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 if 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 whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Missing instructions for adding a slide from a file with Copilot in PowerPoint
    • 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 indicates feature deprecation or a restructuring of documentation, 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 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 the documentation was moved
  • Page removed or relocated. The FAQ page for the Office Agent in Copilot for Office Frontier has been removed. It is unclear whether this indicates a deprecation of the feature, a relocation of the documentation, or a restructuring of content. Users now lack direct access to frequently asked questions about the Office Agent capability.

    • FAQ documentation for Office Agent in Copilot for Office Frontier is no longer available
    • Uncertainty whether the feature is deprecated or the content has been 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 direct guidance on using Copilot for data visualization in Excel.

    • Page on visualizing data with Copilot 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 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 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 FAQ page for Copilot in Excel has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's capabilities and usage in Excel, but it is unclear if this indicates deprecation or simply a documentation restructure.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of quick-reference answers for common Copilot in Excel questions
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if the content was deprecated, relocated, or consolidated elsewhere, but users now lack direct access to these tips.

    • Removal of a tips page for Copilot in Excel
    • Potential loss of practical guidance for Excel Copilot users
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a deprecation of features or a relocation/restructuring of the documentation, but users now lack direct access to information about Copilot's Excel-specific capabilities.

    • Page covering Copilot skills in Excel is no longer available
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. The documentation page about Copilot in Excel rules has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack direct guidance on Copilot's rule-related capabilities in Excel.

    • Page covering Copilot in Excel rules is no longer available
    • Uncertainty whether this is due to feature deprecation or documentation reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel and Power BI is no longer available at this URL. It is unclear whether the feature has been deprecated or if the documentation has been moved or consolidated elsewhere.

    • Documentation for Copilot integration in Excel and Power BI is missing
    • Uncertainty whether this reflects a feature removal or a documentation restructure
  • Page removed or relocated. Documentation about Copilot in Excel personalization is no longer available at this URL. It is unclear if the feature was deprecated or if the content was relocated or consolidated elsewhere.

    • Page covering Copilot in Excel personalization is missing
    • Potential loss of guidance on personalizing Copilot in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack direct access to guidance on this capability.

    • Copilot in Excel (Microsoft Skills) documentation is no longer available at this URL
    • Uncertainty remains whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. A documentation page about getting started with editing prompts in Copilot for Excel 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 topic.

    • Removed page covered how to get started with editing prompts in Copilot for Excel
    • Uncertainty whether this is a deprecation or a doc reorganization
  • Page removed or relocated. The documentation page about Copilot in Excel data sources is no longer available. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but information about how Copilot in Excel interacts with data sources is now missing.

    • Page on Copilot in Excel data sources removed
    • Uncertainty whether this is a feature deprecation or documentation move
  • 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.

    • Documentation for AI-powered SharePoint page refinement is no longer accessible
    • Uncertainty whether this is due to feature removal or doc reorganization
  • Page removed or relocated. The documentation page 'Welcome to Copilot in Word' 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 Word is now missing from this location.

    • Removal of the 'Welcome to Copilot in Word' page
    • Potential loss of introductory guidance for Copilot in Word users
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this reflects a deprecation, a move, or a restructuring of the documentation. Users may temporarily lose access to basic onboarding or overview information for Copilot in PowerPoint.

    • Removal of the welcome/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 summarization feature in PowerPoint 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 feature deprecation or a documentation restructure, but users now lack a centralized resource for common questions about Copilot in PowerPoint.

    • FAQ documentation for Copilot in PowerPoint is no longer available
    • Potential loss of guidance on common issues, usage, and troubleshooting
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

    • Documentation for Copilot skills in PowerPoint is no longer available at this URL
    • Uncertainty whether this is due to deprecation or content reorganization
  • 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 for 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 indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for adding a slide from a file with Copilot in PowerPoint are no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation has been 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 for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but information about using Copilot's chat capabilities in Outlook is now missing.

    • Documentation for chatting with Copilot in Outlook is no longer available
    • Uncertainty whether this is due to deprecation or doc reorganization
  • 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 direct guidance on using Copilot for data visualization in Excel.

    • Page on visualizing data with Copilot in Excel is no longer available
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • 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 specific Copilot capability.

    • Guidance for importing data from another Excel file with Copilot 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 Excel has been removed. It is unclear if this indicates deprecation, relocation, or consolidation of documentation, but users now lack a dedicated FAQ resource for 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. 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 Copilot in Excel tips documentation
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. Documentation about Copilot in Excel personalization is now missing. It is unclear if this reflects a feature deprecation or a restructuring of the documentation, but users currently lack official guidance on personalizing Copilot in Excel.

    • Page covering Copilot in Excel personalization is no longer available
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but information about Copilot's capabilities in Excel is now missing from this location.

    • Documentation for Copilot in Excel (Microsoft Skills) is no longer available at this URL
    • Uncertainty remains whether this is due to deprecation or relocation of content
  • Page removed or relocated. A documentation page about getting started with editing prompts in Copilot for Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack direct guidance on this topic.

    • Page covering 'getting started with editing prompts' in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for refining SharePoint pages with AI is no longer available at this URL. It is unclear if the feature is deprecated or if the documentation has been relocated or consolidated elsewhere.

    • Page describing AI capabilities for refining SharePoint pages is missing
    • Uncertainty whether this reflects feature removal or documentation restructuring
  • Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but introductory or onboarding information for Copilot in Word is now missing from this location.

    • Removal of the 'Welcome to Copilot in Word' page
    • Potential loss of introductory or getting started guidance for Copilot in Word
  • 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 documentation, but users now lack a central overview or onboarding resource for Copilot 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 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.

    • Page detailing how to summarize 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 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 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
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • 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.

    • Guidance for adding 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 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 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 to common questions about this capability.

    • FAQ content for Copilot Office Agent is no longer available
    • Potential loss of guidance on usage, troubleshooting, or limitations
  • 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 lose access to official guidance on this scenario.

    • Page describing how to import data from another Excel file with Copilot in Excel has been removed
    • 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 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 available 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 focused on Copilot in Excel tips
    • Potential loss of guidance for effective Copilot use in Excel
  • 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 documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Copilot in Excel personalization documentation is missing
    • Uncertainty whether this is due to deprecation or restructuring
  • Page removed or relocated. A documentation page about getting started with Copilot in Excel, likely including a key image or walkthrough, has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation.

    • Page with Copilot in Excel getting started content is no longer available
    • Potential loss of onboarding or visual guidance for new users
  • 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 explaining AI-powered refinement of SharePoint pages has been removed
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • 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 overview content for Copilot in Word
    • Potential gap in onboarding or getting started guidance
  • 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 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 introducing Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack an official overview or onboarding guide for Copilot in PowerPoint.

    • Removal of introductory or welcome content for Copilot in PowerPoint
    • Potential loss of onboarding or feature overview information
  • 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 guidance on this specific Copilot capability is now missing.

    • Page detailing how to summarize 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. It is unclear if this indicates a deprecation, relocation, or restructuring of the documentation. Users now lack a centralized resource for common questions about Copilot in PowerPoint.

    • FAQ content for Copilot in PowerPoint is no longer accessible at this URL
    • Potential loss of answers to common user questions and troubleshooting guidance
  • 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 specific Copilot capability.

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential gap in user guidance for leveraging Copilot's presentation creation features
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

    • Page covering Copilot skills in PowerPoint 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 add an image to a PowerPoint presentation using Copilot 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.

    • Step-by-step instructions for adding images with Copilot in PowerPoint are missing
    • Uncertainty whether the feature is deprecated or the 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 whether this indicates feature deprecation or a restructuring of documentation, but users now lack direct guidance on this specific Copilot capability.

    • Page detailing 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 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 moved
  • Page removed or relocated. The FAQ page for the Office Copilot agent is no longer available at this URL. It is unclear whether the content has been deprecated or simply relocated, but users now lack direct access to frequently asked questions about the Office Copilot agent.

    • FAQ documentation for Office Copilot agent is missing
    • Potential loss of guidance on common questions and troubleshooting
  • 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 specific Copilot capability.

    • Guidance for importing data from another Excel file with Copilot 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 Excel has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, 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
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a deprecation of features or a restructuring of documentation, but users now lack access to these specific tips.

    • Removal of a page focused on Copilot in Excel tips
    • Potential loss of guidance for effective Copilot use in Excel
  • 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 information about personalizing Copilot in Excel is now missing.

    • Documentation for Copilot in Excel personalization removed
    • Uncertainty whether feature is deprecated or doc was relocated
  • Page removed or relocated. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear whether this indicates a feature deprecation or a relocation/restructuring of the documentation, but users now lack official guidance on using AI capabilities in SharePoint for page refinement.

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

    • Removal of the 'Welcome to Copilot in Word' page
    • Potential loss of introductory guidance for Copilot in Word
  • 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 the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this reflects a deprecation, a move, or a restructuring of the documentation. Users now lack a central overview or welcome page for Copilot in PowerPoint.

    • Removal of the main welcome/overview page for Copilot in PowerPoint
    • Potential loss of entry point for understanding Copilot capabilities in PowerPoint
  • 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 indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.

    • Missing instructions for summarizing presentations with Copilot in PowerPoint
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear whether this indicates deprecation of features or a restructuring of documentation, but users now lack a centralized resource for common questions about Copilot in PowerPoint.

    • FAQ content for Copilot in PowerPoint no longer available
    • Potential loss of answers to 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 indicates 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. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

    • Page covering Copilot skills in PowerPoint no longer available
    • Uncertainty whether this is due to deprecation or doc reorganization
  • 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 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.

    • 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 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 documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates a 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 FAQ page for the Office Agent in Copilot for Office Frontier has been removed. This means users no longer have access to official answers to common questions about this capability, but it is unclear if the feature itself is deprecated or if the documentation was relocated.

    • Loss of FAQ documentation for Office Agent in Copilot for Office Frontier
    • Uncertainty about whether the feature is deprecated or the documentation was 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 direct guidance on using Copilot for data visualization in Excel.

    • Page on visualizing data with Copilot in Excel is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • 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 simply a documentation restructure or relocation.

    • Page explaining how to import data from another Excel file with Copilot is no longer available
  • 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. 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. 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 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. 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 guidance on this specific capability.

    • Page covering Copilot in Excel rules has been removed
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. Documentation about Copilot personalization features in Excel is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users lose access to guidance on personalizing Copilot in Excel.

    • Page covering Copilot personalization in Excel has been removed
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation about Copilot in Excel data sources 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 how Copilot in Excel interacts with data sources.

    • Page covering Copilot in Excel data sources has been removed
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • 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, a move, or a restructuring of documentation, but information about using AI in SharePoint page refinement is now missing.

    • Documentation for AI-powered refinement of SharePoint pages is no longer accessible
    • Uncertainty whether this is due to deprecation 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 content 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 whether 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 relocated
  • Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear whether this indicates a deprecation of the feature or a restructuring of documentation. Users now lack an introductory resource for Copilot capabilities 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 explaining how to summarize presentations with Copilot in PowerPoint 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 presentation summarization in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear whether this indicates a deprecation of features, a relocation of the content, or a documentation restructure. Users now lack a centralized source for common questions and answers about Copilot in PowerPoint.

    • FAQ documentation for Copilot in PowerPoint is no longer available at this URL
    • Potential loss of guidance on common Copilot in PowerPoint issues and usage
  • 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 gap in user guidance for leveraging Copilot's presentation creation features
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

    • Documentation for Copilot skills in PowerPoint is no longer available at this URL
    • Uncertainty whether this is due to deprecation or doc reorganization
  • 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 if 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 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.

    • 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 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 indicates 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 FAQ page for the Office Agent (Copilot Office Frontier) is no longer available. It is unclear whether this reflects a deprecation of the feature, a relocation of documentation, or a restructuring of content. Users now lack access to official answers to common questions about this Copilot capability.

    • FAQ documentation for Copilot Office Agent is missing
    • Potential loss of guidance on usage, troubleshooting, and feature details
  • 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 relocation of the content, but users now lack official guidance on using Copilot for data visualization in Excel.

    • Page on visualizing data with Copilot in Excel is no longer available
    • Uncertainty whether the 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 whether this indicates a 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 or feature discovery for new users
  • Page removed or relocated. The FAQ page for Copilot in Excel is no longer available at its previous URL. It is unclear whether the content has been deprecated or simply relocated, but users currently lose access to documentation addressing common questions about Copilot's features and usage in Excel.

    • FAQ documentation for Copilot in Excel is missing
    • 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 the content was deprecated, relocated, or consolidated elsewhere, but users now lack direct access to these tips.

    • Removal of a page focused on 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 feature deprecation or a documentation restructure, but users now lack official 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. A page providing introductory or getting started information for Copilot in Excel has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but users may temporarily lose access to basic onboarding guidance for Copilot in Excel.

    • Removal of a 'get started' guide for Copilot in Excel
    • Potential gap in onboarding or introductory documentation
  • 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

  • Removed Observability

    Page removed or relocated. The removal of this page eliminates documentation about observability features in Agent 365, including how it supports security, compliance, and governance for Copilot-related AI agents. Users now lack official guidance on monitoring, auditing, and managing agents across Microsoft Copilot Studio, Azure Foundry, and third-party runtimes.

    • Loss of overview on Agent 365's observability capabilities for AI agents
    • Missing details on integration with Microsoft Defender for threat detection
    • No longer documents how observability supports compliance, audit, and certification
    Microsoft Learn · 2026-01-09