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

Microsoft 365 Copilot and Copilot Studio documentation expanded around agents, plugin authentication, and real-time agent configuration.

Microsoft 365 Copilot and Copilot Studio were the most active areas, with multiple new pages and significant updates focused on building and operating agents. The biggest change was a set of new authentication configuration guides for MCP and API plugins (OAuth 2.0, Entra SSO, dynamic client registration, API key, and anonymous), alongside broad updates to real-time agent documentation.

Microsoft 365 Copilot 34

  • This new page provides comprehensive guidance on preparing SharePoint environments for Microsoft 365 Copilot and agent usage, detailing advanced management, governance, and security features that directly impact Copilot's effectiveness and data safety.

    • Introduces the Content Management Assessment hub for Copilot readiness and governance insights
    • Details site lifecycle management and Microsoft 365 Archive to optimize content for Copilot
    • Explains how to prevent oversharing and manage sensitive content discovery in Copilot scenarios
    Microsoft Learn · 2026-07-16
  • This new page documents how to configure OAuth 2.0 authentication for plugins used with Microsoft 365 Copilot, including detailed steps for registration, redirect URI setup, and integration with Copilot's plugin manifest. It introduces multiple supported methods (Agents Toolkit, declarative agent developer skill, Teams developer portal) and highlights support for PKCE and dynamic client registration.

    • Introduces OAuth 2.0 authentication flow for Copilot plugins, including PKCE support
    • Details three methods for creating and managing OAuth configurations: Agents Toolkit, declarative agent developer skill, and Teams developer portal
    • Explains how to register OAuth clients, configure redirect URIs, and link authentication configs to plugin manifests
  • This new page documents how to configure Microsoft Entra SSO authentication for MCP servers or APIs used by Microsoft 365 Copilot plugins, providing step-by-step guidance for app registration, authentication configuration, and integration with Copilot development tools. It introduces and explains the process for securing MCP plugins and APIs with Entra SSO, which is essential for enabling secure, seamless user authentication in Copilot scenarios.

    • Introduces step-by-step process to enable Entra SSO authentication for MCP plugins and APIs
    • Describes three methods to create the authentication configuration: Agents Toolkit, declarative agent developer skill, and Teams developer portal
    • Explains how to update Entra app registration with Application ID URI and required redirect URIs
  • This new documentation introduces support for dynamic client registration (DCR) for Model Context Protocol (MCP) plugins in Microsoft 365 Copilot, allowing plugins to automatically register OAuth clients and manage credentials without manual setup. It details prerequisites, supported tools, and the automated configuration process, significantly simplifying secure plugin integration.

    • DCR enables automatic OAuth client registration for MCP plugins, removing the need for manual client ID/secret setup.
    • DCR is supported via Microsoft 365 Agents Toolkit and the declarative agent developer skill, but not yet in the Teams developer portal.
    • PKCE is enabled by default for DCR, and the authorization server must issue a client secret.
  • This new page documents the full set of evaluators available in the Microsoft 365 Copilot Agent Evaluations CLI, detailing their types, scoring methods, configuration options, and usage in test datasets. It enables users to understand and configure automated quality assessments for Copilot agent responses across multiple dimensions, including relevance, coherence, groundedness, retrieval accuracy, and string matching.

    • Introduces and describes all available evaluators for Copilot Agent Evaluations CLI, including LLM-based, retrieval, and string/count-based types.
    • Provides configuration details, default thresholds, and required fields for each evaluator.
    • Includes sample dataset schemas and configuration examples for each evaluator.
  • A new governed workflow now allows organizations to submit custom agents built in Agent Builder to the Agent Store after admin review and approval, enabling secure and scalable sharing of validated Copilot agents. Additionally, organizations can now create and distribute company-wide prompt collections via the Copilot Prompt Gallery, tailoring Copilot experiences to specific business needs.

    • Introduced admin-governed submission of custom agents from Agent Builder to the Agent Store
    • Admins can review, approve, and publish agents for organization-wide use
    • Organizations can now build and distribute company-specific prompt collections in the Copilot Prompt Gallery
  • A new troubleshooting guide for authentication issues with Model Context Protocol (MCP) and API plugins in Microsoft 365 Copilot agents has been published. This documentation provides detailed steps and error explanations for resolving common authentication failures, configuration mismatches, and sign-in problems.

    • Covers troubleshooting for OAuth and Microsoft Entra SSO authentication in Copilot agents
    • Explains error messages and their causes, including token exchange failures, app ID mismatches, and organization policy restrictions
    • Provides guidance on resolving issues with sign-in popups, credential persistence, and consent dialogs
  • This new page documents how to configure anonymous authentication for MCP servers or APIs in Copilot plugins, enabling plugin access without credentials. This is primarily intended for development and testing scenarios.

    • Introduces support for anonymous authentication in plugin manifests
    • Explains how to set the authentication type to 'None' for MCP servers/APIs
    • Clarifies that anonymous access is for development/testing, not production
  • This new page documents how to configure API key authentication for API plugins in Microsoft 365 Copilot, detailing supported methods, OpenAPI requirements, and setup steps using Agents Toolkit or Teams developer portal. It clarifies that API key authentication is not supported for MCP plugins, which must use OAuth 2.0 or Entra SSO.

    • Introduces support for API key authentication in API plugins for Microsoft 365 Copilot
    • Describes three supported API key delivery methods: bearer token, custom header, and query parameter
    • Provides step-by-step instructions for configuring API key authentication in OpenAPI documents
  • The documentation clarifies that Copilot Cowork is now generally available, changes how it is accessed and managed in the Microsoft 365 admin center, and updates guidance on usage-based billing and reporting. It also clarifies the distinction between agentic systems and agents, and adds a new link for usage reporting.

    • Copilot Cowork is now generally available and no longer managed via the Preview agent-based access control.
    • Access and management in the Microsoft 365 admin center now use a different navigation path.
    • Clarifies Cowork is an agentic system, not an agent.
    Microsoft Learn · 2026-07-17
  • The page was restructured to provide a clearer overview of supported authentication schemes for MCP and API plugins in Microsoft 365 Copilot, consolidating detailed setup instructions into separate articles. The new structure clarifies which authentication methods are supported for each plugin type and how authentication configuration works, but removes in-depth step-by-step guidance from this page.

    • Added a summary table showing which authentication schemes are supported for MCP and API plugins
    • Introduced a new section explaining how plugin authentication works and how to configure it
    • Removed detailed setup instructions for OAuth 2.0, Microsoft Entra SSO, API key, and anonymous authentication from this page
  • The documentation now clarifies and expands on how plugins for Microsoft 365 Copilot work, especially regarding dynamic tool discovery for MCP plugins, new mechanisms for customizing response presentation (including MCP apps), and updated limitations on plugin/tool selection. These changes are important for developers building or managing plugins, as they affect plugin architecture, runtime behavior, and user experience.

    • Describes dynamic tool discovery for MCP plugins, where tool definitions are fetched and validated at runtime.
    • Introduces MCP apps as a new way for MCP plugins to deliver rich, interactive responses, distinct from Adaptive Card templates.
    • Clarifies that API plugins and MCP plugins with pinned tools use manifest-defined Adaptive Card templates for response presentation.
  • The documentation was significantly restructured and updated to clarify and streamline the process of building a plugin for a declarative agent using an MCP server, with a new step-by-step walkthrough using the GitHub MCP server as an example. The new guide consolidates and simplifies OAuth client creation, agent creation, publishing, and usage, and highlights support for dynamic client registration and inline UI widgets.

    • Added a detailed, stepwise walkthrough using the GitHub MCP server as an example
    • Clarified and consolidated OAuth client registration, including support for dynamic client registration (DCR)
    • Streamlined agent creation and sideloading steps, removing redundant or fragmented sections
  • The API now supports a new 'version' parameter, allowing users to select between report versions with different data fields and period options. Version 2 adds several new usage metrics and activity fields, and the documentation clarifies supported response formats (CSV and JSON).

    • Added 'version' query parameter to select report version (v1 or v2)
    • Version 2 reports include new fields: prompts submitted, active usage days, additional activity dates
    • Supported 'period' values now depend on report version (e.g., D28 for v2)
  • The API now supports a new 'version' parameter, allowing users to select between two report versions with different supported periods and additional data fields in version 2. This expands the reporting capabilities and granularity available to users.

    • Added optional 'version' query parameter to the API request.
    • Version 2 reports include new fields: Edge, Microsoft 365 Copilot, Copilot Chat (work/web) enabled/active users, and prompts submitted.
    • Supported 'period' values now depend on the selected report version (e.g., D28 for v2).
  • The API now supports a new 'version' parameter, allowing users to select between report versions with different data fields. Version 2 adds new metrics, including Edge and Copilot Chat (work/web) usage, and prompt submission statistics. The response format is clarified to support both CSV and JSON outputs.

    • Added optional 'version' parameter to API request
    • Version 2 reports include new metrics: Edge usage, Copilot Chat (work/web), total and average prompts
    • Supported 'period' values now depend on report version (e.g., D28 for v2)
  • The documentation now details more granular approval options for sensitive actions in Copilot Cowork, including the ability to specify how broadly to skip future prompts (by recipient, domain, or always) for emails and Teams messages. It also clarifies that 'don't ask again' approvals apply only to the current session and can be managed in the Permissions panel. Minor terminology changes from 'conversation' to 'session' were made throughout.

    • Added ability to specify approval scope (recipient, domain, always) for skipping future prompts on emails and Teams messages
    • Clarified that 'don't ask again' approvals are session-scoped and can be reviewed/revoked in Permissions panel
    • Updated terminology from 'conversation' to 'session' for consistency
    Microsoft Learn · 2026-04-29
  • Agent Builder is now available for declarative agents in the Government Community Cloud High (GCCH), and limited support for pro-code agents is now noted for the Department of Defense (DoD) cloud. This expands Copilot's agent-building capabilities for government tenants.

    • Agent Builder is now available for declarative agents in GCCH
    • DoD now has limited support for pro-code agents with Microsoft 365 Agents Toolkit
    • Clarified support levels for each government cloud
  • Agent Builder is now available for declarative agents in the Government Community Cloud High (GCCH), and limited support for pro-code agents is now noted for the Department of Defense (DoD) cloud. This expands Copilot's agent-building capabilities for government tenants.

    • Agent Builder is now available for declarative agents in GCCH
    • DoD cloud now has limited support for pro-code agents with Microsoft 365 Agents Toolkit
    • Clarified support levels for each government cloud
  • The documentation now references schema version 1.6.0 as the latest recommended version for evaluation datasets, replacing 1.2.0. This signals new or enhanced capabilities for evaluator configuration, evaluator modes, and multi-turn support, and points users to a JSON Schema on GitHub for authoritative schema details.

    • Schema version 1.6.0 is now recommended for evaluation datasets, replacing 1.2.0.
    • References to new capabilities enabled by 1.6.0, including evaluator configuration and multi-turn support.
    • Link to the evaluation dataset schema in JSON Schema format on GitHub added.
  • A new 'version' parameter has been added to several Copilot usage reports APIs, allowing developers to request additional information in generated reports. This enhances the flexibility and detail available from these APIs.

    • Added 'version' parameter to Copilot usage reports APIs
    • Developers can now request extra information in reports
  • The troubleshooting guidance for authentication problems has been replaced with a pointer to a dedicated authentication troubleshooting page, and the section on discovery and entry problems now distinguishes between dynamic and pinned tool discovery, adding new troubleshooting steps for dynamic tool discovery scenarios.

    • Authentication troubleshooting steps are now consolidated into a separate page, reducing duplication and centralizing guidance.
    • Discovery and entry problems section now explains dynamic tool discovery (default) versus pinned tools, with new checks for dynamic discovery such as verifying run_for_functions is set to ["*"], and inspecting the server's tools/list response.
    • Added troubleshooting step to confirm authentication succeeds, as some MCP servers return no tools until sign-in.
  • The documentation clarifies how to add MCP apps to declarative agents, updates toolkit version requirements, and refines authentication guidance. It also consolidates and streamlines instructions for creating and sideloading agents, replacing a detailed step-by-step section with a higher-level overview and linking to a separate walkthrough.

    • Toolkit version requirement updated from 6.6.1 to 6.12.0
    • Authentication guidance clarified, especially for development scenarios using 'None' option
    • Instructions for creating and sideloading agents now reference an external walkthrough and add MCP app-specific considerations
  • The documentation clarifies terminology by replacing 'static tool discovery' with 'pinned tools,' adds details about plugin manifest configuration for both dynamic and pinned tools, and provides guidance on configuring pinned tools using Agents Toolkit. It also notes that dynamic tool discovery now supports tools that return interactive UI widgets (MCP apps). The rollout details section was removed.

    • Terminology updated from 'static tool discovery' to 'pinned tools' throughout
    • Added explanation and manifest examples for configuring dynamic vs. pinned tools
    • New section on how to configure pinned tools using Microsoft 365 Agents Toolkit
  • The documentation now clarifies that customizing confirmation text is only possible for tools declared in the plugin manifest's functions array (pinned tools), and not for MCP plugins using dynamic tool discovery. For dynamically discovered tools, Copilot uses the description from the MCP server's tools/list response.

    • Clarifies limitation: confirmation text customization only applies to pinned tools in the manifest
    • Explains that dynamic tool discovery tools use server-provided descriptions for confirmation prompts
  • The documentation clarifies that the toggle for switching between work-based and web-based data in Microsoft 365 Copilot is now labeled 'Work IQ' instead of 'work/web' mode. This provides more precise guidance for users on how to control the data grounding of their Copilot experience.

    • Replaced 'work/web' mode terminology with 'Work IQ' button for Microsoft 365 Copilot
    • Clarified that turning Work IQ on enables work-based (Graph) chat, and off enables web-based chat
    Microsoft Learn · 2026-03-24
  • The documentation clarifies the availability and behavior of the web search toggle for Researcher and Analyst features in Copilot, and updates the description of user-level controls for web search in Copilot and Copilot Chat. These clarifications help admins and users better understand how web search can be managed and accessed across different Copilot experiences.

    • Clarifies that Researcher has a 'Web search' toggle in the input box, while Analyst does not have a toggle.
    • Updates language to indicate that user-level web search toggles are available for eligible users in both Copilot and Copilot Chat.
    • Removes previous statement that the user-level toggle is only for Microsoft 365 Copilot, now indicating broader eligibility.
    Microsoft Learn · 2026-07-15
  • The navigation experience in the Microsoft 365 Copilot app has changed: 'Create' has been replaced by 'Search' as a default navigation item, and the 'Apps' section is now 'Pinned', allowing users to pin agents and apps for easier access. These changes affect how users interact with and customize the app.

    • 'Create' replaced by 'Search' as a default navigation item
    • 'Apps' section replaced by 'Pinned', enabling pinning of agents and apps
    • Clarified location of user name and avatar in the app interface
    Microsoft Learn · 2026-07-08
  • A new section clarifies how scoped web search works for declarative agents, specifically explaining that responses are based on Bing-indexed content and may not include dynamic or client-rendered data. This helps set expectations for developers about the limitations of scoped web search.

    • Added explanation that scoped web search uses Bing-indexed content, not direct data source access
    • Clarified that dynamic or client-side rendered content may be missing or outdated in search results
  • Two new evaluation metrics, 'RetrievalQuery' and 'RetrievalResult', have been added to the list of available evaluators for agent responses. This expands the ways in which agent outputs can be assessed, particularly for retrieval-based tasks.

    • Added 'RetrievalQuery' evaluator (Non-LLM, Pass/fail scale)
    • Added 'RetrievalResult' evaluator (Non-LLM, Proportional scale)
  • The documentation now clarifies that declarative agents ground web search results on Bing-indexed content, which may be incomplete or outdated for dynamic sites, and explicitly lists this as a limitation and unsuitable use case. This helps readers better understand scenarios where declarative agents may not provide reliable or current information.

    • Added explanation that web search grounding uses Bing-indexed content, not live queries
    • Noted that dynamic or AJAX-rendered sites may yield incomplete or stale results
    • Listed dynamic web content as a primary limitation and unsuitable scenario for declarative agents
  • The documentation now clarifies that the API is available in various national cloud deployments and specifies that the 'period' parameter must be included in the HTTP request URL. This helps users understand deployment availability and correct API usage.

    • Added table indicating API availability in global, US Government, and China clouds
    • Updated HTTP request syntax to require 'period' parameter
  • The documentation now clarifies that the API is available in all national cloud deployments and specifies that the 'period' parameter is required in the HTTP request URL. This helps users understand both deployment availability and correct API usage.

    • Added table showing API availability in all national cloud deployments (Global, US Gov L4, US Gov L5, China 21Vianet)
    • Updated HTTP request syntax to explicitly include the required 'period' parameter
  • The documentation now clarifies that the API requires a 'period' parameter in the request URL and specifies its availability across national cloud deployments. This helps users understand required parameters and where the API can be used.

    • Added explicit mention of the 'period' parameter in the API request URL
    • Included a table indicating API availability in national cloud deployments

