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

Azure AI and agent governance documentation led the week with major additions around long-running agents and Foundry models.

Azure AI was the most active area, with multiple new preview guides and API reference content for long-running, steerable, and crash-resilient agents in Microsoft Foundry. Agent 365 also expanded with new governance and security integration FAQs across Entra, Defender, Purview, and Intune. The biggest single shift was the concentration of new Azure AI guidance on resilience, state management, and evaluation/migration workflows for Foundry models.

Copilot Studio 11

  • This new documentation introduces and explains how administrators can bypass connector consent cards for specific Copilot Studio agents using a PowerShell script and Power Platform API. It provides step-by-step setup, usage instructions, and the full script, enabling streamlined agent deployment without user-facing consent interruptions.

    • Describes a new capability to bypass connector consent cards for Copilot Studio agents
    • Provides detailed prerequisites and tenant setup steps
    • Includes PowerShell commands and a full script for managing the consent-bypass setting
  • Several major new Copilot Studio capabilities were announced for July 2026, including automatic Microsoft Entra Agent ID assignment, new integration and certification options for MCP servers, expanded real-time agent deployment across channels, telemetry export, and file attachment support. The June 2026 features were also clarified to specify applicability to the GitHub Copilot harness. The 'Release plans' section was removed, eliminating forward-looking feature planning information.

    • Automatic Microsoft Entra Agent ID creation for all new agents, with opt-out removed
    • Ability to add workflows or MCP servers as tools for GitHub Copilot harness agents
    • Option to submit MCP servers for Microsoft certification
  • The documentation now introduces the agentic builder (preview), a new feature that allows users to create agents and workflows with AI-suggested solutions based on maker guidance, in addition to manual creation.

    • Agentic builder (preview) is now mentioned as a way to create agents and workflows
    • Reference to a quickstart guide for the agentic builder is added
  • The documentation now clarifies that environment-level telemetry is available for agents powered by both the standard harness and the GitHub Copilot harness, expanding the scope of supported agent types for this feature.

    • Environment-level telemetry now supports both standard harness and GitHub Copilot harness agents
  • Page removed or relocated. The documentation page explaining how to create a custom agent from an agent template in Microsoft Copilot Studio has been removed. This leaves a gap in guidance for users seeking to leverage pre-built agent templates to accelerate custom agent development.

    • Step-by-step instructions for creating custom agents from templates are no longer available
    • List of available agent templates and their types is missing
    • Guidance on configuring, testing, and publishing agents from templates is absent
  • The documentation now reflects a new 'View transcript' detail available for list items, and updates terminology from 'Analytics' to 'Monitor' for navigation. The session outcome filter now includes 'Unengaged' as a possible value. These changes improve clarity and indicate new capabilities for users analyzing Copilot agent data.

    • Added 'View transcript' as a detail available for list items, allowing users to open the session transcript with session details.
    • Session outcome filter now includes 'Unengaged' as a possible value.
    • Navigation and context references updated from 'Analytics' to 'Monitor', reflecting UI or product changes.
  • The documentation now clarifies which telemetry scopes are available with the standard harness and the GitHub Copilot harness. This helps users understand harness-specific capabilities for agent-level and environment-level telemetry.

    • Agent-level telemetry is only available with the standard harness.
    • Environment-level telemetry is available with both the standard harness and the GitHub Copilot harness.
  • A new administrative capability is documented: administrators can now disable access to the Microsoft Teams Phone channel for Copilot Studio agents using the Agent access channels setting in the Power Platform admin center. This gives organizations more control over which channels their agents are available on.

    • Admins can disable Teams Phone channel for Copilot Studio agents via Power Platform admin center
    • Reference to new configuration documentation: Configure channel publishing and connected agent access (preview)
  • The section now clarifies how Copilot Studio handles token generation during skill validation, explaining that agent identity tokens may be presented to skill endpoints and outlining the trust and permission model involved. This helps makers understand security implications and responsibilities when configuring skills.

    • Added explanation of token usage during skill validation and invocation
    • Clarified that agent identity tokens do not grant additional privileges beyond the agent owner's permissions
    • Emphasized maker responsibility for skill endpoint trust and configuration
  • The documentation now clarifies that channel availability for Copilot Studio agents can be controlled by administrators via the Power Platform admin center, and that some channels may be unavailable or disabled depending on environment settings.

    • Added note about possible unavailability or disabling of channels
    • Explained that administrators manage channel access using Agent access channels in the Power Platform admin center
    • Provided a reference to further information on configuring channel publishing and agent access
  • The requirement for generating suggested themes now specifies that the 50 questions must come from 50 different sessions, clarifying the data threshold needed for theme analysis in Copilot Studio.

    • Clarified that 50 questions must be from 50 different sessions, not just 50 questions total

