Microsoft documentation focused on Copilot and Foundry workflows, hosted agents, and updated Copilot release notes.
The most active areas were Azure AI (Microsoft Foundry and hosted agents), Copilot Studio (workflow designer and nodes), and Microsoft 365 Copilot (release notes and Copilot Cowork). The biggest change was a wave of new and updated guidance around building and running workflows and agents, including Foundry hosting, session isolation/multiplexing, and workflow nodes.
Azure AI 67
-
This new documentation introduces how to host Microsoft Agent Framework agents as Foundry hosted agents, detailing setup, protocol options, deployment, and troubleshooting. It enables developers to expose their custom agents via standardized Foundry protocols, manage deployments, and integrate with Azure resources.
- Explains how to use Microsoft Agent Framework hosting packages to expose agents via Foundry protocols (Responses and Invocations).
- Provides step-by-step instructions for creating, configuring, and running agents in both Python and .NET.
- Details environment variable setup, protocol selection, and endpoint behavior for both OpenAI-compatible and custom JSON/webhook scenarios.
-
This new documentation introduces the consolidated view for Foundry Tools in the Azure portal, providing a unified dashboard for monitoring AI resource costs, usage, quota, and health. It details prerequisites, key features, and actionable insights, enabling users to efficiently manage and optimize their AI workloads.
- Introduces a consolidated dashboard for Foundry Tools in Azure portal
- Enables monitoring of costs, usage, quota, alerts, and resource breakdown in one place
- Describes new and renamed RBAC roles for access control
-
This new page provides comprehensive documentation on the elevated roles required for various administrative and operational tasks in Microsoft Foundry, including Copilot-related scenarios. It details which roles are needed for resource creation, project management, model deployment, agent setup, and troubleshooting permission errors, offering a clear reference for role assignments and permissions.
- Introduces a detailed mapping of Foundry administrative tasks to required elevated roles (Owner, Contributor, Foundry Account Owner, etc.)
- Explains control-plane vs. data-plane permissions and managed identity usage in Foundry projects
- Provides step-by-step guidance for environment setup, role assignment, and scope considerations
-
This new documentation introduces the Claude Consumption Unit (CCU) billing model for Anthropic Claude models in Microsoft Foundry. It explains how CCU standardizes billing, pricing, and discounts for Claude models across Azure Marketplace, impacting how customers are invoiced and how costs are tracked and forecasted.
- Introduction of CCU as the sole billing unit for Claude models in Foundry
- CCU pricing is fixed and published on Azure Marketplace, replacing per-model token meters
- Token usage is converted to CCU using Anthropic's published rates, with discounts applied at conversion
-
This new documentation introduces and explains how to multiplex multiple users within a single hosted agent session for Copilot, allowing applications to map many users onto a shared session pool while maintaining per-user data isolation. It details prerequisites, routing strategies, implementation patterns, and the importance of isolating user data within shared sessions.
- Introduces session multiplexing for hosted agents, reducing session count per user base
- Explains required permissions and protocol versions for enabling user delegation
- Describes multiple user-to-session routing strategies (sticky, hash-based, round-robin, group-based)
-
This new documentation introduces and explains per-user session, conversation, and data isolation for hosted agents in Microsoft Foundry, including how to extend isolation to custom-authenticated users and the deprecation of the older isolation-key model. It provides step-by-step guidance, security considerations, and troubleshooting for ensuring user privacy in multi-tenant and delegated scenarios.
- Describes default per-user isolation for sessions, conversations, and stored data in hosted agents
- Explains how to delegate isolation to custom end users via the x-ms-user-identity header and required permissions
- Warns about security boundaries and proper use of delegated identity
-
The documentation introduces agent-level role assignment, custom role creation guidance, deployment-type-specific permissions (notably for managed compute), and clarifies recent RBAC role renames. These changes significantly expand the granularity and flexibility of access control in Microsoft Foundry, impacting how organizations manage permissions for Copilot and agent resources.
- Agent-level scope added for RBAC, allowing permissions to be set for individual agents
- Detailed instructions for creating custom roles for Foundry projects
- New section on permissions required for managed compute deployments (Preview)
- Updated Custom evaluators (preview)
Support for a new type of custom evaluator—endpoint-based evaluators—has been added. This allows users to delegate evaluation scoring to external HTTP endpoints, enabling integration with proprietary models, complex pipelines, or external services.
- Introduction of endpoint-based evaluators as a third custom evaluator type
- Endpoint-based evaluators allow scoring via external HTTP endpoints
- Detailed explanation of use cases, workflow, and request schema for endpoint-based evaluators
-
Microsoft Foundry workflows are being retired on December 1, 2026. Users are advised to migrate to Microsoft Agent Framework or other alternatives, and a new Migration guide section provides detailed migration paths and instructions.
- Announcement of Foundry workflow retirement effective December 1, 2026
- Recommendation to use Microsoft Agent Framework for new workflows
- Addition of a comprehensive Migration guide section outlining migration options and steps
-
Several key sections were removed, including guidance on creating custom roles, notes and limitations, deployment-type-specific permissions, related content, and an appendix on access isolation. This significantly reduces available documentation on advanced RBAC configuration, custom role creation, and nuanced permission management for Microsoft Foundry.
- Removed instructions and example for creating custom roles for Foundry projects
- Eliminated notes on role limitations, automatic assignments, and renamed RBAC roles
- Deleted detailed permissions for managed compute deployments and other deployment types
-
A new section documents the introduction of Container protocol 2.0.0, which enables per-request identity handling and supports multiple users per session for hosted agents. This is a significant change as it deprecates protocol 1.0.0 and requires action from developers to migrate and ensure compatibility.
- Introduces Container protocol 2.0.0 with per-request identity propagation
- Enables safe multiplexing of multiple users in a single session
- Deprecates protocol 1.0.0, with a future block on requests using it
-
This new page provides comprehensive guidance on monitoring and responding to service health events and model performance regressions in Microsoft Foundry, including how to set up Azure Service Health and Azure Monitor alerts, interpret key metrics, and implement failover strategies. It enables users to proactively detect and mitigate issues affecting Copilot-related workloads.
- Introduces use of Azure Service Health for platform-level event notifications affecting Foundry resources
- Details setting up Azure Monitor metric alerts for workload-specific regressions (errors, latency, availability)
- Explains key metrics for monitoring model deployments, including error rates and latency
- Updated Manage hosted agent sessions
A new section documents how to stop a hosted agent session, preserving its persistent filesystem while terminating compute. This adds clarity and new operational guidance for session lifecycle management.
- Introduces the ability to stop (not delete) a session, retaining data for later resumption
- Explains isolation key requirements for different endpoint isolation modes
- Provides REST API and SDK usage examples for stopping sessions
- Updated Agent development lifecycle
Documentation has removed references to 'workflow' agents as a supported agent type in Microsoft Foundry, now listing only 'prompt-based' and 'hosted' agents. This change clarifies that workflows are no longer considered a core agent type, which impacts how users design and develop agents.
- Removed 'workflow' as an agent type from the lifecycle overview and agent types section
- Lifecycle checklist now only mentions prompt-based and hosted agents
- Versioning and creation guidance now excludes workflows
-
A new 'Foundry Agent Consumer' built-in role has been introduced and documented, providing least-privilege access for users or service principals who only need to interact with agent endpoints. This enables more granular and secure access control for agent consumers in Foundry projects.
- Added 'Foundry Agent Consumer' role to built-in roles table with description and purpose
- Clarified when to assign 'Foundry Agent Consumer' instead of 'Foundry User' for agent-only access
- Updated enterprise RBAC mapping examples to include agent consumers/end users with the new role
-
A new built-in role, Foundry Agent Consumer, has been introduced as the least-privilege option for users or service principals who only need to interact with agent endpoints. The documentation now clarifies which permissions and roles are required for interacting with agent endpoints versus agent applications, and updates recommended role assignments accordingly.
- Added Foundry Agent Consumer role for endpoint interaction with least privilege
- Clarified permission requirements for agent endpoints vs. agent applications
- Updated role assignment recommendations for consumers to use Foundry Agent Consumer
- Updated Model retirement schedule
Several Azure OpenAI models, including gpt-4o and gpt-4o-mini, have had their lifecycle status changed from GA to Deprecated, and their retirement dates and replacements clarified. This impacts planning for users relying on these models, as they now have clear end-of-life timelines and migration paths.
- gpt-4o (2024-11-20) status changed from GA to Deprecated
- gpt-4o-mini (2024-07-18) status changed from GA to Deprecated
- Retirement dates and replacement models updated for several entries
-
Tracing is now generally available for both prompt and hosted agents, whereas previously it was only generally available for prompt agents. This expands the scope of supported agent types for production-grade tracing.
- Tracing GA support expanded from prompt agents to include hosted agents
- Workflow and external agents remain in preview for tracing
-
The documentation now states that Fireworks on Foundry is generally available, rather than in preview, but still requires administrator enablement via the Azure Preview features portal. This signals a shift from preview to general availability, which is significant for organizations planning adoption.
- Fireworks on Foundry status updated from 'preview' to 'generally available'
- Administrator enablement process remains via Azure Preview features portal
-
The documentation now clarifies that the platform automatically isolates conversation state between users sharing a hosted agent session, preventing one user from accessing another's conversation history or continuing their response chain. It also adds detailed guidance and a runnable sample for verifying and implementing this isolation, while emphasizing that developers are still responsible for partitioning any additional data their container stores.
- Clarifies that conversation state is isolated by the platform even in shared sessions
- Explains that response chains and conversation history are user-specific and protected
- Adds a runnable sample and step-by-step test for verifying user isolation
- Updated Manage hosted agents
A new capability has been documented: you can now disable or enable a hosted agent's endpoint without deleting the agent or its versions. This allows for temporarily taking an agent offline and restoring it later, using the REST API.
- Added instructions for disabling and enabling an agent endpoint via REST API
- Clarified that disabling is reversible and preserves agent configuration and versions
- Explained distinction between compute scaling and endpoint state
-
A new limit on the number of valid agent revisions per agent (1,000) has been introduced, along with corresponding error handling guidance. Documentation now clarifies where agent data is stored based on setup (Microsoft-managed vs. customer-managed resources), and the section on hosted agent session quotas has been removed, potentially affecting users who track concurrent session limits.
- Added a 1,000 valid agent revisions per agent limit and related error scenario
- Clarified storage location for agent data depending on setup (basic vs. standard)
- Removed detailed hosted agent session quota information
-
The documentation now clarifies that Claude models in Microsoft Foundry can be hosted either on Azure or on Anthropic infrastructure, with detailed explanations of data processing, storage, and sharing practices for each option. Several previous sections were consolidated and replaced with more explicit descriptions of hosting choices and their implications for data privacy and security.
- Introduced distinction between 'Hosted on Azure' and 'Hosted on Anthropic Infrastructure' deployment options
- Clarified where data is processed and stored for each hosting option
- Detailed how Microsoft and Anthropic handle data, billing, and customer information under each scenario
-
The documentation now distinguishes between Claude models hosted on Azure and those hosted on Anthropic infrastructure, clarifies their differing capabilities and availability, and introduces new features and changes such as the retirement of the 1M context beta for Claude Sonnet 4.5. It also expands on deployment types, quota management, and provides more granular details about supported features and billing.
- Introduced distinction between 'Hosted on Azure' and 'Hosted on Anthropic infrastructure' Claude models, with differences in capabilities and availability.
- Added warning about retirement of 1M context beta for Claude Sonnet 4.5 and migration guidance.
- Expanded capabilities table to include new features such as fine-grained tool streaming and prompt caching.
-
The introduction now states that the isolation-key model for hosted agents using container protocol version 1.0.0 is deprecated, and directs users to a new model where session isolation is automatic. This signals a shift away from manual isolation-key management.
- Added explicit deprecation notice for protocol 1.0.0 isolation-key model
- Introduced reference to a new, automatic session isolation model
- Directed users to updated documentation for current best practices
- Updated Manage hosted agent sessions
The documentation now describes how administrators can view and manage sessions across all users by using the Foundry User role, and clarifies the recent renaming of Foundry RBAC roles. It also adds information about containers writing files directly into session sandboxes, making those files accessible via the API.
- Added section explaining cross-user session management via the Foundry User role
- Clarified that Foundry RBAC roles were renamed from Azure AI roles
- Documented that containers can write files into session sandboxes, visible through APIs
-
The documentation now clarifies and expands support for using platform-managed (multitenant) data resources with BYO virtual network deployments, in addition to previously supported bring-your-own data resources. This provides more flexibility for customers who do not want to manage their own data resources.
- Explicitly documents that BYO virtual network can use either platform-managed or customer-managed data resources
- Adds deployment template guidance for BYO virtual network with platform-managed data resources
- Clarifies requirements and options for data resource management in network-secured deployments
-
A new section was added detailing concurrent session quotas for Hosted agents, specifying default limits per region and guidance for quota increases. The general quotas section was also updated to reference these Hosted agent-specific limits.
- Added explicit documentation of concurrent session quotas for Hosted agents, with regional breakdowns.
- Clarified that Hosted agents have additional per-subscription, per-region session limits.
- Provided instructions for requesting quota increases and subnet sizing for VNet deployments.
-
A new capability is documented: middle-tier services can now delegate end-user identity to agent sessions using the x-ms-user-identity header, provided they have a specific data plane permission. This enables session scoping per user and enforces permission checks.
- Added documentation for delegating end-user identity via x-ms-user-identity header
- Specified required permission: UserIdentityImpersonation/action
- Described 403 error if permission is missing
- Updated Hosted agent runtime contract
A new section documents platform-injected request headers for hosted agents using container protocol 2.0.0, and an additional environment variable (FOUNDRY_AGENT_ID) is now described. These changes clarify how agents can identify users and requests, and how to partition data securely.
- Added documentation for 'x-agent-user-id' and 'x-agent-foundry-call-id' headers in protocol 2.0.0
- Described use cases for these headers, including per-user data partitioning and request tracing
- Added FOUNDRY_AGENT_ID environment variable for stable agent identification
-
Page removed or relocated. The documentation for publishing agents as Agent Applications in Foundry has been removed. This page covered the legacy publishing process, including authentication, RBAC, deployment, and integration with Microsoft 365 Copilot and Teams. Its removal means guidance for the legacy model is no longer directly available, which may impact users still operating under the old system.
- Removed step-by-step instructions for publishing agents as Agent Applications
- Loss of detailed explanations on authentication, RBAC, and deployment management for legacy model
- No longer provides troubleshooting, API property references, or integration steps for Microsoft 365 Copilot and Teams under the legacy approach
-
The documentation now consistently uses the FOUNDRY_PROJECT_ENDPOINT environment variable instead of AZURE_AI_PROJECT_ENDPOINT for configuring and connecting to a Foundry toolbox with LangChain. This clarifies which environment variable should be set for successful integration.
- Replaced all references to AZURE_AI_PROJECT_ENDPOINT with FOUNDRY_PROJECT_ENDPOINT for project endpoint configuration.
- Updated code snippets and instructions to use the correct environment variable.
- Clarified the expected environment variable for toolbox connection and tool loading.
-
The documentation updates environment variable names from AZURE_AI_PROJECT_ENDPOINT to FOUNDRY_PROJECT_ENDPOINT and clarifies their usage throughout multiple sections. This change ensures users set the correct environment variables for connecting to Foundry resources, which is critical for successful authentication and model invocation.
- Environment variable AZURE_AI_PROJECT_ENDPOINT replaced with FOUNDRY_PROJECT_ENDPOINT in code samples and instructions
- Clarified that FOUNDRY_PROJECT_ENDPOINT is required for project endpoint authentication with Microsoft Entra ID
- Updated example code for configuring file stores and embedding models to use the new environment variable
-
The documentation updates the required environment variable for specifying the model deployment from AZURE_AI_MODEL_DEPLOYMENT_NAME to FOUNDRY_MODEL_NAME throughout the setup, code samples, and troubleshooting sections. This clarifies the correct configuration for hosting LangGraph agents as Foundry hosted agents and prevents misconfiguration.
- Replaces AZURE_AI_MODEL_DEPLOYMENT_NAME with FOUNDRY_MODEL_NAME in environment variable setup instructions
- Updates code samples to use FOUNDRY_MODEL_NAME for model selection
- Troubleshooting guidance now references FOUNDRY_MODEL_NAME instead of the old variable
- Updated Create hosted agent workflows in the Microsoft Foundry Toolkit for Visual Studio Code extension
The environment variable for specifying the model deployment in the .env file was renamed from AZURE_AI_MODEL_DEPLOYMENT_NAME to FOUNDRY_MODEL_NAME. This clarifies the required configuration for running hosted agent workflows locally.
- Renamed environment variable from AZURE_AI_MODEL_DEPLOYMENT_NAME to FOUNDRY_MODEL_NAME in .env setup instructions
-
The documentation updates the environment variable name from AZURE_AI_MODEL_DEPLOYMENT_NAME to FOUNDRY_MODEL_NAME throughout the instructions for updating models in hosted agents. This clarifies the correct variable to use for configuring model deployments.
- Replaces all references to AZURE_AI_MODEL_DEPLOYMENT_NAME with FOUNDRY_MODEL_NAME
- Updates example commands and YAML configuration to use the new variable name
- Ensures consistency in environment variable usage for model selection
-
The documentation clarifies that workflow-based agents are no longer listed as a supported new agent type and updates tool migration guidance, specifically recommending the A2A tool for 'Connected Agents' in the new Foundry Agent Service. These changes affect which agent types and migration paths are available to developers.
- Removed workflow-based agents as a supported new agent type in the 'Key benefits' and 'Key changes' sections.
- Updated migration guidance for 'Connected Agents' tool, now recommending the A2A tool instead of workflow and A2A.
- No changes to the availability of other tools or agent types.
-
The documentation clarifies that Workflow agents are no longer listed in the table of supported agent types for Agent 365 integration, suggesting they may not be supported for registry sync, autopilot publishing, or activity data collection. This change helps readers understand current integration limitations.
- Removed Workflow agent row from supported agent types table
- Clarifies which Foundry agent types are currently supported for Agent 365 integration features
-
The 'westeurope' region has been added to the list of supported regions for the Azure OpenAI Responses API, expanding availability for users in that area.
- 'westeurope' region newly supported for the Responses API
- Updated Model retirement schedule
The lifecycle status for several 'gpt-5-chat', 'gpt-5.1-chat', and 'gpt-5.2-chat' models has been updated from 'Preview' or 'Deprecated' to 'Retired', clarifying that these models will no longer be available after their listed retirement dates. This provides more precise information for users planning migrations or upgrades.
- Changed lifecycle status of 'gpt-5-chat', 'gpt-5.1-chat', and 'gpt-5.2-chat' models from 'Preview'/'Deprecated' to 'Retired'
- Retirement dates and replacement models ('gpt-chat-latest') remain specified
-
A new clarification was added specifying that for source-code agent deployments, additional deployment endpoints must be allowlisted in the firewall. This helps ensure successful deployments when using private networking.
- Added requirement to allow deployment endpoints for source-code agent deployments in firewall settings
- Updated Use skills in Foundry (preview)
A new section clarifies that skills in Foundry do not support private networking, meaning the Skills API cannot be accessed via private endpoints. This is important for users planning deployments in restricted network environments.
- Explicitly states that skills cannot be used with private networking
- Clarifies that the Skills API requires public network access
-
The documentation clarifies network support details, especially regarding virtual network (VNet) integration and private link usage for data agents, and corrects or expands instructions for connecting to Fabric IQ endpoints. These clarifications help users understand connectivity requirements and options for secure/private deployments.
- Clarified that VNet support depends on Fabric item type, not universally unsupported
- Added instruction to use workspace-specific host for data agents with workspace-level private link
- Linked to more detailed guidance on virtual network support
-
The documentation now clarifies that the preferred minimum role for users leveraging OAuth identity passthrough is 'Foundry Agent Consumer', rather than 'Foundry User', which is now recommended only for developers. This change helps organizations apply least-privilege principles more effectively.
- Preferred minimum role for OAuth passthrough updated to 'Foundry Agent Consumer'
- 'Foundry User' role clarified as intended for developers, not consumers
- Guidance aligns with least-privilege security best practices
- Updated Manage hosted agents
The documentation now clarifies that, by default, listing all versions of an agent excludes draft versions, and provides instructions on how to include drafts using a query parameter. This helps users understand version visibility and how to access draft agent versions.
- Added note that draft versions are excluded by default when listing agent versions
- Provided example of using 'include_drafts=true' query parameter to include draft versions
-
The required role for authenticating incoming A2A requests has changed from 'Foundry User' to 'Foundry Agent Consumer', clarifying the least-privilege access needed for agent endpoint interactions. This impacts how administrators assign permissions for agent-to-agent communication.
- Role requirement updated from 'Foundry User' to 'Foundry Agent Consumer'
- Clarified that 'Foundry Agent Consumer' provides least-privilege access for agent endpoints
-
The documentation clarifies required firewall endpoints for deploying hosted agents in private virtual networks, updates permission requirements, and improves troubleshooting guidance. It also adds a dedicated section on deploying with Azure Developer CLI or VS Code.
- Explicit list of required outbound firewall endpoints for both all deployments and bundled dependency resolution
- Clarified required permissions for deploying hosted agents, including role assignment details
- Troubleshooting table now references new firewall requirements and clarifies RBAC roles
- Updated Deploy a hosted agent
The prerequisites section was updated to clarify the required permissions for deploying a hosted agent, specifying the scope and capabilities of the Foundry Project Manager role, and providing more detail on agent identity access and RBAC assignments. It also adds a new important note about support for private endpoints in Azure Container Registry based on project creation date.
- Clarifies that Foundry Project Manager role is needed at project scope for deployment and role assignments
- Explains default access granted to agent identity and how to extend it for external resources
- Removes mention of Foundry User role assignment as an automatic requirement
- Updated Configure and share your agent
The prerequisites now clarify that users who only interact with agents (not create or edit them) should use the new Foundry Agent Consumer role. This helps organizations assign more appropriate permissions and improves security and role management.
- Added guidance to use Foundry Agent Consumer role for agent consumers
- Clarifies distinction between agent creators/managers and consumers
- Updated Set up your environment
A new RBAC role, 'Foundry Agent Consumer', has been added to the permissions table, clarifying that users can interact with agent endpoints without needing permissions to create or edit agents. This expands the granularity of access control for Copilot agent environments.
- Added 'Foundry Agent Consumer' role for interacting with agent endpoints
- Clarifies separation between agent management and agent consumption permissions
-
The documentation now clarifies that source-code agent deployments require outbound access to specific endpoints during provisioning, and refers readers to firewall requirements for private virtual networks. This helps users ensure proper network configuration for successful deployments.
- Added note about outbound access needs for source-code agent deployments
- Reference to firewall requirements for private virtual networks
- Updated Agent2Agent (A2A) authentication
The documentation clarifies the required role for users to utilize OAuth identity passthrough, recommending the 'Foundry Agent Consumer' role for least-privilege access instead of the previously stated 'Foundry User' role. This helps ensure users are assigned appropriate permissions based on their needs.
- Changed required role from 'Foundry User' to 'Foundry Agent Consumer' for OAuth identity passthrough
- Clarified that 'Foundry User' is intended for developers and has broader permissions
-
The section now clarifies required Azure roles, login steps, and region support, and adds guidance on verifying resource provisioning and handling errors. It also emphasizes that the --allow-project-management flag cannot be changed after creation, which is important for setup decisions.
- Added requirement for Azure CLI and Contributor or Owner role
- Instructed users to run az login before starting
- Linked to region support documentation
-
The 'centralus' region has been added to the list of supported regions for the Azure OpenAI Responses API, expanding availability for users in that geographic area.
- 'centralus' region newly supported for the Responses API
- Updated Agent tracing overview
The documentation now clarifies that tracing is generally available for both prompt and hosted agents, whereas previously it was only for prompt agents. Workflow and external agents remain in preview.
- Tracing general availability expanded to include hosted agents
- Clarifies preview status for workflow and external agents
-
The section now clarifies how asset ID prefix matching works when specifying allowed models in policy parameters, including the effect of trailing slashes and full version IDs. This helps admins precisely control which models and versions are permitted.
- Added explanation of asset ID prefix matching behavior
- Clarified use of trailing slash to restrict matches to specific models
- Provided guidance on allowing only specific model versions by using full asset IDs
-
The documentation now lists additional Claude models (claude-sonnet-5 and claude-haiku-4-5) as available for Data Zone Standard (US) deployments, expanding deployment options. There is also a minor clarification in the Capabilities section regarding PDF support.
- claude-sonnet-5 and claude-haiku-4-5 are now available for Data Zone Standard (US) deployments
- Clarified that PDF support includes documents provided as base64 or URL
-
The documentation clarifies the preferred administrative actions for managing Foundry agents, emphasizing disabling or stopping agents over deletion, and updates the supported management interfaces and required roles. It also provides more precise guidance on how to disable, enable, or delete agents using REST API, CLI, or portal, and removes references to starting/stopping via Microsoft 365 Admin Center for Foundry agents.
- Clarifies that disabling or stopping agents is preferred and reversible, while deletion is permanent
- Updates required roles for actions, removing distinctions between agent objects and applications
- Specifies that Microsoft 365 Admin Center does not support actions for Foundry agents; REST API or CLI must be used
- Updated Use skills in Foundry (preview)
Support for the Visual Studio Code extension (Microsoft Foundry Toolkit) has been added for managing skills in Foundry, and the feature support table now includes VS Code as a supported interface for skill operations. This expands the ways users can interact with Foundry skills, making it more accessible for those using VS Code.
- Feature support table now lists Visual Studio Code as a supported interface for skill operations
- Prerequisites section now requires installation of the Microsoft Foundry Toolkit for Visual Studio Code
-
The documentation removed the 'Maximum concurrent sessions' limit from the table, which previously specified typical and adjustable session quotas per subscription. This may affect readers' understanding of scalability and quota management for hosted voice agents.
- Removed information about maximum concurrent sessions per subscription
- No longer mentions quota adjustment process for concurrent sessions
-
The 'Hosted agents' feature in the current Foundry portal has moved from Preview to General Availability (GA), indicating it is now fully supported and production-ready.
- 'Hosted agents' status changed from Preview to GA in the current portal
-
The sample API endpoint path for CXRReportGen Premium inference requests was updated to include '/providers/microsoft', clarifying the correct endpoint structure for users.
- API endpoint path changed from '/v1/inference' to '/providers/microsoft/v1/inference'
-
The documentation now clarifies deployment options for Claude models, including distinctions between 'Hosted on Azure' and 'Hosted on Anthropic infrastructure', and introduces preview feature disclaimers. It also updates supported deployment locations, removes references to certain APIs, and corrects authentication scope details. These changes help users better understand deployment choices, preview limitations, and correct API usage.
- Added explanation of 'Hosted on Azure' vs 'Hosted on Anthropic infrastructure' model versions and deployment options
- Introduced preview disclaimer for features marked as (preview)
- Clarified supported deployment locations and Data Zone availability for specific models
-
The section now clarifies that Claude models in Microsoft Foundry can be hosted either on Azure or on Anthropic infrastructure, and that model availability and lifecycle stage may differ between these deployment types. This helps users understand deployment options and lifecycle differences for Claude models.
- Added explanation of two deployment types for Claude models: Hosted on Azure and Hosted on Anthropic infrastructure
- Clarified that not all models are available in both deployment types and lifecycle stages may differ
- Directed users to specific documentation for per-model availability and lifecycle status
-
The documentation clarifies endpoint usage, updates code samples for toolbox creation, and provides more explicit instructions for connecting agents to toolboxes in Foundry. It removes preview disclaimers and tips related to Fabric IQ and Work IQ tools, focusing on a streamlined example.
- Removed preview disclaimer and Fabric IQ/Work IQ-specific guidance from toolbox creation step
- Updated Python code sample for toolbox creation to use a simplified, non-beta API and removed Fabric IQ/Work IQ examples
- Added C# code sample for toolbox creation
-
The description of new agent types has been updated to remove the 'preview' label from Hosted agents, indicating they are now generally available. This change signals increased maturity and support for Hosted agents in the new developer experience.
- Hosted agents are no longer marked as 'preview', suggesting general availability
- Clarifies the types of agents that can be created with the new experience
-
Page restored. The documentation clarifies the required permissions and roles for invoking Agent Applications, specifically distinguishing between the Foundry User and Foundry Agent Consumer roles, and updates the required permission action string. This helps users correctly assign access and avoid confusion when publishing and invoking agents.
- Clarifies that Foundry Agent Consumer role does not grant access to invoke Agent Applications; Foundry User or a custom role with a specific permission is required.
- Updates the required permission action from 'projects/applications/invoke/action' to 'AIServices/applications/invoke/action'.
- Adds explicit notes about role differences and correct permission assignment for Agent Application invocation.
Microsoft 365 Copilot 42
-
This new page archives Microsoft 365 Copilot release notes older than one year, providing a comprehensive historical record of Copilot features and improvements across Microsoft 365 apps and platforms. It details significant Copilot capabilities, admin controls, extensibility options, and integration with various Microsoft services, which is valuable for tracking the evolution and breadth of Copilot functionality.
- Lists Copilot features and improvements released over a year ago across Microsoft 365 apps
- Documents general availability of Copilot in GCC (Government Community Cloud)
- Describes admin controls such as auditing Copilot queries and managing web search access
-
This new page documents major Microsoft 365 Copilot features and improvements released in late 2024 and throughout 2025, including the default use of GPT-5 in Copilot Chat, expanded chat history, new integrations (Freshservice, .NET/Python SDKs), larger file support in Agent Builder, SharePoint and Viva enhancements, and new admin/metrics capabilities. These updates significantly expand Copilot's intelligence, extensibility, and usability across Microsoft 365 apps and platforms.
- Copilot Chat now defaults to GPT-5 for smarter, faster responses
- Expanded chat history and improved navigation in Copilot Chat
- Freshservice integration enables Copilot to retrieve IT documentation
-
This new page documents how to connect GitHub Copilot CLI to the Work IQ MCP server, enabling Copilot CLI to access Microsoft 365 business data via Work IQ tools. It covers prerequisites, plugin installation, server verification, and example queries, representing a significant new integration capability.
- Introduces support for connecting GitHub Copilot CLI to the Work IQ MCP server
- Details installation and configuration of the Work IQ plugin in Copilot CLI
- Explains authentication with Microsoft Entra ID for secure data access
-
This new page documents how to connect a Microsoft Foundry project to Work IQ, enabling Foundry agents to access and reason over Microsoft 365 user data (emails, meetings, files, chats, etc.) via delegated authentication. It provides step-by-step setup instructions, prerequisites, and example prompts, introducing a significant new integration capability.
- Introduces the ability for Foundry agents to use Microsoft 365 context via Work IQ connections
- Details prerequisites including required roles and licenses
- Explains how to register and configure an Entra app for delegated permissions
-
This new documentation introduces a scalable system for managing multiple environments and parallel versions of declarative agents using the Microsoft 365 Agents Toolkit. It details how to use environment files and variable substitution to streamline deployments, enable side-by-side agent versions, and automate CI/CD workflows.
- Describes using environment files (.env.*) to manage both deployment environments and agent versions
- Explains variable substitution in manifests and agent files for environment-specific configuration
- Provides guidance for running parallel agent versions (e.g., v1 and v2) in the same tenant
- Updated What's new in Copilot Cowork
The update introduces new Claude models (Sonnet 5 and Fable 5 Preview) to the Cowork model selector, with Fable 5 requiring admin enablement and data retention. The Sonnet+Opus Advisor pairing and GPT 5.5 are no longer mentioned. The local browser feature is now specified as 'Frontier' and requires Edge installation.
- Added Claude Sonnet 5 model, replacing Sonnet 4.6
- Added Claude Fable 5 (Preview) model, requiring admin enablement and data retention
- Removed mention of Sonnet+Opus Advisor pairing and GPT 5.5 from model lineup
-
The documentation adds support for new Anthropic models in Copilot Cowork, notably Claude Sonnet 5 and Claude Fable 5 (Preview), and introduces a new section detailing data retention requirements for certain models. Admin controls are clarified to allow toggling the entire Anthropic model family rather than individual models.
- Claude Sonnet 5 and Claude Fable 5 (Preview) are now available as selectable models
- Claude Fable 5 (Preview) requires explicit admin enablement and has data retention requirements
- A new 'Data retention' section explains how prompts and responses are handled for models requiring retention
- Updated Customize Copilot Cowork
Major new capabilities were added to Copilot Cowork: users can now upload skill files and plugin packages directly, and share custom skills or plugins with others in their organization. These features significantly expand customization and collaboration options.
- Added ability to upload skill files (.md, .zip, .skill) directly from the Skills tab
- Added ability to upload plugin packages (.zip) from the Plugins tab, with automatic conversion for compatible formats
- Introduced sharing functionality for custom skills and plugins with specific users or groups in the organization
-
The documentation now introduces Microsoft 365 E7 (the 'Frontier Suite') as a new license tier, detailing its additional features for Copilot readiness, agentic AI governance, and security. The feature comparison tables and guidance have been expanded to include E7, highlighting its superset status over E5 and new capabilities relevant to Copilot and AI agent management.
- Added Microsoft 365 E7 as a new license tier with unique features for agentic AI and Copilot
- Expanded feature comparison tables to include E3, E5, and E7, showing E7's superset capabilities
- Documented E7-specific features such as enterprise-scale agent governance and extended identity/network controls
-
This new page documents the security and authentication model for Microsoft 365 Copilot APIs, clarifying how existing Microsoft 365 security controls, permissions, and compliance policies are enforced by default when integrating Copilot capabilities. It provides essential guidance for developers on authentication flows, policy enforcement, and secure data access.
- Explains that Copilot APIs use Microsoft Entra ID authentication and Microsoft Graph authorization models
- Clarifies that organizational policies (Conditional Access, sensitivity labels, permission trimming) are automatically enforced
- Describes secure grounding with the Microsoft 365 knowledge index and inherited compliance controls
- Updated Copilot Cowork common questions
The documentation now includes Claude Fable 5 (Preview) as a selectable model in Copilot Cowork, with details on its availability, admin controls, and data retention requirements. This informs users and admins about a new model option and its prerequisites.
- Claude Fable 5 (Preview) added as a model option
- Model is off by default and must be enabled by an admin in Microsoft 365 admin center
- Data retention is required for some models like Claude Fable 5, with user-facing notifications
-
The documentation now introduces Claude Fable 5 (Preview) as a new model option for Copilot Cowork, clarifies its default availability, and notes that it requires data retention by the model provider. It also updates admin controls to allow toggling the entire Anthropic model family rather than individual models.
- Claude Fable 5 (Preview) added as a new model, off by default
- Admins can now enable Claude Fable 5 (Preview) and are informed about its data retention requirements
- Admin controls updated to toggle the Anthropic model family as a whole
-
Documentation now states that Microsoft 365 Copilot connectors, including both synced and federated models, are available in Department of Defense (DoD) environments. Previously, DoD was excluded from supported environments.
- Added DoD support for Copilot connectors in availability notes
- Updated connector model comparison table to include DoD as a supported environment
-
A new section was added detailing best practices for grounding custom engine agents with the Microsoft 365 Copilot Retrieval API. This provides guidance on securely and efficiently retrieving organizational data for Copilot agents without duplicating or re-indexing content.
- Introduces use of the Retrieval API for RAG over SharePoint, OneDrive, and Copilot connectors
- Emphasizes in-place data retrieval to avoid data egress and preserve compliance
- Recommends scoping retrievals with KQL and explains behavior on invalid syntax
-
A new section details governance and admin controls for agent sharing in Microsoft 365 Copilot, outlining how permissions, compliance, auditing, and admin management apply to Copilot agents. This addition clarifies how organizations can control and monitor agent usage and data access.
- Agents inherit existing Microsoft 365 permissions and do not grant new data access
- DLP, retention, and compliance policies continue to govern data accessed by agents
- Audit logs and activity reports now include agent-related Copilot usage
-
A new section describes support for both synchronous and streamed response modes in the Microsoft 365 Copilot Chat API, allowing developers to choose between receiving a full reply at once or incremental output via server-sent events.
- Introduces synchronous and streamed endpoints for continuing conversations
- Explains use cases for each response mode
- Notes that streamed conversations are not supported in Graph Explorer
- Updated What's new in Copilot Cowork
Several new features have been added to Copilot Cowork for its general availability release, including the ability to upload custom skills and plugin packages, and to share skills and plugins. These enhancements expand customization and collaboration options for users and organizations.
- Added ability to upload a skill file (.md, .zip, or .skill) from the Customize > Skills tab
- Added ability to upload a plugin package from the Customize > Plugins tab, with automatic conversion for compatibility
- Introduced sharing functionality for skills and plugins
- Updated Use plugins with Copilot Cowork
A new section describes how users can upload their own plugin packages to Copilot Cowork, including support for packages built for Claude or compatible formats. This enables broader customization and sharing of plugins within organizations.
- Users can now upload plugin packages (.zip files) directly to Cowork.
- Automatic conversion of compatible plugin formats (e.g., Claude) is supported.
- Granular sharing options allow plugins to be restricted to the uploader or shared with specific users.
-
The documentation introduces new admin controls and regional availability for Anthropic models in Microsoft Copilot, including upcoming support for non-federal GCC customers and expanded admin roles for enabling Anthropic models. These changes increase flexibility and access for organizations in specific regions and cloud environments.
- Announces upcoming (July 15, 2026) support for Anthropic models for non-federal customers in Government Community Cloud (GCC)
- Clarifies that Anthropic models remain unavailable for federal GCC, GCC High, DoD, and other sovereign cloud customers
- Expands admin eligibility to include AI Administrators (not just Global Administrators) for enabling Anthropic models
- Updated List packages
The documentation now includes support for the v1.0 endpoint of the Microsoft Graph API for listing Copilot packages, in addition to the beta endpoint. This indicates the feature is now generally available and production-ready, not just in preview.
- Added v1.0 endpoint (https://graph.microsoft.com/v1.0/copilot/admin/catalog/packages) to HTTP request section
- Examples updated to show both v1.0 and beta endpoints for requests
- Updated Get Copilot package details
The documentation now includes support for the v1.0 endpoint of the Microsoft Graph API for retrieving Copilot package details, indicating that this API is now generally available and not just in beta. This is significant for developers and admins who require stable, production-ready APIs.
- Added documentation for v1.0 endpoint usage alongside beta
- Updated example requests and responses to include v1.0
- Indicates Copilot package details API is now generally available
-
Documentation about the deprecation of the legacy Anthropic admin toggle has been removed. This section previously explained the transition to a new subprocessor-based toggle for enabling Anthropic models in Microsoft 365 admin center, including key dates and regional defaults.
- Removed explanation of the deprecation of the legacy Anthropic admin toggle
- No longer details the timeline for the new subprocessor toggle rollout
- Missing guidance for customers transitioning from the legacy toggle, especially regarding regional defaults
- Updated List packages
The API now supports application permissions and adds a new 'platform' filter parameter, expanding both access and filtering capabilities for listing Copilot packages.
- Application permissions (CopilotPackages.Read.All and CopilotPackages.ReadWrite.All) are now supported.
- A new 'platform' query parameter allows filtering by platform (teams, outlook, web).
- Updated Get Copilot package details
The API now supports application permissions, allowing apps (not just delegated users) to access Copilot package details. This expands integration scenarios for automation and service accounts.
- Added support for application permissions: CopilotPackages.Read.All and CopilotPackages.ReadWrite.All
- Previously, application permissions were not supported
-
Page removed or relocated. The documentation for connecting GitHub Copilot CLI to the Work IQ MCP server has been removed. This eliminates official guidance for configuring, authenticating, and using Copilot CLI with Work IQ to access Microsoft 365 data.
- Loss of step-by-step instructions for integrating Copilot CLI with Work IQ MCP server
- No longer documents plugin installation and verification process
- Removes examples for querying Microsoft 365 data via Copilot CLI and Work IQ
- Updated Declarative agents FAQ
The section now provides a more detailed breakdown of declarative agent support across different Microsoft 365 Government environments, specifying the availability for GCC, GCCH, and DoD tenants.
- Clarifies that GCC has full declarative agent support.
- Specifies that GCCH only supports pro-code agents via the Agents Toolkit; Agent Builder is not available.
- States that declarative agents are not available for DoD tenants.
-
The section now provides a more detailed breakdown of declarative agent support across different Microsoft 365 Government cloud environments, specifying the levels of support for GCC, GCCH, and DoD tenants.
- Clarifies that GCC has full declarative agent support.
- Specifies that GCCH only supports pro-code agents via the Microsoft 365 Agents Toolkit; Agent Builder is not available.
- States that declarative agents are not available for DoD tenants.
-
The updated documentation clarifies requirements for building custom engine agents, adds references to governance, admin controls, and security for Copilot APIs, and expands related links to include a high-level overview page. These changes help developers better understand prerequisites, compliance, and available resources.
- Added clarification on hosting, orchestration, and model requirements for custom engine agents
- Linked to a high-level summary page for agent requirements
- Added references to governance/admin controls and security/authentication for Copilot APIs
-
A clarifying note was added to explain that actionable tasks in the example table are performed by Semantic Kernel agent plugins via Microsoft Graph, not by the Microsoft 365 Copilot Chat API, which does not support such actions.
- Added explicit note distinguishing Semantic Kernel plugin actions from Copilot Chat API capabilities
- Clarified that the Chat API cannot perform actions like sending emails or creating calendar events
-
The documentation now clarifies the two models of Microsoft 365 Copilot connectors (synced and federated) and how they handle data, and adds information about IT admin governance of agent sharing and lifecycle via Microsoft 365 admin center and Purview. These clarifications help developers and admins better understand connector architecture and management.
- Describes 'synced' vs 'federated' Copilot connector models and their data handling differences
- Adds reference to Model Context Protocol (MCP) for federated connectors
- Introduces IT admin governance of agent sharing, visibility, and lifecycle via Microsoft 365 admin center and Purview
-
The introduction clarifies how declarative agents connect to other agents by specifying agent title IDs in the manifest's 'worker_agents' property, and distinguishes this mechanism from the Copilot Chat API. This helps developers understand the technical requirements and differences between connection methods.
- Clarifies that agent connections are declared via agent title IDs in the 'worker_agents' manifest property
- Explains that Copilot Chat brokers agent-to-agent interactions at runtime
- Distinguishes manifest-declared agent connections from the Copilot Chat API
-
The documentation now clarifies the process of app registration and authentication for Copilot API usage, and adds references to related content for further guidance. It also provides a direct link to security and authentication details in the benefits section, helping developers better understand how to securely connect their apps to Copilot APIs.
- Added a new section explaining the relationship between app registration, manifest IDs, and API authentication
- Inserted a reference to detailed security and authentication documentation in the benefits section
- Added a 'Related content' section with links to further resources and examples
-
The section now clarifies the specific permission scopes covered by the article (create and ingest) and distinguishes them from the scope required for querying or listing connections, directing users to additional documentation for those tasks.
- Clarifies that the article covers create and ingest scopes only
- Explains that querying or listing connections requires a different scope
- Provides a pointer to related documentation for querying connectors
-
The documentation was updated to clarify that the Package Management API now focuses exclusively on managing agents, not both agents and apps. References to apps were removed, and new filtering options for platform were added. This matters for IT admins who need to understand the scope and filtering capabilities of the API.
- API now described as managing only agents, not apps
- References to apps removed from capabilities, scenarios, and API descriptions
- Filtering by platform (Copilot Studio, Microsoft 365 Copilot Agent Builder) added
- Updated List packages
The description for the 'platform' query parameter was updated to specify 'Copilot Studio' and 'Microsoft 365 Copilot Agent Builder' as valid filter values, replacing the previous generic platform names. This clarifies which platforms can be targeted when listing packages.
- Updated 'platform' filter values to 'Copilot Studio' and 'Microsoft 365 Copilot Agent Builder'
- Removed previous generic values ('teams', 'outlook', 'web') for the 'platform' filter
-
The documentation now clarifies that Agent Builder is available in the GCC (Government Community Cloud) environment, not GCC Moderate (GCCM) as previously stated. This change is important for organizations determining eligibility and deployment options.
- Corrected availability from GCCM to GCC for Agent Builder in Microsoft 365 Copilot
-
The documentation clarifies and updates the limits for SharePoint knowledge sources (now up to 100 files, folders, or sites per agent), corrects the unsupported environment for embedded file content from GCCM to GCC, and improves the presentation of SharePoint/OneDrive limits. These changes help admins and builders better understand current capabilities and restrictions.
- SharePoint knowledge source limit increased to 100 files, folders, or sites per agent
- Clarified that embedded file content is unsupported in Microsoft 365 Government Community Cloud (GCC), not just GCC Moderate
- SharePoint and OneDrive limits now presented in a clearer table format
-
A clarification was added specifying that embedded files are stored in the tenant's default geography, not in the user's preferred data location (PDL). This matters for organizations with data residency requirements.
- Clarified storage location for embedded files: tenant's default geography, not user's PDL
- Updated Work IQ API overview
A new clarification explains authentication requirements for multitenant (parent/child) organizations using the Work IQ API, specifying that the access token issuer must match the user's home tenant and that multitenant app registration is required.
- Clarifies that in multitenant organizations, the access token's issuer must match the user's tenant, not the app's tenant.
- Specifies that enabling Work IQ in both tenants is insufficient; the app must be registered as multitenant.
- Warns that failing to follow this guidance results in authentication errors.
- Updated copilotPackage: unblock
The documentation now clarifies that application permissions are not available for the copilotPackage: unblock API, removing the previous indication that CopilotPackages.ReadWrite.All could be used with application permissions.
- Application permissions are now explicitly marked as 'Not available.'
- Previously, CopilotPackages.ReadWrite.All was listed as available for application permissions.
- Updated copilotPackage: reassign
The documentation now clarifies that application permissions are not available for the copilotPackage: reassign API, where previously CopilotPackages.ReadWrite.All was listed as available. This is important for developers planning integration and automation scenarios.
- Application permissions for this API are now explicitly marked as 'Not available.'
- Previously, CopilotPackages.ReadWrite.All was listed as an available application permission.
- Updated copilotPackage: block
The documentation now clarifies that application permissions are not available for this API, removing the previously listed CopilotPackages.ReadWrite.All application permission. This is important for developers planning integration, as it restricts usage to delegated permissions only.
- Removed CopilotPackages.ReadWrite.All from available application permissions
- Clarified that application permissions are not available for this API
Copilot Studio 43
-
This new documentation introduces the 'classify node' in Copilot Studio workflows, enabling users to route workflow steps based on AI-driven text classification into user-defined categories. It details configuration, model selection, category definition, and practical automation scenarios, representing a significant new capability for automating text-based decision-making.
- Introduces the classify node for AI-based text categorization in workflows
- Allows branching workflow logic based on free-form text meaning
- Supports model selection for power vs speed tradeoffs
-
This new page introduces a quickstart guide for creating automated solutions using natural language in the new Copilot Studio experience, highlighting the ability to build workflows and conversational agents without code. It details the process, requirements, and current limitations, including reliance on Anthropic models and preview status of features.
- Step-by-step guide to creating automated solutions with natural language in Copilot Studio's new experience
- Clarifies that the new experience uses Anthropic models (GPT support planned) and is available only in certain environments
- Explains how to start solutions, add knowledge, test, and publish agents and workflows
-
This new documentation introduces the Microsoft 365 Copilot node for workflows in Copilot Studio, enabling users to integrate Microsoft 365 Copilot and specific agents (including custom Agent Builder agents) directly into automated workflows. It details how to configure the node, target specific agents, pass dynamic content, and use the AI-generated responses in downstream workflow steps.
- Introduces the Microsoft 365 Copilot node for embedding Copilot and agents into workflows
- Explains targeting Microsoft-built agents (Researcher, Analyst) and custom Agent Builder agents
- Describes passing dynamic content and using Copilot responses in subsequent workflow steps
-
This new page documents the 'request information' (RFI) action in Microsoft Copilot Studio workflows, enabling human review and input within automated processes. It details setup, configuration, supported input types, and known limitations, providing essential guidance for incorporating human oversight into Copilot workflows.
- Introduces the 'request information' action for pausing workflows and collecting human input
- Describes supported input types (Text, Yes/No, Email, Number, Date) and configuration options
- Explains how to use collected parameters in subsequent workflow actions
-
This new page introduces and documents the new workflows experience in Microsoft Copilot Studio, detailing its capabilities, benefits, triggers, actions, and capacity management. It highlights that workflows are now built on a redesigned visual canvas with native AI actions and agent handoffs, and clarifies preview limitations and usage guidance.
- Introduces new workflows experience in Copilot Studio, currently in public preview
- Describes redesigned visual canvas with native AI actions, agent handoffs, and node-level testing
- Explains triggers and actions, including AI-driven, human-in-the-loop, built-in tools, and connectors
-
This new page documents the redesigned workflow designer in Microsoft Copilot Studio, detailing how users can visually build, edit, test, and manage workflows using new capabilities such as node-level and end-to-end testing, error checking, and dynamic input mocking. It also clarifies the preview status and limitations of the new experience compared to the classic version.
- Introduces the redesigned visual workflow designer in Copilot Studio
- Explains new testing capabilities: node-level and full workflow tests with real or mock data
- Details error checking, publishing, and run history features within the designer
-
This new documentation introduces the ability to add an 'agent node' to workflows in Microsoft Copilot Studio, enabling users to embed AI agents directly within workflow steps. It details how to configure inline agents, attach tools and knowledge, use Work IQ for contextual grounding, and handle agent outputs, significantly expanding workflow automation capabilities.
- Describes how to add an agent node to a workflow, either by selecting an existing agent or creating an inline agent.
- Explains configuration options for inline agents, including instructions, model selection, tools (MCP servers and connectors), knowledge sources (SharePoint, public websites), and output formats.
- Introduces Work IQ, allowing agents to use the running user's recent work activity for more personalized responses.
-
Page removed or relocated. The documentation page explaining how to add and use the Microsoft 365 Copilot node in workflows has been removed. This page detailed how to integrate Copilot and specific agents into automated workflows, including configuration, use cases, and best practices.
- Loss of step-by-step guidance for adding the Microsoft 365 Copilot node to workflows
- Removal of documentation on targeting specific agents (Researcher, Analyst, custom Agent Builder agents)
- Missing examples and scenarios for automating tasks with Copilot in workflows
-
This new page documents how to add a workflow as a tool to an agent in Microsoft Copilot Studio, specifically within the new agent and workflow experiences. It outlines prerequisites, configuration steps, and important limitations for integrating workflows with agents.
- Introduces process for adding workflows as agent-level tools in Copilot Studio's new experience
- Specifies requirements for workflows to be used as tools (trigger, response action, real-time response, publication, 100-second limit)
- Details step-by-step instructions for selecting and configuring workflows as agent tools
-
The documentation now lists GPT-5.5 Chat as generally available (GA) in multiple regions, whereas previously it was not listed. This signals a significant expansion in available AI model options for Copilot Studio users.
- GPT-5.5 Chat added as generally available (GA) in multiple regions
- Previously, GPT-5.5 Reasoning was only listed as experimental in early access environments
- No other major changes to model availability noted in the visible portion
-
The documentation introduces a new certification process for MCP servers, including updated submission paths, package requirements (such as mandatory manifest and tool files), and expanded publishing surfaces (notably Azure Foundry). It also clarifies branding and packaging standards and provides transition guidance for existing certified MCPs.
- New submission path: Use 'Apps and Agents for M365 and Copilot' offer type in Partner Center
- Mandatory package components: Manifest File, Tool File, and Key Vault authentication configuration now required
- Certified MCPs will be published in Azure Foundry and Copilot Studio, with broader admin center discovery
- Updated Knowledge sources summary
The documentation now describes new agent settings: 'Web Search', which enables Bing-powered public web search in parallel with configured sources, and 'Official sources', allowing certain knowledge sources to be marked as highly trusted. These features expand how Copilot agents retrieve and present information.
- Added 'Web Search' setting for Bing-powered public web search alongside configured sources
- Introduced 'Official sources' designation for highly trusted knowledge sources
- Clarified that 'Official sources' is incompatible with generative orchestration
-
The documentation now describes 'Tenant graph grounding with semantic search' as the method for improved knowledge retrieval and response quality for agents using SharePoint knowledge sources, replacing the previous reference to 'Work IQ.' This signals a shift in the underlying retrieval technology available to Copilot Studio users.
- Replaced 'Turn on Work IQ' with 'Tenant graph grounding with semantic search' as the recommended feature for enhanced SharePoint knowledge retrieval
- Clarifies the technology used for better context and precision in responses
- Updated Language support
The list of supported languages for the Copilot Studio authoring canvas has been significantly expanded, adding many new languages. Minor clarifications were also made to instructions for changing an agent's primary language region and to the description of support stages.
- Added new supported languages for the authoring canvas, including Basque, Bulgarian, Catalan, Croatian, Galician, Hungarian, Kazakh, Latvian, Lithuanian, Malay, Romanian, Serbian (Cyrillic and Latin), Slovenian, Ukrainian, and Vietnamese
- Clarified that features in preview languages can be used in production
- Minor rewording for clarity in instructions for changing an agent's primary language region
-
The documentation now reflects a shift from inline agent creation within flows to requiring agents to be built and published in a separate agent builder experience. The process for adding and configuring agent nodes has changed, and the doc now distinguishes between the classic and new experiences in Copilot Studio. Several sections about inline agent configuration and workflow scenarios have been removed or replaced.
- Inline agent creation within the flow designer is no longer described; agents must now be created and published in a separate agent builder tab.
- Instructions for adding an agent node have changed to use 'Run an agent' under 'AI capabilities' instead of the previous method.
- Removed detailed configuration options for inline agents, including instructions, Work IQ, and tool attachment directly in the node.
- Removed Add SharePoint lists (preview)
Page removed or relocated. The documentation page describing how to add SharePoint lists as knowledge sources in Copilot Studio agents (preview) has been removed. This removes guidance on connecting SharePoint lists for natural language queries and analytical reasoning within Copilot Studio.
- Loss of instructions for connecting SharePoint lists to Copilot Studio agents
- Removal of details on supported list sizes, models, and best practices
- No longer documents analytical and aggregation query capabilities over SharePoint data
-
The introduction now clarifies the preview status and intended use of both the new agent and new workflows experiences in Copilot Studio, distinguishing between production-ready and public preview features. It also specifies that both agents and workflows created in the new experience cannot be converted to the classic experience.
- Clarifies that the new agent experience is a production-ready preview, while the new workflows experience is in public preview.
- States that public preview features are not meant for production use and may have restricted functionality.
- Specifies that both agents and workflows created in the new experience cannot be converted to the classic experience.
-
The documentation was updated to clarify that the 'request information' (RFI) action is now only available in agent flows, not in workflows, and to reflect the classic Copilot Studio experience. Instructions and examples were revised to remove references to workflows, focusing solely on agent flows. This matters for users planning automation and human review processes, as it narrows where RFI can be used.
- Clarified that RFI action is only available in agent flows, not workflows
- Updated introduction to specify the classic Copilot Studio experience
- Removed workflow-related instructions and examples throughout the page
- Updated Agent flows overview
The documentation now clearly distinguishes between 'agent flows' (classic experience) and newer workflow experiences in Copilot Studio, removing references to workflows from this page and focusing solely on agent flows. It clarifies creation, management, and capacity usage details specific to agent flows, and introduces a dedicated section on how to create them.
- Clarifies that this article covers only the classic agent flow experience, not new workflows
- Removes references to workflows throughout, focusing all guidance on agent flows
- Adds a new section detailing how to create agent flows using natural language or the designer
-
The documentation now focuses specifically on the classic agent flow designer experience, clarifies differences from workflows, and updates instructions and UI references for managing agent flows. The test flow section was restructured, removing detailed workflow/node testing guidance and adding a streamlined agent flow testing process.
- Intro now specifies content is for the classic experience and distinguishes between agent flows and workflows.
- Display and test instructions updated to reflect agent flow-specific UI and terminology.
- Legend for flow display controls revised to match current agent flow designer features.
-
The documentation now clarifies that the instructions apply to the classic experience in Microsoft Copilot Studio, and updates terminology and trigger/action names for adding agent flows as tools. References to workflows have been removed, focusing solely on agent flows.
- Clarified that instructions are for the classic Copilot Studio experience
- Updated trigger/action names from 'Run a flow from Copilot'/'Respond to Copilot' to 'When an agent calls the flow'/'Respond to the agent'
- Removed references to workflows, focusing only on agent flows
-
The introduction now clarifies that both the new agent and new workflow experiences are available in Microsoft Copilot Studio, specifying their preview status and conversion limitations. This helps users understand the scope and limitations of preview features for both agents and workflows.
- Added mention of new workflows experience in public preview
- Clarified that both agents and workflows created in the new experience can't be converted to classic
- Provided links to overviews comparing classic and new experiences for both agents and workflows
-
The introduction now clarifies that both new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview statuses. It also notes that workflows created in the new experience can't be converted to classic.
- Added mention of new workflows experience in public preview
- Clarified difference between production-ready and public preview features
- Stated that both agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both the new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, including their intended use and limitations.
- Added mention of the new workflows experience in public preview
- Clarified that public preview features aren't meant for production use
- Stated that both agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, specifying their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features aren't for production use and may have restricted functionality
- Stated that both agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, specifying their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features are not for production use and may have restricted functionality
- Updated note that both agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both agent and workflow experiences have 'classic' and 'new' versions, and distinguishes between their preview statuses. It also notes that workflows created in the new experience cannot be converted to classic, and that public preview features are not intended for production use.
- Clarifies that both agents and workflows have classic and new experiences
- Specifies that the new workflows experience is in public preview, not production-ready
- Adds that public preview features may have restricted functionality and are not for production use
-
The introduction now clarifies that both the new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, specifying their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features aren't for production use and may have restricted functionality
- Updated note that both agents and workflows created in the new experience can't be converted to classic
- Updated Publish an agent (preview)
The section now clarifies that both the new agent and new workflow experiences are in preview, distinguishes between production-ready and public previews, and notes that workflows as well as agents created in the new experience cannot be converted to classic. This helps users understand preview limitations and conversion restrictions.
- Added mention of new workflows experience in public preview
- Clarified difference between production-ready and public previews
- Stated that both agents and workflows created in the new experience cannot be converted to classic
-
The introduction now clarifies that both new agent and new workflow experiences are covered, and distinguishes between production-ready and public previews, specifying their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features aren't meant for production use and may have restricted functionality
- Specified that both agents and workflows created in the new experience can't be converted to the classic experience
-
The introduction now clarifies that both new agent and new workflow experiences are available in Copilot Studio, with the new workflows experience specifically in public preview. It also adds guidance about the intended use and limitations of public preview features.
- Added mention of new workflows experience in public preview
- Clarified that public preview features are not for production use and may have limited functionality
- Updated note that both agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both the new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, including their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features aren't meant for production use and may have restricted functionality
- Specified that both agents and workflows created in the new experience can't be converted to the classic experience
- Updated Agents overview (preview)
The introduction now clarifies that both the new agent and new workflow experiences are covered, specifying their preview status and usage limitations. It also updates conversion limitations to include workflows.
- Clarifies that both agent and workflow experiences are discussed
- Specifies that the new workflows experience is in public preview, not production-ready
- Adds that public preview features are not for production use and may have restricted functionality
- Updated Memory (preview)
The introduction now clarifies that both the new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, specifying their intended use and limitations.
- Added reference to new workflows experience in public preview
- Clarified that public preview features aren't meant for production use and may have restricted functionality
- Specified that both agents and workflows created in the new experience can't be converted to the classic experience
-
The introduction now clarifies that both new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, including their intended use and limitations.
- Clarifies that both new agent and workflow experiences are discussed
- Specifies that the new workflows experience is in public preview
- Adds guidance that public preview features aren't meant for production use
-
The introduction now clarifies that both the new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, specifying their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features aren't meant for production use and may have restricted functionality
- Specified that both agents and workflows created in the new experience can't be converted to the classic experience
- Updated Monitor an agent (preview)
The introduction now clarifies that both the new agent and new workflow experiences are covered, specifying their preview statuses and usage limitations. It also adds that workflows, like agents, created in the new experience cannot be converted to the classic experience.
- Clarifies coverage of both new agent and new workflow experiences in Copilot Studio
- Specifies that the new workflows experience is in public preview and not intended for production use
- Notes that both agents and workflows created in the new experience cannot be converted to classic
-
The introduction now clarifies the distinction between production-ready and public preview features, and notes that the new workflows experience is in public preview. It also specifies that both agents and workflows created in the new experience cannot be converted to the classic experience.
- Added explanation of public preview features and their limitations
- Clarified that both agents and workflows created in the new experience are not convertible to classic
- Mentioned the new workflows experience and its preview status
- Updated Create an agent (preview)
The introduction now clarifies that both the new agent and workflow creation experiences are covered, and distinguishes between production-ready and public preview features, including their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features aren't meant for production use
- Stated that both agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both the new agent and new workflow experiences are available in Copilot Studio, specifying their preview status and usage limitations. It also adds guidance about the public preview status of workflows and updates the conversion limitations.
- Clarifies that both new agent and new workflow experiences are covered
- Specifies that the new workflows experience is in public preview and not for production use
- Updates note that agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, including their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features aren't meant for production use
- Stated that both agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both the new agent and new workflow experiences are covered, specifying their preview status and usage limitations. It also adds guidance about the public preview status of workflows and updates conversion limitations.
- Clarifies that both new agent and workflow experiences are discussed
- Specifies that the new workflows experience is in public preview and not for production use
- Updates note that agents and workflows created in the new experience can't be converted to classic
-
The introduction now clarifies that both new agent and new workflow experiences are covered, and distinguishes between production-ready and public preview features, specifying their intended use and limitations.
- Added mention of new workflows experience in public preview
- Clarified that public preview features are not for production use and may have restricted functionality
- Updated note that both agents and workflows created in the new experience can't be converted to classic
MS AI SDKs 5
- New Agent harnesses
This new page introduces and documents the Agent Framework harness, a comprehensive runtime that wraps language models to enable agentic behaviors such as tool invocation, context management, multi-step planning, and autonomous task execution. It details the harness's default capabilities, customization options, and provides code samples for both .NET and Python implementations.
- Defines the concept of an agent harness and its role in enabling agentic workflows for language models
- Lists and describes default capabilities bundled in the Agent Framework harness (e.g., function invocation, compaction, todo provider, file access, web search, OpenTelemetry, etc.)
- Explains how to create, configure, and customize harness agents in both .NET and Python
-
Extensive new documentation was added for proactive messaging in the Agents SDK, detailing concepts, setup, and multiple real-world scenarios. This enables developers to send messages or run logic in conversations without waiting for user input, supporting use cases like notifications, reminders, and background tasks.
- Introduces core concepts and setup steps for proactive messaging using AgentApplication.Proactive
- Provides detailed code examples for sending messages, continuing conversations, and creating new conversations proactively
- Covers scenarios such as long-running external tasks and background tasks with IBackgroundTaskQueue
- Removed Proactive messaging examples
Page removed or relocated. The documentation page providing detailed examples and guidance for implementing proactive messaging in Copilot agents has been removed. This eliminates a key resource for developers seeking to enable agents to send messages or perform actions without user initiation, including setup, code samples, error handling, and Microsoft Teams specifics.
- Loss of step-by-step examples for sending proactive messages and continuing conversations
- Removal of setup instructions for storage and HTTP endpoints for proactive triggers
- No longer documents OAuth handling and error management in proactive contexts
-
The documentation now clarifies that OAuth support for Copilot agents is available in .NET, JavaScript, and Python, but global auto sign-in and DefaultHandlerName are only supported in .NET. Configuration examples and API usage for all three languages are provided, and the differences in capabilities and configuration between languages are explicitly described.
- Added explicit support and configuration instructions for JavaScript and Python agents using OAuth
- Clarified that global auto sign-in and DefaultHandlerName are only available in .NET
- Provided language-specific configuration examples for .NET (appsettings.json), JavaScript (.env), and Python (.env)
- Updated Agent Skills
The documentation now introduces MCP-based skills as a new source type for agent skills, alongside file-based, code-defined, and class-based skills. This expands the ways agents can acquire skills, allowing integration with MCP servers.
- Added MCP-based skills as a supported source type for agents
- Describes how to use UseMcpSkills (C#) or MCPSkillsSource (Python) to discover skills from MCP servers
- Clarifies the roles of provider, sources, and builder in skill provisioning
Frontier 1
-
The section now details several new Copilot capabilities in Excel, including worksheet editing, advanced data and formula generation, chart and shape creation, web search with citations, and enhanced data import options. This significantly expands the described scope of what Copilot can do in Excel.
- Added ability to edit worksheets (add, rename, delete, modify cells, apply formatting and validation)
- Described generating data and formulas across multiple sheets and summarizing data
- Introduced creation and editing of charts, PivotTables, and shapes, including dashboards and templates
Excel 1
-
The section now details several new Copilot capabilities in Excel, including worksheet editing, generating data and formulas across sheets, creating charts and shapes, web search with citations, and enhanced data import options. This significantly expands the documented scope of what Copilot can do in Excel.
- Added ability to edit worksheets (add, rename, delete, modify cells, formatting, layout)
- Described generating data and formulas across multiple sheets
- Included creation and editing of charts, PivotTables, and shapes
Teams 1
-
The documentation now lists detailed usage articles for Channel Agent, adds an IT admin permission requirement, and clarifies mobile device requirements. The main introductory section was removed, possibly as part of a restructure, but core feature documentation remains.
- Added requirement: IT admin must allow app usage in Teams to access Channel Agent
- Expanded list of linked articles detailing specific Channel Agent capabilities (e.g., task management, meeting scheduling, integration with Jira/Anana/GitHub)
- Clarified mobile device requirements and supported features
Microsoft Learn 183
-
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 information about using Copilot to generate images in Word is now missing.
- Page describing how to generate images for documents with Copilot in Word is no longer available
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. Documentation for drafting and adding content with Copilot in Word is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users lose direct guidance on this capability.
- Page explaining how to draft and add content with Copilot in Word is no longer available
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Guidance for generating document summaries with Copilot in Word is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on Copilot's mobile Word capabilities.
- Official documentation for Copilot in Word on mobile devices is no longer available
- Uncertainty whether this reflects feature removal or documentation reorganization
-
Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities for PowerPoint mobile.
- Official documentation for Copilot in PowerPoint on mobile devices is no longer available
- Uncertainty whether the feature is deprecated or the documentation has been moved
-
Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on using Copilot for data visualization in Excel.
- Documentation for using Copilot to visualize data in Excel is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. Documentation for using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Loss of instructions for importing data from web/internal sources with Copilot in Excel
- Uncertainty whether feature is deprecated or documentation was moved
-
Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates deprecation of the feature or a restructuring of 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 documentation is relocated
-
Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a 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 the feature is deprecated or documentation 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 access to information about Copilot's Excel capabilities.
- Page describing Copilot's skills in Excel is no longer available
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. Documentation for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this Copilot capability.
- Loss of documentation on AI writing in SharePoint rich text editor
- Uncertainty whether feature is deprecated or doc was relocated
-
Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but guidance on using AI to create SharePoint pages is now missing.
- Documentation for AI-powered page creation in SharePoint has been removed
- Uncertainty whether this indicates feature removal or doc reorganization
-
Page removed or relocated. Documentation for generating images with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Page on generating images with Copilot in Word is no longer available
- Uncertainty whether the feature is deprecated or documentation was relocated
-
Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.
- Loss of official instructions for drafting and adding content with Copilot in Word
- Uncertainty whether the feature is deprecated or 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 Copilot capability.
- Missing instructions for generating document summaries with Copilot in Word
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. Documentation for using Copilot in Word on mobile devices has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance for Copilot capabilities on Word mobile.
- Loss of official documentation for Copilot in Word on mobile devices
- Uncertainty whether feature is deprecated or documentation is relocated
-
Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.
- Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
- Potential loss of onboarding or usage guidance for new users
-
Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on Copilot capabilities for PowerPoint mobile.
- Official documentation for Copilot in PowerPoint on mobile devices is no longer available
- Uncertainty whether this signals feature removal or just a documentation move
-
Page removed or relocated. Documentation for importing data from the web and internal sources into Excel using Copilot is now missing. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.
- Page covering Copilot's ability to import data into Excel from web/internal sources is no longer available
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The FAQ page for Copilot in Excel has been removed. 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 impact their ability to quickly resolve common issues or understand capabilities. It is unclear if this information has been relocated or consolidated elsewhere.
- 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. 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 this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page for Copilot in Excel rules has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on Copilot's rule-based capabilities in Excel.
- Copilot in Excel rules documentation is no longer available
- Uncertainty whether this is due to deprecation or doc reorganization
-
Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this reflects a feature deprecation or a restructuring of the documentation, but users now lack official guidance on how Copilot in Excel interacts with data sources.
- Page covering Copilot in Excel data sources has been removed
- Uncertainty whether this is due to deprecation or documentation reorganization
-
Page removed or relocated. The documentation page for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this Copilot capability is now missing.
- Page describing AI writing in SharePoint rich text editor is no longer available
- Uncertainty whether the feature is deprecated or documentation was relocated
-
Page removed or relocated. The documentation page for creating pages with AI in SharePoint has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about using AI to create SharePoint pages is now missing.
- Documentation for AI-powered page creation in SharePoint is no longer available
- Uncertainty whether the feature is deprecated or the content was relocated
-
Page removed or relocated. The documentation page explaining how to generate images for documents with Copilot in Word has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.
- Page detailing image generation with Copilot in Word is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.
- Page detailing Copilot's drafting and content addition features in Word is missing
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear 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 moved
-
Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear if this reflects a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.
- Official documentation for Copilot in Word on mobile devices is no longer available
- Uncertainty whether this is due to feature removal or documentation restructuring
-
Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this indicates a feature deprecation or a documentation restructure, but information about Copilot's mobile capabilities is now missing.
- Page describing 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 'Chat with Copilot in Outlook' has been removed. It is unclear whether this reflects a deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on using Copilot's chat capabilities in Outlook.
- Official documentation for chatting with Copilot in Outlook is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on using Copilot for data visualization in Excel.
- Page covering Copilot's data visualization features in Excel is no longer available
- Uncertainty whether this reflects feature removal or documentation reorganization
- Users lose access to instructions or best practices for visualizing data with Copilot in Excel
-
Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Loss of instructions for importing data from web/internal sources with Copilot in Excel
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. 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 official onboarding or setup instructions currently available at this URL
-
Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Page covering Copilot's data insights features in Excel is no longer available
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page for Copilot in Excel rules has been removed. It is unclear if this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot'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. The documentation page about Copilot in Excel personalization is now missing. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on personalizing Copilot in Excel.
- Loss of documentation on Copilot in Excel personalization
- Uncertainty whether this is due to deprecation or doc reorganization
-
Page removed or relocated. The documentation page about Copilot in Excel data sources is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about how Copilot in Excel interacts with data sources is now missing.
- Page covering Copilot in Excel data sources has been removed
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. Documentation for using AI-powered writing features in the SharePoint rich text editor is no longer available at this URL. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Page describing AI writing in SharePoint rich text editor removed
- Uncertainty whether feature is deprecated or documentation was relocated
-
Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on 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 explaining how to use Copilot in Word to rewrite text has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Loss of instructions for rewriting text with Copilot in Word
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.
- Documentation for generating images in Word with Copilot is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.
- Loss of instructions for drafting and adding content with Copilot in Word
- Uncertainty whether this is a feature removal or documentation move
-
Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of a document has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Loss of instructions for generating document summaries with Copilot in Word
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot's mobile Word capabilities.
- Loss of documentation for Copilot in Word on mobile devices
- Uncertainty whether feature is deprecated or documentation is relocated
-
Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but information about Copilot's mobile capabilities in PowerPoint is now missing.
- Documentation for Copilot in PowerPoint on mobile devices is no longer available
- Uncertainty whether this indicates feature removal or doc reorganization
-
Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates deprecation of the feature or a restructuring of documentation, but users now lack official guidance on using Copilot's chat capabilities within Outlook.
- Removal of documentation for Copilot chat in Outlook
- Uncertainty whether feature is deprecated or documentation is relocated
-
Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on using Copilot for data visualization in Excel.
- Page on visualizing data with Copilot in Excel is no longer available
- Uncertainty whether this is due to deprecation or documentation restructuring
- Users lose access to instructions or feature details for this capability
-
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 detailing how to use Copilot for data insights in Excel is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page detailing Copilot 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 capabilities within Excel.
- Page covering Copilot skills in Excel is no longer available
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. A documentation page about Copilot in Excel data sources has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but information about how Copilot interacts with Excel data sources is now missing.
- Documentation for Copilot in Excel data sources is no longer available
- Uncertainty whether this is due to deprecation or doc reorganization
-
Page removed or relocated. Documentation for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this indicates a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Loss of documentation on AI writing in SharePoint rich text editor
- Uncertainty whether feature is deprecated or documentation is relocated
-
Page removed or relocated. Documentation for creating pages with AI in SharePoint is no longer available at this URL. It is unclear if the feature is deprecated or if the documentation has been moved or consolidated elsewhere.
- Guidance on using AI to create SharePoint pages is missing
- Potential loss of information about Copilot integration with SharePoint page creation
-
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 indicates a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Loss of instructions for drafting and adding content with Copilot in Word
- Uncertainty whether feature is deprecated or documentation is relocated
-
Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Missing instructions for generating document summaries with Copilot in Word
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear if this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities in Word for mobile.
- Official documentation for Copilot in Word on mobile devices is no longer available
- Uncertainty whether this reflects feature removal or documentation restructuring
-
Page removed or relocated. The documentation page for Copilot in PowerPoint for mobile devices has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on using Copilot with PowerPoint on mobile platforms.
- Official documentation for Copilot in PowerPoint on mobile devices is no longer available
- Uncertainty whether the feature is deprecated or the documentation has moved
-
Page removed or relocated. Documentation for using Copilot in Excel to import data from the web and internal sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Loss of instructions for importing data from web/internal sources with Copilot in Excel
- Uncertainty whether feature is deprecated or documentation was moved
-
Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.
- Removal of the 'Get started with Copilot in Excel' documentation
- Uncertainty whether this is a deprecation or a documentation restructure
-
Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.
- Page describing how to use Copilot for data insights in Excel is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this indicates deprecation of the feature or a relocation of the content, but users lose access to guidance on how Copilot operates within Excel regarding rules.
- Page covering Copilot in Excel rules has been removed
- Uncertainty whether this is a deprecation or a documentation restructure
-
Page removed or relocated. Documentation for using AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this Copilot capability.
- Loss of instructions for using AI in SharePoint's rich text editor
- Uncertainty whether feature is deprecated or documentation is relocated
-
Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear if this reflects a deprecation of the feature or a restructuring of documentation, but information about using AI to create SharePoint pages is now missing.
- Documentation for AI-powered page creation in SharePoint is no longer accessible
- Uncertainty whether the feature is deprecated or the content was moved
-
Page removed or relocated. The documentation page for generating images with Copilot in Word has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Page detailing how to generate images in Word with Copilot is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The documentation page explaining how to draft and add content with Copilot in Word is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for content creation in Word.
- Loss of instructions for drafting and adding content with Copilot in Word
- Uncertainty whether the feature is deprecated or documentation was moved
-
Page removed or relocated. The documentation page explaining how to use Copilot in Word to create a summary of your document has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Guidance for generating document summaries with Copilot in Word is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot's mobile Word capabilities.
- Official documentation for Copilot in Word on mobile devices is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed, resulting in the loss of documentation that addressed common questions and clarifications about Copilot's features and usage in PowerPoint. It is unclear if this indicates deprecation, relocation, or restructuring of the content.
- FAQ content about Copilot in PowerPoint is no longer available at this URL
- Users lose access to official answers to common questions about Copilot's PowerPoint integration
-
Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on Copilot's mobile PowerPoint capabilities.
- Official documentation for Copilot in PowerPoint on mobile devices is no longer available
- Uncertainty whether the feature is deprecated or the 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 deprecation of the feature or a restructuring of the documentation, but information about using Copilot's chat capabilities within Outlook is now missing.
- Page detailing how to chat with Copilot in Outlook is no longer available
- Uncertainty whether this reflects feature removal or documentation reorganization
-
Page removed or relocated. The documentation page covering how to import data from the web and internal sources into Excel 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 capability.
- Loss of instructions for importing data from web/internal sources with Copilot in Excel
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. Documentation for using Copilot in Excel to import data from another Excel file is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.
- Page describing how to import data from another Excel file using Copilot in Excel has been removed
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.
- Removal of 'Get started with Copilot in Excel' documentation
- No official onboarding or setup instructions currently available at this URL
-
Page removed or relocated. The documentation page for using Copilot to gain data insights in Excel has been removed. It is unclear if this indicates deprecation of the feature or a relocation of the documentation, but users now lack official guidance on this capability.
- Page on 'Data insights with Copilot in Excel' is no longer available
- Uncertainty whether feature is deprecated or documentation was moved
- Users lose access to instructions or details on using Copilot for data insights in Excel
-
Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear if this reflects a deprecation of features or a restructuring of documentation, but users now lack direct reference material on Copilot's Excel capabilities.
- Loss of documentation outlining Copilot's skills in Excel
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page for Copilot in Excel rules is now missing. It is unclear whether this indicates a feature deprecation or a restructuring/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 doc reorganization
-
Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this means the feature is deprecated or if the documentation has been moved or consolidated elsewhere. Users now lack official guidance on personalizing Copilot in Excel.
- Documentation for Copilot in Excel personalization is missing
- Uncertainty whether this reflects feature removal or documentation restructuring
-
Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users 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 feature removal or documentation reorganization
-
Page removed or relocated. The documentation page describing how to use AI-powered writing features in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on using Copilot or AI in SharePoint's editor is now missing.
- Loss of instructions for using AI in SharePoint's rich text editor
- Uncertainty whether feature is deprecated or documentation was relocated
-
Page removed or relocated. The documentation page for creating pages with AI in SharePoint is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI to create SharePoint pages is now missing.
- Documentation for AI-powered page creation in SharePoint is no longer accessible
- Uncertainty whether the feature is deprecated or the content was moved
-
Page removed or relocated. The documentation page introducing Copilot in Word has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but introductory and onboarding information for Copilot in Word is now missing from this location.
- Removal of the welcome/introduction page for Copilot in Word
- Potential loss of onboarding or overview information for new users
-
Page removed or relocated. The documentation page explaining how to rewrite text with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this 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 is no longer available at this URL. It is unclear if the content has been removed, relocated, or consolidated, which may impact users seeking an overview or onboarding information for Copilot in PowerPoint.
- Welcome/introductory content for Copilot in PowerPoint is missing
- Potential loss of onboarding or overview guidance for new users
-
Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.
- Page explaining how to summarize presentations with Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a centralized resource for common questions about Copilot in PowerPoint.
- FAQ content for Copilot in PowerPoint is no longer available at this URL
- Potential loss of quick answers to common user questions
-
Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates 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 information on prerequisites, usage, and tips for this feature
-
Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Step-by-step instructions for adding images with Copilot in PowerPoint are missing
- Potential loss of clarity for users seeking to use Copilot for image insertion
-
Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page detailing how to add a slide from a file with Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear 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 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but information about using Copilot's chat capabilities within Outlook is now missing.
- Page detailing how to chat with Copilot in Outlook is no longer available
- Uncertainty whether this reflects feature removal or documentation reorganization
-
Page removed or relocated. The FAQ page for Copilot Office Frontier (Office Agent) has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack access to previously available answers about this capability.
- FAQ content about Copilot Office Frontier (Office Agent) is no longer accessible
- Potential loss of guidance for common user questions
-
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. 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 impact their ability to quickly resolve common issues or understand capabilities.
- FAQ documentation for Copilot in Excel is no longer available at this URL
- Potential loss of quick-reference information for common Copilot in Excel questions
-
Page removed or relocated. A page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack 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 for 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.
- Copilot in Excel rules documentation is missing
- Uncertainty whether this is a deprecation or a move/merge
-
Page removed or relocated. Documentation about Copilot personalization features in Excel is no longer available at this URL. It is unclear if the feature was deprecated or if the content was moved or consolidated elsewhere.
- Page covering Copilot personalization in Excel has been removed
- Uncertainty whether this reflects feature deprecation or documentation restructuring
-
Page removed or relocated. A documentation page about Copilot in Excel data sources has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about how Copilot in Excel interacts with data sources is now missing from this location.
- Documentation about Copilot in Excel data sources is no longer available at this URL
- Uncertainty remains whether this is due to deprecation or doc reorganization
-
Page removed or relocated. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on using AI capabilities in SharePoint is now missing.
- Documentation for AI-powered refinement of SharePoint pages is no longer accessible
- Uncertainty whether the feature is deprecated or the content has been relocated
-
Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the content, but users now lack a central overview or welcome guide for Copilot in Word.
- Removal of the main welcome/overview page for Copilot in Word
- Potential loss of introductory guidance for new users
-
Page removed or relocated. The documentation page for rewriting text with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability in Word.
- Page explaining how to rewrite text with Copilot in Word is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but introductory or onboarding information for Copilot in PowerPoint is now missing from this location.
- Removal of the introductory page for Copilot in PowerPoint
- Potential loss of onboarding or overview guidance for new users
-
Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear 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 remains 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 add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Step-by-step instructions for adding images with Copilot in PowerPoint are missing
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The documentation page for adding a slide from a file with Copilot in PowerPoint has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page explaining how to add a slide from a file using Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page detailing how to create a meeting agenda with Copilot in Outlook is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates a feature deprecation or a restructuring/relocation of the documentation. Users now lack direct guidance on using Copilot's chat capabilities within Outlook.
- Documentation for 'Chat with Copilot in Outlook' is no longer available
- Uncertainty whether the feature is deprecated or the content has moved
-
Page removed or relocated. The FAQ page for the Office Agent in Copilot for Office Frontier has been removed. It is unclear if this reflects 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 common questions and troubleshooting
-
Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates a deprecation of the feature or a restructuring of the documentation. Users now lack direct guidance on how to use Copilot for data visualization in Excel.
- Page covering Copilot's data visualization capabilities in Excel is no longer available
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Guidance on importing data from another Excel file with Copilot is no longer available
- Uncertainty remains whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this reflects a deprecation of the feature or a relocation of the documentation, but users now lack a dedicated guide for initial setup and use of Copilot in Excel.
- Removal of the 'Get started with Copilot in Excel' guide
- Potential loss of onboarding and setup instructions for Copilot in Excel
-
Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear whether this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to these usage tips.
- Removal of a page focused on Copilot in Excel tips
- Potential loss of guidance for effective Copilot usage 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 lack access to official guidance on Copilot's capabilities within Excel.
- Copilot in Excel skills documentation is missing
- Uncertainty whether this is due to deprecation or restructuring
-
Page removed or relocated. The documentation page for Copilot in Excel personalization is no longer available. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on personalizing Copilot in Excel.
- Copilot in Excel personalization documentation is missing
- Uncertainty whether this is due to deprecation or doc reorganization
-
Page removed or relocated. The documentation page about refining SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.
- Page describing AI-powered refinement of SharePoint pages has been removed
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear if this reflects a deprecation of the feature, a relocation of the content, or a restructuring of the documentation. Users may temporarily lose access to introductory or onboarding information about Copilot in Word.
- Removal of the 'Welcome to Copilot in Word' page
- Potential loss of introductory guidance for Copilot in Word
-
Page removed or relocated. The documentation page explaining how to rewrite text with Copilot in Word has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack direct 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 introductory documentation page for Copilot in PowerPoint is no longer available at this URL. It is unclear whether the content has been deprecated or simply moved, but users now lack access to the basic overview and onboarding information for Copilot in PowerPoint.
- Removal of the welcome/introductory page for Copilot in PowerPoint
- Potential loss of onboarding and overview guidance for new users
-
Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page detailing how to summarize presentations with Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or documentation has moved
-
Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's capabilities and usage in PowerPoint, but it is unclear if this reflects a feature deprecation or a documentation restructure.
- FAQ content about Copilot in PowerPoint is no longer available at this URL
- Potential loss of guidance on common Copilot scenarios and troubleshooting
-
Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.
- Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
- Potential loss of troubleshooting or usage tips specific to this workflow
-
Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page detailing Copilot-assisted image insertion in PowerPoint has been removed
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page detailing how to add a slide from a file with Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Official instructions for using Copilot to create meeting agendas in Outlook are no longer available
- Uncertainty remains whether the feature is deprecated or the documentation has been relocated
-
Page removed or relocated. The FAQ documentation for the Office Agent component of Copilot 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 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 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 no longer available
- Uncertainty whether the feature is deprecated or documentation was relocated
-
Page removed or relocated. The FAQ page for Copilot in Excel 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 Excel.
- FAQ documentation for Copilot in Excel is no longer available at this URL
- Potential loss of answers to common user questions and troubleshooting guidance
-
Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear whether this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to these usage tips.
- Removal of a page focused on Copilot in Excel tips
- Potential loss of guidance for effective Copilot use in Excel
-
Page removed or relocated. A documentation page about Copilot in Excel skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in Excel is now missing from this location.
- Page covering Copilot in Excel skills is no longer available
- Uncertainty whether this is due to deprecation or documentation reorganization
-
Page removed or relocated. A page related to getting started with Copilot in Excel, possibly containing an image or visual guide, has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users may temporarily lose access to introductory or visual onboarding material.
- Removal of a 'get started' resource for Copilot in Excel
- Possible loss of visual or step-by-step onboarding content
-
Page removed or relocated. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.
- Page describing AI-powered refinement of SharePoint pages has been removed
- Uncertainty whether this signals feature removal or documentation reorganization
-
Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear if this indicates a deprecation of the feature, a relocation of the content, or a restructuring of documentation. Users may temporarily lose access to introductory or onboarding information about Copilot in Word.
- Removal of the 'Welcome to Copilot in Word' page
- Potential loss of introductory guidance for Copilot in Word
-
Page removed or relocated. The 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 entry point overview for Copilot in PowerPoint.
- Removal of the welcome/overview page for Copilot in PowerPoint
- Potential loss of introductory guidance for new users
-
Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this 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 if this indicates deprecation, relocation, or restructuring of the documentation. Users now lack a centralized resource for common questions about Copilot's PowerPoint integration.
- FAQ content for Copilot in PowerPoint is no longer available at this URL
- Potential loss of answers to common user questions and troubleshooting guidance
-
Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.
- Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
- Potential loss of onboarding or usage guidance for new users
-
Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot 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.
- Step-by-step instructions for adding images with Copilot in PowerPoint are no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for adding a slide from a file with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Official instructions for using Copilot to add a slide from a file in PowerPoint are no longer available
- Uncertainty remains whether the feature is deprecated or the documentation has been relocated
-
Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page detailing how to create a meeting agenda with Copilot in Outlook is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The FAQ page for the Office Agent in Copilot for Office Frontier has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack access to official answers about this capability.
- FAQ content about Office Agent in Copilot for Office Frontier is no longer available
- Potential loss of guidance on common questions and troubleshooting
-
Page removed or relocated. Documentation for importing data from the web and internal sources into Excel using Copilot is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users lose guidance on this specific Copilot capability.
- Page on importing data from web/internal sources with Copilot in Excel is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Guidance for importing data from another Excel file using Copilot is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation, relocation, or consolidation of the documentation. Users now lack a dedicated resource for common questions about Copilot in Excel.
- FAQ content for Copilot in Excel is no longer available at this URL
- Potential loss of answers to common user questions and troubleshooting guidance
-
Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if the content was deprecated, relocated, or consolidated elsewhere, but users now lack direct access to these tips.
- Removal of a page focused on Copilot in Excel tips
- Potential loss of guidance for effective Copilot use in Excel
-
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 rules in Excel.
- Copilot in Excel rules documentation missing
- Uncertainty whether feature is deprecated or documentation was moved
-
Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about personalizing Copilot in Excel is now missing.
- Documentation on Copilot in Excel personalization is no longer accessible
- Uncertainty whether this is due to deprecation or restructuring
-
Page removed or relocated. A documentation page about getting started with Copilot in Excel, likely containing an image or visual guide, has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users may temporarily lose access to visual onboarding or guidance for Copilot in Excel.
- Removal of a getting started guide for Copilot in Excel
- Possible loss of visual or step-by-step onboarding content
-
Page removed or relocated. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.
- Page describing AI-powered refinement of SharePoint pages has been removed
- Uncertainty whether this is due to feature removal or documentation reorganization
-
Page removed or relocated. The documentation page 'Welcome to Copilot in Word' has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation. Users may temporarily lose access to introductory or onboarding information about Copilot in Word.
- Removal of introductory content for Copilot in Word
- Potential loss of onboarding or getting started guidance
-
Page removed or relocated. The documentation page for rewriting text with Copilot in Word has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.
- Page explaining how to rewrite text with Copilot in Word is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The introductory documentation page for Copilot in PowerPoint 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.
- Loss of the main 'Welcome to Copilot in PowerPoint' page
- No longer provides a starting point or overview 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 guidance on this specific Copilot capability is now missing.
- Page describing how to summarize presentations with Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear if this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a centralized source for common questions and answers about Copilot in PowerPoint.
- FAQ content for Copilot in PowerPoint is no longer available at this URL
- Potential loss of quick-reference 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 indicates 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. 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.
- Guidance for adding a slide from a file with Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or the documentation has been relocated
-
Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page explaining how to use Copilot to create meeting agendas in Outlook is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page for 'Chat with Copilot in Outlook' has been removed. It is unclear whether this indicates feature deprecation or a restructuring/relocation of the documentation. Users now lack direct guidance on using Copilot's chat capabilities within Outlook.
- Documentation for using Copilot's chat feature in Outlook is no longer available at this URL
- Uncertainty remains whether the feature is deprecated or the documentation has moved
-
Page removed or relocated. The FAQ page for the Office Copilot agent is no longer available. It is unclear whether this indicates deprecation of the feature or simply a documentation restructure, but users now lack access to official answers to common questions about the Office Copilot agent.
- FAQ content for Office Copilot agent is missing
- Potential loss of troubleshooting and usage guidance
-
Page removed or relocated. The documentation page for visualizing data with Copilot in Excel has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on using Copilot for data visualization in Excel.
- Documentation for Copilot's data visualization capabilities in Excel is no longer available
- Uncertainty whether the feature is deprecated or the content has been relocated
-
Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Page detailing Copilot-assisted data import between Excel files 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 if this is due to deprecation, relocation, or restructuring, but users now lack direct access to frequently asked questions and answers about Copilot in Excel.
- FAQ documentation for Copilot in Excel is no longer available at this URL
- Potential loss of quick-reference information for common Copilot in Excel queries
-
Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to these tips.
- Copilot in Excel tips documentation is no longer available at this URL
- Uncertainty whether content is relocated or the feature is deprecated
-
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/restructuring of the documentation. Users currently lack access to official documentation about Copilot's capabilities in Excel.
- Copilot in Excel skills documentation is missing
- Uncertainty whether this is due to deprecation or restructuring
-
Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.
- Page covering Copilot in Excel personalization is missing
- Uncertainty whether this is due to deprecation or documentation reorganization
-
Page removed or relocated. A page related to getting started with Copilot in Excel, possibly containing an image or visual guide, has been removed. It is unclear if this represents a feature deprecation or a documentation restructure, but users may temporarily lose access to this specific getting started resource.
- Removal of a 'getting started' page for Copilot in Excel
- Possible loss of visual or step-by-step onboarding content
-
Page removed or relocated. A documentation page about Copilot in Excel data sources has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about supported data sources for Copilot in Excel is now missing from this location.
- Documentation on Copilot in Excel data sources is no longer available at this URL
-
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 restructuring of documentation, but guidance on using AI capabilities in SharePoint is now missing.
- Page describing 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 is no longer available at this URL. It is unclear if the content has been removed, relocated, or consolidated elsewhere, which may impact users seeking an overview or onboarding information for Copilot in Word.
- Removal of the 'Welcome to Copilot in Word' page
- Potential loss of introductory or onboarding 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 whether this indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.
- Page detailing how to use Copilot to rewrite text in Word is no longer available
- Uncertainty whether the feature is deprecated or the documentation was moved
-
Page removed or relocated. The introductory documentation page for Copilot in PowerPoint is no longer available at this URL. It is unclear whether the feature has been deprecated or if the documentation has been moved or consolidated elsewhere.
- Removal of the welcome/introduction page for Copilot in PowerPoint
- Users lose access to overview or getting started information for Copilot in PowerPoint
-
Page removed or relocated. The documentation page for summarizing presentations with Copilot in PowerPoint has been removed. It is unclear if this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this specific Copilot capability.
- Page detailing how to summarize presentations with Copilot in PowerPoint is no longer available
- Uncertainty whether the feature is deprecated or documentation has been relocated
-
Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack direct guidance on this capability.
- Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
- Potential loss of onboarding or feature discovery information for new users
-
Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance for this specific Copilot capability.
- Step-by-step instructions for adding images with Copilot in PowerPoint are missing
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.
- Step-by-step instructions for adding a slide from a file with Copilot in PowerPoint are no longer available
- 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 detailing how to create a meeting agenda with Copilot in Outlook is no longer available
- Uncertainty whether the feature is deprecated or the documentation was relocated
-
Page removed or relocated. The FAQ page for the Office Agent (Copilot for Office Frontier) has been removed. It is unclear whether this indicates deprecation of the feature or a relocation of the documentation, but users now lack access to official answers to common questions about this capability.
- FAQ content about Copilot Office Agent is no longer available
- Potential loss of guidance on usage, troubleshooting, or feature scope
-
Page removed or relocated. The documentation page for visualizing data with Copilot in Excel is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on using Copilot for data visualization in Excel.
- Page on visualizing data with Copilot in Excel removed
- Uncertainty whether feature is deprecated or documentation was relocated
- Users lose access to official instructions for this capability
-
Page removed or relocated. The FAQ page for Copilot in Excel is no longer available at this URL. It is unclear whether the content has been removed, 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 missing
- Potential loss of answers to common user questions and troubleshooting guidance
-
Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear whether this reflects a deprecation of features, a relocation of content, or a restructuring of documentation. Users may temporarily lose access to guidance on effective use of Copilot in Excel.
- Removal of a tips and guidance page for Copilot in Excel
- Potential loss of best practices or usage advice for Excel Copilot 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, a move, or a consolidation of documentation, but users now lack official guidance on this AI capability in SharePoint.
- Page detailing AI-powered refinement of SharePoint pages is missing
- Uncertainty whether this is a removal, relocation, or consolidation