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

Microsoft Foundry and agent documentation expanded across Azure AI, MS AI SDKs, and Copilot Studio.

Azure AI saw the most activity, adding Microsoft Foundry references plus new cloud evaluation, synthetic data, and autopilot documentation, including deployment guidance for Grok and reasoning models. MS AI SDKs added production security and Microsoft Teams agent integration topics. Copilot Studio introduced new guidance for agent identities and migrating agents to Microsoft Entra Agent ID, while one older Foundry cloud evaluation article was removed and replaced by updated coverage.

MS AI SDKs 24

  • This new page provides comprehensive, production-focused security guidance for Microsoft Copilot agents, detailing defense-in-depth controls for both inbound and outbound traffic. It introduces explicit configuration and code samples for JWT authentication, caller authorization, service URL validation, and outbound host allow lists across Python, Node.js, and .NET agent SDKs.

    • Introduces inbound JWT token validation and configuration for multiple agent SDKs
    • Details caller authorization and issuer/audience validation for secure agent endpoints
    • Describes outbound service URL validation and host allow list enforcement, including opt-in controls
    Microsoft Learn · 2026-08-24
  • New CodeAct

    This new page introduces CodeAct, a capability in Agent Framework that allows agents to execute complex plans as code in a sandboxed environment, reducing orchestration overhead and improving efficiency for tool-heavy tasks. It details how CodeAct works, its benefits, current limitations, and provides guidance for .NET and Python integrations.

    • Introduces CodeAct as a way for agents to execute multi-step plans as code via an 'execute_code' tool
    • Explains how CodeAct reduces latency and token usage by collapsing multiple tool calls into a single execution step
    • Describes scenarios where CodeAct is beneficial versus direct tool calling
    Microsoft Learn · 2026-05-27
  • This new documentation page introduces detailed guidance for handling messages in Microsoft Teams using agents, including how to send targeted messages, implement Prompt Preview, send quoted replies, use slash commands, and format messages with suggested actions. It outlines both API usage and manifest requirements, enabling developers to build richer, privacy-aware messaging experiences in Teams.

    • Explains how agents can send targeted messages to individual users in group contexts
    • Describes Prompt Preview for maintaining context in private agent responses
    • Details how to send quoted replies and inspect quoted messages
    Microsoft Learn · 2026-08-18
  • This new page documents how to implement message extensions in Microsoft Teams using the Copilot SDKs for C#, JavaScript, and Python. It covers querying, selecting items, handling link unfurling, message previews, and settings, providing code samples and manifest configuration details.

    • Introduces end-to-end guidance for building message extensions in Teams with Copilot SDKs
    • Provides manifest configuration and handler implementation for query and select item flows
    • Documents link unfurling and anonymous query link handling
    Microsoft Learn · 2026-08-17
  • This new documentation introduces the ability for Copilot and Teams app developers to register handlers for Microsoft Teams meeting lifecycle events (start, end, participants joining/leaving) and to retrieve meeting and participant details via the Teams API client. This enables richer, event-driven meeting experiences and integrations.

    • Describes how to register handlers for meeting start, end, participant join, and participant leave events
    • Specifies required RSC permission for meeting start/end events
    • Provides code samples in C#, JavaScript, and Python for handling meeting events
    Microsoft Learn · 2026-08-17
  • This new documentation page introduces guidance for handling file attachments and file consent in Microsoft Teams using Copilot agents, including how to receive files, process file consent, and manage uploads and downloads across .NET, JavaScript, and Python SDKs. It details required manifest settings and code patterns for secure file handling.

    • Explains how Copilot agents receive and process file attachments in Teams messages
    • Describes registering and using file downloaders in .NET SDK
    • Provides code samples for handling file downloads in .NET, JavaScript, and Python
    Microsoft Learn · 2026-08-17
  • This new page documents how to add AI-generated citations and collect user feedback in Microsoft Teams using Copilot APIs and SDKs. It provides implementation details for handling citations, feedback controls, and message reactions in .NET, JavaScript, and Python.

    • Explains how to insert and format AI citations in streaming responses
    • Describes enabling and handling feedback controls (thumbs up/down) for AI responses
    • Provides code samples for .NET, JavaScript, and Python SDKs
    Microsoft Learn · 2026-08-17
  • This new page documents how to handle Microsoft Teams lifecycle events for both channels and teams, including creation, renaming, deletion, archiving, and restoration. It provides code samples for multiple languages and details available event handlers, enabling developers to build Copilot plugins or bots that respond to these events.

    • Introduces event handler routes for channel and team lifecycle events (created, renamed, deleted, archived, restored, etc.)
    • Provides code samples in C#, JavaScript/TypeScript, and Python for handling these events
    • Documents how to retrieve team and channel details using the Teams API client
    Microsoft Learn · 2026-08-17
  • This new page documents the Agents SDK plugin for provisioning Azure resources via AI coding assistants like GitHub Copilot CLI or Claude Code, enabling streamlined setup of Azure Bot resources, authentication, Teams channel integration, and OAuth connections for .NET, JavaScript, and Python agents.

    • Introduces the Agents SDK plugin for automated Azure resource provisioning
    • Supports .NET, JavaScript, and Python agents
    • Guides on authentication options: client secret, managed identity, federated credentials
    Microsoft Learn · 2026-08-21
  • This new page documents how to use adaptive cards in Microsoft Copilot agents, including card design, sending, handling actions, dynamic search, and OAuth requirements. It provides detailed API usage for both .NET and JavaScript SDKs, enabling developers to build interactive, data-driven UI experiences within Copilot agents.

    • Introduces adaptive card support in Copilot agents using .NET and JavaScript SDKs
    • Explains card design, sending cards, and handling Action.Execute and Action.Submit events
    • Documents dynamic search integration for adaptive card inputs
    Microsoft Learn · 2026-08-21
  • Removed CodeAct

    Page removed or relocated. The documentation page for CodeAct, a feature enabling agents to execute code blocks for orchestrating multiple tool calls in a single step, has been removed. This eliminates detailed guidance on how to use CodeAct within the Agent Framework, including its integration, use cases, limitations, and setup for .NET and Python.

    • Loss of explanation on how CodeAct reduces orchestration overhead by allowing agents to execute code with multiple tool calls in one step
    • Missing guidance on when to use CodeAct versus direct tool calls
    • Removal of integration instructions for Hyperlight CodeAct in .NET and Python
    Microsoft Learn · 2026-05-27
  • This new documentation details breaking changes and improvements in Agent Framework 1.13.0 for Python workflow checkpointing, making workflow runs fully replayable from input, including human-in-the-loop continuations. It highlights required code updates for iteration counting, event handling, checkpoint management, and message source ID handling.

    • Start executor now runs in the first superstep, affecting event and iteration counts
    • Entry and response-entry checkpoints added for full replayability, including human-in-the-loop scenarios
    • max_iterations must be increased by one for workflows that previously hit the limit
  • This new page introduces step-by-step guidance for testing a locally running Copilot agent using Azure Bot Service and a dev tunnel, enabling integration testing with channels like Microsoft Teams and Microsoft 365 Copilot that cannot connect to localhost directly.

    • Explains how to use dev tunnels to expose a local agent to public endpoints for channel testing
    • Details prerequisites including agent setup, Azure Bot resource configuration, and devtunnel CLI installation
    • Provides commands for creating and hosting a dev tunnel for the agent
    Microsoft Learn · 2026-08-21
  • This new page documents how to use task modules (dialogs) in Microsoft Teams, including code examples for .NET, JavaScript, and Python. It explains how to display adaptive cards in modal dialogs, process user input, and chain dialogs for advanced workflows.

    • Introduces task modules (dialogs) in Teams for modal adaptive card or webpage experiences
    • Provides .NET, JavaScript, and Python code samples for displaying and handling dialogs
    • Explains how to process submitted data and send responses to users
    Microsoft Learn · 2026-08-17
  • This new page documents how to programmatically access Microsoft Teams conversation members using the Teams API client in various languages. It provides code samples and explains how to retrieve individual members, page through rosters, and access team rosters within Teams extension handlers.

    • Introduces methods to get a single member or page through all members in a Teams conversation
    • Provides code samples for C#, JavaScript/TypeScript, and Python
    • Explains how to access the Teams API client from different handler contexts
    Microsoft Learn · 2026-08-17
  • The documentation has been updated to reflect a renaming and refactoring of the Azure CosmosDB NoSQL Vector Store connector and its APIs. Package names, class names, and method names have changed, and the supported key property type has been updated. These changes are important for developers integrating with the connector, as code and configuration must be updated to match the new APIs.

    • NuGet package renamed from CommunityToolkit.VectorData.CosmosNoSql to CommunityToolkit.VectorData.AzureCosmosDB
    • API method names changed from AddCosmosNoSqlVectorStore to AddCosmosVectorStore
    • Class names updated from CosmosNoSqlCollection to CosmosCollection
    Microsoft Learn · 2024-09-23
  • The documentation now includes a detailed example for integrating Microsoft Agent Framework (.NET) with Dojo, including prerequisites, setup, and running both backend and frontend components. This addition provides step-by-step guidance for users to test and develop with Copilot-related agent scenarios using AG-UI Dojo.

    • Added a comprehensive 'Agent Framework / Dojo example' section for .NET integration
    • Specified prerequisites including .NET SDK, Azure OpenAI, and Node.js
    • Provided step-by-step instructions for configuring environment variables and running both backend and frontend servers
  • The documentation now provides a broader overview of Teams extension capabilities, adds migration guidance from Bot Framework bots, and removes detailed implementation examples for message extensions and task modules. The feature area descriptions have been expanded and clarified, but some concrete code samples and manifest details are no longer present.

    • Added a section on migrating from Bot Framework SDK to Agents SDK, clarifying lack of direct support for TeamsActivityHandler.
    • Added a high-level summary of Teams extension capabilities.
    • Expanded and reorganized the feature area table to include new areas like Feedback and Conversation members.
    Microsoft Learn · 2026-08-17
  • Page removed or relocated. The documentation explaining how to upgrade Python workflow checkpoints to Agent Framework 1.13.0 has been removed. This page detailed important minor breaking changes and migration steps for users upgrading to this version, especially regarding checkpoint replayability and event handling.

    • Loss of guidance on adapting workflows to 1.13.0 checkpointing changes
    • Missing migration checklist for updating event handling, iteration limits, and source ID checks
    • No longer documents replayability improvements and their impact on workflow restoration
  • The documentation has been updated to clarify that the connector is for Azure DocumentDB (with MongoDB compatibility), not Azure CosmosDB MongoDB (vCore). Package names, method names, and compatibility statements have been revised to reflect this change, which is important for users to correctly identify the supported service and use the right SDK components.

    • Replaced references to 'Azure CosmosDB MongoDB (vCore)' with 'Azure DocumentDB' throughout the doc
    • Updated NuGet package name from 'CommunityToolkit.VectorData.CosmosMongoDB' to 'CommunityToolkit.VectorData.AzureDocumentDB'
    • Changed method names in code samples to match the new service (e.g., AddDocumentDBVectorStore)
    Microsoft Learn · 2026-08-12
  • The section now provides a more detailed and robust example for accessing client state, showing how to wrap an agent to inject state into the model context. It clarifies best practices for handling client state and emphasizes not to access internal dictionaries directly.

    • Introduces a code example using a DelegatingAIAgent to inject client state as a system message
    • Clarifies that state-event emission remains declarative and separate from input handling
    • Warns against directly accessing ChatOptions.AdditionalProperties
  • Updated Azure AI Search

    The code sample for connecting Azure AI Search to TextSearchProvider was updated to simplify environment variable handling and credential usage. The new version uses a helper function to select environment variables and defaults, and switches from a chained credential approach to using DefaultAzureCredential directly.

    • Environment variable selection now uses a FirstNonBlank helper for fallback logic
    • Deployment name can now be sourced from AZURE_AI_MODEL_DEPLOYMENT_NAME or FOUNDRY_MODEL
    • Credential initialization simplified to use DefaultAzureCredential directly instead of ChainedTokenCredential
  • Updated Observability

    The instructions for enabling observability on agents in C# have been updated to use the builder pattern, aligning the agent setup with the chat client setup. This clarifies the recommended approach and may affect implementation details for developers.

    • Agent observability setup now uses .AsBuilder(), .UseOpenTelemetry(), and .Build() methods
    • Aligns agent instrumentation pattern with chat client pattern
    Microsoft Learn · 2026-07-30
  • The documentation clarifies that the Copilot Studio client library currently supports agents created with the 'standard harness' rather than those using the 'GitHub Copilot harness.' This update provides more precise guidance on compatibility.

    • Replaced 'classic authoring experience' with 'standard harness' for supported agents
    • Specified that agents using the 'GitHub Copilot harness' are not yet officially supported
    Microsoft Learn · 2026-08-21