Azure AI 56

  • This new page introduces comprehensive guidance on evaluating the model router for specific workloads, including prerequisites, evaluation methodology, and best practices for comparison and monitoring. It enables users to systematically assess whether model routing improves quality, cost, and latency for their applications.

    • Introduces prerequisites and setup for model router evaluation
    • Details how to define deployment decisions and acceptance criteria
    • Provides best practices for fair workload comparison and evaluation methodology
  • This new page introduces a comprehensive, phased process for migrating LLM-powered workloads to new base models in Microsoft Foundry and Azure OpenAI, detailing triggers, planning, execution, and validation steps. It clarifies migration mechanics for different deployment types, highlights relevant Foundry features, and provides actionable guidance for teams to ensure safe, quality-preserving transitions. This documentation is critical for teams managing production LLM workloads, especially as models are retired or improved.

    • Defines a six-phase migration process: Discover, Assess, Adapt, Validate, Roll out, Retire
    • Explains triggers for migration, including model retirement, improved models, cost/latency issues, and capability gaps
    • Details migration mechanics for Standard, Provisioned, Batch, and Fine-tuned deployments
  • This new page introduces detailed documentation on how the agent optimizer in Foundry Agent Service estimates and reports token usage and costs for optimization jobs, including both pre-run estimates and post-run measured usage. It explains the calculation methods, assumptions, limitations, and provides a worked example, which is essential for users planning and analyzing optimization runs.

    • Explains pre-run cost estimation for prompt-agent optimization jobs, including minimum, estimated, and maximum modeled costs.
    • Details the inputs and static token assumptions used in cost estimation, including how call counts and model prices are applied.
    • Describes the process and phases of an optimization run and how each contributes to cost.
  • This new documentation introduces a preview feature for streaming long-running agent output with robust reconnect and recovery capabilities. It details how to choose stream backings for replay and restart survival, how to implement producer/subscriber patterns, and how to handle client reconnections and stream lifecycle management.

    • Explains streaming model for long-running agent output with per-turn stream IDs
    • Describes three stream backings: in-memory live, in-memory replay, and file-backed replay, each with different replay and restart properties
    • Provides code examples for producing and subscribing to streams, including reconnect logic
  • This new page documents the 'steering' capability for long-running hosted agents, allowing developers to redirect an agent's in-progress turn by queuing new inputs and gracefully winding down the current handler. This enables more responsive and controlled agent interactions, especially for multi-turn or long-running tasks.

    • Introduces 'steering' for redirecting in-flight agent turns without race conditions or errors
    • Explains how to enable steering via configuration and task decorators
    • Describes cooperative cancellation and observability for handlers to wind down safely
  • This new documentation introduces crash recovery capabilities for long-running Copilot agents, detailing how to enable and implement recovery for background responses and task primitives. It explains how to detect recovered runs, choose resume strategies, and handle non-idempotent side effects, providing guidance for making agent work resilient to interruptions.

    • Describes how to enable crash recovery for background responses and task primitives
    • Explains automatic handler reinvocation and stream replay after a crash
    • Provides code samples for detecting recovery and resuming from checkpoints
  • This new page documents how to manage durable state for long-running Copilot agents, introducing two layers of state (task metadata and Foundry state store) and providing guidance for framework-level checkpointing and recovery. It details how to use these mechanisms for crash recovery, bulk state storage, and integration with frameworks like LangGraph and Microsoft Agent Framework (MAF).

    • Introduces two-layer state management: task metadata for small, durable checkpoints and FoundryStateStore for bulk state.
    • Explains how to use ctx.metadata for watermarks and when to flush metadata for durability.
    • Describes FoundryStateStore usage, including scope naming, user isolation, TTL, and concurrency controls.
  • This new page documents how to deploy a steerable, long-running hosted agent using the Microsoft Agent Framework. It introduces the ability for agents to cooperatively cancel ongoing turns and queue new ones, rather than rejecting concurrent requests.

    • Introduces 'steering' for long-running hosted agents, allowing queued turns and cooperative cancellation.
    • Provides step-by-step instructions for deploying and running a steerable agent using Azure and the Microsoft Agent Framework.
    • Includes sample code and client usage to demonstrate the steering behavior.
  • This new documentation introduces a preview feature for deploying crash-resilient, long-running Copilot agents using the Responses protocol. It details how to set up, run, crash, and recover such agents, demonstrating checkpointed recovery and no-ingress survival capabilities.

    • Describes deployment of long-running agents with crash recovery using the Responses protocol
    • Explains resilient background response feature and checkpointed output for recovery
    • Provides step-by-step instructions for local and Foundry deployment
  • This new documentation introduces resilience features for long-running Microsoft Foundry hosted agents, detailing capabilities for background execution, crash recovery, and stream replay. It outlines how agents can recover from process interruptions, persist work identities and inputs, and replay output streams, which is critical for building robust, durable Copilot agents.

    • Explains durable work identity and persisted input for resilient agent execution
    • Describes lease-based recovery and handler reentry after process loss
    • Details stream replay for reconnecting clients and output recovery
  • This new page documents the AgentServer SDK APIs for building long-running, resilient hosted agents, including resilient task primitives, Responses options, and streaming registry. It introduces capabilities for crash recovery, task retry policies, steerable conversations, and streaming event management, which are critical for robust Copilot agent development.

    • Introduces resilient task primitives for crash-resilient, recoverable agent tasks
    • Documents retry policies, task status, and exception handling for robust agent workflows
    • Describes resilient Responses options for background response recovery and steerable conversations
  • This new page introduces and documents Microsoft's content provenance capabilities for Foundry models, detailing how provenance signals (such as C2PA Content Credentials and invisible watermarks) are embedded in AI-generated content, which models are supported, and how customers can detect and interpret these signals. It also clarifies the limitations of provenance and Microsoft's commitments to transparency.

    • Describes how Microsoft embeds provenance signals (C2PA, watermarks) in content generated by Foundry models
    • Lists specific supported models and modalities (image, audio, text) with provenance features
    • Explains tools (website, API) for detecting and verifying provenance information
  • This new page introduces a comprehensive set of scenario-based example prompts for using the Microsoft Foundry Skill with coding agent hosts like GitHub Copilot in VS Code, Copilot CLI, Codex, or Claude Code. It covers workflows for creating and managing Foundry resources, building and deploying hosted agents, optimizing agents, automating CI/CD, and cleaning up resources, providing actionable guidance for end-to-end Foundry project management.

    • Provides detailed example prompts for creating and administering Foundry projects, model deployments, and role assignments
    • Covers building, deploying, and validating hosted agents, including toolbox-backed and brownfield scenarios
    • Includes workflows for agent evaluation, optimization, and applying optimization candidates
  • The documentation has been significantly updated to reflect a new evaluation workflow using the 'azd ai eval' extension instead of 'azd ai agent eval'. It introduces new commands, clarifies evaluation sources, and adds detailed guidance on scaffolding, generating, and running evaluations, including CI integration and best practices.

    • Switch from 'azd ai agent eval' to 'azd ai eval' extension and commands
    • New sections explain evaluation configuration, sources (traces vs. datasets), and command workflows
    • Clarifies prerequisites, including updated CLI and extension requirements
  • The documentation now reflects the retirement of GitHub Models as of July 30, 2026, and provides updated guidance for migrating to Microsoft Foundry Models. All references to using GitHub Models have been removed or replaced, and new sections detail how to migrate endpoints and use Foundry Models in Visual Studio Code.

    • GitHub Models officially retired as of July 30, 2026; service and API are no longer available
    • Prerequisites updated to remove need for GitHub account; only Azure subscription required
    • New migration instructions for replacing GitHub Models endpoints and tokens with Foundry equivalents
  • The documentation now covers 79 tools across 17 categories (up from 50 tools in 12 categories), introduces new capabilities for dataset download via SAS URL, and adds a major new section on managing hosted agent sessions and files. Example workflows have been expanded to detail Managed Compute deployment lifecycle and quota planning.

    • Tool count increased from 50 to 79 and categories from 12 to 17
    • New dataset management tool: download datasets via SAS URL
    • Major new section: Hosted agent sessions and files (create, manage, upload/download files, inspect logs)
  • The documentation now covers 50 tools across 12 categories (up from 38/10), with major new capabilities for Managed Compute model deployment, monitoring, and catalog filtering. It introduces new tools and workflows for deploying and managing models on Managed Compute, clarifies catalog indicators for deployability, and expands monitoring to include accelerator quota.

    • Expanded toolset: 50 tools in 12 categories (was 38 in 10)
    • New Managed Compute deployment tools and explicit workflow guidance
    • Model catalog now documents Managed Compute indicators and deployment templates
  • This new documentation introduces the ability for long-running Copilot agents to pause for human input and then resume, enabling human-in-the-loop approval workflows. It explains how to implement, manage, and clean up such multi-turn tasks, which is significant for scenarios requiring manual intervention.

    • Describes how long-running agents can pause and resume for human decisions using multi-turn tasks
    • Provides implementation guidance and code samples for approval workflows
    • Explains best practices for state management and cleanup of suspended chains
  • The rate limits table was updated to remove DeepSeek and Grok models, and to add or rename Flux and Llama models. A new 'Other limits' section was introduced, indicating additional constraints not previously documented.

    • DeepSeek and Grok models removed from rate limits table
    • Llama and Flux model entries updated or renamed
    • New 'Other limits' section added to document further constraints
  • The region availability tables for Foundry Models sold by Azure have been updated, particularly in the 'Global Provisioned Managed' section, to include several new GPT-5.x and O-series model versions and their regional deployment options. This expands the documented set of models and regions available to customers.

    • Added new GPT-5.x model versions (e.g., gpt-5.2, gpt-5.3-codex, gpt-5.4, gpt-5.4-mini, gpt-5.5, gpt-5.6-sol, gpt-5.6-terra) to the region availability table
    • Added new O-series models (o1, o3, o3-mini, o4-mini) to the region availability table
    • Updated regional availability for these new models, showing which Azure regions support deployment
  • The documentation now describes support for configuring session idle timeout directly in the azure.yaml file using the azure.ai.agents extension (version 1.0.0-beta.11 or later), in addition to previous Python SDK and REST API methods. This simplifies deployment and configuration for users leveraging the extension.

    • Added instructions for setting idle timeout in azure.yaml via sessionConfiguration.idleTimeoutSeconds
    • Clarified that this method requires azure.ai.agents extension version 1.0.0-beta.11 or later
    • Explained that the extension validates and maps the configuration to the agent version property
  • The Assistants API is now marked as deprecated and will be retired on August 26, 2026, with guidance to use the Foundry Agent Service instead. This is a significant update for users relying on the Assistants API, as it signals the need to migrate to a new service.

    • Assistants API marked as deprecated in the feature support matrix
    • Retirement date for Assistants API set to August 26, 2026
    • Recommendation to use Foundry Agent Service instead
  • The limitation on using Private Class A IP address ranges (10.0.0.0/8) for the agent service delegated subnet has been lifted; these ranges are now supported in every region where Agent Service is available. This expands deployment flexibility for customers.

    • Private Class A IP address ranges (10.0.0.0/8) now supported in all Agent Service regions
    • Previous restriction to specific regions for Class A ranges removed
  • Regional support for Agents and Class A IP address ranges has expanded. Several regions that previously did not support these features now do, increasing deployment flexibility for users in those areas.

    • Canada Central, Japan West, Norway East, Poland Central, Switzerland North, Switzerland West, and West Central US now support Class A IP ranges
    • All listed regions now show 'Yes' for Agents and Class A columns, indicating full support
  • A new DeepSeek model variant, 'DeepSeek-V4-Flash-0731' (Preview), has been added to the list of models sold by Azure. This expands the available options for users seeking advanced reasoning models.

    • Added 'DeepSeek-V4-Flash-0731' (Preview) model to the DeepSeek family
    • Model offers same input/output token limits and language support as other V4 models
  • The documentation introduces new features such as 'Toolboxes' for centralized tool management and sharing, and an 'Agent optimizer (preview)' for automatic agent improvement. It also clarifies the agent types and updates details about model support and enterprise capabilities.

    • Added 'Toolboxes' for curating and sharing sets of tools across agents with centralized management
    • Introduced 'Agent optimizer (preview)' for automatic optimization of agent instructions, skills, and model selection
    • Expanded observability to include evaluations for measuring agent quality
  • A new section details which models are supported by the Foundry Agent Service, including Azure OpenAI and Foundry models, and notes availability in Azure Government regions. This provides important information for users planning deployments in different regions and sovereign clouds.

    • Added explicit documentation of supported models for Agent Service
    • Clarified that model availability varies by region and can change over time
    • Announced support for Foundry Agent Service in Azure Government regions, with a link to feature availability
  • The documentation now clarifies that PDF input files are supported (with caveats) and updates the required 'purpose' parameter for image uploads via the Files API from 'vision' to 'assistants'. This affects how users can provide image and PDF inputs to the API.

    • PDF as an input file is now supported, with a note about file upload settings
    • Removed previous limitation about uploading images as files for input
    • Changed Files API 'purpose' parameter for image uploads from 'vision' to 'assistants'
  • The 'Foundry model deployments should meet eligibility requirements' policy has moved from preview to general availability, making it supported for production use. The documentation now reflects this status and updates the assignment instructions accordingly.

    • Eligibility requirements policy is now generally available (GA), no longer in preview
    • Removed preview warnings and updated policy status table
    • Updated instructions for finding the policy definition to match the GA display name
  • The documentation now describes how to configure the idle timeout for hosted agent sessions, allowing customization between 5 and 60 minutes per agent version. This gives users control over session suspension timing, which can impact resource usage and user experience.

    • Added instructions for setting session idle timeout via SessionConfiguration
    • Idle timeout is now configurable from 5 to 60 minutes per agent version
    • Provided code examples for Python, REST API, and YAML configuration
  • The documentation now highlights that hosted agents can run long-lived work resiliently, preserving in-progress work across process interruptions and replaying streamed results to reconnecting clients. There is also clarification on how to opt in for background/async processing recovery after interruptions.

    • Added support for resilient long-lived work: agents can now preserve in-progress work across process interruptions and replay results to reconnecting clients.
    • Clarified that opting in is required for background/async handlers to recover after process interruptions.
  • A new section introduces support for long-running and resilient execution (in preview), enabling hosted agents to survive process interruptions and support client reconnections with replayed output. This adds significant robustness for background and durable tasks.

    • Preview feature for resilient execution primitives in hosted agent protocol adapters
    • Support for background responses that can survive process interruptions
    • Guidance on using resilient tasks and checkpointing for durable execution
  • The MAI-Image-2 model has been removed from both the list of available models and from the API quota/limits table, indicating it is no longer available for deployment or use in Microsoft Foundry. This is a significant change for users relying on this model.

    • MAI-Image-2 removed from the list of supported models
    • MAI-Image-2 removed from API quotas and limits table
    • References to MAI-Image-2 removed from model capabilities section
  • The documentation now describes how to manage toolboxes using the Foundry MCP Server (preview), enabling conversational management of toolboxes via MCP clients such as GitHub Copilot in Visual Studio Code. This adds a new method for toolbox management beyond SDKs and APIs, with specific tool commands and example prompts provided.

    • Added support for managing toolboxes through Foundry MCP Server (preview)
    • Documented specific MCP tools for toolbox operations (get, version, update, delete)
    • Provided example conversational prompts for toolbox management
  • The page now introduces Foundry DevPack as the recommended, streamlined way to install all developer tools for Microsoft Foundry, and provides clearer, more modular instructions for setting up programming languages and individual tools. Several new sections detail language-specific setup and tool installation, replacing previous, less organized guidance.

    • Added a new section introducing Foundry DevPack for one-command installation of all developer tools
    • Added modular sections for setting up Python, Java, JavaScript/TypeScript, and C# environments
    • Clarified and separated instructions for installing developer tools individually if not using DevPack
  • Page removed or relocated. The documentation page detailing content provenance features for Foundry models, including C2PA manifests and invisible watermarks, has been removed. This leaves a gap in guidance about how Microsoft Copilot and related systems provide provenance signals for AI-generated content.

    • Loss of documentation on C2PA manifest support for content provenance
    • Loss of information about invisible watermarking in generated content
    • Removal of the table listing which Foundry models support provenance features
  • The documentation clarifies terminology and procedures for associating Microsoft Foundry resources with a network security perimeter, notably renaming 'Learning' mode to 'Transition' mode and explaining access modes in more detail. It also updates Azure CLI usage to require a region parameter, clarifies logging behavior, and emphasizes the need to verify outbound FQDNs for Foundry scenarios. These changes help users correctly configure and interpret NSP protections for Foundry resources.

    • Renames 'Learning' mode to 'Transition' mode and clarifies its CLI value remains 'Learning'
    • Expands explanation of all three NSP access modes: Transition, Enforced, and Audit
    • Azure CLI command for associable resource types now requires a region parameter
  • The section on evaluating the model router was condensed and now provides higher-level guidance rather than detailed benchmarking steps and toolkit usage. This may impact users seeking step-by-step evaluation instructions.

    • Detailed instructions for benchmarking quality, cost, and latency were removed
    • References to the evaluation toolkit and its features were omitted
    • Guidance now focuses on using evaluation results to inform deployment decisions
  • The documentation clarifies how to optimize and evaluate the model router, emphasizing controlled experimentation and the router's role as an optimization layer. The new section provides a clearer explanation of the router's function and evaluation best practices, while the best practices section now advises changing one routing lever at a time for accurate assessment.

    • Added guidance to change only one routing lever at a time and rerun evaluations for accurate attribution of results
    • Introduced a new section explaining the model router as an optimization layer and its benefits over manual model selection
    • Removed and replaced the previous 'Why Model router' section with more detailed and practical information
  • The section now provides more detailed guidance on how and when to select a replacement model, emphasizing proactive evaluation and migration planning rather than waiting for Microsoft's official recommendation.

    • Advises customers not to wait for an official replacement before evaluating newer models
    • Explains Microsoft's process for selecting official replacements and timing
    • Clarifies that the official replacement is a recommendation, not a limitation
  • The documentation clarifies several important limitations and requirements for configuring user-owned storage with Speech and Language services, including that the binding must be set at resource creation (not via portal or CLI), and details on authentication and lifecycle management. It also updates template examples and emphasizes that customer-managed keys only apply to user-owned storage, not fallback Microsoft-managed storage.

    • Clarified that userOwnedStorage must be set at creation and cannot be changed later; Azure portal and CLI do not support this at creation.
    • Added explicit guidance that the Foundry resource's managed identity must exist before assigning RBAC roles.
    • Updated Bicep and ARM template examples to use an array for userOwnedStorage and provided deployment instructions.
  • The documentation clarifies that FQDN aliases cannot be set using the Azure CLI and must instead be added by updating the outbound rule via the REST API. The example for creating the outbound rule with the CLI was also updated to use separate parameters for destination and subresource target.

    • CLI example for outbound rule creation now uses separate parameters for destination and subresource target
    • Explicitly states that FQDN aliases must be added via REST API, not CLI
    • Provides a REST API example for updating the outbound rule to include FQDN aliases
  • The documentation now clarifies that the 'gpt-chat-latest' model includes a fixed, nonzero reasoning level and can generate reasoning tokens, but this level is not configurable by users. This provides important detail on the model's capabilities and configuration options.

    • Added 'Reasoning' as a capability for all 'gpt-chat-latest' model versions
    • Explained that the model uses a fixed, nonzero reasoning level
    • Clarified that the 'reasoning_effort' parameter cannot be used to configure reasoning level for this model
  • The section now provides more detailed guidance on Microsoft's Responsible AI review process for models sold by Azure, clarifies that these reviews do not guarantee risk mitigation, and emphasizes the customer's responsibility to assess model limitations and risks before deployment.

    • Expanded explanation of Microsoft's internal Responsible AI review process for models sold by Azure
    • Added guidance for customers to review model documentation for limitations and conduct their own risk assessments
    • Explicit statement that Responsible AI reviews do not guarantee mitigation of all potential risks
  • The cleanup instructions for deleting agents via the SDK now clarify that a 'force=True' parameter is required to delete agents with active sessions, preventing conflict errors. This helps users avoid failed deletions and understand session handling during cleanup.

    • Added explanation and example for using 'force=True' when deleting agents with active sessions via SDK
    • Clarifies that without 'force=True', deletion fails if sessions are active
  • Several Azure OpenAI models previously marked as 'Deprecated' now have their lifecycle status updated to 'Legacy', and some retirement dates have been aligned. This clarifies the support and availability status of these models for users planning migrations or continued use.

    • gpt-4.1, gpt-4.1-mini, and gpt-4.1-nano status changed from 'Deprecated' to 'Legacy'
    • gpt-4o (2024-11-20) status changed from 'Deprecated' to 'Legacy'
    • Retirement date for gpt-4.1-nano updated to match other gpt-4.1 variants
  • The documentation now clarifies how cost estimates and token usage are presented during and after an optimization run. It explains that cost estimates are modeled and not final charges, and that post-run token usage is reported as counts, not currency, with guidance on interpreting missing values.

    • Added explanation that cost estimates are modeled ranges, not spending limits or final charges
    • Introduced details on reviewing cost breakdowns by activity (running agent, scoring, generating improvements)
    • Clarified that post-run token usage is reported as token counts by phase and model, not as currency
  • The documentation now includes information about cost estimates and token usage for prompt agent optimization runs, as well as clarifies how evaluation models operate. This helps users better understand and manage optimization costs and evaluation details.

    • Prompt agents now display a cost estimate in the portal before submitting an optimization run.
    • Post-run measured token usage is available for review when optimizing prompt agents.
    • Clarified that the eval model runs once for each evaluator, task, and candidate evaluation.
  • The example for tracing a LangChain runnable now uses Microsoft Foundry endpoints and a specific model ('gpt-4.1'), reflecting support for Foundry-hosted models. This change clarifies how to configure tracing in environments using Foundry rather than Azure OpenAI endpoints.

    • Example code now uses 'project_endpoint' with 'FOUNDRY_PROJECT_ENDPOINT' environment variable
    • Model is set to 'gpt-4.1' instead of using a deployment variable
    • Demonstrates tracing with Microsoft Foundry rather than Azure OpenAI
  • The documentation now clarifies that when using `init_embeddings`, you must explicitly pass a credential, as it does not automatically fall back to `DefaultAzureCredential` like `init_chat_model` does. This is important for users to avoid authentication errors.

    • Explicit instruction to pass credential to `init_embeddings`
    • Clarification that `init_embeddings` does not default to `DefaultAzureCredential`
    • Updated code sample to demonstrate correct credential usage
  • The documentation clarifies that shared key access should now be disabled for Azure Storage when connecting to Copilot, as identity-based access is used. It also updates API versions in code examples and removes an outdated note about shared key requirements. These changes improve security guidance and ensure users follow current best practices.

    • Set allowSharedKeyAccess to false (was true) for Azure Storage, reflecting shift to identity-based access
    • Clarifies that Foundry uses Microsoft Entra identity and Azure RBAC for storage access
    • Updates REST API and ARM template examples to use api-version 2026-07-01 (was 2026-03-01)
  • The best practices section now explicitly warns that tool descriptions, annotations, and results from remote MCP servers should be treated as untrusted input due to potential prompt injection risks. It also advises reviewing allowed tools, approval settings, and permissions when server configurations change.

    • Added guidance to treat remote MCP server outputs as untrusted to mitigate prompt injection risks
    • Advises reviewing allowed tools and permissions when server or tool configurations change
  • The documentation now clarifies that the idle timeout for hosted agent compute can be configured between 5 and 60 minutes when creating an agent version, instead of being fixed at 15 minutes. This gives users more control over resource management.

    • Idle timeout is now configurable from 5 to 60 minutes per agent version
    • Default idle timeout remains 15 minutes
  • The session idle timeout limit has been clarified to specify a configurable range (5-60 minutes) with a default of 15 minutes, instead of a fixed 15-minute timeout. This informs users that they can adjust the idle timeout within this range.

    • Session idle timeout is now described as configurable between 5 and 60 minutes, with 15 minutes as the default
  • The documentation now clarifies that only one Azure Key Vault connection is allowed per Foundry resource, and updates troubleshooting guidance to reflect this restriction. The 'Next steps' section with links to related tasks and best practices was removed.

    • Explicit clarification that only one Key Vault connection is supported per Foundry resource
    • Troubleshooting guidance updated to mention the single-connection limit as a cause for connection issues
    • Removal of the 'Next steps' section with links to related documentation and best practices
  • The documentation reorganizes and expands the explanation of Claude model capabilities, splitting the previous 'Capabilities' section into a more detailed 'Capabilities and advanced features' section. The new section provides clearer descriptions of features, adds references to external resources, and better distinguishes between model versions and their supported features.

    • Replaces the previous 'Capabilities' section with a more comprehensive 'Capabilities and advanced features' section
    • Clarifies distinctions between 'Hosted on Azure' and 'Hosted on Anthropic infrastructure' model capabilities
    • Adds references to external documentation for full feature lists and further information