MS AI SDKs 4

  • This new page documents the Teams extension for the Agents SDK, which enables developers to build agents with deep, structured integration into Microsoft Teams features such as meetings, message extensions, channels, and more. It provides detailed setup instructions, handler registration patterns, and examples for multiple languages, significantly expanding Copilot's extensibility within Teams.

    • Introduces the Teams extension for the Agents SDK, enabling event-driven access to Teams features
    • Documents purpose-built APIs and typed models for Teams data
    • Explains handler registration via attributes, fluent APIs, and decorators in C#, JavaScript/TypeScript, and Python
    Microsoft Learn · 2026-07-15
  • The documentation now covers both .NET and Python implementations of the Neo4j Memory Provider for Microsoft Copilot agents, including installation, prerequisites, and usage for each. It clarifies that the .NET package is community-maintained and not an official Neo4j Labs release, and highlights new features such as dependency injection, broader integration (Semantic Kernel, MCP), and OpenTelemetry support.

    • Added .NET (C#) installation and usage instructions for Neo4j Agent Memory Provider
    • Clarified that the .NET package is community-maintained, not official Neo4j Labs
    • Expanded prerequisites and environment variable requirements for both Python and .NET
  • The documentation now describes new .NET/C# APIs for configuring autonomous mode and tool approval in handoff workflows, replacing previous Python-centric examples. It introduces more granular control over autonomous agent behavior, including per-agent turn limits, custom continuation prompts, and explicit termination conditions.

    • Autonomous mode now configurable via .NET/C# API with per-agent turn limits and custom prompts
    • Ability to combine autonomous mode with explicit termination conditions
    • Tool approval now handled via ApprovalRequiredAIFunction and RequestInfoEvent in .NET/C#
    Microsoft Learn · 2026-07-16
  • The updated section clarifies the distinction between tool approval and interactive user input in agent orchestrations, introducing 'handoff orchestration' as the recommended approach for multi-turn, interactive scenarios. It explains that standard orchestrations do not support free-form user input between steps unless paired with a RequestPort in a custom workflow.

    • Added explanation of 'handoff orchestration' for interactive, multi-turn user-agent exchanges
    • Clarified that sequential, concurrent, and group chat orchestrations do not natively support free-form user input between steps
    • Guidance to use RequestPort with custom WorkflowBuilder for more granular user control
    Microsoft Learn · 2026-07-16

Copilot Studio 13

  • This new documentation introduces the ability to extend Microsoft 365 Copilot with specialized agents built in Copilot Studio. It details how to create, configure, and publish both custom agents and agents specifically for Microsoft 365 Copilot, including adding tools, knowledge sources, and suggested prompts, as well as security and deployment considerations.

    • Explains the difference between custom agents and agents for Microsoft 365 Copilot (declarative agents)
    • Describes how to author, configure, and publish agents to Microsoft 365 Copilot and Teams
    • Details how to add tools (integrations), knowledge sources (SharePoint, Graph connectors), and suggested prompts to agents
  • The documentation now covers deploying real-time agents to both voice and digital messaging channels, with digital messaging support in preview. It adds detailed setup instructions, clarifies channel-specific capabilities, and introduces new features like support for rich media and quick replies in digital messaging channels (preview). These changes significantly expand the scope and configuration guidance for real-time agents in Copilot Studio.

    • Real-time agents can now be deployed to digital messaging channels (preview), not just voice
    • Added step-by-step instructions for setting up and enabling real-time agents
    • Introduced channel-specific settings, including supported agent voices
  • Several major new features were added for June 2026, including general availability of Windows 365 for Agents MCP server, condition groups for flow management, Teams Phone Agent integration, agent-to-agent delegation, and Foundry IQ knowledge grounding. These expand Copilot Studio's automation, integration, and orchestration capabilities.

    • Windows 365 for Agents MCP server now generally available, enabling full control of cloud PCs by agents
    • Condition groups allow managing multiple conditions in a single node, simplifying topic flows
    • Preview integration with Teams Phone Agent for advanced voice workflows and seamless handoff
  • Page removed or relocated. The documentation page detailing how to extend Microsoft 365 Copilot with custom and declarative agents via Copilot Studio has been removed. This eliminates official guidance on creating, configuring, publishing, and securing specialized agents within Microsoft 365 Copilot, which is critical for organizations seeking to tailor Copilot's capabilities.

    • Loss of step-by-step instructions for authoring custom and Copilot-specific agents
    • No longer provides details on adding tools, knowledge, and suggested prompts to agents
    • Removal of security best practices for agent development
  • This new page documents how to extend Copilot agents in Copilot Studio using connectors, including both prebuilt and custom connectors, and describes the process for extending both custom agents and Microsoft 365 Copilot via declarative agents. It outlines prerequisites and step-by-step guidance for integrating external data and tools, which is important for users seeking to enhance agent capabilities.

    • Introduces connectors as a mechanism to integrate enterprise data sources with Copilot agents
    • Explains the distinction between extending custom agents directly and extending Microsoft 365 Copilot via declarative agents
    • Provides prerequisites and step-by-step instructions for selecting and extending agents
  • The documentation now introduces real-time agents for digital messaging channels (in preview), expanding beyond voice-only scenarios. It details new capabilities, prerequisites, and preview limitations for digital messaging, and clarifies regional AI model hosting and data processing requirements.

    • Real-time agents now support both voice and digital messaging channels (digital messaging in preview)
    • Multi-channel deployment capability added, allowing the same agent configuration across channels
    • Preview limitations for digital messaging agents documented (authentication, conversation length, analytics)
  • The documentation now covers both voice and text testing for real-time agents, introduces a new section detailing test modes, and clarifies that real-time agents are in preview for digital messaging channels. It also updates and expands the explanation of limitations when testing versus production environments.

    • Added support and instructions for text-based testing of real-time agents, not just voice
    • Introduced a 'Test modes' section comparing Speech & DTMF (voice) and Text (digital messaging) modes
    • Clarified that real-time agents are in preview for digital messaging channels
  • The documentation now covers deploying real-time agents to both voice and digital messaging channels, not just voice, and introduces multichannel deployment guidance. It also clarifies that digital messaging support is in preview and adds details about channel-specific features and supported voices.

    • Expanded support to digital messaging channels (in preview)
    • Added guidance for deploying agents to both voice and digital channels simultaneously
    • Clarified that some features (DTMF, VAD, voice selection) are voice-only
  • The documentation now clarifies that real-time agents can be customized for both voice and digital messaging channels, and that digital messaging support is currently in preview. Guidance and examples have been updated to reflect cross-channel applicability, and preview limitations are explicitly noted.

    • Added support and preview notice for real-time agents in digital messaging channels
    • Updated sample instructions and descriptions to be cross-channel (voice and digital messaging)
    • Clarified that guidance applies to both voice and digital messaging agents
  • Page removed or relocated. The page explaining how to extend agent capabilities in Copilot Studio using connectors and knowledge sources has been removed. This removes guidance on integrating external data and tools with custom and Microsoft 365 Copilot agents, which may impact users seeking to enhance agent functionality.

    • Loss of documentation on using connectors to extend agent capabilities
    • Missing explanation of differences between custom agents and Microsoft 365 Copilot agent extension
    • No longer provides prerequisites and step-by-step guidance for extending agents
  • A new clarification was added stating that only ASCII header names and values are supported in manifest and tool definition files, warning that non-ASCII characters may cause validation failures. This is important for developers to avoid certification issues.

    • Added explicit note about ASCII-only support for header names and values in manifest and tool definition files
    • Warned that non-ASCII characters may cause validation failures
  • The documentation clarifies that while quarantined agents remain visible in Copilot Studio, makers can still interact with them during testing, but not in other channels. This provides more precise guidance on the limitations of quarantined agents' usability.

    • Clarifies that makers can interact with quarantined agents during testing
    • Specifies that interaction with quarantined agents is blocked in all other channels
  • The documentation now clarifies technical requirements and limitations for connecting Azure AI Foundry models to Copilot Studio prompts, including endpoint requirements and unsupported model families. This helps users avoid connection errors and understand which models can be used.

    • Added section specifying that only chat completion endpoints are supported for custom models
    • Clarified that using the Responses API endpoint will cause connection failures
    • Explicitly stated that GPT-5 and later models are not supported for bring your own model scenarios

Azure AI 58

  • This new documentation introduces the deployment and usage of MAI image models in Microsoft Foundry, detailing supported models, deployment steps, authentication methods, API usage for text-to-image and image-to-image edits, quotas, troubleshooting, and responsible AI practices. It enables enterprise users to securely access and integrate advanced image generation and editing capabilities into their workflows.

    • Describes deployment of MAI image models (including MAI-Image-2.5-Flash, MAI-Image-2.5, MAI-Image-2e, MAI-Image-2) in Microsoft Foundry
    • Provides step-by-step instructions for deploying models via portal and Azure CLI
    • Explains authentication using API keys or Microsoft Entra ID
  • The documentation now includes two new Azure OpenAI models, gpt-5.6-terra and gpt-5.6-sol, with their specific throughput, deployment, and context window parameters. Additionally, the long context support limits for models have been clarified and updated.

    • Added gpt-5.6-terra and gpt-5.6-sol to the supported models table with deployment and throughput values
    • Specified that gpt-5.6-terra and gpt-5.6-sol support long context up to 272k prompt tokens
    • Clarified long context limits for gpt-5.4, gpt-4.1, gpt-4.1-mini, and gpt-4.1-nano (128k tokens)
  • Page removed or relocated. The documentation page detailing how to deploy and use MAI image models in Microsoft Foundry has been removed. This eliminates official guidance on deploying, authenticating, and using Microsoft's state-of-the-art text-to-image and image-to-image models in Foundry, as well as information on API usage, quotas, and responsible AI practices.

    • Loss of deployment and authentication instructions for MAI image models in Foundry
    • Removal of API usage examples for text-to-image and image-to-image generation
    • Missing documentation on available model versions, quotas, and error troubleshooting
  • A new model, gpt-5.6-terra (version 2026-07-09), has been added to the list of Azure OpenAI Foundry Models with specified regional availability. This update informs users of expanded model options and their deployment regions.

    • Added gpt-5.6-terra (2026-07-09) to the Azure OpenAI Foundry Models table
    • Specified regional availability for gpt-5.6-terra across multiple Azure regions
  • Several new articles have been added, notably covering how to publish agents to Microsoft 365 Copilot and Teams, publishing agents in a virtual network, and creating/using memory in Foundry Agent Service (preview). These additions expand documentation on integrating Foundry agents with Copilot and Teams, and on memory features.

    • New documentation on publishing agents to Microsoft 365 Copilot and Teams
    • Guidance for publishing agents in a virtual network to Copilot and Teams
    • Preview documentation for creating and using memory in Foundry Agent Service
  • Updated Prompt caching

    The documentation now clarifies that starting with gpt-5.6 and later models, cache writes are billed in addition to discounted cache reads, potentially increasing costs. Guidance is added on how to structure prompts to minimize cache-write charges.

    • Cache writes are now billed on gpt-5.6 and later models, not just cache reads
    • Important note and FAQ entry added to explain new billing behavior
    • New section provides strategies to reduce cache-write costs by reusing prompt prefixes
  • The documentation now reflects a change from a simple 'protocols' array to a more detailed 'protocol_configuration' object for agent endpoints, allowing protocol-specific configuration. This enables more granular control over protocol settings for Copilot agents.

    • Replaced 'protocols' array with 'protocol_configuration' object in AgentEndpoint properties
    • Each protocol now supports its own configuration object, not just a list of enabled protocols
    • Documentation updated to clarify how to update these properties via PATCH
  • The documentation has been updated to reflect changes in regional availability for certain Foundry Models in Azure OpenAI, including the addition of new model versions and updates to which regions support specific models. This impacts where customers can deploy and use these models.

    • gpt-5-chat model versions removed from the Global Standard table
    • gpt-5.1-codex and gpt-5.1-codex-max models added to the Global Standard table
    • model-router entries in Data Zone Standard table now show reduced regional availability
  • The documentation now provides detailed guidance on customizing evaluators and datasets for Copilot Agent Optimizer, including new sections on advanced evaluator customization and dataset creation. This gives users more control and clarity over evaluation processes, supporting more precise and meaningful optimization.

    • Added 'Customize evaluators (advanced)' section explaining built-in and custom rubric evaluators, and how to edit and version them.
    • Added 'Create a custom dataset (advanced)' section detailing dataset sources (Foundry or local), schema, and how to add task-level criteria.
    • Clarified the evaluation workflow, emphasizing the importance of both datasets and evaluators.
  • The latency target table now includes new models (gpt-5.6-terra, gpt-5.6-sol, gpt-5.4-mini) with their respective latency targets, and updates the long context threshold for some models from 128k to 272k prompt tokens. This expands the documented capabilities and clarifies processing limits for priority processing.

    • Added gpt-5.6-terra and gpt-5.6-sol models with latency targets
    • Added gpt-5.4-mini model with latency target
    • Updated latency target for gpt-5.5 from 100 to 50 Tokens Per Second
  • The documentation now includes the new 'gpt-5.6-sol' model and updates regional availability details for several existing models across Global, Data Zone, and Regional deployment types. This provides users with more accurate and expanded information on where specific Foundry Models are available.

    • Added 'gpt-5.6-sol' model with specified regional availability in Global deployments.
    • Data Zone deployments now list 'centralus' as a region and update availability for all models.
    • Regional deployments update availability for 'gpt-5.4' and clarify region support for several models.
  • The quickstart now documents a new Python SDK workflow for creating and managing toolboxes and deploying hosted agents, in addition to the existing Azure Developer CLI and VS Code flows. This enables users to automate and script these operations using Python, expanding integration and automation options.

    • Added a Python SDK path for creating toolboxes and deploying hosted agents
    • Documented required Python packages and environment setup for the SDK workflow
    • Provided sample scripts for toolbox creation and deletion using the Python SDK
  • The documentation now adds a Python SDK workflow for optimizing a hosted agent, alongside the existing Azure Developer CLI path. Prerequisites and troubleshooting guidance have been updated to reflect this new option and its requirements.

    • Added a new 'Python SDK path' section detailing how to run the optimizer using Python instead of the CLI
    • Prerequisites updated to require Python 3.10+, specific Python packages, and an existing Foundry project
    • Troubleshooting expanded with solutions for Python script errors related to environment variables, project endpoints, and model deployments
  • The documentation now requires and demonstrates use of a GPT-5 family model (instead of GPT-4.1) for private agentic retrieval scenarios. This reflects a significant update in supported or recommended model versions for these workflows.

    • Prerequisites now specify a GPT-5 family model instead of GPT-4.1
    • Verification steps updated to check for GPT-5 family model deployment
    • Agent creation instructions now use a GPT-5 model deployment name
  • The tutorial now specifies that a GPT-5 family model powers the agent in Foundry, replacing the previous reference to the GPT-4.1 model. This indicates support for a newer, more advanced language model in the deployment process.

    • Replaced GPT-4.1 with GPT-5 family model as the agent's core LLM in Foundry
  • The documentation removes the preview status and preview-specific requirements for the invocations_ws protocol, updates the WebSocket endpoint structure, and increases the maximum connection duration from 10 to 30 minutes. These changes reflect the protocol's general availability and improved usability for voice agent developers.

    • invocations_ws protocol is no longer marked as public preview; preview flags and region restrictions removed
    • WebSocket endpoint URL structure changed to use path segments for project and agent, and requires an api-version query parameter
    • Maximum WebSocket connection duration increased from 10 minutes to 30 minutes
  • The documentation now clarifies that latency targets in the throughput table exclude requests with long context (exceeding specific prompt token thresholds), and explains that such requests are routed to spillover deployments or return errors if none are available. This helps users better understand how long context requests are handled and the applicability of latency targets.

    • Clarified that latency targets exclude long context requests
    • Specified prompt token thresholds for long context by model
    • Explained routing to spillover deployments or error return for long context requests
  • Updated Prompt caching

    The documentation clarifies how prompt caching billing and monitoring work for gpt-5.6 and later models, including that cache writes are billed but not separately reported in usage responses, and provides updated guidance on using the prompt_cache_key parameter.

    • Clarifies that cache writes are billed for gpt-5.6+ models but not reported separately in usage responses
    • Advises to use cached_tokens for monitoring cache reads and consult pricing for cost impact
    • Updates guidance on using prompt_cache_key for gpt-5.6+ models and notes no specific API version is required
  • The documentation clarifies and reorganizes information about the new subscription-level quota management system for Microsoft Foundry Models, specifying its start date and how it applies to different models. The guidance on how to check quota scope and the effects of the change are now consolidated in a dedicated section, improving clarity for users managing quotas.

    • Added explicit start date (May 7, 2026) for subscription-level quota management
    • Clarified which models are affected and how to check quota management scope in the portal
    • Consolidated and reorganized details about quota pooling and its impact on deployments
  • The instructions for publishing an agent using the Foundry portal interface have been removed, leaving only the REST API method. This change affects users who rely on the portal UI for publishing agents.

    • Removed step-by-step guidance for publishing via the Foundry portal
    • Now only REST API instructions are provided for publishing agents
    • Details on configuring authentication and permissions via the portal are no longer present
  • The regional support table for Foundry Agent Service now includes Switzerland West and West Central US, clarifying their support status for Responses API, Agents, and Class A IP ranges. This update informs users about new or previously undocumented regional availability.

    • Added Switzerland West region (Responses API: Yes, Agents: Yes, Class A: No)
    • Added West Central US region (Responses API: Yes, Agents: Yes, Class A: No)
  • The documentation clarifies prerequisites (updating required tool versions), expands on the sample project structure for MCP servers, and adds related links for using and registering Azure Functions MCP servers. These changes help users better understand setup requirements and available resources.

    • Updated required versions for Python (now 3.13+), Azure Functions Core Tools (now 4.8.0+), and Azure Developer CLI (now 1.23.0+)
    • Clarified that the sample MCP server template includes multiple sample projects and recommends starting from the MCP tools sample
    • Added related links for using Azure Functions MCP servers as tools in Foundry and for registering them in Azure API Center
  • The documentation removes the AzureMachineLearning service tag from the list of required outbound rules, but adds it as an optional outbound rule for specific scenarios involving Application Insights. This clarifies and adjusts network configuration requirements for Foundry projects using managed virtual networks.

    • AzureMachineLearning service tag removed from always-required outbound rules
    • AzureMachineLearning service tag added as a scenario-specific outbound rule for Application Insights/Evaluators Catalog
    • Clarified outbound rule requirements per scenario
  • Updated Web search tool

    The Java dependency version for the Azure AI Agents library was updated from 2.0.0 to 2.2.0, indicating new features, improvements, or bug fixes are now available for developers integrating web search in Copilot agents.

    • Updated Maven dependency version from 2.0.0 to 2.2.0 for azure-ai-agents
  • The required Java SDK dependency version for using SharePoint grounding with the agent API was updated from 2.0.0 to 2.2.0, indicating new features, improvements, or compatibility changes in the SDK that may affect developers integrating Copilot with SharePoint.

    • Updated Java SDK dependency from version 2.0.0 to 2.2.0
  • The Java example for using MCP tools in agents now references version 2.2.0 of the azure-ai-agents library instead of 2.0.0, indicating support for new features or improvements available in the updated SDK.

    • Updated Maven dependency from version 2.0.0 to 2.2.0 for azure-ai-agents
  • The Java agent image generation example now instructs users to use version 2.2.0 of the azure-ai-agents library instead of 2.0.0. This update may include new features, bug fixes, or compatibility improvements relevant to Copilot image generation scenarios.

    • Updated Maven dependency version from 2.0.0 to 2.2.0 for azure-ai-agents
  • The Java example for using function calling with Microsoft Foundry agents now references version 2.2.0 of the azure-ai-agents library instead of 2.0.0. This update may include new features, bug fixes, or improvements relevant to developers integrating Copilot capabilities.

    • Updated Maven dependency from version 2.0.0 to 2.2.0 for azure-ai-agents
  • The Java example for using Microsoft Fabric in an agent now requires version 2.2.0 of the azure-ai-agents library instead of 2.0.0. This update may include new features, bug fixes, or compatibility changes relevant to Copilot and agent developers.

    • Updated Maven dependency from version 2.0.0 to 2.2.0 for azure-ai-agents
  • The Java example for using the computer use tool for agents now instructs users to use version 2.2.0 of the azure-ai-agents library instead of 2.0.0, indicating support for a newer SDK version. This may provide access to new features, bug fixes, or improvements.

    • Updated Maven dependency from version 2.0.0 to 2.2.0 for azure-ai-agents
  • The Java example for using the Code Interpreter tool now references version 2.2.0 of the azure-ai-agents library instead of 2.0.0, indicating support for newer features or improvements in the SDK.

    • Updated Java dependency from version 2.0.0 to 2.2.0 in the pom.xml example
  • The Java dependency version for using browser automation with Copilot has been updated from 2.0.0 to 2.2.0, indicating new features, improvements, or bug fixes are now available for developers integrating this capability.

    • Updated Maven dependency version from 2.0.0 to 2.2.0 for azure-ai-agents
  • The Java example for using Bing grounding in agents now references version 2.2.0 of the azure-ai-agents library, up from 2.0.0. This signals support for newer features or bug fixes in the SDK, which may impact agent capabilities or compatibility.

    • Updated Maven dependency from version 2.0.0 to 2.2.0 for azure-ai-agents
  • The prerequisites now clarify that the required UserIdentityImpersonation permission is not included in built-in roles and must be granted via a custom role, with a reference to additional guidance. This helps ensure correct setup for multiplexing users.

    • Clarified that UserIdentityImpersonation permission is not part of built-in roles
    • Added instruction to grant permission through a custom role
    • Referenced 'Delegate the end-user identity' for further guidance
  • The documentation now clarifies that the UserIdentityImpersonation permission required for per-user session isolation is not included in any built-in role and must be explicitly granted via a custom role. It also notes that this permission was previously covered by a broader data action, but no longer is.

    • UserIdentityImpersonation permission is not included in built-in roles
    • Permission must be granted via a custom role with the specific data action
    • Previously, Microsoft.CognitiveServices/* covered this permission, but it no longer does
  • The documentation now clarifies that the 'UserIdentityImpersonation' data action is not included in any built-in role, and that roles which previously granted it via a broader permission no longer do so. This is important for administrators managing delegated end-user identity scenarios.

    • 'UserIdentityImpersonation' data action is now explicitly excluded from all built-in roles
    • Roles that previously granted this permission via a broader scope no longer do so
  • A new section clarifies how data is processed when publishing agents to Microsoft 365 Copilot and Teams, emphasizing compliance, data residency, and governance considerations for organizations.

    • Explains what data is processed and stored when agents are published to Microsoft 365 and Teams
    • Specifies that data handling is subject to Microsoft 365 and Teams' terms and compliance commitments
    • Advises organizations to evaluate data flows for compliance and governance before publishing agents
  • The supported models table for fine-tuning in Foundry now includes a new 'Data Zone' column specifying 'US, EU' for most models, clarifying data residency options. No new models or methods were added, but this is important for users with data locality requirements.

    • Added 'Data Zone' column to supported models table
    • Clarifies that most models support US and EU data zones for fine-tuning
    • No changes to available models, methods, or regions
  • The prerequisites and configuration guidance for high availability and disaster recovery of Microsoft Foundry projects and Agent Services have been clarified and expanded. Notably, enabling Azure Cosmos DB continuous backup is now explicitly required, and Azure CLI is required for several steps. Role requirements and lock management instructions are more precise.

    • Azure CLI is now required for lock management, Cosmos DB restore, and verification steps.
    • Enabling Azure Cosmos DB continuous backup (7-day or 30-day) is now a prerequisite for recovery.
    • RBAC role requirements are clarified, especially regarding lock creation and management.
  • The documentation now clarifies quota requirements for deploying GPT-5.6 models and adds a 'Data Zone' column to the fine-tuning models table, specifying US and EU data zones for supported models. This helps users understand deployment prerequisites and data residency options for fine-tuning.

    • Added note about quota requirements for GPT-5.6 deployment, specifying Tier 5 and 6 subscriptions have quota by default
    • Fine-tuning models table now includes a 'Data Zone' column, indicating US and EU zones for supported models
  • The introduction now includes a prominent warning about data handling, compliance, and residency implications when publishing agents to Microsoft 365 Copilot and Teams. This clarifies the responsibilities and risks for organizations regarding data processed by these services.

    • Added explicit warning about data processed and stored by Microsoft 365 and Teams when publishing agents
    • Clarified that agent metadata and user query responses may be stored by Microsoft 365/Teams
    • Emphasized need for organizations to evaluate compliance, data residency, and governance before publishing
  • The introduction now includes a new warning clarifying that data processed and stored when publishing agents to Microsoft 365 Copilot and Teams is subject to those services' terms, compliance, and data handling practices. This helps organizations better understand compliance and governance implications before publishing.

    • Added explicit warning about data processing, storage, and compliance responsibilities when publishing agents to Microsoft 365 and Teams
    • Clarifies types of data involved (agent metadata and user query responses)
    • Emphasizes need to evaluate compliance, data residency, and governance before publishing
  • The documentation now clarifies that 'protocol_configuration' should be used instead of 'protocols' when configuring agent endpoint routing, and updates the example code and object model to reflect this change. This matters for users implementing or updating endpoint routing, as the configuration syntax and object names have changed.

    • Replaces 'protocols' with 'protocol_configuration' in API and code examples
    • Updates example Python code to use new object names and structure
    • Clarifies how to specify supported protocols for agent endpoints
  • The documentation now clarifies which caller-supplied request headers are forwarded to hosted agent containers and introduces the use of the 'x-client-' prefix for custom headers. It also explains how the AgentServer SDK exposes platform headers and provides references for the complete header list.

    • Added a new section detailing which caller-supplied headers are forwarded to containers
    • Explained the use of the 'x-client-' prefix for passing custom contextual data
    • Clarified that credential and internal headers are not forwarded by default
  • The region 'northeurope' has been removed from the list of supported regions for the Azure OpenAI Responses API. This change affects users who rely on this region for API access.

    • 'northeurope' region is no longer listed as supported for the Responses API
  • The introduction now includes explicit warnings and guidance about compliance, data handling, and risk when using external agents, especially with third-party systems or non-Foundry Microsoft services. This clarifies user responsibilities and potential risks, but does not change the technical capabilities.

    • Added compliance and risk warnings for use with third-party and non-Foundry Microsoft services
    • Clarified user responsibility for data flow, permissions, and responsible AI mitigations
    • Emphasized need to review third-party data practices and product terms
  • The documentation was restructured to consolidate and clarify how to run, configure, and monitor agent optimization, and what each optimization target changes. Previously separate sections on optimizing instructions and skills were merged into a unified reference, and new step-by-step guidance was added for running and configuring optimization jobs.

    • Added detailed instructions for running an optimization with CLI commands and config files
    • Added a section on monitoring optimization jobs and managing their lifecycle
    • Unified and clarified what each optimization target (instructions, skills, tools, model selection) changes
  • The documentation now provides clearer, step-by-step guidance on making an agent optimizer-ready, including explicit requirements for configuration files, a new section on loading and using the config, and improved explanations of workflow and configuration resolution. These changes help developers understand exactly how to prepare and integrate their agents with the optimizer.

    • Clarifies that only metadata.yaml and instructions.md are required; tools.json and skills/ are optional
    • Adds a new section detailing how to load and use the optimization config in code, including API usage and config object fields
    • Improves explanation of the optimization workflow and configuration resolution order
  • The documentation clarifies and expands on what aspects the agent optimizer can improve, how optimization targets are activated, and how models are configured and used. It also provides more explicit guidance on making agents optimizer-ready and interpreting results, but does not introduce new features.

    • Expanded list of optimizer configuration improvements to include tool descriptions and model selection
    • Clarified that all applicable optimization targets run in a single pass and provided a summary table of targets and activation conditions
    • Added details on configuring models and referenced new guidance for choosing eval and optimization models
  • Updated Prompt caching

    The FAQ section clarifies how extended prompt caching handles data residency, specifying the boundaries for Data Zone and Regional deployment types. This helps users better understand compliance and data locality implications.

    • Clarifies that extended prompt caching keeps data within the data zone boundary for Data Zone deployments
    • Specifies that data stays within the regional boundary for Regional deployments
  • The documentation now clarifies that agent-scope role assignments in Microsoft Foundry are currently evaluated only for agent endpoint access, not for broader control-plane or management permissions. This distinction is important for administrators to understand the limitations of agent-scope assignments.

    • Agent-scope role assignments only affect endpoint access, not management or control-plane permissions
    • Explicit note added to clarify the current evaluation scope for agent-level assignments
  • A new 'Toolboxes' feature under the Build area is now listed as generally available (GA), indicating a new core capability for users. No other feature statuses changed.

    • 'Toolboxes' added as a GA feature in the Build area
  • The section on regional availability now separates AI red teaming from other risk and safety evaluators, clarifying which regions support each capability. This helps users understand more precisely where specific evaluation features are available.

    • AI red teaming regional support is now listed separately from other safety evaluators
    • Clarifies that AI red teaming is only supported in East US 2 and North Central US
    • Other safety evaluators' supported regions remain unchanged
  • The data processing scope for Managed compute deployments has been updated from 'Regional only' to 'Global', clarifying that these deployments now support global data processing rather than being limited to a specific region.

    • Managed compute deployment data processing changed from 'Regional only' to 'Global'
  • The quickstart now clarifies that there are two supported paths for provisioning a memory store for a hosted agent: one using the Azure Developer CLI and another using the Python SDK. It also updates prerequisites, role names, and troubleshooting guidance to reflect recent changes and provide more explicit instructions.

    • Added explicit support and instructions for a Python SDK path alongside the Azure Developer CLI path
    • Clarified role requirements and updated role names to reflect recent Foundry RBAC renaming
    • Expanded prerequisites to include required Python packages for the SDK path
  • The prerequisites and workflow for deploying a hosted agent with Copilot/Foundry have been clarified, especially regarding the need for an existing Foundry project and model deployment when using the Python SDK path. Additional guidance on resource cleanup and post-deployment steps was added, helping users avoid accidental resource loss.

    • Clarified that the Python SDK path requires an existing Foundry project and deployed model; it does not scaffold a new project or deploy a model.
    • Added explicit instructions to install required Python SDK packages.
    • Added post-invocation cleanup guidance, including restoring endpoint configuration and deleting temporary agent versions.
  • The deployment instructions for voice agents were updated to clarify the correct parameter names and usage in the agent definition, and to reflect changes in the API model structure. This matters for developers to avoid deployment errors and use the latest recommended approach.

    • Changed 'container_protocol_versions' to 'protocol_versions' in agent definition
    • Introduced 'ContainerConfiguration' for specifying the container image
    • Updated code sample to match new API structure
  • The REST API example for adding a content safety guardrail to a hosted agent was updated to use new configuration fields, reflecting changes in the API structure. This matters for developers implementing or updating integrations.

    • Replaced 'image' with 'container_configuration.image' in agent definition
    • Replaced 'container_protocol_versions' with 'protocol_versions'

Microsoft Learn 188

  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot to create images in Word.

    • Page detailing how to generate images 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 draft and add content with Copilot in Word has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, 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 has been 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 if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance for Copilot capabilities on Word 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 deprecation of the feature or a relocation of the documentation, but users now lack official guidance for Copilot capabilities on mobile PowerPoint.

    • Official documentation for Copilot in PowerPoint 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 'Chat with Copilot in Outlook' has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on using Copilot's chat capabilities within Outlook.

    • Loss of official instructions for using Copilot chat in Outlook
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • 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 guidance on using Copilot to visualize data in Excel is no longer available at this URL
    • Uncertainty remains whether the feature is deprecated or the documentation has been relocated
  • 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 lose official guidance on this capability.

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

    • Page covering Copilot's data insights features in Excel is no longer available
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. The documentation page detailing Copilot 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 capabilities within Excel.

    • Loss of documentation outlining Copilot's skills in Excel
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for using Copilot to write in the SharePoint rich text editor is now missing. It is unclear if this reflects a feature deprecation or a documentation move, but users now lack official guidance on this capability.

    • Loss of instructions for using Copilot in SharePoint's rich text editor
    • Uncertainty whether 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 whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using AI to create SharePoint pages.

    • Official documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to rewrite text 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 specific Copilot capability.

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

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

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

    • Loss of step-by-step instructions for generating document summaries with Copilot in Word
    • Uncertainty about whether the feature is deprecated or the documentation has moved
  • 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 indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

    • Removal of instructions for creating new presentations with Copilot in PowerPoint
    • Potential loss of guidance for a key Copilot use case
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about Copilot's mobile capabilities in PowerPoint is now missing.

    • Page detailing Copilot in PowerPoint for mobile devices is no longer available
    • Uncertainty whether this indicates feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates 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 documentation for using Copilot's chat feature in Outlook
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

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

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

    • Page covering Copilot's data insights features in Excel is no longer available
    • 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 indicates a feature deprecation or a relocation of the content, but users currently lack official guidance on this aspect of Copilot in Excel.

    • Page covering Copilot in Excel rules has been removed
    • No information provided on whether the 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 supported data sources for Copilot in Excel.

    • Page covering Copilot in Excel data sources has been removed
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for using Copilot to write in the SharePoint rich text editor is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing Copilot integration with SharePoint rich text editor is no longer available
    • Uncertainty whether the feature is deprecated or 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 guidance on using AI to create SharePoint pages is now missing.

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

    • Official documentation for generating images with Copilot in Word 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 indicates a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

    • Page detailing Copilot's drafting and content addition features in Word is no longer available
    • Uncertainty whether this reflects 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 feature deprecation or a restructuring of 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 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.

    • Removal of instructions for creating new presentations with Copilot in PowerPoint
    • Potential loss of guidance for users seeking to leverage Copilot for presentation creation
  • 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 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 a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot's mobile PowerPoint capabilities.

    • Official documentation for Copilot in PowerPoint 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 importing data from the web and internal sources with Copilot 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 importing data from web/internal sources with Copilot in Excel is no longer available
    • Uncertainty whether this reflects feature removal or doc reorganization
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

    • Page detailing how to use Copilot for data insights in Excel is no longer available
    • 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 indicates a feature deprecation or a relocation/restructure of the content, but users currently lack official guidance on supported data sources for Copilot in Excel.

    • Page covering Copilot in Excel data sources has been removed
    • No information available on whether this is a deprecation or a documentation move
  • 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 whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on using AI to create SharePoint pages.

    • 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. The documentation page for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to generate images in Word using Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was 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 a feature removal or a documentation move
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create document summaries has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Official instructions for summarizing documents with Copilot in Word are no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page 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 for Copilot capabilities on Word mobile.

    • Documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or doc restructuring
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's features and usage in PowerPoint, which may hinder their ability to quickly resolve common issues or understand capabilities. It is unclear if this content has been relocated or consolidated elsewhere.

    • Loss of FAQ resource for Copilot in PowerPoint
    • Potential gap in self-service support and feature clarification
  • 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 restructuring of documentation, but users now lack official guidance on Copilot's mobile PowerPoint capabilities.

    • Official documentation for Copilot in PowerPoint 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 'Chat with Copilot in Outlook' has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on using Copilot's chat capabilities within Outlook.

    • Loss of documentation for Copilot chat functionality in Outlook
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page explaining how to visualize 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.

    • Page detailing Copilot's data visualization capabilities in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to 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 guidance on this specific Copilot capability is no longer available at this URL.

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

    • Loss of instructions for importing data from another Excel file using Copilot
    • 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 whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.

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

    • Official documentation for Copilot's data insights features in Excel is no longer available at this URL
    • Uncertainty remains whether the feature is deprecated or the documentation has been relocated
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Loss of documentation on how to personalize Copilot in Excel
    • Uncertainty whether the feature is deprecated or the content was moved
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this indicates a feature deprecation or a relocation/restructure of the content, but users currently lack guidance on how Copilot in Excel interacts with data sources.

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

    • Official guidance for 'Write with Copilot' in SharePoint's rich text editor is no longer available
    • Uncertainty whether the feature is deprecated or documentation has been 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 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 for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot to create images in Word.

    • Page detailing how to generate images with Copilot in Word 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 indicates a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

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

    • Official instructions for generating document summaries with Copilot in Word are no longer available
    • Uncertainty 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 if this reflects 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 signals feature deprecation 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 reflects a feature deprecation or a documentation restructure, but users now lack official guidance on Copilot's mobile PowerPoint capabilities.

    • Official documentation for Copilot in PowerPoint on mobile devices is no longer available
    • 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 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 functionality in Outlook
    • Uncertainty whether 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 guidance on this capability.

    • Page covering Copilot's ability to import data from web/internal sources in Excel 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 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 covering Copilot's data insights features in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. 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. 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 guidance on this specific Copilot capability is now missing.

    • Page describing Copilot usage in 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 whether this indicates 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 documentation restructure, but users now lack official guidance on this capability.

    • Loss of documentation for rewriting text with Copilot in Word
    • Uncertainty whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on this capability.

    • Official documentation for generating images 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 draft and add content with Copilot in Word is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

    • Page detailing Copilot's drafting and content addition features in Word is missing
    • 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 whether this indicates 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 a 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 has moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's features and usage in PowerPoint, which could impact their ability to quickly resolve common issues or understand capabilities. It is unclear if this content has been relocated or consolidated elsewhere.

    • FAQ documentation for Copilot in PowerPoint is no longer available
    • Users may lose quick access to answers about Copilot's PowerPoint integration
  • 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 of the documentation, but users now lack official guidance on Copilot's mobile PowerPoint capabilities.

    • 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 a 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 using Copilot chat 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 a deprecation of the feature or a restructuring of the documentation, 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 feature is deprecated or documentation is relocated
    • Users lose access to official instructions for this capability
  • 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 currently lack official guidance on this capability.

    • Page covering Copilot-assisted data import 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 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 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 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 capability.

    • Page on 'Data insights with Copilot in Excel' is missing
    • Uncertainty whether feature is deprecated or documentation was moved
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear if this indicates a deprecation of features or a restructuring of documentation, but users now lack direct reference material for Copilot's Excel capabilities.

    • Loss of a dedicated page describing Copilot's skills in Excel
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on personalizing Copilot in Excel.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty whether this is due to deprecation or doc reorganization
  • Page removed or relocated. 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 is no longer available
    • 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 is now missing. It is unclear if this reflects a feature deprecation or a documentation move, but users lose official guidance on this Copilot capability.

    • 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 describing how to refine SharePoint pages with AI is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is now missing.

    • Page detailing AI capabilities for refining SharePoint pages has been removed
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this Copilot capability.

    • Documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the doc was relocated
  • Page removed or relocated. The documentation page '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.

    • Removal of the introductory page for Copilot in Word
    • Potential loss of onboarding or overview guidance for new users
  • Page removed or relocated. The documentation page for rewriting text with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official 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 is no longer available at this URL. It is unclear if the content has been removed, relocated, or consolidated, but users now lack a basic overview or welcome guide for Copilot in PowerPoint.

    • Loss of the 'Welcome to Copilot in PowerPoint' page
    • Missing introductory or overview information 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 indicates a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing Copilot's summarization feature in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized resource for common questions and answers about Copilot's features and usage in PowerPoint, but it is unclear if this indicates feature deprecation or simply a documentation restructure.

    • FAQ content for Copilot in PowerPoint is no longer available at this URL
    • Potential loss of quick reference for troubleshooting and feature understanding
  • 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 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 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 whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Step-by-step instructions for adding images with Copilot in PowerPoint are missing
    • Potential loss of examples or tips for image insertion via Copilot
  • 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.

    • 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 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 moved
  • Page removed or relocated. The FAQ page for the Office Copilot agent is no longer available. It is unclear whether this indicates a deprecation of the feature or simply a relocation or consolidation of documentation. Users now lack access to frequently asked questions about the Office Copilot agent.

    • FAQ content about Office Copilot agent is missing
    • Potential loss of troubleshooting and usage guidance
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file 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.

    • Missing instructions for importing data from another Excel file using Copilot
    • Uncertainty about 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' guidance
    • Uncertainty whether feature is deprecated or documentation is 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 resource for common questions and troubleshooting about Copilot in Excel, but it is unclear if the content was deprecated or relocated.

    • FAQ documentation for Copilot in Excel is no longer available at this URL
    • Potential loss of guidance on common issues and usage scenarios
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear whether 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. Documentation for Copilot in Excel rules is now missing. It is unclear if this is due to deprecation, relocation, or restructuring, but users no longer have access to guidance on this topic from this page.

    • Copilot in Excel rules documentation is no longer available at this URL
    • Uncertainty remains whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this means the feature is deprecated or if the content has been moved or consolidated elsewhere.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty about whether this reflects a feature removal or a documentation restructure
  • 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
    • Potential loss of information on supported data sources or integration steps
  • 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 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 doc was moved
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation, a relocation, or a restructuring of the documentation. Users may temporarily lose access to basic orientation and overview information about Copilot in Word.

    • Removal of the welcome/introductory page for Copilot in Word
    • Potential loss of overview and getting started guidance
  • Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but introductory or onboarding information for Copilot in PowerPoint is now missing from this location.

    • Removal of the introductory page for Copilot in PowerPoint
    • Potential loss of onboarding or overview guidance for new users
  • Page removed or relocated. The documentation page 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 FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's features and usage in PowerPoint, which could impact their ability to quickly resolve common issues or understand capabilities.

    • FAQ documentation for Copilot in PowerPoint is no longer available
    • Potential loss of quick-reference information for users
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills is no longer available. 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 about Copilot skills in PowerPoint is no longer accessible
    • 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 explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

    • Official instructions for using Copilot to create meeting agendas in Outlook are no longer available
    • Uncertainty remains 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 indicates deprecation of the feature or a relocation of the documentation, but users now lack access to official answers to common questions about this Copilot capability.

    • FAQ documentation for Copilot Office Agent is missing
    • Uncertainty whether feature is deprecated or documentation was moved
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for data visualization in Excel.

    • Page on visualizing data with Copilot in Excel has been removed
    • No information provided on whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page 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.

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

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

    • Removal of documentation offering tips for Copilot in Excel
    • Potential loss of best practices or usage advice for Excel Copilot users
  • Page removed or relocated. A documentation page about Copilot in Excel skills has been removed. It is unclear if this reflects a deprecation, relocation, or restructuring of the documentation, but users now lack direct access to this information from the previous URL.

    • Page covering Copilot in Excel skills 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 personalization is no longer available. It is unclear whether this indicates deprecation of the feature or a restructuring of the documentation. Users now lack official guidance on personalizing Copilot in Excel.

    • Copilot in Excel personalization documentation is missing
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. A documentation page about getting started with Copilot in Excel, likely including an illustrative image or walkthrough, has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack this specific guidance.

    • Removal of a 'getting started' guide for Copilot in Excel
    • Potential loss of visual or step-by-step onboarding content
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is now missing.

    • Guidance on refining SharePoint pages with AI is no longer accessible
    • Uncertainty whether the feature is deprecated or 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 documentation, but users now lack a dedicated overview or welcome page for Copilot in Word.

    • Removal of the introductory or overview page for Copilot in Word
    • Potential loss of onboarding or feature summary information
  • 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 specific Copilot capability.

    • Loss of instructions for rewriting text with Copilot in Word
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack a central overview or welcome guide for Copilot in PowerPoint.

    • Loss of the main 'Welcome to Copilot in PowerPoint' page
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page about summarizing presentations with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page explaining how to summarize presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear if this indicates 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 available at this URL
    • Potential loss of answers to common user questions and troubleshooting guidance
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Step-by-step instructions for adding images with Copilot in PowerPoint are missing
    • Potential loss of clarity for users seeking to use Copilot for image insertion
  • 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 reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to add a slide from a file 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 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 within Outlook is now missing.

    • Documentation for using Copilot's chat feature in Outlook is no longer available
    • Uncertainty whether this is due to deprecation or doc reorganization
  • Page removed or relocated. The FAQ page for the Office Agent component of Copilot has been removed. It is unclear if this reflects a deprecation, a move, or a consolidation of documentation, but users now lack direct access to frequently asked questions about this feature.

    • FAQ documentation for Copilot Office Agent is no longer available at this URL
    • Potential loss of guidance on common issues, usage, or troubleshooting
  • 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.

    • Page covering Copilot's data visualization capabilities 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.

    • Loss of step-by-step instructions for importing data from another Excel file using Copilot
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates deprecation of the feature or a restructuring of the documentation. Users now lack direct guidance on how to begin using Copilot in Excel.

    • Removal of introductory/getting started guidance for Copilot in Excel
    • Potential gap in onboarding information for new users
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if 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 deprecation of features, a relocation, or a restructuring of the documentation. Users now lack access to these specific tips unless they are available elsewhere.

    • Removal of a page focused on Copilot in Excel tips
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. A documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but users now lack direct access to information about Copilot's Excel-specific capabilities.

    • Page describing Copilot's skills in Excel 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 rules is no longer available. It is unclear whether this indicates a deprecation of the feature, a relocation of the content, or a restructuring of the documentation. Users now lack direct access to guidance or information about Copilot rules in Excel from this page.

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

    • Page covering Copilot in Excel personalization is missing
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • 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 documentation restructure, but users may temporarily lose access to introductory guidance.

    • Removal of a 'getting started' guide for Copilot in Excel
    • Potential loss of visual or step-by-step onboarding content
  • Page removed or relocated. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but guidance on using AI capabilities in SharePoint is now missing.

    • Documentation for AI-powered refinement of SharePoint pages is missing
    • Uncertainty whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation, relocation, or restructuring of the documentation, but users now lack a central overview or welcome page for Copilot in Word.

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

    • Loss of instructions for rewriting text with Copilot in Word
    • 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 relocation/restructuring of the documentation. Users now lack an introductory resource for Copilot in PowerPoint.

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

    • Page explaining how to summarize presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.

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

    • 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 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 add a slide from a file with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or 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 explaining how to use Copilot in Outlook to create meeting agendas is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Agent (Copilot Office Frontier) is no longer available. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack access to official answers to common questions about this Copilot capability.

    • FAQ documentation for Copilot Office Agent is missing
    • Uncertainty whether this is due to deprecation or restructuring
  • 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 access to these specific usage tips.

    • Removal of a page focused on Copilot in Excel tips
    • Potential loss of guidance for effective use of Copilot in Excel
  • Page removed or relocated. A documentation page about Copilot in Excel skills has been removed. It is unclear if this reflects a deprecation, a move, or a consolidation of content, but readers now lack direct access to this information.

    • Documentation for Copilot in Excel skills is no longer available at this URL
    • Uncertainty remains whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page for Copilot in Excel rules is no longer available. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on Copilot rules in Excel.

    • Documentation for Copilot in Excel rules is missing
    • Uncertainty whether this is due to deprecation or reorganization
  • Page removed or relocated. A documentation page related to getting started with Copilot in Excel, likely containing an image or visual guide, has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation.

    • Removal of a 'get started' page for Copilot in Excel, possibly including a key image or visual walkthrough
  • 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 the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation, relocation, or restructuring of the documentation. Users may temporarily lack a central overview or onboarding resource for Copilot in Word.

    • Removal of the welcome/introductory page for Copilot in Word
    • Potential loss of onboarding or overview information for new users
  • Page removed or relocated. The documentation page explaining how to rewrite text with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a 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 'Welcome to Copilot in PowerPoint' has been removed. It is unclear whether this indicates a deprecation of the feature, a relocation of the content, or a restructuring of documentation. Users now lack this introductory or overview information about Copilot in PowerPoint.

    • Removal of the 'Welcome to Copilot in PowerPoint' page
    • Missing overview or getting started guidance for Copilot in PowerPoint
  • Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page explaining how to summarize presentations with Copilot 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 whether the content has been relocated, consolidated, or deprecated, but users now lack a centralized source for common questions and answers about Copilot's PowerPoint capabilities.

    • FAQ documentation for Copilot in PowerPoint is no longer accessible
    • Potential loss of guidance on common issues, usage, and troubleshooting
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential loss of user guidance for a key Copilot feature
  • 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 if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for using Copilot to add a slide from a file 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 explaining how to use Copilot in Outlook to create meeting agendas is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Copilot Agent is no longer available. It is unclear whether this indicates feature deprecation or simply a documentation move, but users now lack access to official answers about this capability.

    • FAQ content about Office Copilot Agent is missing
    • Potential loss of guidance on common questions and troubleshooting
  • 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 explaining how to visualize data with Copilot in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Guidance for importing data from another Excel file with Copilot is no longer available
    • 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 if this reflects a deprecation, a move, or a restructuring of the documentation. Users now lack direct guidance on initial setup and use of Copilot in Excel from this URL.

    • Removal of step-by-step instructions for starting with Copilot in Excel
    • Potential loss of onboarding information for new users
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if this indicates deprecation of features or simply a documentation restructure, 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 answers to common user questions about Copilot in Excel
  • Page removed or relocated. A page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack access to this specific guidance.

    • Removal of Copilot in Excel tips documentation
    • Potential loss of best practices or usage guidance for Excel users
  • Page removed or relocated. A documentation page about Copilot in Excel 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 Excel is now missing from this location.

    • Page covering Copilot in Excel skills 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 rules is no longer available. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on Copilot's rule-related capabilities in Excel.

    • Copilot in Excel rules documentation is missing
    • Uncertainty whether this is a deprecation or a doc move
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear if this is due to deprecation, relocation, or restructuring, but users now lack direct documentation on personalizing Copilot in Excel.

    • Page covering Copilot in Excel personalization 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.

    • Removal of Copilot in Excel getting started documentation
    • Potential loss of onboarding or introductory material 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 the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation, relocation, or restructuring of the documentation, but users now lack a central overview or welcome page for Copilot in Word.

    • Removal of the main welcome/overview page for Copilot in Word
    • Potential loss of introductory guidance for new 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, but users now lack a central overview or welcome page for this feature.

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

    • Step-by-step instructions for creating a new PowerPoint presentation with Copilot are no longer available
    • Potential loss of feature-specific guidance for PowerPoint Copilot 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.

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

    • Page explaining how to 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 component of Copilot is no longer available. It is unclear whether this reflects a deprecation, a move, or a restructuring of documentation, but users now lack direct access to frequently asked questions about this feature.

    • FAQ content for Copilot Office Agent is missing
    • Potential loss of guidance on common issues and usage
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a centralized source for common questions and answers about Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of quick reference for troubleshooting and feature understanding
  • 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 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. 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 currently lack official guidance on this topic.

    • Page covering Copilot in Excel rules has been removed
    • No information provided on whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. A documentation page related to getting started with Copilot in Excel, possibly containing an image or visual guide, has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users may temporarily lose access to this specific guidance.

    • Removal of a 'get started' resource for Copilot in Excel
    • Potential loss of visual or step-by-step onboarding content