Azure AI 78

  • This new page documents the schema for evaluation datasets in Microsoft Foundry, detailing required and optional columns, message formats, and evaluator-specific requirements. It enables users to correctly structure datasets for evaluating Copilot models, agents, and simulated conversations.

    • Introduces primary and supporting columns required for different evaluation scenarios (e.g., messages, query, response, ground_truth, tool_definitions, context).
    • Explains message array structure, including roles and content types, for both stored interactions and model/agent targets.
    • Describes evaluator-specific columns and when to use them (e.g., ground_truth for reference answers, tool_definitions for agent tool evaluation).
  • This new page provides a comprehensive reference of Microsoft Foundry capabilities, organized by functional area, including links to canonical documentation for each capability family. It covers developer tools, models, agents, tools, knowledge and retrieval, observability, evaluation, trust and safety, governance, and APIs, highlighting both generally available and preview features.

    • Introduces a centralized capability reference for Microsoft Foundry, spanning all major functional areas
    • Details new and preview features such as Ask AI, Managed compute, Instant access models, Routines, Skills, Memory, Agent optimizer, Guided Guardrail, and more
    • Clarifies integration points with GitHub Copilot, LangChain, Azure AI Search, Microsoft 365, and other Microsoft and third-party services
  • This new page introduces a comprehensive map of Microsoft Foundry products and capabilities, including how Copilot and related agentic, model, and orchestration features fit together. It provides clear guidance on entry points for various goals and distinguishes between major Foundry components, which is essential for users navigating Copilot and Foundry's expanding ecosystem.

    • Introduces a goal-based guide to starting with Foundry and Copilot-related features
    • Summarizes major Foundry products and capabilities, including Copilot integration points
    • Clarifies distinctions between prompt agents, hosted agents, models, fine-tuning, and orchestration tools
  • This new documentation introduces support for using admin-connected models—models hosted behind enterprise AI gateways—in cloud evaluation scenarios within Microsoft Foundry. It details prerequisites, usage patterns, and limitations, enabling organizations to leverage custom or non-Azure-hosted models for evaluation workflows.

    • Explains how to reference admin-connected models in evaluation scenarios using a specific connection/deployment format
    • Lists supported evaluation scenarios and the required configuration fields
    • Clarifies authentication and endpoint resolution is handled by Foundry, not the user
  • This new page documents how to evaluate deployed models, prompt agents, and hosted agents in the cloud using runtime queries and automated evaluators. It provides detailed instructions and code samples for setting up evaluation runs, configuring message templates, and mapping data for both models and agents, including special handling for hosted agent protocols.

    • Introduces cloud-based evaluation for deployed models, prompt agents, and hosted agents
    • Explains how to configure message templates and data mappings for evaluation runs
    • Details support for both responses and invocations protocols for hosted agents
  • This new documentation introduces preview features for generating synthetic test queries and simulating multi-turn conversations to evaluate Copilot models and agents. It details how to automate test data creation, run evaluations, and assess conversational quality using built-in evaluators.

    • Describes how to generate synthetic queries for model or agent evaluation when no test dataset exists
    • Explains parameters and setup for synthetic data generation and evaluation
    • Introduces conversation simulation to generate and evaluate multi-turn agent interactions
  • This new documentation introduces the ability to evaluate stored responses and OpenTelemetry traces from deployed agents and models in Microsoft Copilot, including both Foundry and non-Foundry agents. It details how to use response IDs or Application Insights traces for post-deployment evaluation, and describes intelligent sampling for efficient, diverse trace selection.

    • Describes evaluation of agent/model interactions by stored response IDs or OpenTelemetry traces without replaying requests
    • Introduces support for evaluating non-Foundry agents (e.g., LangChain, custom frameworks) via trace evaluation
    • Explains intelligent sampling for trace evaluation to maximize diversity and reduce cost
  • This new page introduces detailed documentation for evaluating precomputed responses in the cloud using JSONL or CSV datasets. It covers preparing datasets, schema and evaluator configuration, and running evaluations via the SDK, enabling robust quality assessment workflows for Copilot and related AI solutions.

    • Explains how to upload and version datasets (JSONL/CSV) for evaluation in the cloud.
    • Describes schema definition and mapping dataset fields to built-in evaluators.
    • Provides code samples for running evaluations using both JSONL and CSV data sources.
  • This new page documents the preview capability to evaluate complete multi-turn conversations in the cloud using conversation-level evaluators, including from datasets or Application Insights traces. It details how to prepare data, select evaluation levels, and run evaluations by conversation ID or agent filter, enabling deeper assessment of agent quality and user satisfaction across entire interactions.

    • Introduces conversation-level evaluation for Copilot agents, beyond turn-level scoring
    • Supports evaluation from datasets, specific conversation IDs, or sampled production traces via Application Insights
    • Explains evaluator compatibility and common errors when choosing evaluation levels
  • This new page introduces documentation for running cloud evaluations of generative AI applications using the Microsoft Foundry SDK. It covers prerequisites, SDK setup, evaluation workflows, evaluator selection, and various starting points for different evaluation scenarios.

    • Explains how to set up and authenticate the Foundry SDK client for cloud evaluations
    • Describes the workflow for creating and running cloud evaluations at scale
    • Details prerequisites including Azure OpenAI deployment and Foundry RBAC roles
  • This new documentation page introduces support for deploying and using SpaceXAI's Grok models, including the latest Grok 4.6 (preview), in Microsoft Foundry via Azure. It details deployment, authentication, API usage, quotas, troubleshooting, and responsible AI guidance, highlighting new multimodal, large-context, and advanced reasoning capabilities available to Copilot and Foundry users.

    • Grok 4.6 (preview) model with 200,000 token context window and multimodal (text and image) input now available in Microsoft Foundry
    • Supports advanced reasoning, tool/function calling, and agentic workflows via OpenAI-compatible Chat Completions and Responses APIs
    • Detailed deployment instructions for both portal and CLI, including region and SKU guidance
  • This new page documents how to use non-OpenAI reasoning models, specifically DeepSeek-V4-Pro, with Microsoft Foundry via the OpenAI Chat Completions API. It covers setup, authentication, usage patterns, handling of reasoning content, streaming, parameter selection, and content safety considerations.

    • Introduces support for reasoning models like DeepSeek-V4-Pro in Foundry projects using the OpenAI Chat Completions API.
    • Provides detailed setup and authentication instructions for Python, JavaScript, Java, and C# clients.
    • Explains how to access and handle the model's reasoning content, which may be returned alongside the final answer.
  • This new page introduces and defines the concept of 'autopilots' in Microsoft Foundry, detailing their unique identity model, capabilities, and how they differ from other agent types. It explains the technical and organizational implications of using autopilots, including their persistent identity, Microsoft 365 integration, and governance model.

    • Defines 'autopilot' as a persistent, named agent with its own Microsoft Entra user account and security profile
    • Explains how autopilots can act independently in Microsoft 365, unlike other agents that require a signed-in user
    • Clarifies the distinction between agent capabilities and identity, emphasizing that identity defines an autopilot
  • This new page introduces and details the full lifecycle of 'autopilots' in Microsoft Foundry, outlining the stages, roles, responsibilities, and governance model for deploying, operating, and retiring AI agent instances (autopilots) via blueprints. It clarifies how Copilot-like agents are provisioned, managed, and controlled at scale within organizations.

    • Defines the lifecycle stages for autopilots, from infrastructure provisioning to blueprint retirement or deletion
    • Explains the distinct roles (Azure administrator, developer, tenant administrator, manager, etc.) and their responsibilities in the lifecycle
    • Describes the separation of accountability and governance for autopilot instances
  • This new documentation introduces the Microsoft Foundry Toolkit for Visual Studio Code, an extension that unifies and expands previous AI development tools for building, testing, deploying, and monitoring AI apps and agents within VS Code. It details capabilities for working with models, agents, and Foundry resources, and highlights integration with Copilot for help and feedback.

    • Announces the rebranding and consolidation of AI Toolkit and Microsoft Foundry extension into Foundry Toolkit
    • Describes end-to-end workflows for model discovery, comparison, fine-tuning, and deployment
    • Introduces agent building, debugging, deployment, and evaluation features
  • This new documentation introduces support for customer-managed key (CMK) encryption in Microsoft Foundry, detailing how users can control encryption keys for their data, the coverage and limitations across Foundry capabilities, and operational implications such as key revocation.

    • Announces support for customer-managed keys (CMKs) using Azure Key Vault or Managed HSM for Foundry data encryption.
    • Details which Foundry capabilities and storage scenarios support CMK encryption, including nuanced coverage tables.
    • Explains how CMK applies across persistent storage and compute stack, clarifying partial and full coverage.
  • The documentation now introduces a new 'simulation seed' dataset generation capability, enabling multi-turn scenario-based evaluation for Copilot agents. This includes new task types, updated prerequisites, portal and SDK workflows, and guidance for using simulation seeds in evaluation flows.

    • Added support for generating 'simulation seed' datasets for multi-turn conversation simulation
    • Updated prerequisites to require SDK version 2.5.0+ and clarified model requirements for both QnA and simulation seed tasks
    • Portal workflow now allows selection between 'Simple QnA' and 'Simulation seed' task types
  • The quickstart has been significantly updated to reflect new requirements for building autopilots, including Frontier preview enrollment, new licensing prerequisites, a detailed permissions matrix, and a revised step-by-step workflow. Several new sections clarify the process, and troubleshooting guidance has been expanded to cover new error scenarios.

    • Added requirement to enroll tenant in the Frontier preview program and accept new terms of service.
    • Updated licensing prerequisites, including Microsoft Agent 365 Frontier license and seat limitations.
    • Introduced a detailed permissions matrix for each step of the autopilot creation process.
  • The page introduces several new sections detailing how to start building agents in Microsoft Foundry, expands on developer surfaces, and provides a recommended onboarding path. It also updates the number of available models and clarifies preview status for some features, making the documentation significantly more actionable for new and existing users.

    • Added guidance on starting with agent development, including prompt and hosted agents
    • Introduced a section outlining supported developer surfaces (portal, SDKs, CLI, VS Code, coding agents)
    • Provided a step-by-step recommended path for new developers to onboard and build integrations
  • The documentation now introduces new, detailed guidance for using structured outputs with Azure OpenAI, including Chat Completions, function calling, and the Responses API, with a focus on Zod-based schema validation and TypeScript/JavaScript usage. This enables developers to more robustly define, validate, and parse structured outputs from Copilot models, significantly expanding integration capabilities.

    • Added prerequisites and setup instructions for Node.js, TypeScript, and required packages
    • Introduced Zod-based schema validation for structured outputs in Chat Completions and Responses API
    • Provided new examples for using structured outputs in function calling scenarios
  • This update adds comprehensive documentation and code samples for using chat completion models with Node.js/TypeScript, including setup, basic usage, conversation management, and troubleshooting. Node.js is now officially supported for interacting with Azure OpenAI chat completions, expanding the range of development environments.

    • Node.js 22+ is now listed as a supported prerequisite for chat completions
    • Detailed setup instructions and code samples for Node.js/TypeScript added
    • New sections cover basic chat completions, conversation loops, and managing conversation history in Node.js
  • Page removed or relocated. The documentation page detailing how to run cloud-based evaluations using the Microsoft Foundry SDK has been removed. This eliminates official guidance on configuring, executing, and troubleshooting large-scale, automated predeployment and production evaluations for Copilot and agent scenarios.

    • Loss of step-by-step instructions for running cloud evaluations with Foundry SDK
    • No longer documents supported data sources, evaluation scenarios, and evaluator configuration
    • Removes troubleshooting guidance for common evaluation errors and issues
  • This new page introduces documentation for evaluation datasets in Microsoft Foundry, explaining their purpose, structure, and preparation methods for measuring model or agent quality. It clarifies when to use reusable datasets versus evaluating existing responses or traces, and outlines multiple ways to prepare evaluation data.

    • Defines evaluation datasets and their use cases in Foundry
    • Explains JSONL format and evaluation levels (turn-level vs. conversation-level)
    • Details multiple methods for preparing evaluation data, including uploading, generating synthetics, and converting traces
  • This new page documents how to retrieve, interpret, and troubleshoot results from cloud-based evaluation runs in Copilot, including polling for completion, understanding result schemas, handling errors, and canceling runs. It provides concrete code examples and error resolutions, enabling users to effectively manage and debug evaluation workflows.

    • Introduces polling and retrieval of asynchronous evaluation run results via SDK
    • Explains result schema for both individual and aggregate evaluation outputs
    • Provides code samples for canceling evaluation runs
  • This new page documents how to set up and manage Microsoft Foundry projects using the Foundry Toolkit extension in Visual Studio Code, including signing in, selecting or creating projects, switching defaults, and cleaning up resources. It enables users to configure cloud-based Copilot-related resources directly from VS Code.

    • Step-by-step instructions for signing in to Azure and accessing Foundry projects via VS Code
    • Guidance on selecting an existing Foundry project or creating a new one from within the extension
    • Details on switching the default project and clearing the default project setting
  • This new page documents how to install the Microsoft Foundry Toolkit extension for Visual Studio Code, including prerequisites, installation steps, and verification. It also introduces the Foundry DevPack as a more comprehensive setup for Foundry development.

    • Step-by-step instructions for installing Foundry Toolkit via Marketplace or directly in VS Code
    • Lists prerequisites including Visual Studio Code and .NET Runtime
    • Introduces Foundry DevPack as an alternative for a complete development environment
  • The retirement schedule for Anthropic models in Azure Foundry was significantly updated, adding new Claude models (including versioning for Azure-hosted and Anthropic-hosted variants), new GA and Preview models, and clarifying hosting details. This provides users with more options and clearer timelines for model availability and retirement.

    • Added new Claude models (e.g., claude-sonnet-5, claude-opus-5, claude-opus-4-8, claude-fable-5) with retirement dates
    • Introduced versioning distinction for Anthropic models (Azure-hosted vs. Anthropic-hosted)
    • Upgraded several Anthropic models from Preview to GA status
  • The documentation now clarifies that the AzureRM provider supports configuring connections to knowledge and tools for Foundry resources, and adds required provider version blocks to the Terraform setup instructions. These changes improve clarity on provider capabilities and ensure users set up Terraform with the correct provider versions.

    • AzureRM provider now supports configuring connections to knowledge and tools (previously marked as unsupported)
    • Added required provider version blocks (versions.tf) to the Terraform setup instructions
    • Prerequisites now explicitly require Azure CLI login and subscription verification
  • The MAI-Image-2e model has been removed from the list of supported MAI image models in Microsoft Foundry, including its capabilities and API quota information. This means users can no longer deploy or use MAI-Image-2e in Foundry, which may impact workflows relying on this model.

    • MAI-Image-2e removed from supported models table
    • MAI-Image-2e capabilities no longer described
    • API quotas and limits for MAI-Image-2e removed
  • The documentation adds new GPT-5.6 model variants (luna, sol, terra) to the region availability tables for Azure OpenAI Foundry Models, specifying their deployment regions for Global, Data Zone, and Regional managed options. This update informs users about the availability and regional support for these new model versions, which is critical for deployment planning and compliance.

    • Added gpt-5.6-luna, gpt-5.6-sol, and gpt-5.6-terra to region availability tables
    • Specified which Azure regions support each new model variant for Global, Data Zone, and Regional deployments
    • Clarified that all three new variants are available in more regions under Global and Data Zone, but limited under Regional deployments
  • The documentation now describes how to steer a deployed agent using direct REST API calls with curl and Azure CLI, rather than only via the Azure Developer CLI. This enables broader integration and automation options for users.

    • Added requirement for Azure CLI and curl in prerequisites
    • Replaced azd CLI-based steering instructions with REST API (curl) examples
    • Documented how to obtain access tokens and endpoints for API calls
  • The documentation adds the new Cohere-parse-v5 model (image-to-text) and updates the video generation models to focus solely on Sora-2, removing references to the original Sora model. It also adds gpt-image-2 to the list of available image generation models, clarifying its availability and request limits.

    • Added Cohere-parse-v5 Preview model for image-to-text conversion, supporting images, tables, and forms.
    • Added gpt-image-2 to the image generation models table with request limits.
    • Video generation models section now only lists Sora-2, removing Sora and updating the description.
  • A new Grok model, 'grok-4.6' (Preview), has been added to the list of SpaceXAI models available in Foundry Models sold by Azure. This model supports both text and image input, a large context window, and outputs in text or JSON formats, expanding the capabilities available to users.

    • Added 'grok-4.6' (Preview) model with text and image input support
    • Expanded output options to include JSON format for grok-4.6
    • Clarified registration requirements for Grok models
  • The quickstart now requires Azure CLI version 2.80.0 or later, adds mandatory managed identity assignment for project management, updates model deployment steps (including new model version and SKU), and replaces portal-based instructions with CLI commands for retrieving project endpoints. These changes streamline setup, clarify prerequisites, and ensure compatibility with the latest Foundry features.

    • Azure CLI version 2.80.0 or later is now required for project creation and management
    • Managed identity (--assign-identity) is now mandatory when creating Foundry resources for project management
    • Model deployment steps updated: new model name (gpt-5-mini), version (2025-08-07), and SKU (GlobalStandard), plus guidance to list available models/SKUs
  • The Image Edit API now supports providing up to 16 input images per request, instead of just one. This expands the API's capabilities for batch or multi-image editing scenarios.

    • Increased input image limit from 1 to 16 per API call
  • The list of supported regions for risk and safety evaluators has been significantly expanded, especially in the Americas and Europe. This broadens the geographic availability of these evaluators for Copilot evaluation features.

    • Added multiple Americas regions (Brazil South, Canada Central, Canada East, Central US, East US, South Central US, West Central US, West US, West US 3) for risk and safety evaluators
    • Added several European regions (Norway East, Poland Central, Spain Central, Switzerland North, Switzerland West, West Europe) for risk and safety evaluators
  • The Microsoft Agent Framework integration instructions have been updated to use the new FoundryToolbox class, which simplifies authentication and context handling. The previous requirement for a custom _ToolboxAuth helper and httpx is removed, streamlining agent integration with toolboxes.

    • Replaced MCPStreamableHTTPTool and custom auth with FoundryToolbox class in Agent Framework integration
    • FoundryToolbox now handles authentication and call context forwarding automatically
    • Removed requirement to install httpx and implement custom authentication helpers
  • The documentation now describes deploying a resilient, steerable agent using the Responses protocol, with updated prerequisites and deployment steps. A new section details how to steer the deployed agent using azd commands, replacing the previous client-based approach.

    • Sample agent is now based on the Responses protocol with resilience and steering options
    • Python 3.13 is now required; model deployment requirement removed
    • Deployment and provisioning simplified to a single 'azd up' command
  • The documentation has been updated to use a new sample agent and workflow, introduces new sections for testing crash recovery and invoking the deployed agent, and removes the previous demo client instructions. The new approach emphasizes using azd CLI commands for setup, running, and recovery testing, making the process more streamlined and accessible.

    • Replaces the previous sample agent and demo client with a new resilient streaming agent and azd CLI-based workflow
    • Adds detailed instructions for testing crash recovery locally using environment variables and azd commands
    • Adds a section on invoking the deployed agent and monitoring logs
  • Page removed or relocated. The documentation page explaining how to use admin-connected models in cloud evaluations with Microsoft Foundry has been removed. This eliminates guidance on referencing and configuring enterprise-hosted models (via API gateways) for evaluation scenarios, which may impact users leveraging custom or non-Azure models.

    • Loss of instructions for referencing admin-connected models in evaluation scenarios
    • No longer documents prerequisites and setup for using enterprise AI gateways
    • Examples for configuring evaluator and target models with admin-connected endpoints are now missing
  • Page removed or relocated. The documentation page for the Microsoft Foundry Toolkit for Visual Studio Code extension has been removed. This eliminates official guidance on installing, configuring, and using the extension to manage Foundry projects and models within VS Code, which may impact users seeking to leverage these capabilities.

    • Loss of step-by-step instructions for installing and connecting the Foundry Toolkit extension in VS Code
    • No longer provides guidance on creating projects, deploying models, and interacting with model playgrounds from VS Code
    • Removes troubleshooting and resource cleanup information specific to the extension
  • Page removed or relocated. The page providing guidance on how to choose a development approach with Microsoft Foundry, including agent types and developer surfaces, has been removed. This leaves a gap in documentation for new and existing users seeking to understand and select between prompt agents, hosted agents, and various development tools.

    • Removal of overview comparing prompt agents and hosted agents in Foundry
    • Loss of guidance on selecting developer surfaces (portal, SDKs, CLI, VS Code, coding agents)
    • Missing recommended onboarding path for new developers building with Foundry
  • The documentation clarifies and updates the description of OpenTelemetry GenAI semantic conventions for multi-agent observability, replacing the previous table of conventions with a new, more detailed and standardized set. It also notes that these conventions are in development and may change, and updates references to the latest OpenTelemetry GenAI standards.

    • Replaces the previous table of multi-agent observability conventions with a new table aligned to OpenTelemetry GenAI standards
    • Clarifies that the semantic conventions have 'Development' status and may change in future releases
    • Updates references to point to OpenTelemetry GenAI semantic conventions instead of general OpenTelemetry conventions
  • The documentation clarifies the prerequisites and installation process for Foundry developer tools, specifying that Azure CLI is no longer a general prerequisite and that DevPack only installs certain tools if their host apps are present. It also adds a new section on installing developer tools separately and removes detailed Azure CLI installation instructions.

    • Azure CLI is no longer listed as a required prerequisite for all users
    • Foundry DevPack now installs editor-specific tools only if the host app (VS Code or GitHub Copilot App) is present
    • New section added for installing developer tools separately without DevPack
  • The section now clarifies that GPT-5.6 models use separate pricing rates for short-context and long-context requests, with a specific threshold for long-context pricing. This helps users understand cost implications when deploying these models.

    • Added explanation of separate rates for short-context and long-context requests for GPT-5.6 and later models
    • Specified that prompts over 272,000 input tokens are billed at long-context rates for the entire request
    • Noted that each GPT-5.6 model can handle both short and long-context requests
  • The documentation clarifies the steps and requirements for publishing Foundry agents to Microsoft 365 Copilot and Teams, especially for projects with private network access disabled. It details the new 'enable_m365_public_endpoint' setting, updates role names, and corrects which agent identity value to use when creating the Azure Bot Service resource.

    • Clarifies that only Steps 1, 2, and 4 are REST equivalents of the portal publish button; Step 3 is now required for PNA-disabled projects to enable a public endpoint for Activity Protocol.
    • Introduces and explains the 'enable_m365_public_endpoint' setting for scoped public access to the Activity Protocol route.
    • Adds details about network security controls and the requirement for public internet routability for agent endpoints.
  • The documentation now clarifies that the Azure CLI and curl are required prerequisites, and updates the walkthrough to use curl for invoking the agent both locally and when deployed, replacing previous azd commands. This provides more explicit, step-by-step instructions for interacting with the agent endpoints and handling authentication.

    • Added Azure CLI and curl as required prerequisites for deployment and testing.
    • Local testing instructions now use curl for sending requests instead of azd ai agent invoke.
    • Deployed agent invocation instructions now use curl with explicit endpoint and access token handling.
  • A new column 'Private VNet' has been added to the regional support table, indicating explicit support for Private Virtual Networks in all listed regions. This clarifies and potentially expands the documented networking capabilities for Foundry Agent Service.

    • Added 'Private VNet' column to regional support table
    • All listed regions now explicitly show support for Private Virtual Networks
  • The updates clarify how screen readers interact with the Foundry portal, including new announcements for navigation and evaluation pages, and update navigation structure details. These changes improve accessibility guidance for users relying on assistive technology.

    • Added 'Manage' to main navigation and clarified 'Docs' section purpose
    • Screen reader now announces page titles and navigation items after section selection
    • Screen reader announces selected project name and evaluation run status
  • The documentation now clarifies that scenario datasets for conversation simulation can be generated automatically using the 'Simulation seed (multi-turn)' task type, and that only the 'test_case_description' field is required, with other fields being optional. This makes it easier for users to prepare data and understand required schema elements.

    • Added guidance on generating scenario datasets using the Simulation seed (multi-turn) task type
    • Clarified that only 'test_case_description' is required in scenario data; other fields are optional
    • Provided instructions to use generated dataset ID directly in simulation runs, skipping manual upload
  • The documentation now clarifies that only prompt agents (not hosted agents) support incoming A2A, and provides more precise guidance on authentication and role requirements for accessing A2A endpoints. It also adds details about version negotiation errors and updates the required roles for agent card access.

    • Clarifies that only prompt agents can be exposed as A2A endpoints; hosted agents are no longer mentioned as supported.
    • Updates prerequisites to require a deployed prompt agent, removing reference to hosted agents supporting the responses protocol.
    • Adds guidance that if both A2A version selectors are provided and differ, a 400 error is returned.
  • The documentation clarifies role requirements for OAuth identity passthrough and troubleshooting agent-to-agent authentication, especially when the remote endpoint is another Foundry agent. It now specifies that users need access to both the calling and remote agents/projects, which is important for configuring permissions correctly.

    • Clarifies that users need the Foundry Agent Consumer role on the Foundry project or agent hosting the calling agent
    • Adds requirement that users also need access to the remote target project or agent when the remote A2A endpoint is another Foundry agent
    • Troubleshooting guidance updated to reflect these access requirements for successful OAuth flows
  • The introduction now explicitly states that the Azure AI Inference SDK is 'now-retired,' clarifying its status and reinforcing the need for migration to the OpenAI SDK.

    • Clarifies that the Azure AI Inference SDK is officially retired
  • The introductory section has removed the deprecation notice for the Azure AI Inference beta SDK, which previously informed users about its retirement date and recommended migration to the OpenAI/v1 API.

    • Removed warning about Azure AI Inference beta SDK deprecation and retirement date
    • No longer includes migration guidance to OpenAI/v1 API
  • The documentation now clarifies that the Azure portal only supports assigning the Foundry Agent Consumer role at the Foundry account scope, and recommends using Azure CLI for more granular (project or agent) assignments. This is important for users seeking to follow least-privilege access principles.

    • Added explicit note that Azure portal only supports Foundry Agent Consumer role assignment at account scope
    • Guidance to use Azure CLI for project or agent scope assignments to ensure least-privilege access
    • Clarified the difference between project and agent scope for endpoint access
  • The introduction now highlights that the Microsoft Foundry Skill can assist users of coding agents like GitHub Copilot in customizing and validating the CI/CD pipeline template. This addition informs users of enhanced integration and automation capabilities.

    • Added mention of Microsoft Foundry Skill for Copilot users
    • Describes how the skill can tailor templates and validate deployments
  • The quickstart now mentions that users of coding agents like GitHub Copilot can leverage the Microsoft Foundry Skill to assist with setup, deployment, and invocation of hosted agents. This addition highlights new integration support for Copilot users.

    • Added guidance for GitHub Copilot users to use the Microsoft Foundry Skill
    • Indicates enhanced workflow support for Copilot-assisted development
  • The documentation now clarifies how to run agent optimization both within and outside of AZD projects, including how agent resolution works, how to configure optimization runs without AZD files, and how to monitor and deploy jobs in standalone scenarios. Troubleshooting guidance was expanded for standalone and endpoint-related issues.

    • Explains agent resolution logic for AZD projects, standalone scenarios, and config overrides
    • Documents how to optimize agents without AZD project files, including required parameters
    • Clarifies when 'agent.config' is required in eval.yaml based on project type
  • A clarification was added noting that users of coding agents like GitHub Copilot can leverage the Microsoft Foundry Skill to assist with migrating their preview deployments to the latest hosting model. This helps users understand available migration tools.

    • Added guidance for GitHub Copilot users about using the Microsoft Foundry Skill for migration
    • Clarifies migration support for users with coding agents
  • The documentation now mentions that the Microsoft Foundry Skill can assist users of coding agents like GitHub Copilot in selecting an ACR workflow, preparing permissions, and applying deployment steps. This addition highlights new Copilot-integrated guidance for deploying hosted agent container images.

    • Introduced Microsoft Foundry Skill as a helper for Copilot users in ACR deployment workflows
    • Specifies that Foundry Skill can assist with workflow selection, permissions, and deployment steps
  • The documentation clarifies which 'azd ai agent' commands require an azd project and which can be used in standalone mode, providing specific examples and guidance on targeting deployed agents.

    • Explains that some 'azd ai agent' commands require an azd project, while others support standalone use
    • Provides an example: 'azd ai agent optimize' can target a deployed agent without an azd project if given the agent name and endpoint
    • Clarifies how Foundry project endpoints can be resolved via global config, flags, or environment variables
  • The page removes detailed tool-specific guidance sections and adds a new 'Related content' section linking to broader tool management topics. This shifts the focus from specific tool instructions to general management and governance resources.

    • Removed detailed guidance for retrieval, data, automation, and generation tools
    • Added links to general tool management and governance documentation
  • The documentation clarifies how Foundry agents integrate with Agent 365, especially regarding autopilot creation, agent identity, and registry sync. It also refines the explanation of data residency and compliance options, but does not introduce new features.

    • Clarifies that every published Foundry agent appears in the Agent 365 registry automatically
    • Explains that autopilot blueprints are created from hosted agents and have their own Entra agent user account
    • Specifies that the agent identity is set at creation, not at publishing
  • The documentation now clarifies that some enterprise capabilities (monitoring, alerting, and certain networking features) remain in preview at GA, and that some Build and Operate features are still in preview. It also adds guidance to check feature articles for component-level and regional availability, providing more precise expectations for users.

    • Monitoring, alerting, and some networking features are explicitly stated as remaining in preview at GA
    • Clarifies that several Build and Operate capabilities are still in preview
    • Adds instruction to check linked feature articles for detailed availability
  • The documentation clarifies role requirements for small teams, specifically noting that the Foundry Account Owner role is needed for model deployment and management of quotas, guardrails, and content blocklists. Minor clarifications and formatting improvements were also made in several sections, but no new features or deprecations were introduced.

    • Explicitly states that Foundry Account Owner is required for deploying models and managing quotas, guardrails, and blocklists in small teams
    • Minor clarifications in agent infrastructure setup instructions
    • Formatting and wording improvements for clarity in compliance and monitoring tasks
  • The documentation clarifies that the examples use the OpenAI-compatible Chat Completions API via Foundry Models, distinguishes this from the Responses API, and updates terminology to reflect the deprecation of 'functions' and 'function_call' parameters in favor of 'tools' and 'tool_choice'. Prerequisites and responsible usage guidance are now specific to Foundry Models, and responsible AI links have been updated.

    • Clarified distinction between Chat Completions API and Responses API for function calling
    • Updated prerequisites to specify Foundry Model deployments and endpoints
    • Replaced references to deprecated 'functions' and 'function_call' parameters with 'tools' and 'tool_choice'
  • The documentation clarifies LoRA adapter requirements, specifying that Fireworks merges LoRA weights into a full-weight model for deployment and listing base models that do not support LoRA. The list of supported architectures now refers readers to an external, maintained source rather than an inline table.

    • Added explicit section on LoRA requirements, including unsupported base models
    • Clarified that Fireworks merges LoRA weights into full-weight models for deployment
    • Replaced inline supported architectures table with a reference to external documentation
  • The documentation now clarifies authentication requirements for using the SharePoint tool, emphasizing the need for user-delegated credentials and warning against using managed identities or service principals. Additionally, the Java SDK dependency version was updated from 2.2.0 to 2.4.0, indicating a newer supported version.

    • Added guidance to use user-delegated credentials (not managed identities/service principals) for SharePoint tool authentication
    • Updated Java SDK dependency from version 2.2.0 to 2.4.0
  • The documentation now clarifies that both the AI model and project region must support OpenAPI tools, and adds security best practices for rotating API keys and tokens. These changes help users avoid compatibility issues and improve security when connecting agents to OpenAPI tools.

    • Added requirement to confirm model and region support for OpenAPI tools
    • Added guidance to regularly rotate API keys and tokens and update project connections
    • Explicitly warned against placing credentials in OpenAPI specs or source code
  • The documentation clarifies required RBAC roles (with new naming), updates Python and Java version requirements, and corrects the Java workflow to note that image generation must be invoked via REST due to a missing header in the Java SDK. These changes help users avoid permission and integration issues.

    • Clarified and updated Foundry RBAC role names and explained recent renaming
    • Updated Python sample to require Python 3.10 or later (was 3.9+)
    • Updated Java SDK dependency version and clarified that image generation must be invoked via REST, not Java SDK, due to missing header support
  • The prerequisites section now requires that the deployment region be supported by both Foundry Agent Service and Azure Container Apps Dynamic Sessions. The security section adds explicit guidance to treat generated code as untrusted, use approved base images, restrict permissions, and avoid mounting sensitive data, clarifying best practices for secure deployments.

    • Added requirement for region compatibility with both Foundry Agent Service and Azure Container Apps Dynamic Sessions
    • Expanded security guidance to treat generated code as untrusted and restrict permissions, compute, and network access
  • The documentation now clarifies that both a 'computer-use-preview' model and a deployment in a supported region are required. The Java SDK sample was updated to require version 2.4.0 instead of 2.2.0, and minor code improvements were made. These changes help ensure users meet all prerequisites and use the latest SDK version.

    • Added requirement for a 'computer-use-preview' deployment in a supported region
    • Updated Java SDK dependency from version 2.2.0 to 2.4.0
    • Minor code improvements in Java sample for clarity
  • The documentation now clarifies that both the AI model and project region must support Browser Automation, and adds important security guidance for handling Playwright service access tokens. These changes help users avoid misconfiguration and improve security when setting up browser automation with Copilot.

    • Added requirement to confirm model and region support for Browser Automation
    • Added guidance to store Playwright service access tokens only in the Foundry project connection and not in code, prompts, or logs
    • Clarified the separation of token storage and role assignment for Playwright workspace access
  • The documentation clarifies prerequisites for using Azure Functions with Foundry Agent Service, specifying requirements for REST, Azure CLI, storage account setup, and permissions. It also adds more detailed instructions for queue creation and clarifies the sequence for implementing and running the Azure Function in the code samples section.

    • Clarifies that the AzureFunctionsTool is now AzureFunctionTool.
    • Specifies that the basic agent setup is not supported due to queue and network requirements.
    • Adds explicit instructions for creating input/output queues and setting permissions.
  • Security and safety clarifications were added, warning users not to pass secrets as structured inputs and to validate/escape user-supplied values for OData filters. These changes help prevent accidental credential exposure and injection vulnerabilities when customizing Copilot agent behavior.

    • Added warning not to pass secrets or credentials as structured inputs due to possible logging/tracing exposure.
    • Advised storing credentials in managed secret stores or project connections.
    • Added guidance to validate and escape user-supplied values for OData filters to prevent injection risks.
  • The page introduces new requirements for tool support by region and model, updates security best practices, adds a new section for tool-specific guidance, and revises references to tool management and tracing. These changes clarify prerequisites, improve security recommendations, and provide more targeted guidance for different tool types.

    • Added prerequisite: model and project region must both support the tool
    • Security guidance now includes schema validation and user approval for structured outputs
    • References to tool management and tracing updated to new toolbox and tracing documentation
  • The documentation now clarifies that when using Microsoft Agent Framework, developers should connect to the Foundry Toolbox using specific methods (`FoundryToolbox` in Python or `AddFoundryToolboxes` in .NET) instead of generic MCP clients. This helps ensure proper integration and usage of Foundry-managed tools.

    • Added guidance for Microsoft Agent Framework users to use `FoundryToolbox` (Python) or `AddFoundryToolboxes` (.NET)
    • Clarifies distinction between connecting via framework-specific methods versus generic MCP clients
  • The documentation now clarifies that the agent publishing experience is changing, distinguishing between the current Agent Application model and a newer agent object model, and directs users to migration guidance. The 'Tool authentication' section also adds a new column specifying the assignment method for common role assignments, improving clarity for administrators.

    • Added a note about the evolving agent publishing experience and referenced migration guidance for the new model
    • Expanded the role assignment table to include the assignment method for each tool scenario
    • Minor correction to a typographical error in the 'Common issues' section