Agent 365 12

  • This new page introduces Agent 365, a centralized control plane for managing AI agents at enterprise scale. It details how Agent 365 provides identity, observability, governance, security, and lifecycle management for agents, addressing challenges like agent sprawl and fragmented oversight.

    • Introduction of Agent 365 as a unified management solution for enterprise AI agents
    • Explanation of agent identity management via Microsoft Entra Agent ID
    • Description of observability features for tracking agent actions and access
    Microsoft Learn · 2026-07-30
  • This new page introduces foundational governance capabilities for AI agents using Agent 365, including agent registry, ownership assignment, and built-in observability. It outlines how these features enable organizations to scale AI adoption securely and confidently without impeding innovation.

    • Introduction of an agent registry with Microsoft Entra-backed Agent IDs for enterprise-level management
    • Explicit assignment of agent ownership for accountability and lifecycle management
    • Built-in observability for agents, with support for OpenTelemetry and integration with existing monitoring tools
    Microsoft Learn · 2026-07-30
  • This new page introduces how Microsoft Entra supports Agent 365 by providing a unified identity and access management framework for agents, including the new Microsoft Entra Agent ID. It details how agent identities are managed, governed, and integrated into existing security and compliance tools, and outlines support for both user-context and autonomous agents.

    • Introduction of Microsoft Entra Agent ID for agent-specific identity constructs
    • Agent identity blueprints for scalable governance and policy enforcement
    • Support for both interactive (user-context) and autonomous agents
    Microsoft Learn · 2026-07-30
  • This new page introduces and documents how Microsoft Defender integrates with Agent 365 to provide real-time security monitoring, proactive protection, and incident response for agents. It details how agents are treated as observable, protected entities within the Microsoft security ecosystem, enabling organizations to manage agent-related risks alongside other enterprise assets.

    • Describes real-time visibility and monitoring of agent behavior via Microsoft Defender
    • Explains proactive protection and integration with Microsoft Entra, Purview, and Intune
    • Details how agents are treated as first-class security principals for investigation and remediation
    Microsoft Learn · 2026-07-30
  • This new page documents how Microsoft Purview extends its data security, compliance, and observability capabilities to Agent 365, ensuring that agents are subject to the same protection, DLP, retention, and audit policies as human users. This is significant for organizations deploying AI agents, as it addresses compliance and risk concerns at scale.

    • Purview sensitivity labels, DLP, retention, and audit policies now apply to Agent 365 activity
    • Agent actions are captured in audit and eDiscovery logs alongside user actions
    • Agent 365 enables deployment of agents in regulated scenarios with consistent compliance posture
    Microsoft Learn · 2026-07-30
  • This new page documents how Microsoft Intune integrates with Agent 365 to provide unified governance, security, and compliance for AI agents, ensuring that device posture and endpoint management are part of agent operations. It highlights Intune's role in controlling agent access, enforcing conditional access, and managing agent deployment across various device types.

    • Describes unified governance for agents and devices using Intune
    • Explains how Intune helps prevent 'shadow AI' by managing which AI agents can run on corporate devices
    • Details how conditional access and app protection policies extend to agents
    Microsoft Learn · 2026-07-30
  • Page removed or relocated. The documentation page explaining the purpose and enterprise value of Agent 365 has been removed. This eliminates a key overview of how Agent 365 provides identity, observability, governance, security, and lifecycle management for AI agents in enterprise environments.

    • Loss of explanation for why enterprises need centralized agent management
    • Removal of descriptions of Agent 365's core capabilities (identity, observability, governance, security, lifecycle management)
    • Missing context on how Agent 365 integrates with Microsoft Entra, Defender, Purview, and Intune
    Microsoft Learn · 2026-07-30
  • Page removed or relocated. The documentation explaining how Microsoft Purview supports Agent 365 for data security, compliance, and observability has been removed. This leaves a gap in official guidance on how Purview's policies and controls extend to agent-driven AI activities in enterprise environments.

    • Loss of explanation on how sensitivity labels, DLP, and audit policies apply to agents
    • No longer describes how agent activity is incorporated into compliance and risk management workflows
    • Missing guidance for regulated industries deploying Agent 365 with Purview
    Microsoft Learn · 2026-07-30
  • Page removed or relocated. The documentation explaining how Microsoft Intune supports Agent 365, particularly in terms of unified governance, device compliance, and integration with conditional access for agent operations, has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but readers now lack official guidance on how Intune and Agent 365 interact for endpoint and agent governance.

    • Loss of explanation on how Intune enforces device compliance for Agent 365 operations
    • Missing details on unified governance of agents and devices via Intune
    • No longer describes how conditional access and app protection policies apply to AI agents
    Microsoft Learn · 2026-07-30
  • Page removed or relocated. The page providing foundational guidance on governing AI agents with Agent 365, including agent registry, ownership, and observability, has been removed. This leaves a gap in documentation for organizations seeking to implement governance practices for Copilot agents without hindering innovation.

    • Missing guidance on establishing an agent registry using Agent 365 and Microsoft Entra-backed IDs
    • Loss of recommendations for assigning clear ownership and accountability for agents
    • Removal of instructions on enabling observability and telemetry for agent actions
    Microsoft Learn · 2026-07-30
  • Page removed or relocated. The documentation explaining how Microsoft Entra supports Agent 365, particularly around agent identity, governance, and integration for developers, has been removed. This leaves a gap in official guidance on managing agent identities and security for organizations using Agent 365.

    • Loss of explanation on Microsoft Entra Agent ID and its role in agent authentication and authorization
    • Missing guidance on applying identity governance, access policies, and compliance to agents
    • No longer provides information on developer integration with agent identity APIs and SDKs
    Microsoft Learn · 2026-07-30
  • Page removed or relocated. Documentation explaining how Microsoft Defender supports Agent 365 for real-time monitoring, proactive protection, and integration with enterprise security tools has been removed. This leaves a gap in understanding how Copilot-related agents are secured and monitored within Microsoft environments.

    • Loss of guidance on securing Agent 365 with Microsoft Defender
    • Missing details on real-time agent monitoring and threat detection
    • No longer describes integration with Microsoft Entra, Purview, and Intune for agent security
    Microsoft Learn · 2026-07-30

Microsoft 365 Copilot 21

  • This new documentation page details the layered security, privacy, and compliance protections Microsoft 365 Copilot applies throughout the prompt lifecycle, including proactive and runtime defenses, prompt injection mitigation, and integration with Microsoft Purview and Defender. It outlines specific controls available to administrators and describes how Microsoft detects, audits, and responds to prompt injection attacks.

    • Describes proactive protections such as audit logs, spam blocking, and restricted content discovery
    • Explains runtime protections at each stage of prompt processing, including DLP, block lists, and classifier filtering
    • Details web search controls and DLP for sensitive information in web-grounded experiences
    Microsoft Learn · 2026-08-14
  • The documentation has been significantly expanded and updated to reflect the rebranding from 'Microsoft 365 Copilot app' to 'Microsoft Copilot app', and now details new features, account types, platform availability, and navigation. Several new sections provide comprehensive guidance on using, installing, and managing the Copilot app across devices and account types.

    • Rebranding from 'Microsoft 365 Copilot app' to 'Microsoft Copilot app' with clarification on unchanged user experience
    • Detailed breakdown of features available in the Copilot app, including Cowork, model selection, and Work IQ
    • Expanded guidance on account types (work/school vs. personal) and how they affect the Copilot experience
    Microsoft Learn · 2026-08-17
  • Page removed or relocated. The documentation for configuring agent orchestration in Microsoft 365 Copilot has been removed. This page described how admins could route specific user prompts to specialized agents, including setup, rule management, user experience, and limitations. The removal means guidance for this capability is now missing, but it is unclear if the feature itself is deprecated or if the documentation has been relocated.

    • Loss of instructions for enabling/disabling agent orchestration
    • Missing guidance on creating, editing, and bulk-managing orchestration rules
    • No longer documents user experience when prompts are routed to agents
    Microsoft Learn · 2026-06-04
  • This new page documents the permissions required for applications to access Work IQ APIs, including the specific OAuth scope and the capabilities granted by the WorkIQAgent.Ask permission. This is important for developers and administrators integrating with Work IQ via Microsoft Entra ID.

    • Introduces the application ID URI for Work IQ APIs
    • Details the OAuth 2.0 authentication and authorization requirements
    • Describes the WorkIQAgent.Ask delegated permission, including its scope and required admin consent
  • This new page provides a comprehensive list of domain URLs and endpoints that must be allowed through firewalls and security mechanisms for Microsoft Copilot to function properly. It covers update services, download locations, delivery optimization, and sign-in endpoints, which are essential for deployment and connectivity.

    • Lists required domain URLs for Copilot update, configuration, and download services
    • Specifies both HTTP and HTTPS download locations, with wildcard guidance
    • Includes endpoints for sign-in with Microsoft and Entra ID accounts
    Microsoft Learn · 2026-08-18
  • This new documentation introduces the 'sharePointEmbeddedConfiguration' resource type, detailing its properties and usage for configuring SharePoint Embedded data retrieval via the Retrieval API. It is relevant for developers integrating SharePoint Embedded with Microsoft Graph APIs.

    • Describes the 'sharePointEmbeddedConfiguration' resource type for SharePoint Embedded data retrieval
    • Specifies the required 'containerTypeId' property
    • Provides a JSON representation for API integration
  • A new documentation page describes the 'retrievalThumbnail' resource type, which represents a thumbnail associated with a retrievalHit, including its properties and JSON structure. This enables developers to understand and use thumbnail data in retrieval scenarios.

    • Introduces the 'retrievalThumbnail' resource type
    • Documents properties: content (Base64), mediaType, and pageNumber
    • Provides JSON representation for integration
  • The documentation now supports importing existing Cursor plugins, not just Claude Code plugins, into Copilot Cowork. The import process has shifted from a conversion script to an 'atk import openplugin' command, and export back to Claude Code is also documented. These changes expand plugin compatibility and streamline cross-platform development.

    • Cursor plugins can now be imported into Copilot Cowork using the documented process
    • The import process uses 'atk import openplugin' instead of a PowerShell conversion script
    • Exporting Cowork plugins back to Claude Code is now supported via 'atk export openplugin'
    Microsoft Learn · 2026-08-20
  • The page has been significantly restructured: detailed feature and licensing comparison sections were removed, and new information was added about client app requirements and rollout preparation. The introduction now emphasizes the unified Copilot app for both personal and work/school accounts, with clearer guidance for IT admins on account management and theming.

    • Removed detailed feature list and benefits section for the Copilot app
    • Removed table comparing features between Copilot license and Microsoft 365 subscription
    • Removed section on customizable app settings for IT admins
    Microsoft Learn · 2026-08-18
  • A new 'thumbnails' property has been added to the retrievalHit resource type, allowing Copilot and related services to return document thumbnails when available. This enhances the richness of search and retrieval results.

    • Added 'thumbnails' property to the retrievalHit resource type.
    • Updated JSON representation to include 'thumbnails' as an optional collection.
    • Enables retrieval of document thumbnails if requested and available.
  • A new 'pageNumbers' property has been added to the retrievalExtract resource type, allowing users to see which pages a text extract comes from when 'includeThumbnails' is true. This enhances traceability and context for extracted content.

    • Added 'pageNumbers' property to indicate the pages containing the extract
    • Updated JSON representation to include 'pageNumbers' array
    • Clarified that 'pageNumbers' is only returned when 'includeThumbnails' is true
  • The documentation now includes support for a new 'sharePointEmbedded' property in the dataSourceConfiguration resource, in addition to the existing 'externalItem' property. Either property can now be used to configure a data source for the retrieval API, expanding the types of data sources Copilot can connect to.

    • Added 'sharePointEmbedded' property for SharePoint Embedded retrieval configuration
    • Clarified that either 'externalItem' or 'sharePointEmbedded' is required for a valid configuration
    • Updated JSON examples to show both properties
  • A new note clarifies the distinction between dynamic tool discovery for plugins and for agent connectors, specifying manifest requirements and linking to further information. This helps readers understand the prerequisites and differences for enabling dynamic tool discovery in different integration scenarios.

    • Added clarification about dynamic tool discovery for agent connectors versus plugins
    • Specified that agent connectors require app manifest version 1.29 or later and a compatible host
    • Provided a reference to additional documentation on registering MCP servers as agent connectors
  • The section now clarifies that dynamic tool discovery by default applies only to plugins, not agent connectors, and provides requirements for enabling dynamic tool discovery for agent connectors.

    • Clarifies that default dynamic tool discovery is limited to plugins, not agent connectors.
    • Specifies that agent connectors require app manifest version 1.29+ and host support for dynamic tool discovery.
    • Adds reference to documentation on registering MCP servers as agent connectors.
  • A new note clarifies that custom skills are not supported in Copilot Cowork on mobile platforms. This is important for users planning to create or use custom skills on mobile devices.

    • Added explicit note that custom skills aren't supported on mobile platforms
    Microsoft Learn · 2026-08-05
  • Updated Known issues

    The documentation adds a new section detailing a known issue with Copilot Studio agents using third-party models, clarifies limitations and workarounds for API plugins, and refines descriptions of unsupported features for custom engine agents and connectors. These changes help users better understand current limitations and error scenarios.

    • New section on Copilot Studio agents explains 'Agent Blocked' errors when using third-party models like Anthropic's Claude Sonnet 4.6.
    • Clarifies that administrators must enable access to third-party models for agents to function in Microsoft 365 Copilot or Teams.
    • Refines unsupported feature lists for API plugins and custom engine agents, including details on adaptive card actions and HTML support.
  • The documentation now clarifies the requirement to add all domains used by Adaptive Cards (for URLs and images) to the validDomains section of the app manifest, and moves this guidance to a dedicated section. Minor clarifications and rewording were made elsewhere, but no new Copilot capabilities were introduced.

    • Added explicit section on adding domains to validDomains in the app manifest for Action.OpenUrl and image URLs
    • Clarified that missing validDomains entries can prevent images from rendering or trigger untrusted content warnings
    • Moved Teams-specific domain guidance from a note to a dedicated section
  • The documentation has been updated to consolidate and clarify the licensing and branding of Copilot for organizations, shifting references from 'Microsoft 365 Copilot' to 'Microsoft Copilot.' This change aligns product names and descriptions, but does not introduce or remove major features. Some navigation and naming details were also updated for consistency.

    • Section previously titled 'Microsoft 365 Copilot license' is now 'Microsoft Copilot license', with nearly identical content
    • References to 'Microsoft 365 Copilot' in app names and links updated to 'Microsoft Copilot'
    • Clarified that Copilot Chat is available in the 'Microsoft Copilot app' instead of 'Microsoft 365 Copilot app'
    Microsoft Learn · 2026-03-24
  • The documentation has been updated to reflect the rebranding of Microsoft 365 Copilot to Microsoft Copilot and Microsoft 365 Copilot Chat to Microsoft Copilot Chat. It also clarifies that the web search controls and features now apply to an additional capability called Cowork, and updates the admin control options accordingly.

    • Rebranding from Microsoft 365 Copilot to Microsoft Copilot and similar for Copilot Chat
    • Clarifies that Cowork is now included alongside Researcher and Analyst for web search applicability
    • Updates admin control notes to specify Cowork instead of Analyst in certain scenarios
    Microsoft Learn · 2026-08-18
  • The documentation updates clarify that the primary UX entry point and allowlist destination for Cowork is now 'copilot.cloud.microsoft' instead of 'm365.cloud.microsoft.com', aligning with the rebranding to Microsoft Copilot Chat. Endpoint tables and checklists have been updated for accuracy, but no new capabilities or removals are introduced.

    • Rebranded UX entry point from 'm365.cloud.microsoft.com' to 'copilot.cloud.microsoft'
    • Endpoint allowlist and checklist updated to use 'copilot.cloud.microsoft'
    • Tables and examples reformatted for clarity and consistency
    Microsoft Learn · 2026-07-21
  • The documentation now clarifies which companies provide and process data for each Copilot Cowork model, adding explicit references to OpenAI and Anthropic as subprocessors. The section explaining how to set effort levels for balancing quality, speed, and cost has been removed, reducing guidance on task optimization.

    • Added explicit notes about OpenAI and Anthropic as subprocessors for specific models
    • Provided links for more information on subprocessors and data handling
    • Removed section detailing how to set effort levels for balancing quality, speed, and cost
    Microsoft Learn · 2026-08-18