Copilot Studio 16

  • This new documentation introduces the process for migrating Microsoft Copilot Studio agents from legacy app-registration identities to Microsoft Entra Agent IDs, including both manual and API-based migration and rollback options. It details prerequisites, planning, validation, and troubleshooting, enabling organizations to proactively adopt the new identity model and validate compatibility before automatic migration occurs.

    • Explains the transition from app-registration to Microsoft Entra Agent ID for Copilot Studio agents
    • Describes manual migration via Power Platform admin center and API endpoints
    • Provides step-by-step guidance for planning, executing, and validating migration batches
  • This new page introduces and documents the agent identity and authentication model for Copilot Studio agents, including the transition from legacy app registrations to Microsoft Entra Agent IDs, security and permission models, and migration details. It clarifies how agent identities are managed, how permissions and scopes are assigned, and what changes with the new Entra Agent ID system.

    • Introduction of Microsoft Entra Agent IDs as the new identity model for Copilot Studio agents, replacing legacy app registrations for new agents
    • Automatic management of agent identities, with no manual creation or configuration required by users
    • Detailed explanation of security, permissions, and token generation for both Entra Agent IDs and legacy app registrations
  • The documentation now clarifies that connecting a Microsoft Foundry agent to Copilot Studio requires the Activity protocol endpoint to be enabled on the Foundry agent, which must be done programmatically. It also adds explicit preview disclaimers and guidance for production scenarios.

    • Added prerequisite that the Foundry agent must have the Activity protocol endpoint enabled for Copilot Studio integration
    • Clarified that enabling the Activity endpoint can only be done via REST API or Python SDK, not through the portal UI
    • Added troubleshooting note for 400 errors related to missing Activity endpoint
  • A new limitation was added: hosted browser sessions now have a maximum duration of three hours, after which the session ends automatically. This is important for users planning long-running automation or computer use sessions.

    • Added a session duration limit of three hours for hosted browser sessions
    • Clarified error message language and troubleshooting steps
    • Minor clarifications in troubleshooting and error code sections
  • Page removed or relocated. The documentation page explaining app registration, agent identities, and authentication for Copilot Studio agents has been removed. This leaves a gap in official guidance on how Copilot Studio manages agent identities, authentication flows, permissions, and migration from legacy app registrations to Entra Agent IDs.

    • Loss of detailed explanation of Entra Agent IDs and legacy app registrations for Copilot Studio agents
    • Missing guidance on how agent identities are managed, authenticated, and governed
    • No longer documents the migration process from legacy app registrations to Entra Agent IDs
  • Removed Build an agent

    Page removed or relocated. The documentation page detailing how to build agents using the GitHub Copilot harness in Microsoft Copilot Studio has been removed. This eliminates guidance on configuring agent capabilities, connecting resources, and understanding the Build tab's unique features.

    • Loss of instructions for using the Build tab to define agent behavior, connect knowledge sources, and add tools
    • Missing explanation of the differences between the GitHub Copilot harness and the standard harness for agent creation
    • No longer provides details on usage-based billing and Copilot Credits for agent-related actions
  • The documentation clarifies transcript retention periods, the effect of harness choice, and SharePoint knowledge source behavior. It also updates the transcript retention period from 29 to 28 days and adds guidance for cases where transcript access is restricted.

    • Clarifies that the article applies to multiple harnesses, affecting billing and features.
    • Updates transcript retention period in Copilot Studio from 29 to 28 days.
    • Adds information about transcript data deletion after 28 days.
  • The documentation clarifies transcript retention policies, access permissions, and the handling of SharePoint-sourced agent responses in conversation transcripts. It now specifies that transcript data in Copilot Studio is retained for up to 28 days, and that admins can restrict makers from accessing transcripts. It also clarifies that SharePoint-based agent responses are not included in transcripts, with only questions and source content retained.

    • Clarified that transcript data in Copilot Studio is retained for up to 28 days and then deleted
    • Added guidance for users if admins restrict transcript access
    • Clarified that makers with the Environment maker role do not automatically have transcript access
  • The documentation now clarifies that transcript/session data is also temporarily stored in Copilot Studio storage for up to 28 days, not just in Dataverse, and provides guidance on how to obtain transcript data if viewing/downloading is disabled. It also clarifies that disabling transcript saving only affects Dataverse storage, not temporary Copilot Studio storage.

    • Added information about temporary transcript storage in Copilot Studio for up to 28 days
    • Clarified that transcript retention settings apply specifically to Dataverse
    • Added guidance to create a support ticket if transcript access is disabled but data export is needed
  • The documentation clarifies the process and capabilities for creating, configuring, and publishing agents for Microsoft 365 Copilot, especially distinguishing between custom agents and Copilot agents, and specifying the types of knowledge that can be added. Some previous references to tools for Copilot agents were removed, and the step-by-step creation and publishing process is now more detailed and structured.

    • Clarified that agents for Microsoft 365 Copilot are created by authoring instructions, not prompts, and can be equipped with knowledge but not tools.
    • Expanded and restructured the agent creation process, separating basic settings and knowledge addition into distinct steps.
    • Added a table detailing types of knowledge (SharePoint, Teams, Emails) that can be added to Copilot agents.
  • The documentation now provides clearer, more detailed descriptions of the three harness types (GitHub Copilot, Standard, Copilot chat), their capabilities, and billing models, and introduces a comparison table to help users choose the right harness for their scenario. No new harness features were introduced, but the guidance is more structured and explicit.

    • Added dedicated sections for each harness type with detailed descriptions
    • Introduced a comparison table summarizing key differences between harnesses
    • Clarified billing models and scenarios for each harness
  • A new section explains how the Build tab in the GitHub Copilot harness differs from the standard harness, emphasizing a natural-language-first approach and reduced need for explicit flow logic. This helps readers understand the unique authoring experience and orchestration model for Copilot-powered agents.

    • Added explanation of the Build tab's natural-language-first design in the Copilot harness
    • Clarified contrast with standard harness's explicit topic and flow authoring
    • Emphasized reduced need for detailed flow logic in Copilot harness
  • Instructions for changing the primary language, solution, and schema name for a new agent have been streamlined and relocated. Instead of a dedicated section, users are now directed to make these changes under Agent Details in Settings before saving, and are referred to another page for more details.

    • Removed detailed step-by-step section on changing language, solution, and schema name
    • Intro now briefly instructs users to update these fields under Agent Details in Settings before saving
    • Added reference to 'Configure the agent's details and instructions' for further guidance
  • The documentation now clarifies the differences in configuring agent details and instructions for agents powered by the GitHub Copilot harness versus the Copilot chat harness. It provides step-by-step instructions for both harness types and specifies UI differences, such as which tab to use and icon requirements.

    • Added explicit guidance for configuring agent details for both GitHub Copilot harness and Copilot chat harness agents
    • Clarified which UI tabs to use for each harness type (Build vs. Configure)
    • Specified icon upload requirements and best practices for each harness
  • The documentation clarifies the transition timeline from Azure app registrations to Microsoft Entra Agent IDs for Copilot Studio agents, moving the key date from July 2026 to May 2026. It also explains the migration process for existing agents and provides guidance on manual migration options.

    • Transition date for Entra Agent ID rollout changed from July 2026 to May 2026
    • Clarified that existing agents using app registrations will be migrated in a future update
    • Added information about manual migration options for older agents
  • A clarification was added specifying that bypassing connector consent cards only applies to agents using the standard harness, not the GitHub Copilot harness. This helps administrators understand the scope and limitations of the consent-bypass feature.

    • Added note clarifying consent-bypass does not apply to GitHub Copilot harness

Microsoft 365 Copilot 15

  • This update introduces detailed distinctions between Copilot licensing tiers (Basic, Premium), adds new sections on data security, model selection, admin controls, and user training, and clarifies regional availability and Anthropic subprocessor usage. These changes provide critical new information for organizations on how Copilot capabilities, data access, and controls differ by license and configuration.

    • Introduced a detailed comparison of Copilot Chat (Basic), Microsoft 365 Copilot (Basic), and Premium licenses, including data grounding and app integration differences
    • Added a comprehensive Data security and privacy section outlining Enterprise Data Protection, web vs. organizational data grounding, and EU Data Boundary compliance
    • Added a Model selection section describing how users can choose or let Copilot auto-select AI models for different prompt types
  • Major new features have been added: Copilot in Excel now supports executing Python code for advanced data analysis, and Organizational Messages in the Microsoft 365 admin center now support hybrid-joined devices. These updates significantly expand Copilot's analytical capabilities and improve message delivery across device types.

    • Copilot in Excel can now execute Python code for advanced analysis, automation, and data transformation.
    • Users can perform tasks like statistical analysis, simulations, and visualizations directly in Excel with Copilot's help.
    • Organizational Messages in Microsoft 365 admin center now support hybrid Azure AD joined devices, increasing coverage.
  • The documentation now clarifies that Word, Excel, and PowerPoint Agents are premium features available only to users with a paid Microsoft 365 Copilot license, and not to unlicensed or Copilot Chat users. This is a significant change in eligibility and access information.

    • Agents now explicitly require a paid Microsoft 365 Copilot license
    • Removed references to availability for unlicensed Copilot Chat users and personal/family plans
    • Clarified admin controls and visibility of agents based on licensing
    Microsoft Learn · 2026-03-26
  • The August 2026 update introduces two major enhancements: plugin connector tools can now accept files from the workspace as input, and the local browser use feature is now generally available for all Microsoft 365 Copilot tenants. The documentation for event-driven tasks is retained under the new month.

    • Plugin connector tools can now process files from the Cowork workspace using base64 encoding.
    • Local browser use in Microsoft Edge is now generally available, no longer limited to Frontier.
    • Event-driven tasks documentation is maintained under the new August 2026 section.
    Microsoft Learn · 2026-08-27
  • The documentation now clarifies that Copilot Cowork performs browser automation (not just web tasks), and introduces new admin controls via Edge policies starting with Edge 152 (August 2026). It also refines how and when users are prompted to take over browser tasks, and updates requirements and approval flows.

    • Clarifies that Cowork performs browser automation, not just web tasks
    • Introduces Edge policy-based admin controls for browser automation with Edge 152 (August 2026)
    • Refines user consent and approval flows for sensitive actions
    Microsoft Learn · 2026-08-27
  • A new section describes the ability to set an 'effort level' in Copilot Cowork, allowing users to balance quality, speed, and cost for each task. This introduces more granular control over how Copilot processes requests.

    • Introduced effort level settings: Light, Medium, High, Extra High, and Max
    • Users can now adjust Copilot's response depth and resource usage per task
    • Effort controls are accessible in the compose box
    Microsoft Learn · 2026-08-24
  • A new capability has been added allowing users to set the 'effort level' when selecting a model in Copilot Cowork, enabling them to balance quality, speed, and cost according to their needs.

    • Users can now choose an effort level (e.g., Medium by default) alongside model selection
    • Effort level setting allows customization of quality, speed, and cost trade-offs
    Microsoft Learn · 2026-08-24
  • Page removed or relocated. The removal of this page eliminates a comprehensive comparison of the different Microsoft Copilot offerings, including their features, licensing, and use cases for admins and end users. This makes it harder for organizations and individuals to determine which Copilot variant best fits their needs.

    • Loss of a side-by-side comparison of Copilot variants (Microsoft 365, Microsoft Copilot, Security Copilot, GitHub Copilot, Copilot Studio)
    • Missing guidance for admins and end users on selecting the appropriate Copilot product
    • No longer provides a summary of licensing, data protection, and feature differences across Copilot offerings
    Microsoft Learn · 2026-03-24
  • Page removed or relocated. The documentation page providing guidance for Microsoft Copilot Chat admins has been removed. This eliminates a centralized resource explaining Copilot Chat's capabilities, security, management, adoption tracking, and training, which may hinder admins seeking to understand or deploy Copilot Chat effectively.

    • Loss of overview on Copilot Chat's features and limitations
    • Missing guidance on data security, privacy, and EU data boundary compliance
    • No longer provides instructions for tracking adoption and usage metrics
    Microsoft Learn · 2026-02-20
  • The maximum number of scheduled prompts a user can create in Copilot Cowork has increased from 5 to 25. This allows users to automate more tasks and workflows.

    • Scheduled prompt limit increased from 5 to 25
    Microsoft Learn · 2026-08-27
  • The section now clarifies that the selected effort level persists across Cowork tasks until changed, and that effort levels are available on web, Windows, and macOS. It also provides more detail on how higher effort impacts credit usage.

    • Effort level selection now persists across tasks until changed
    • Default effort level may vary by model to meet quality standards
    • Effort levels are available on web, Windows, and macOS
    Microsoft Learn · 2026-08-26
  • The documentation clarifies administrator roles required to manage Mistral AI model connections, updates legal terms, and provides more precise instructions for enabling and disabling access. It also refines the description of admin controls in the Power Platform admin center and standardizes section titles.

    • Clarifies that both AI Administrator and Global Administrator roles can manage Mistral AI model connections
    • Updates legal terms reference from Mistral's Terms of Service and DPA to Mistral Terms of Use for Microsoft
    • Provides more detailed, step-by-step instructions for enabling and disabling Mistral AI model access
  • The documentation clarifies that scheduled prompts for Copilot will transition from being part of Optional Connected Experiences to Connected Experiences in August 2026. It updates policy setting names and guidance to reflect this change, but notes that user experience and existing scheduled prompts are unaffected.

    • Scheduled prompts will move from Optional Connected Experiences to Connected Experiences in August 2026
    • Policy setting references updated from 'optional connected experiences' to 'connected experiences'
    • Clarified that this change does not affect how users create, edit, or use scheduled prompts
    Microsoft Learn · 2026-08-24
  • A new 'Effort level' feature has been added to Copilot Cowork, allowing users to control how Cowork balances quality, speed, and cost. This gives users more flexibility in how tasks are executed.

    • Added 'Effort level' option to Cowork homepage features
    • Users can now adjust control over quality, speed, and cost tradeoffs
    Microsoft Learn · 2026-08-24
  • A new section was added describing how to identify Copilot Cowork traffic to your MCP server, which is important for developers who need to gate tool visibility or attribute requests. Minor clarifications were also made to connector validation and MCP annotation/confirmation management, but no major changes to requirements or behavior.

    • Added guidance on identifying Cowork traffic via User-Agent and clientInfo fields
    • Clarified connector validation rules, especially around required fields and uniqueness
    • Minor clarification on how tools without safety annotations are treated as destructive
    Microsoft Learn · 2026-08-21