SharePoint 1

  • The page now provides detailed guidance on the types of Microsoft customer support available, including new sections for Microsoft account, technical, and sales support, with specific instructions and contact information. This significantly expands the practical help available to users seeking support for various Microsoft products and services.

    • Added section on Microsoft account support with sign-in helper tool instructions
    • Added section on Microsoft technical support with guidance on troubleshooting and contacting support
    • Added section on Microsoft sales support with extensive regional contact information
    Microsoft Learn · 2026-07-30

Word 2

  • The page has been significantly restructured, introducing new sections that provide a broader overview of Copilot's capabilities, including agents, privacy, and learning resources, while removing previous sections focused on Copilot in Microsoft 365 apps and detailed AI workspace features. This change shifts the focus from specific app integrations and features to a more general introduction and guidance for new users.

    • Added new sections: 'Meet Copilot', 'The art of asking', 'Your data and privacy', 'Keep learning', and 'Where you'll find Copilot'
    • Introduced overviews of agents, privacy, and learning resources
    • Removed detailed sections about Copilot in Microsoft 365 apps and AI workspace features like Copilot Notebooks
    Microsoft Learn · 2026-07-08
  • The documentation now clarifies that the privacy and model training information applies only to the older version of the Microsoft Copilot app, and directs users of the updated app (as of August 18, 2026) to a new resource for privacy details. This is significant because it delineates which privacy policies and practices apply to which app versions, helping users understand the scope and relevance of the information.

    • Added notice that the article and 'Model Training' section apply only to the older Copilot app version
    • Introduced a new reference date (August 18, 2026) for the updated app
    • Directed users of the updated app to a new privacy and responsible AI documentation page
    Microsoft Learn · 2026-08-18