Teams 1

  • This new documentation introduces 'Ask Copilot' in Microsoft Teams, a feature that allows users to quickly get Copilot assistance directly from chats and channels by selecting text and invoking Copilot. It details how to access the feature and review AI-generated responses with source citations.

    • Describes 'Ask Copilot' as a new, faster way to get Copilot help in Teams chats and channels
    • Explains how to invoke Copilot by selecting text and right-clicking or using More options
    • Mentions availability across desktop, web, and mobile platforms
    Microsoft Learn · 2026-08-26

Frontier 1

  • Copilot in Excel is now available on Android devices (in Chat mode), and 'plan mode' is now supported on iPad. This expands the range of devices and modes where Copilot can be used, increasing accessibility for users on mobile platforms.

    • Added Android as a supported platform for Copilot in Excel (Chat mode).
    • Plan mode is now supported on iPad.
    • Clarified that Edit mode on iPad is still rolling out.
    Microsoft Learn · 2026-08-24

Excel 1

  • Copilot in Excel now supports Android devices (chat mode) and adds plan mode support for iPad, expanding its cross-platform availability. This broadens access for users on more devices and platforms.

    • Added Excel on Android as a supported platform (chat mode)
    • iPad now supports both chat and plan modes (previously only chat mode)
    • Clarified that edit mode for iPad is still rolling out
    Microsoft Learn · 2026-08-24