Microsoft Learn 210

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

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

    • Page detailing Copilot's drafting and content addition features in Word 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 Word to create a summary of your document has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

    • Loss of documentation for Copilot in Word on mobile devices
    • Uncertainty whether this is a feature removal or a documentation restructure
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this reflects a deprecation of the feature or a 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 this indicates feature removal or documentation restructuring
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but guidance on using Copilot's chat capabilities within Outlook is now missing.

    • Documentation for using Copilot's chat feature in Outlook is no longer available
    • Uncertainty whether this reflects feature removal or doc reorganization
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for data visualization in Excel.

    • Official documentation for Copilot's data visualization capabilities in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was 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 restructuring of documentation, but users now lack official guidance on this capability.

    • Guidance on using Copilot in Excel to import data from web and internal sources 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 to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

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

    • Loss of a dedicated page describing Copilot's skills in Excel
    • Uncertainty about whether features are deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel and Power BI is no longer available. 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 within Excel and Power BI.

    • Loss of documentation for Copilot integration with Excel and Power BI
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.

    • Copilot in Excel (Microsoft Skills) documentation is no longer accessible
    • Uncertainty whether this reflects 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 restructuring of documentation, but users now lack official guidance on how Copilot interacts with Excel data sources.

    • Page covering Copilot in Excel data sources has been removed
    • 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 is now missing. It is unclear if this reflects a feature deprecation, a move, or a restructure, but users currently 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 documentation was relocated
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this 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 this capability.

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

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

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

    • Page covering Copilot in Word on mobile devices is no longer available
    • Uncertainty whether this is due to deprecation or documentation restructuring
    • Users lose access to instructions or details about Copilot features on Word mobile
  • Page removed or relocated. The documentation page for Copilot in PowerPoint for mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on using Copilot with PowerPoint on mobile platforms.

    • 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 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 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 using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users lose official guidance on this capability.

    • Page covering Copilot's data import features in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates deprecation of the feature or a restructuring of documentation, but users now lack official onboarding guidance for Copilot in Excel.

    • Removal of the 'Get started with Copilot in Excel' guide
    • Loss of official instructions for initial setup and use of Copilot in Excel
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

    • Page covering Copilot'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 for Copilot in Excel and Power BI is no longer available at this URL. It is unclear if the content has been deprecated, relocated, or consolidated elsewhere, which may impact users seeking guidance on Copilot integration with Excel and Power BI.

    • Copilot in Excel and Power BI documentation is missing
    • Uncertainty whether this reflects deprecation or restructuring
  • 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 Copilot in Excel personalization
    • Uncertainty whether this is a feature removal or a doc restructure
  • 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 documentation restructure, but users lose access to guidance on how Copilot interacts with Excel data sources.

    • Page covering Copilot in Excel data sources has been removed
    • Uncertainty whether this is due to feature removal 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 users now lack official guidance on this capability.

    • Loss of instructions for using Copilot in SharePoint's rich text editor
    • 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 if 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 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 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 relocated
  • Page removed or relocated. Documentation for drafting and adding content with Copilot in Word is now missing. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users currently lack official guidance on this capability.

    • Loss of instructions for using Copilot to draft and add content in Word
    • Uncertainty whether the feature is deprecated or 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 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 indicates a feature deprecation or a restructuring of documentation, but information about Copilot's mobile capabilities in Word is now missing.

    • Page detailing 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 whether this reflects a deprecation of the feature or a restructuring of the documentation, but information about Copilot's mobile capabilities in PowerPoint is now missing.

    • Documentation for Copilot in PowerPoint on mobile devices is no longer available
    • Uncertainty whether this is due to feature removal or doc reorganization
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but guidance on using Copilot's chat capabilities within Outlook is now missing.

    • Page explaining how to chat with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Copilot Agent is no longer available. This removes a resource that addressed common questions about the Office Copilot Agent, which may impact users seeking guidance or troubleshooting information. It is unclear if this indicates deprecation of the feature or simply a documentation restructure.

    • FAQ content for Office Copilot Agent is missing
    • Potential loss of troubleshooting and guidance information
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on using Copilot for data visualization in Excel.

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

    • Page explaining how to import data from web/internal sources with Copilot in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. 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 the 'Get started with Copilot in Excel' documentation
    • No clear indication if the feature is deprecated or if the content has moved
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

    • Page detailing Copilot's data insights features in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for Copilot integration between Excel and Power BI 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 integration.

    • Copilot in Excel and Power BI integration documentation is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for using Copilot to write in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Official instructions for using Copilot in SharePoint's rich text editor are no longer available
    • Uncertainty whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

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

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

    • Loss of instructions for generating document summaries with Copilot in Word
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates 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. 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.

    • Documentation for Copilot in PowerPoint skills is no longer available at this URL
    • 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 if this reflects a deprecation of the feature or a restructuring of documentation, but information about Copilot's mobile capabilities in PowerPoint is now missing.

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

    • Loss of guidance on importing data from web/internal sources with Copilot in Excel
    • Uncertainty whether feature is deprecated or documentation was 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 content, but users now lack official guidance on how to begin using Copilot in Excel.

    • Removal of introductory/getting started guidance for Copilot in Excel
    • Potential gap in onboarding or feature discovery for new users
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page 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 for Copilot in Excel rules is now missing. It is unclear if this indicates feature deprecation or a restructuring of the documentation, but users no longer have access to guidance on this capability from this page.

    • Copilot in Excel rules documentation is no longer available at this URL
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. Documentation for Copilot integration between Excel and Power BI has been removed. It is unclear if this reflects a feature deprecation, a move, or a restructure, but users now lack official guidance on this integration.

    • Loss of documentation on Copilot capabilities spanning Excel and Power BI
    • Uncertainty whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear if this indicates deprecation of the feature or a restructuring of the documentation. Users now lack direct documentation for Copilot's Excel-specific capabilities.

    • Entire page for Copilot in Excel (Microsoft Skills) is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • 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. 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 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 describing how to refine SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is now missing.

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

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

    • Documentation for generating images in Word with Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for drafting and adding content 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 using Copilot for content creation in Word.

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

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

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

    • Official documentation for Copilot in PowerPoint on mobile devices is no longer available
    • Uncertainty whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The FAQ page for the Office Copilot agent is no longer available. This removes a resource that addressed common questions about the Office Copilot agent, which may impact users seeking guidance or troubleshooting information.

    • FAQ documentation for Office Copilot agent is missing
    • Potential loss of troubleshooting and usage guidance
  • 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 using Copilot in Excel
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this means the feature is deprecated or if the documentation has been relocated, but users now lack official guidance on this capability.

    • Page on 'Data insights with Copilot in Excel' is no longer available
    • Uncertainty whether this reflects feature removal or documentation restructuring
    • Users lose access to instructions or details on using Copilot for data insights in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel skills is no longer available. 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 capabilities within Excel.

    • Copilot in Excel skills documentation is missing
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel and Power BI is no longer available. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on using Copilot within Excel and Power BI.

    • Removal of documentation for Copilot integration with Excel and Power BI
    • Uncertainty whether this is due to feature deprecation 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/relocation 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 now available on which data sources are supported or how to configure them
  • Page removed or relocated. The documentation page for using Copilot in the SharePoint rich text editor has been removed. It is unclear if this indicates deprecation of the feature or simply a restructuring of documentation, but guidance on this specific Copilot capability is now missing.

    • Loss of documentation for Copilot integration in SharePoint's rich text editor
    • Uncertainty whether feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on using Copilot to generate 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 is moved
  • Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

    • Loss of instructions for drafting and adding content with Copilot in Word
    • Uncertainty whether 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 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 Copilot capability.

    • Missing instructions for generating summaries with Copilot in Word
    • Uncertainty about 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 was moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed, resulting in the loss of documentation that addressed common questions about Copilot's features and usage in PowerPoint. It is unclear whether this indicates a deprecation, relocation, or restructuring of the content.

    • FAQ documentation for Copilot in PowerPoint is no longer available at this URL
    • Users lose access to official answers about Copilot's PowerPoint capabilities and limitations
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of the documentation, but users now lack official guidance for Copilot capabilities on PowerPoint mobile.

    • Official documentation for Copilot in PowerPoint on mobile devices is no longer available
    • Uncertainty whether the feature is deprecated or the content 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 information about using Copilot's chat capabilities within Outlook is now missing.

    • Documentation for 'Chat with Copilot in Outlook' is no longer available
    • Uncertainty whether this reflects feature removal or doc reorganization
  • Page removed or relocated. The documentation page covering how to import data from the web and internal sources into Excel using Copilot is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Loss of documentation for importing data into Excel with Copilot
    • Uncertainty whether the feature is deprecated or the doc 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
    • Uncertainty whether the feature is deprecated or the content is relocated
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

    • 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. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a deprecation of features or a restructuring of documentation, but users now lack direct reference material on Copilot's Excel capabilities.

    • Loss of a dedicated page outlining Copilot's skills in Excel
    • Uncertainty whether features are deprecated or documentation is relocated
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this means the feature is deprecated or if the documentation has been moved or consolidated elsewhere. Users now lack official guidance on personalizing Copilot in Excel.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty about whether this reflects a feature deprecation or a documentation restructure
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.

    • Copilot in Excel (Microsoft Skills) documentation is no longer available
    • Uncertainty whether this is due to deprecation or restructuring
  • Page removed or relocated. Documentation about data sources for Copilot in Excel is now missing. It is unclear if this reflects a feature deprecation or a restructuring of the documentation, but users now lack guidance on how Copilot in Excel interacts with various data sources.

    • Page covering Copilot in Excel data sources has been removed
    • Uncertainty whether this is due to deprecation or documentation reorganization
    • Users lose access to information about supported data sources for Copilot in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel change history is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Copilot in Excel change history documentation is missing
    • Uncertainty whether feature is deprecated or documentation was moved
  • 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's rich text editor is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI to create SharePoint pages is now missing.

    • Page detailing AI-powered page creation in SharePoint has been removed
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation, 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 use Copilot in Word to rewrite text 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 capability.

    • Missing instructions for rewriting text with Copilot in Word
    • Uncertainty whether feature is deprecated or documentation was moved
  • 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.

    • Removal of the welcome/introductory page 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.

    • Official documentation for using Copilot to summarize PowerPoint presentations 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 whether this indicates deprecation of features, relocation of content, or a documentation restructure. Users now lack a centralized FAQ resource for Copilot in PowerPoint.

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

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

    • Page detailing Copilot skills in PowerPoint no longer available
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Step-by-step instructions for adding images with Copilot in PowerPoint are missing
    • Potential loss of clarity for users seeking to use Copilot for image insertion
  • Page removed or relocated. The documentation page 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 explaining how to add a slide from a file using Copilot in PowerPoint is no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

    • 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 reflects a deprecation of the feature or a relocation of the documentation, but users now lack access to official answers to common questions about the Office Copilot agent.

    • FAQ content for 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 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 indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.

    • Removal of 'Get started with Copilot in Excel' documentation
    • No clear indication if feature is deprecated or if content is relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if the content was deprecated, relocated, or consolidated, but users now lack direct access to frequently asked questions about Copilot's capabilities in Excel.

    • FAQ documentation for Copilot in Excel is no longer available at this URL
    • Potential loss of quick-reference answers about Copilot features and usage 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 direct access to these usage tips.

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

    • Copilot in Excel rules documentation is missing
    • Uncertainty if feature is deprecated or doc 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 editing prompts in Copilot for Excel has been removed. It is unclear if the content was deprecated, relocated, or consolidated, but users now lack direct guidance on this specific topic.

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation was moved
  • Page removed or relocated. The documentation page for Copilot in Excel change history is no longer available. 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.

    • Copilot in Excel change history documentation is missing
    • Uncertainty whether feature is deprecated or documentation was moved
  • 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 capabilities in SharePoint is now missing.

    • Page explaining AI-driven refinement of SharePoint pages has been removed
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but introductory or onboarding information for Copilot in Word is now missing from this location.

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

    • 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 whether this indicates deprecation, relocation, or restructuring of the content, but users now lack a central overview or welcome guide for Copilot in PowerPoint.

    • Removal of the main welcome/overview page for Copilot in PowerPoint
    • Potential loss of introductory guidance for new users
  • Page removed or relocated. The documentation page about summarizing presentations with Copilot in PowerPoint has been removed. It is unclear 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 summarize presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation. Users now lack a centralized resource for common questions about Copilot in PowerPoint.

    • FAQ content for Copilot in PowerPoint is no longer available at this URL
    • Potential loss of answers to common user questions and troubleshooting guidance
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates 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. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

    • Page covering Copilot skills in PowerPoint is no longer available
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

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

    • Page 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 in Copilot for Office Frontier has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack access to official answers to common questions about this capability.

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

    • Page detailing Copilot-assisted data import between Excel files is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a dedicated resource for common questions about Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of 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 dedicated to Copilot in Excel tips
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates deprecation of features or a restructuring of documentation, but users now lack direct reference material on Copilot's Excel capabilities.

    • Page describing Copilot's skills in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel rules is no longer available. It is unclear if this indicates a feature deprecation or a documentation restructure, but users now lack official guidance on Copilot's rule-based capabilities in Excel.

    • Copilot in Excel rules documentation is missing
    • Uncertainty whether this is due to deprecation or reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation. Users now lack direct documentation for this capability.

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

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for Copilot in Excel's change history feature is no longer available at this URL. It is unclear if the feature was deprecated or if the documentation was moved or consolidated elsewhere.

    • Copilot in Excel change history documentation is missing
    • Uncertainty whether this reflects feature removal or doc restructuring
  • Page removed or relocated. The documentation page about refining SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.

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

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

    • Removal of instructions for rewriting text with Copilot in Word
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page '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 introductory content for Copilot in PowerPoint
    • Potential loss of onboarding or overview guidance for new users
  • Page removed or relocated. The documentation page about summarizing presentations with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this 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. 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, but it is unclear if this reflects a feature deprecation or a documentation restructure.

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

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential loss of examples, tips, or prerequisites related to this feature
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

    • Documentation for Copilot in PowerPoint skills is no longer available at this URL
    • Uncertainty remains whether this is due to deprecation or content reorganization
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing how to use Copilot to add images in PowerPoint is missing
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for adding a slide from a file with Copilot in PowerPoint has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

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

    • Guidance for importing data from another Excel file with Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if the content was deprecated or relocated, but users now lack a centralized source for common questions and answers about Copilot in Excel.

    • FAQ documentation for Copilot in Excel is no longer available at this URL
    • Potential loss of guidance on common issues, usage, and troubleshooting
  • Page removed or relocated. A page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a deprecation of features, a relocation of content, or a documentation restructure. Users may temporarily lose access to guidance on effective Copilot use in Excel.

    • Removal of documentation offering tips for Copilot in Excel
    • Potential loss of best practices or usage guidance
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates a deprecation of features or a restructuring of documentation, but users now lack direct reference material for Copilot's Excel capabilities.

    • Page describing Copilot's skills in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this is due to deprecation, relocation, or restructuring, but users currently lack guidance on this feature.

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

    • Page covering Copilot in Excel personalization is missing
    • Uncertainty if this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack direct guidance on this capability.

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

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. A documentation page about Copilot in Excel data sources has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about supported data sources for Copilot in Excel is now missing.

    • Page covering Copilot in Excel data sources is no longer available
    • Potential loss of guidance on which data sources are compatible with Copilot in Excel
  • Page removed or relocated. Documentation for Copilot in Excel's change history feature is no longer available at this URL. It is unclear if the feature is deprecated or if the documentation has been moved or consolidated elsewhere.

    • Copilot in Excel change history documentation removed
    • Uncertainty whether this reflects feature deprecation or documentation restructuring
  • Page removed or relocated. The documentation page about refining SharePoint pages with AI is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about AI capabilities in SharePoint is now missing.

    • Documentation for using AI to refine SharePoint pages is no longer accessible
    • Uncertainty whether the feature is deprecated or the content was moved
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this reflects a deprecation of the feature or a restructuring of the documentation, but information about using AI to create SharePoint pages is now missing.

    • Documentation for AI-powered page creation in SharePoint has been removed
    • Uncertainty remains whether the feature is deprecated or the content was relocated
  • Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of documentation, but introductory or onboarding information for Copilot in Word is now missing from this location.

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

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

    • 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 capability.

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

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

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

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

    • Step-by-step instructions for adding a slide from a file with Copilot in PowerPoint are no longer available
    • Potential loss of clarity for users seeking to use this Copilot feature
  • 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 has been relocated
  • Page removed or relocated. The documentation page for 'Chat 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 using Copilot's chat capabilities within Outlook.

    • Page covering 'Chat with Copilot in Outlook' is no longer available
    • Uncertainty whether feature is deprecated or documentation is relocated
  • 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 a relocation of the documentation, but users now lack access to frequently asked questions about this Copilot capability.

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

    • Page on visualizing data with Copilot in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for importing data from another Excel file with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Official instructions for using Copilot in Excel to import data from another Excel file are no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. This means users no longer have access to a centralized resource for common questions and troubleshooting about Copilot in Excel, but it is unclear if the content has been relocated or consolidated elsewhere.

    • 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 page providing tips for using Copilot in Excel has been removed. It is unclear whether this reflects a deprecation of features, a relocation, or a documentation restructure, but users now lack direct access to these usage tips.

    • Removal of documentation offering tips for Copilot in Excel
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates 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 outlining Copilot's skills in Excel
    • Uncertainty about whether features are deprecated or documentation is relocated
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear if this reflects a feature deprecation, a move, or a restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty whether this is due to deprecation or restructuring
  • Page removed or relocated. A documentation page about getting started with editing prompts in Copilot for Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack this specific guidance.

    • Page on 'getting started editing prompts' in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. Documentation for Copilot in Excel's change history feature is no longer available at this URL. It is unclear if the feature was deprecated or if the documentation was moved or consolidated elsewhere.

    • Copilot in Excel change history documentation is missing
    • Uncertainty whether this reflects feature deprecation or doc restructuring
  • 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 guide 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 for rewriting text with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability in Word.

    • Page explaining how to rewrite text with Copilot in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • 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 deprecated, relocated, or consolidated elsewhere, but users now lack this entry-level overview.

    • Removal of the 'Welcome to Copilot in PowerPoint' page
    • Missing introductory guidance for Copilot features in PowerPoint
  • 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 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. 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 find support or understand capabilities.

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

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

    • Documentation for Copilot skills in PowerPoint is no longer available at this URL
    • Uncertainty remains 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
    • Potential loss of clarity for users seeking to use Copilot for image insertion
  • Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • 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 restructuring of documentation, 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 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 information about using Copilot's chat capabilities within Outlook is now missing.

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

    • Documentation for using Copilot to visualize data in Excel is no longer available
    • Uncertainty remains whether the feature is deprecated or the content was relocated
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from another Excel file is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users currently lack official guidance on this scenario.

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

    • Removal of introductory/getting started guidance for Copilot in Excel
    • Potential gap in onboarding information for new users
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's features and usage in Excel, which could hinder quick troubleshooting and understanding.

    • FAQ documentation for Copilot in Excel is no longer available
    • Users may have difficulty finding answers to common questions
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear whether this reflects a deprecation of features, a relocation of content, or a restructuring of documentation. Users may temporarily lose access to guidance on effective Copilot use in Excel.

    • Removal of Copilot in Excel tips documentation
    • Potential loss of best practices or usage guidance for Copilot in Excel
  • Page removed or relocated. A documentation page about Copilot in Excel rules is now missing. It is unclear if this is due to deprecation, relocation, or restructuring, but readers currently lose access to guidance on Copilot's rule-related capabilities in Excel.

    • Page on Copilot in Excel rules no longer available
    • Potential loss of documentation on configuring or understanding Copilot rules in Excel
  • Page removed or relocated. Documentation about Copilot personalization features in Excel is no longer available at this URL. It is unclear if the feature was deprecated or if the content was moved or consolidated elsewhere.

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

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

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel change history is no longer available. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on this capability.

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

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

    • Documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the docs were 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 central overview of Copilot capabilities in Word.

    • Removal of introductory content for Copilot in Word
    • Potential loss of guidance for new users on Copilot features in Word
  • 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 capability.

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint is no longer available at its previous URL. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a central overview or welcome page for Copilot in PowerPoint.

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

    • Page detailing 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 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.

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential loss of troubleshooting or usage tips specific to this workflow
  • Page removed or relocated. A documentation page about Copilot in PowerPoint 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 information about Copilot's skills in PowerPoint.

    • Documentation for Copilot in PowerPoint 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 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.

    • Page detailing Copilot-assisted image insertion in PowerPoint is missing
    • Uncertainty whether the feature is deprecated or 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 moved
  • Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page explaining how to use Copilot in Outlook to create meeting agendas is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Agent in Copilot is no longer available. It is unclear whether this indicates a deprecation of the Office Agent feature or simply a relocation or restructuring of its documentation. Users now lack access to frequently asked questions and clarifications about the Office Agent.

    • FAQ content for Copilot Office Agent is missing
    • Potential loss of troubleshooting and usage guidance
  • 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 a feature deprecation or a documentation restructure, 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 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 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 guidance on 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, resulting in the loss of a resource that addressed common user questions. It is unclear whether this indicates deprecation of features, a move, or consolidation of documentation.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Users lose access to previously documented answers to common questions
  • 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 access to these specific usage tips.

    • Removal of Copilot in Excel tips documentation
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel rules is no longer available. It is unclear if this is due to deprecation of the feature or a restructuring of the documentation. Users now lack direct guidance on rules for Copilot in Excel.

    • Copilot in Excel rules documentation is missing
    • Uncertainty whether this is a deprecation or a doc move
  • Page removed or relocated. Documentation for Copilot in Excel and Power BI is no longer available at this URL. It is unclear if the content was removed, relocated, or consolidated, which may impact users seeking guidance on Copilot integration with Excel and Power BI.

    • Copilot in Excel and Power BI documentation is missing
    • Uncertainty whether this reflects deprecation or restructuring
  • Page removed or relocated. A documentation page about getting started with editing prompts in Copilot for Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack guidance on this specific workflow.

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. 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 on refining SharePoint pages with AI has been removed
    • Uncertainty whether feature is deprecated or documentation was relocated

Frontier 2

  • The documentation now provides a detailed breakdown of Copilot in Excel's availability and supported modes across different platforms, replacing a generic licensing and availability section. This helps users understand exactly which Copilot features are accessible on their device.

    • Added a table specifying which Copilot modes (edit, chat, plan) are available on Windows, Mac, web, iPad, and iPhone.
    • Clarified that edit mode on iPad is rolling out to production.
    • Removed the previous generic licensing and availability section.
    Microsoft Learn · 2026-08-19
  • The section now clarifies that Copilot Cowork is available in two versions: one for work or school accounts (generally available) and one for personal accounts (in preview), helping users understand availability and documentation focus.

    • Added explanation of two Cowork versions: work/school (GA) and personal (preview)
    • Clarified that current documentation focuses on the work/school version
    • Provided a reference to learn more about the personal account preview
    Microsoft Learn · 2026-06-24

Excel 1

  • The documentation now provides a detailed breakdown of Copilot in Excel's availability and supported modes across different platforms, replacing a generic licensing and availability section. This helps users understand exactly which Copilot features are accessible on their device.

    • Added a table specifying which Copilot modes (edit, chat, plan) are supported on Windows, Mac, web, iPad, and iPhone.
    • Clarified that Edit mode on iPad is rolling out and not yet fully available.
    • Removed the previous generic licensing and availability section.
    Microsoft Learn · 2026-08-19

MS AI SDKs 1

  • The documentation now provides clearer guidance and concrete code examples for configuring session persistence, integrating with ASP.NET Core, and securing session continuation in self-hosted Agent Framework applications. It emphasizes the need for a custom durable session store in production and clarifies how session isolation works.

    • Added explicit note that MAF does not provide a general-purpose durable session store and that production scenarios require a custom implementation.
    • Provided detailed code samples for conditional use of in-memory vs. durable session stores based on environment.
    • Clarified the mechanism of session isolation using AgentIsolationKeyProvider and how continuation IDs are scoped.
    Microsoft Learn · 2026-08-17