Microsoft Learn 209

  • 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 for drafting and adding content 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 using Copilot for content creation in Word.

    • Official guidance for drafting and adding content with Copilot in Word is no longer available at this URL
    • Uncertainty remains whether the feature is deprecated or the documentation has been relocated
  • Page removed or relocated. The documentation page 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 whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities in Word for mobile.

    • Official documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The documentation page for deploying organization skills for Copilot in PowerPoint has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of the documentation, but guidance on this deployment process is now missing.

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

    • Page covering Copilot in PowerPoint for mobile devices is no longer available
    • Uncertainty whether this is due to feature removal or documentation 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 documentation restructure, but users now lack official guidance on using Copilot's chat capabilities within Outlook.

    • Loss of official instructions for using Copilot chat in Outlook
    • Uncertainty whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear if this indicates feature deprecation or a relocation of the content, 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 whether this reflects a feature removal or a documentation restructure
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users lose guidance on this specific capability.

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

    • Removal of 'Get started with Copilot in Excel' documentation
    • No clear indication if feature is deprecated or if content is moved
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

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

    • Removal of documentation about Copilot's skills in Excel
    • Potential loss of guidance on how Copilot functions within Excel
  • Page removed or relocated. Documentation for Copilot integration between Excel and Power BI has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on this integration.

    • Loss of documentation on Copilot in Excel and Power BI integration
    • Uncertainty whether feature is deprecated or documentation is relocated
  • 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 relocation/restructuring of the documentation, but users now lack direct guidance on Copilot's Excel capabilities.

    • Copilot in Excel (Microsoft Skills) documentation is no longer accessible
    • Potential loss of guidance on using Copilot features within Excel
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this indicates a feature deprecation or a relocation/restructure of the content, but users currently lose access to guidance on how Copilot interacts with Excel data sources.

    • Page covering Copilot in Excel data sources is no longer available
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. Documentation for using Copilot in the SharePoint rich text editor is no longer available at this URL. It is unclear if the feature is deprecated or if the documentation has been moved, but users now lack official guidance on this capability.

    • Loss of instructions for using Copilot in SharePoint's rich text editor
    • Uncertainty about whether the feature is still supported or just the documentation location changed
  • 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 deprecation of the feature or a relocation of the documentation, but users now lack official guidance on using AI to create SharePoint pages.

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

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

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

    • Guidance for generating document summaries with Copilot in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but information about Copilot's mobile capabilities in Word is now missing.

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

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

    • Loss of official instructions for chatting with Copilot in Outlook
    • Uncertainty about feature status (deprecation vs. doc move)
  • 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. 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 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 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 documentation describing Copilot's skills in Excel
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this reflects a feature deprecation or a relocation/restructure of the content, but users currently lose access to guidance on Copilot's rule-based capabilities in Excel.

    • Copilot in Excel rules documentation no longer available
    • Uncertainty whether this is a deprecation or a documentation move
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation/restructuring of the documentation. Users now lack direct access to official guidance on Copilot's Excel integration.

    • Copilot in Excel (Microsoft Skills) documentation is no longer available at its previous URL
    • Uncertainty remains whether the feature is deprecated or the documentation has been moved
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this reflects a feature deprecation or a restructuring of the documentation, but users now lack official guidance on how Copilot in Excel interacts with data sources.

    • Page covering Copilot in Excel data sources has been removed
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page for using Copilot in the SharePoint rich text editor has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

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

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

    • Loss of instructions for rewriting text with Copilot in Word
    • Uncertainty whether 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 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.

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

    • Guidance for generating document summaries with Copilot in Word is no longer available
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on Copilot'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 relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized resource for common questions and answers about Copilot's features and usage in PowerPoint, which may hinder self-service troubleshooting and understanding.

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

    • Official documentation for Copilot in PowerPoint on mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from the web and internal sources 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.

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

    • Removal of official 'getting started' guidance for Copilot in Excel
    • Potential loss of onboarding and setup instructions 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 restructuring of documentation, 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 the feature is deprecated or documentation has moved
  • 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, but users now lack direct access to guidance on Copilot capabilities in these products from this page.

    • Copilot in Excel and Power BI documentation is missing
    • Uncertainty whether this reflects deprecation or 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 relocation/restructuring of the documentation, but users now lack direct guidance on Copilot's Excel integration.

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

    • Page covering Copilot in Excel data sources has been removed
    • Uncertainty whether this reflects a feature deprecation 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 feature deprecation or a documentation restructure, but users now lack official guidance on how Copilot interacts with or utilizes change history in Excel.

    • Copilot in Excel change history documentation is missing
    • Uncertainty whether feature is deprecated or 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 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 users now lack official guidance on this Copilot capability.

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

    • Official instructions for generating images in Word with Copilot are no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or 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 was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

    • Official documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • Page removed or relocated. The documentation page 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 is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on using Copilot's chat capabilities within Outlook.

    • Entire page on 'Chat with Copilot in Outlook' is no longer available
    • Missing documentation on how to interact with Copilot via chat in Outlook
  • 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 a feature deprecation or a documentation restructure, but users now lack access to official answers about this capability.

    • FAQ content about Office Agent in Copilot for Office Frontier is no longer available
    • Potential loss of guidance on usage, troubleshooting, or feature details
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing how to import data from web/internal sources with Copilot in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. 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.

    • Loss of documentation on how to use Copilot for data insights in Excel
    • Uncertainty whether the feature is deprecated or the content was relocated
  • 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.

    • Loss of documentation on Copilot usage in Excel with Power BI
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on how Copilot in Excel interacts with data sources.

    • Loss of documentation on Copilot in Excel data sources
    • Uncertainty whether this is a deprecation or a doc move
  • Page removed or relocated. Documentation for using Copilot in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

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

    • Page detailing AI-powered page creation in SharePoint 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 rewrite text with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or documentation has moved
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • 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 restructuring of documentation, but users now lack official guidance on using Copilot for content creation in Word.

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

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

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

    • Page detailing Copilot in PowerPoint for mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates deprecation of the feature or simply a restructuring or relocation of the documentation. Users now lack official guidance on how to use Copilot for data visualization in Excel.

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

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

    • Removal of 'Get started with Copilot in Excel' documentation
    • No clear indication if feature is deprecated or if content is moved
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing how to use Copilot for data insights in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack guidance on this specific Copilot capability in Excel.

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

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

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

    • Loss of instructions for using Copilot in SharePoint's rich text editor
    • Uncertainty about whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this Copilot capability.

    • Official documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty about whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear 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 has moved
  • Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.

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

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

    • Official documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed, resulting in the loss of documentation that addressed common questions and clarifications about Copilot's features and usage in PowerPoint. It is unclear if this indicates deprecation, relocation, or restructuring of the content.

    • FAQ content for Copilot in PowerPoint is no longer available at this URL
    • Users lose access to official answers to common questions about Copilot in PowerPoint
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills is now missing. 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 deprecation or documentation reorganization
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear whether this indicates a feature deprecation or a documentation restructure, 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 was relocated
  • 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.

    • Page covering Copilot's data visualization capabilities in Excel is no longer available
    • Uncertainty whether the feature is deprecated or documentation has moved
  • Page removed or relocated. The documentation page explaining how to use Copilot in 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. Documentation for using Copilot in Excel to import data from another Excel file is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page describing how to import data from another Excel file with Copilot in Excel has been removed
    • Uncertainty whether this indicates feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but users now lack official guidance on this capability.

    • Page covering Copilot's data insights features in Excel is no longer available
    • Uncertainty whether 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-specific capabilities.

    • Loss of documentation outlining Copilot's skills in Excel
    • Uncertainty whether features are deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel rules is now missing. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users currently lose access to guidance on Copilot's rule-based capabilities in Excel.

    • Documentation for Copilot in Excel rules is no longer available
    • Uncertainty whether this is due to deprecation or restructuring
  • Page removed or relocated. Documentation for Copilot in Excel and Power BI is now missing. It is unclear if this reflects a deprecation of the feature or a relocation/consolidation of the documentation, but users currently lack official guidance for these integrations.

    • Copilot in Excel and Power BI documentation is no longer accessible
    • Uncertainty whether this is due to deprecation or restructuring
  • 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 accessible
    • Uncertainty whether this reflects feature deprecation or documentation restructuring
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this means the feature is deprecated or if the content has been moved or consolidated elsewhere. Users lose access to guidance on how Copilot in Excel interacts with data sources.

    • Page covering Copilot in Excel data sources is no longer available
    • Uncertainty whether this is due to deprecation or documentation restructuring
  • Page removed or relocated. 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 how Copilot interacts with or tracks changes in Excel.

    • Loss of documentation on Copilot's change history capabilities in Excel
    • 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 no longer available at this URL. It is unclear if the feature is deprecated or if the documentation has been moved, but users now lack official guidance on this capability.

    • Page describing Copilot integration with SharePoint rich text editor is missing
    • Uncertainty whether this reflects feature removal or documentation restructuring
  • Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this Copilot capability.

    • Documentation for AI-powered page creation in SharePoint is missing
    • Uncertainty whether the feature is deprecated or the doc was moved
  • Page removed or relocated. The documentation page introducing Copilot in Word has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack an official overview or onboarding guide for Copilot in Word.

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

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear whether this indicates a deprecation of the feature, a relocation of the content, or a restructuring of documentation. Users may temporarily lose access to introductory or onboarding information about Copilot in PowerPoint.

    • Removal of introductory or onboarding documentation for Copilot in PowerPoint
    • Potential loss of guidance for new users on how to get started
  • 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 instructions for using Copilot to summarize PowerPoint presentations are no longer available
    • Uncertainty whether the feature is deprecated or the documentation has been relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear whether 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 reflects a feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • 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 the documentation, but information about Copilot's specific capabilities in PowerPoint is now missing from this location.

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

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

    • Page explaining how to add a slide from a file using Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • 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 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 relocated
  • Page removed or relocated. The FAQ page for the Office Agent component of Copilot is no longer available. It is unclear whether this reflects a deprecation, a move, or a restructuring of documentation, but users now lack direct access to frequently asked questions about this feature.

    • FAQ content for Copilot Office Agent is missing
    • Potential loss of 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 using Copilot is 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. It is unclear whether the content has been deprecated, relocated, or consolidated elsewhere, but users now lack direct access to frequently asked questions about Copilot in Excel.

    • FAQ documentation for Copilot in Excel is no longer available at this URL
    • Potential loss of quick answers to common user questions about Copilot in Excel
  • Page removed or relocated. A page providing tips for using Copilot in Excel has been removed. It is unclear whether this reflects a deprecation of features, a relocation of documentation, or a restructuring of content. 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 for Excel users
  • Page removed or relocated. The documentation page for Copilot in Excel rules is no longer available. It is unclear whether this indicates a deprecation, relocation, or consolidation of the content. Users now lack direct documentation on Copilot's rules functionality in Excel.

    • Copilot in Excel rules documentation is missing
    • Uncertainty if feature is deprecated or content 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 information about personalizing Copilot in Excel is now missing.

    • Documentation for Copilot in Excel personalization is no longer accessible
    • Uncertainty whether this is due to feature removal or doc 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 whether the feature is deprecated or the documentation has been moved or consolidated elsewhere.

    • Copilot in Excel change history documentation removed
    • Uncertainty if this reflects feature deprecation 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 covering AI-powered refinement of SharePoint pages has been removed
    • Uncertainty whether this signals 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 rewrite text with Copilot in Word has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Loss of instructions for rewriting text with Copilot in Word
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this reflects a deprecation, a move, or a restructuring of the documentation. Users may temporarily lose access to basic orientation or onboarding information for Copilot in PowerPoint.

    • Welcome/overview content for Copilot in PowerPoint is no longer available at this URL
    • Uncertainty whether this is a deprecation or a documentation restructure
  • Page removed or relocated. The documentation page explaining how to use Copilot in PowerPoint to summarize presentations has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing Copilot's summarization feature in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or documentation was 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 source of answers to common questions about Copilot's features and usage in PowerPoint, but it is unclear if this indicates deprecation or simply a documentation restructure.

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

    • Page covering Copilot in PowerPoint skills is no longer available
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is now missing. It is unclear if this reflects a feature deprecation or simply a documentation restructure or relocation.

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

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

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

    • FAQ content about Office Agent in Copilot for Office Frontier is no longer available
    • Potential loss of guidance for users seeking information about Office Agent features
  • Page removed or relocated. The documentation page about importing data from the web and internal sources with Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page covering Copilot's ability to import data from web/internal sources in Excel is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file 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.

    • 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. 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 self-service troubleshooting or understanding of capabilities.

    • Loss of a dedicated FAQ resource for Copilot in Excel
    • Potential gap in easily accessible answers to common user questions
  • Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear whether this indicates 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. 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. 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 these products.

    • 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 whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Page on Copilot in Excel personalization removed
    • No information on whether feature is deprecated or doc is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel change history 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.

    • 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-powered refinement of SharePoint pages has been removed
    • Uncertainty whether the feature is deprecated or documentation has moved
  • 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 information about Copilot's capabilities in Word is now missing.

    • Removal of introductory or overview content for Copilot in Word
    • Potential loss of onboarding or feature summary information
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation. Users may temporarily lack a central overview or onboarding resource 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 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 relocated
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to create new presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

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

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

    • Guidance for adding a slide from a file with Copilot in PowerPoint is no longer available
  • 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 restructuring of documentation, but users now lack direct guidance on this specific Copilot capability.

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

    • Official documentation for chatting with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or the content has been relocated
  • Page removed or relocated. The FAQ page for the Office Agent component of Copilot is no longer available. It is unclear whether this reflects a deprecation of the feature, a relocation of documentation, or a restructuring of content.

    • Frequently asked questions about Copilot Office Agent are no longer accessible
    • Potential loss of guidance or troubleshooting information for users of this feature
  • Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of the documentation, but users now lack direct guidance on using Copilot for data visualization in Excel.

    • Page covering Copilot's data visualization capabilities in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file 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 data import between Excel files is missing
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if the content has been relocated or consolidated elsewhere, but users now lack a dedicated resource for frequently asked questions about Copilot in Excel.

    • FAQ documentation for Copilot in Excel is no longer available at this URL
    • Potential loss of quick-reference answers for common Copilot in Excel questions
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to these 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 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-specific 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 no longer available at this URL. It is unclear if the content was removed, relocated, or consolidated, but users now lack direct access to guidance on Copilot's rule-based features in Excel.

    • Copilot in Excel rules documentation 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 whether 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 feature is deprecated or doc is relocated
  • 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. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.

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

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

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, 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 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 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 whether this indicates deprecation of features, a relocation of the content, or a documentation restructure. Users now lack a centralized resource for common questions about Copilot in PowerPoint.

    • FAQ documentation 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 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 Copilot users in PowerPoint
  • 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 on Copilot skills in PowerPoint is no longer available at this URL
    • Uncertainty whether this is due to feature removal or doc reorganization
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

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

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

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

    • Guidance for importing data from another Excel file with Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The 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/restructuring of the documentation. Users now lack direct guidance on how to begin using Copilot in Excel.

    • Removal of step-by-step instructions for starting with Copilot in Excel
    • Potential loss of onboarding or setup information for new users
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear if this indicates deprecation, relocation, or consolidation of documentation, but users now lack a dedicated FAQ resource for Copilot in Excel.

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

    • Removal of Copilot in Excel tips documentation
    • 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 a deprecation of features or a restructuring of documentation, but users now lack direct access to information about Copilot's Excel-specific capabilities.

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

    • Page covering Copilot in Excel rules has been removed
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • 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.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty whether this is a feature removal or a doc restructure
  • 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 relocation/restructuring of the documentation, but users now lack direct guidance on Copilot's Excel integration.

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

    • Copilot in Excel change history documentation is missing
    • Uncertainty if feature is deprecated or doc is relocated
  • Page removed or relocated. The documentation page for 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 using AI in SharePoint page refinement is now missing.

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

    • Removal of the introductory page for Copilot in Word
    • Potential loss of onboarding or overview information for new users
  • 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 main welcome/overview page for Copilot in PowerPoint
    • Potential loss of onboarding or introductory information for new users
  • Page removed or relocated. The documentation page explaining how to summarize presentations with Copilot in PowerPoint has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Missing instructions for summarizing presentations with Copilot in PowerPoint
    • Uncertainty about whether the feature is deprecated or documentation is relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear 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 skills in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to information about Copilot's capabilities in PowerPoint.

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

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

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

    • Page explaining how to use Copilot in Outlook to create meeting agendas is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this reflects a feature deprecation or a restructuring/relocation of the documentation. Users now lack direct guidance on using Copilot's chat capabilities within Outlook.

    • Page detailing how to chat with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or documentation is moved
  • Page removed or relocated. The FAQ page for the Office Agent in Copilot is no longer available. It is unclear whether this indicates a feature deprecation or a documentation restructure, but users now lack access to official answers about Office Agent capabilities and usage.

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

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

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

    • Removal of a page focused on Copilot in Excel tips
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel skills is no longer available. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users currently lose access to guidance on Copilot's Excel capabilities.

    • Copilot in Excel skills documentation is missing
    • Uncertainty whether this is due to deprecation or restructuring
  • 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 these products.

    • Copilot in Excel and Power BI documentation is missing
    • Uncertainty whether this reflects deprecation or restructuring
  • Page removed or relocated. Documentation for Copilot in Excel personalization is no longer available at this URL. It is unclear if the content was removed, relocated, or consolidated, but users now lack direct guidance on personalizing Copilot in Excel.

    • Copilot in Excel personalization documentation missing
    • Uncertainty whether feature is deprecated or doc is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel change history is no longer available. It is unclear if the feature was deprecated or if the documentation was moved or consolidated elsewhere.

    • Documentation for Copilot in Excel change history is missing
    • Uncertainty whether this reflects feature removal or just a documentation restructure
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is now missing. It is unclear whether this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is currently unavailable at this URL.

    • Guidance on refining SharePoint pages with AI is no longer accessible
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear whether this indicates a deprecation of the feature, a relocation of the content, or a restructuring of the documentation. Users may temporarily lose access to introductory or onboarding information about Copilot in Word.

    • Removal of introductory or welcome information for Copilot in Word
    • Potential loss of guidance for new users on getting started
  • 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 restructuring of documentation, but users now lack official guidance on this specific Copilot 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 an official 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 capability.

    • Page detailing how to summarize presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was 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 restructuring of documentation, but users now lack official guidance on this specific Copilot capability.

    • Loss of step-by-step instructions for creating presentations with Copilot in PowerPoint
    • Uncertainty about whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is 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 how to add images to PowerPoint with Copilot is missing
    • Uncertainty whether the feature is deprecated or documentation was reorganized
  • 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 indicates 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 guidance on this specific Copilot capability is now missing.

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

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

    • FAQ documentation for Copilot Office Frontier (Office Agent) is missing
    • Potential loss of guidance on usage, troubleshooting, and feature details
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel is no longer available. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users currently lack official guidance on initial setup and use of Copilot in Excel.

    • Page covering how to get started with Copilot in Excel has been removed
    • No information provided on whether the feature is deprecated or the documentation has moved
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed, which means users no longer have access to a centralized source of answers to common questions about Copilot's features and usage in Excel. It is unclear whether this information 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 Copilot in Excel questions
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if 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 about Copilot in Excel personalization is no longer available. It is unclear whether this reflects a deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on personalizing Copilot in Excel.

    • Documentation for Copilot in Excel personalization is missing
    • Uncertainty if this is due to feature removal or doc 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 is due to feature deprecation or a documentation restructure, but users now lack guidance on this specific workflow.

    • Removed guidance on editing prompts in Copilot for Excel
    • Potential loss of onboarding or instructional content for new users
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about AI capabilities in SharePoint is now missing.

    • Page explaining AI-powered refinement of SharePoint pages has been removed
    • Uncertainty whether this indicates feature removal or documentation reorganization

Agent 365 1

  • The eligibility requirements for enrolling in the Frontier program were clarified to specify that only Microsoft E7 licenses qualify, removing Microsoft 365 Copilot as an eligible license. Additionally, the FAQ now more precisely refers to 'Microsoft Agent 365 frontier licenses' in the context of the program.

    • Eligibility for Frontier program now requires Microsoft E7 license only, not Microsoft 365 Copilot.
    • FAQ updated to clarify that 'Microsoft Agent 365 frontier licenses' are used in the program.
    Microsoft Learn · 2026-08-24