Týden v AI, ve zkratce.
Týden 31 · 2026
MS Docs Watch

Dokumentace k Azure AI a Copilot Studio tento týden dominovala – s významnými aktualizacemi v oblasti agentů, nástrojů, telemetrie a modelů ve Foundry.

Nejaktivnější oblasti byly Azure AI (hostovaní agenti, Foundry Models, guardrails a GPT Realtime API) a Copilot Studio (nové možnosti nástrojů a telemetrie do Application Insights v preview). Největší změnou bylo rozšíření možností nástrojů pro agenty a observability, včetně nástrojů pro Model Context Protocol (MCP) a doporučení k telemetrii na úrovni prostředí.

Azure AI 46

  • Tato nová stránka popisuje, jak připojit hostovaného agenta v Microsoft Foundry Agent Service k toolboxu, aby agent mohl objevovat a volat nástroje z toolboxu přes endpoint Model Context Protocol (MCP). Pokrývá předpoklady, výběr endpointu, autentizaci, integraci s Pythonem (Agent Framework, LangGraph), .NET a Visual Studio Code, vynucení schvalování nástrojů a řešení potíží.

    • Vysvětluje, jak připojit hostovaného agenta k toolboxu pomocí MCP endpointů
    • Popisuje požadavky na autentizaci a doporučené postupy pro zabezpečení přihlašovacích údajů
    • Nabízí krokové návody integrace pro Python (Agent Framework, LangGraph), .NET a Visual Studio Code
  • Dokumentace nově zahrnuje model gpt-5.6-luna s vlastními parametry propustnosti a nasazení. Aktualizována byla také hranice „long context“ pro cíle latence, aby tento model zahrnovala. Jde o významnou aktualizaci: přidává novou možnost modelu a uvádí její provozní parametry.

    • Přidán gpt-5.6-luna jako podporovaný model s parametry nasazení a propustnosti
    • Poznámka k prahu long context byla aktualizována tak, aby zahrnovala gpt-5.6-luna
    • Uvedeny vstupní TPM na PTU a poměr výstup:vstup pro gpt-5.6-luna
  • Dokumentace nově zavádí řízení odchozího síťového provozu (network egress controls, v preview) pro hostované agenty. Administrátoři tak mohou spravovat odchozí síťová spojení pomocí pravidel RAI policy. Rozšiřuje to guardrails mimo bezpečnost obsahu o síťová omezení a transformace.

    • Přidána podpora pro network egress controls (preview) pro omezení nebo úpravu odchozích spojení hostovaných agentů.
    • Vysvětleno, jak nastavit egress pravidla v RAI policy pomocí nové verze API.
    • Upřesněno, že content safety i egress controls se odkazují a připojují obdobným způsobem.
  • Stránka nyní dokumentuje nadcházející vyřazování (retirements) několika významných rodin modelů, včetně nových položek pro modely řady GPT-5, modely xAI Grok a další modely od Meta, DeepSeek, Cohere a Mistral. Jde o klíčovou informaci pro plánování budoucích nasazení Copilot a Azure OpenAI: signalizuje, které modely budou ukončeny a kdy, včetně navržených náhrad.

    • Přidána data vyřazení pro chat modely GPT-5, GPT-5.1, GPT-5.2 a GPT-5.3 v Azure OpenAI; jako doporučená náhrada je uveden „gpt-chat-latest“.
    • Zavedena nová sekce xAI s daty vyřazení pro modely grok-3, grok-3-mini a grok-4-fast; jako náhrady jsou uvedeny varianty grok-4 a grok-4-1.
    • Uvedeny nové modely od Meta (např. Llama-3.2-11B-Vision-Instruct, Meta-Llama-3.1-405B-Instruct) s daty vyřazení v červnu 2026.
  • Tutoriál nyní vyžaduje aktualizované verze balíčků, včetně nové závislosti (azure-identity), a mění formát endpointu projektu ve Foundry v konfiguraci prostředí. Tyto změny jsou důležité pro kompatibilitu a úspěšné nastavení enterprise agenta.

    • Aktualizovány požadované verze balíčků na azure-ai-projects>=2.3.0 a přidán azure-identity
    • Změněn formát FOUNDRY_PROJECT_ENDPOINT v .env na novou URL strukturu
    • Bez změn v části o implementaci asistenta
  • Ukázka kódu pro autentizaci přes Microsoft Entra ID u Azure OpenAI byla aktualizována tak, aby používala nový „Responses API“ místo dřívějšího endpointu pro chat completions. To odráží změnu doporučeného způsobu použití API a může vyžadovat úpravy integračního kódu.

    • Ukázka kódu nyní používá „client.responses.create“ místo „client.chat.completions.create“
    • Příklad názvu nasazení modelu změněn z „DeepSeek-V3.1“ na „deepseek-v3-0324“
    • Instrukce a názvy proměnných upraveny tak, aby odpovídaly novému použití API
  • Tabulka dostupnosti Foundry Models v Azure OpenAI podle regionů byla aktualizována, zejména rozšířením dostupnosti modelu „gpt-5.1-codex-max“ do všech uvedených regionů. Zákazníci tak získávají více možností nasazení tohoto modelu.

    • Model „gpt-5.1-codex-max“ je nyní dostupný ve všech uvedených Azure regionech (dříve pouze v eastus2)
    • U ostatních modelů nedošlo k odebrání ani omezení regionální dostupnosti
  • Dokumentace nyní upřesňuje používání endpointů pro Foundry Models, přidává sekci s předpoklady a rozšiřuje popis používání API, zejména pro OpenAI v1 API a Responses API. Zároveň však byla odstraněna samostatná sekce k bezklíčové autentizaci pomocí Microsoft Entra ID, což snižuje dostupné pokyny pro bezpečný přístup bez klíčů.

    • Upřesněna struktura a použití endpointů pro OpenAI v1 API a mapování nasazení
    • Doplněny informace o Responses API a jeho kompatibilitě s různými modely
    • Zavedena nová sekce Předpoklady s požadavky na nastavení
  • Dokumentace nově popisuje možnost připojit znalostní bázi Foundry IQ k agentovi v Microsoft Copilot Studio. To umožňuje agentům Copilot Studio přístup k podnikovým znalostem s podloženým vyhledáváním (grounded retrieval) a přiřazením zdrojů.

    • Přidána podpora integrace znalostních bází Foundry IQ s agenty v Copilot Studio
    • Umožňuje grounded retrieval a přiřazení zdrojů pro agenty Copilot Studio využívající enterprise znalosti
    • Poskytuje odkaz na konfigurační instrukce pro tuto integraci
  • Rychlý start nyní vyžaduje a dokumentuje integraci s Microsoft Foundry Toolkit pro Visual Studio Code a GitHub Copilot v agent mode a přidává nové závislosti a kroky nastavení. Cesta v Python SDK nově používá nový import pro optimalizaci a popisy ukázkového projektu i workflow jsou detailnější. Změny odrážejí výrazné rozšíření předpokladů a podporovaných nástrojů pro optimalizaci hostovaných agentů.

    • Přidán požadavek na Microsoft Foundry Toolkit pro Visual Studio Code (v1.6.4+) a GitHub Copilot v agent mode
    • Nová závislost na Python balíčku „azure-ai-agentserver-optimization“
    • Rozšířené pokyny pro nastavení Azure CLI, Azure Developer CLI (AZD) a rozšíření AZD „microsoft.foundry“
  • Stránka nyní doporučuje a ukazuje použití toolboxů pro OpenAPI nástroje, což umožňuje opětovné použití nástrojů, centralizovanou správu přihlašovacích údajů, verzování a vynucení politik. Aktualizovány byly hlavní ukázky kódu, včetně nového příkladu v Pythonu a upravených doporučení pro scénáře s autentizací.

    • Přidáno doporučení používat toolboxes pro OpenAPI nástroje s výhodami jako znovupoužitelnost a centralizovaná správa
    • Úvodní pokyny aktualizovány o zmínku toolboxů a odkaz na quickstart
    • Hlavní ukázka kódu nahrazena příkladem v Pythonu místo C#
  • Dokumentace nyní zavádí a detailně popisuje použití Foundry Toolboxes jako MCP endpointů, včetně podpory dlouhotrvajících operací přes MCP tasks (v preview). Poskytuje také krokové pokyny pro autentizaci a konfiguraci toolboxu. To umožňuje škálovatelnější, opakovaně použitelnou a lépe spravovatelnou integraci MCP nástrojů napříč agenty.

    • Přidáno doporučení a instrukce používat Foundry Toolboxes pro centralizaci a opakované použití MCP integrací
    • Zdokumentována podpora dlouhotrvajících operací přes MCP tasks (preview)
    • Poskytnuty detailní kroky pro autentizaci a konfiguraci MCP endpointů toolboxu, včetně více typů autentizace
  • Dokumentace nyní obsahuje pokyny pro přidání nástroje Browser Automation do toolboxu pomocí Azure Developer CLI a upřesňuje použití toolboxů pro centralizovanou správu. To umožňuje flexibilnější a opakovaně použitelnou integraci automatizace prohlížeče napříč agenty a runtimy.

    • Přidány instrukce pro přidání Browser Automation do toolboxu pomocí Azure Developer CLI
    • Doplněn tip doporučující používat toolboxes pro znovupoužití, správu přihlašovacích údajů a vynucení politik
    • Upřesněny možnosti vytvoření agenta v příkladu C# (Prompt Agents vs Hosted Agents)
  • Dokumentace nyní důrazně doporučuje a demonstruje přístup „toolbox“ pro integraci Azure AI Search s Foundry agenty, včetně nových ukázek kódu a REST API příkladů pro vytváření, používání a správu toolboxů. Upřesňuje tím doporučené postupy a představuje škálovatelnější, opakovaně použitelný a lépe spravovatelný způsob přidávání nástrojů agentům.

    • Zavádí a doporučuje vzor „toolbox“ pro správu nástrojů a jejich opětovné použití napříč agenty.
    • Přidává detailní ukázky kódu a REST API pro vytvoření a použití toolboxů s Azure AI Search.
    • Vysvětluje přínosy toolboxů: centralizovaná správa přihlašovacích údajů, verzování a vynucení politik.
  • Do seznamu podporovaných real-time GPT modelů dostupných přes WebSockets API byl přidán nový model „gpt-live-transcribe“. Rozšiřuje to možnosti dostupné uživatelům, zejména pro scénáře živé transkripce.

    • Přidán model „gpt-live-transcribe“ s datem verze 2026-07-29
  • Do seznamu podporovaných modelů pro GPT Realtime API přes WebRTC byl přidán nový model „gpt-live-transcribe“ (verze 2026-07-29). To rozšiřuje dostupné možnosti pro use cases transkripce v reálném čase.

    • Přidán „gpt-live-transcribe“ (verze 2026-07-29) mezi podporované modely
  • Do seznamu podporovaných real-time GPT modelů pro použití přes SIP API byl přidán nový model „gpt-live-transcribe“. Rozšiřuje to dostupné možnosti pro scénáře transkripce v reálném čase.

    • Přidán model „gpt-live-transcribe“ s datem dostupnosti 2026-07-29
  • Do seznamu podporovaných real-time GPT modelů pro řeč a audio byl přidán nový model gpt-live-transcribe. Pokyny k cenám nyní tento model zahrnují a instrukce pro použití v scénářích transkripce v reálném čase byly aktualizovány.

    • Přidán nový model: gpt-live-transcribe (verze 2026-07-29)
    • Poznámka k cenám aktualizována o gpt-live-transcribe, který je nyní účtován podle délky
    • Rychlý start aktualizován tak, aby pro scénáře transkripce odkazoval na gpt-live-transcribe
  • Dokumentace nyní popisuje nové možnosti Azure Policy pro nasazení model routeru, včetně podpory scope na úrovni management group, monitoringu compliance, detekce driftu a nových definic politik v preview pro standardy routování nad rámec schválených modelů.

    • Vynucování politik pro model router nyní podporuje scope management group vedle subscription a resource group.
    • Přidána sekce o monitoringu compliance a detekci driftu, která vysvětluje, jak Azure Policy sleduje a zobrazuje nevyhovující nasazení.
    • Upřesněny dopady přiřazení politik: Deny blokuje nová nevyhovující nasazení, Audit pouze loguje a neblokuje.
  • Dokumentace nyní zavádí řízení odchozího síťového provozu (network egress controls, v preview) pro hostované agenty. Administrátoři tak mohou řídit odchozí spojení, která agenti navazují. Rozšiřuje to guardrails mimo bezpečnost obsahu o síťová omezení.

    • Pro hostované agenty přidány network egress controls (preview)
    • Egress controls se konfigurují ve stejných guardrails (RAI policy) jako kontroly content safety
    • Egress controls se vztahují pouze na hostované agenty
  • Tutoriál byl aktualizován tak, aby ve všech krocích používal reasoning model DeepSeek-V4-Pro místo DeepSeek-R1. Odráží to posun k novějšímu, pokročilejšímu modelu pro nasazení a použití v Microsoft Foundry Models.

    • Veškeré instrukce nyní odkazují na DeepSeek-V4-Pro místo DeepSeek-R1
    • Předpoklady a schopnosti modelu aktualizovány pro DeepSeek-V4-Pro
    • Sekce nasazení a použití v kódu nyní vedou uživatele k nasazení a práci s DeepSeek-V4-Pro
  • Dokumentace nyní odráží výrazné rozšíření katalogu Foundry Models – z více než 1 900 na více než 10 000 modelů – a zdůrazňuje přidání nových poskytovatelů modelů, jako jsou Anthropic, Mistral a Cohere. Tyto změny ukazují na výrazně širší dostupnost modelů a častější aktualizace, což přímo ovlivňuje tvůrce a uživatele Copilot řešení.

    • Velikost katalogu navýšena z 1 900+ na 10 000+ modelů, s přibližně 50 novými modely měsíčně
    • Uvedeni noví poskytovatelé modelů: Anthropic, Mistral, Cohere a rozšířené Azure OpenAI
    • Upřesněny detaily podpory a integrace pro modely prodávané přes Azure
  • Do Images playground byla přidána podpora pro nové modely generování obrázků (FLUX.2-pro a FLUX.2-flex) od Black Forest Labs, zatímco podpora pro Stable Diffusion 3.5 Large, Stable Image Core a Stable Image Ultra od Stability AI byla odstraněna. To mění sadu dostupných modelů pro uživatele, kteří ve Foundry experimentují s generováním obrázků.

    • Přidány modely FLUX.2-pro a FLUX.2-flex do Images playground
    • Odstraněny modely Stable Diffusion 3.5 Large, Stable Image Core a Stable Image Ultra
    • Aktualizovány highlights tak, aby odrážely přidanou a odebranou podporu modelů
  • Data vyřazování a stavy životního cyklu pro partnerské modely Fireworks byly aktualizovány a jejich GA status i vyřazení byly prodlouženy na 1. července 2027. To znamená, že tyto modely zůstanou dostupné o rok déle, než bylo dříve uvedeno, což je důležité pro zákazníky plánující dlouhodobá nasazení.

    • Modely Fireworks dříve označené jako „Retired“ v roce 2026 jsou nyní „GA“ s vyřazením v roce 2027
    • Datum vyřazení u více modelů Fireworks prodlouženo z 1. července 2026 na 1. července 2027
  • Dokumentace nyní zavádí „agent templates“ jako nový způsob, jak začít s tvorbou agentů v Microsoft Foundry, vedle existujících solution templates. Uživatelé tak získávají připravené manifesty agentů pro nasazení, což usnadňuje experimentování i tvorbu vlastních agentů.

    • Přidány pokyny pro přístup do sekce „Agents“ ve Foundry portálu
    • Zavedeno „agent templates“ jako nasaditelné startovní manifesty
    • Upřesněno, že agent templates lze použít k rychlému vytvoření a úpravě agentů
  • Vyhledávání nástrojů je nyní obecně dostupné (už nejde o preview) a byly aktualizovány detaily konfigurace i implementace. Mechanismus vyhledávání je upřesněn jako BM25 a konfigurace i ukázky v SDK se změnily tak, aby odpovídaly stabilnímu API a názvům tříd.

    • Vyhledávání nástrojů se nyní povoluje pomocí {"type": "toolbox_search"} místo předchozí preview direktivy.
    • Algoritmus vyhledávání je výslovně popsán jako BM25, což zvyšuje transparentnost párování nástrojů.
    • Ukázky v SDK aktualizovány na použití ToolSearchToolboxTool místo ToolboxSearchPreviewTool.
  • The documentation now clarifies that generally available models from Anthropic, DeepSeek, Fireworks, and Mistral AI have a shorter 12-month lifecycle, rather than the standard 18 months. This helps customers plan migrations and understand support timelines for these specific providers.

    • Explicitly states 12-month lifecycle for Anthropic, DeepSeek, Fireworks, and Mistral AI models
    • Directs users to the Model retirement schedule for specific dates
  • Several model retirement and GA dates for Azure OpenAI models have been updated, extending support for some models and changing end-of-life planning for others. This affects when Copilot and other Azure OpenAI users must plan migrations or expect model deprecation.

    • Retirement date for gpt-4o-mini-transcribe (2025-12-15) extended from 2026-12-15 to 2027-06-15
    • Retirement date for gpt-4o-mini-tts (2025-12-15) extended from 2026-12-15 to 2027-06-15
    • Retirement date for gpt-4o-transcribe-diarize (2025-10-15) extended from 2026-10-15 to 2027-04-15
  • The instructions for constructing the MCP endpoint URL in the toolbox creation script were updated to use the newly created toolbox version and name, rather than retrieving the default version and toolbox name from a separate API call. This clarifies the endpoint construction process and reduces ambiguity for users following the quickstart.

    • MCP endpoint URL now built directly from the created toolbox's name and version
    • Removed extra API call to retrieve toolbox and default version
    • Clarifies which version and name to use for endpoint construction
  • The documentation clarifies the order and placement of warnings and notes, updates the required Python package version for connecting agents to Work IQ, and distinguishes between using Prompt Agents and Hosted Agents when integrating via code. These changes help developers understand prerequisites, compliance warnings, and technical steps more clearly.

    • Warning about compliance boundaries and responsible AI moved after introductory content for better context.
    • Virtual network (VNet) integration prerequisite moved for clarity.
    • Python package requirement updated from 'azure-ai-projects>=2.2.0' to 'azure-ai-projects>=2.3.0'.
  • The documentation now recommends using a toolbox to add the web search tool for better reusability, centralized management, and policy enforcement. The TypeScript and Java examples have been updated to reflect this best practice, clarifying that Java SDK users must create toolboxes via other SDKs or the portal.

    • Added guidance to use a toolbox for the web search tool for reuse and management benefits
    • TypeScript example now demonstrates creating and using a toolbox for the web search tool
    • Java section clarifies toolbox usage is recommended, but must be created via other SDKs or portal
  • The page was updated to clarify the process for creating and managing toolboxes in Foundry, including clearer prerequisites, improved feature support tables, and more explicit instructions for verifying tool availability. The introduction now points to conceptual and configuration documentation, and the feature support section is split to distinguish toolbox operations from individual tool support and VNet compatibility.

    • Introduction now references conceptual and configuration docs for toolboxes
    • Feature support table split into toolbox operations and individual tool support, with added VNet compatibility details
    • Prerequisites section clarifies agent identity requirements and links to permission assignment instructions
  • A new tip was added recommending the use of a toolbox to manage custom code interpreter tools, highlighting benefits like reusability, centralized credential management, versioning, and policy enforcement. This guidance helps users better manage and scale their custom tools.

    • Added tip to consider adding the tool using a toolbox for reusability and centralized management
    • Emphasized benefits such as credential management, versioning, and policy enforcement via managed MCP endpoint
    • Linked to the toolbox quickstart for further guidance
  • The documentation now clarifies the distinction between validated and unvalidated connectors, introduces the concept of using a toolbox for connector reuse and governance, and adds explicit warnings and best practices regarding third-party tools and security considerations.

    • Added explanation that only validated connectors appear in the managed MCP server experience in the portal
    • Clarified that unvalidated connectors are still available via previous experience or code-first paths
    • Introduced the recommendation to use a toolbox for connector reuse, centralized credential management, and policy enforcement
  • The documentation now recommends and demonstrates using a toolbox to add the Code Interpreter tool, highlighting benefits like reuse, centralized management, and policy enforcement. Sample code in Python and C# has been updated to reflect this approach, clarifying best practices for integrating the tool.

    • Added guidance to use a toolbox for Code Interpreter integration
    • Explained benefits of toolboxes: reuse, centralized credentials, versioning, policy enforcement
    • Updated Python and C# code samples to show toolbox-based integration
  • The documentation now clarifies how to configure A2A connections when targeting another Foundry agent, adds guidance on using toolboxes for reuse and management, and updates the Python example to use a newer model and a simpler, more focused code sample. These changes improve accuracy and usability for developers integrating A2A endpoints.

    • Clarifies A2A connection setup for targeting Foundry agents, including endpoint and audience details
    • Adds recommendation to use toolboxes for tool reuse and centralized management
    • Updates Python example to use 'gpt-5-mini' and simplifies the code flow
  • The authentication type for creating an A2A connection was clarified from 'AgenticIdentity' to 'AgenticIdentityToken', which may affect users configuring connections between Foundry agents. Additionally, a minor formatting change was made in the introduction.

    • Authentication type in A2A connection JSON changed from 'AgenticIdentity' to 'AgenticIdentityToken'
    • Formatting change: introductory note about A2A protocol versions is no longer in a callout box
  • The documentation now emphasizes using toolboxes as the recommended method for managing and attaching tools to agents in Foundry Agent Service, replacing previous guidance that focused on attaching tools directly to agents. This clarifies best practices for tool management, credential handling, and tool reuse.

    • Introduces toolboxes as the preferred way to expose tools to agents
    • Explains benefits of toolboxes: centralized management, versioning, and reuse
    • Updates example code to show toolbox creation and attachment via MCP endpoint
  • The documentation clarifies the handling of the agent version cap error, specifying that the error is terminal and retries will continue to fail until old versions are deleted. It also adds best practices for managing agent versions proactively to avoid hitting this limit.

    • Clarifies that exceeding the agent version cap returns a terminal error and retries will not succeed until versions are deleted
    • Adds a best practice to proactively manage and rotate agent versions as part of deployment pipelines
  • The documentation now clarifies how to reference agents in code using a stable get-or-create pattern and explains the behavior when reusing deleted agent IDs, including the handling of 404 errors. These updates help developers avoid common pitfalls and ensure robust agent management.

    • Added guidance on referencing agents in code with a stable get-or-create pattern
    • Clarified that deleted agent IDs are invalid and referencing them returns a 404 Not Found error
    • Advised that repeated calls to deleted agent IDs are futile and should be avoided
  • The documentation now lists a new 'Transcribe' model group in the table of Azure OpenAI models, indicating support for a new model type focused on transcription capabilities. No other material changes were made.

    • Added 'Transcribe' as a model group in the Azure OpenAI models table
  • The documentation was updated to refer to the 'transcription model' instead of 'Whisper model,' clarifying that the model uses the Audio API transcription path and is not a Realtime API model. It also clarifies the file upload flow and updates terminology throughout the quickstart, but does not introduce new features.

    • Replaced references to 'Whisper model' with 'transcription model' throughout the page
    • Clarified that the model uses the Audio API transcription path and is not a Realtime API model
    • Emphasized that the quickstart uses a file upload (not streaming) workflow
  • The documentation now notes the availability of dedicated built-in policy definitions for model router deployments in public preview, extending governance to aspects like deployment regions, routing rules, and logging. This expands policy-based governance beyond just model selection.

    • Announces public preview of dedicated built-in policy definitions for model router deployments
    • New governance capabilities include deployment regions, required routing rules, and logging configurations
    • References additional documentation for governing model router deployments
  • A new Troubleshooting section was added, providing guidance on resolving common deployment errors when using a Bicep file to deploy a Microsoft Foundry resource. This helps users address specific issues that may block successful deployment.

    • Added troubleshooting steps for errors like `ServiceModelDeprecating`, `The content for this response was already consumed`, and `AccountNameInvalid`.
    • Explained causes and resolutions for model version deprecation, Azure CLI bugs, and naming constraints.
    • Clarified how to ensure resources deploy to the intended region by setting the `location` parameter.
  • The documentation clarifies that the maximum number of concurrent agent sessions per subscription per region is not always fixed at 50, but varies by region and can be increased by Azure support (up to a 1:10 IP-to-session mapping). This provides more flexibility for customers needing higher concurrency without increasing subnet size.

    • Concurrent session limits now described as region-dependent, not always capped at 50.
    • Default mapping is 1:1 (IP:session), but can be increased (up to 1:10) via Azure support request.
    • Quick reference table updated to reflect the option to request higher session density per IP.
  • The documentation clarifies the required role for enabling Microsoft Purview integration in Foundry, changing it from 'Foundry Account Owner' to 'Azure AI Account Owner.' It also adds detail about what happens to interaction data when the integration is enabled.

    • Role required to enable Purview changed from 'Foundry Account Owner' to 'Azure AI Account Owner'
    • Clarifies that interaction data from Foundry models is sent to the tenant's Microsoft Purview account upon integration

Copilot Studio 15

  • Tato nová dokumentace představuje možnost přidat Model Context Protocol (MCP) server jako nástroj agentům v novém prostředí Microsoft Copilot Studio, takže agenti mohou během konverzací přistupovat k nástrojům vystaveným MCP serverem a volat je. Popisuje předpoklady, nastavení, testování, správu a provozní limity této integrace.

    • Popisuje, jak připojit MCP server k agentovi v novém prostředí Copilot Studio
    • Vysvětluje, že všechny nástroje vystavené MCP serverem budou k dispozici pro volání agentem
    • Uvádí předpoklady, včetně vytvoření agenta a nastavení MCP serveru
  • Tato nová dokumentace zavádí možnost, aby uživatelé připojovali soubory ke konverzacím s agenty v novém prostředí Microsoft Copilot Studio. Agenti tak mohou v rámci jednoho tahu číst, sumarizovat nebo zpracovávat soubory poskytnuté uživatelem. Dokumentace popisuje podporované typy souborů, způsob zpracování, zásady uchovávání a rozdíly oproti zdrojům znalostí.

    • Uživatelé mohou připojit obrázky, PDF, textové dokumenty a URL, aby je agent zpracoval v rámci jedné zprávy.
    • Přílohy se liší od perzistentních zdrojů znalostí a jsou dostupné jen pro aktuální tah konverzace, pokud na ně není znovu odkazováno.
    • Agenti zpracovávají přílohy pomocí modelů se schopností zpracování obrazu nebo extrakce textu a nezpracovatelné soubory přeskočí bez blokování zprávy.
  • Tato nová dokumentace představuje možnost exportovat a monitorovat telemetrii agentů Copilot Studio na úrovni prostředí pomocí Azure Application Insights. Popisuje kroky konfigurace, schéma dat, příklady dotazů a známá omezení, což umožňuje provozní monitoring a analýzu agentů Copilot Studio ve spravovaných prostředích.

    • Popisuje, jak nakonfigurovat export trasování (traces) agentů Copilot Studio na úrovni prostředí do Application Insights
    • Vysvětluje model trace a span pro telemetrii agentů, včetně souladu s OpenTelemetry
    • Poskytuje detailní mapování schématu exportovaných telemetrických polí a vlastních dimenzí
  • Tato nová stránka popisuje, jak přidat workflow jako nástroj agentovi v novém prostředí Copilot Studio, aby agent mohl spouštět automatizované, vícekrokové procesy. Pokrývá předpoklady a krokové instrukce pro vytváření, testování a správu workflow v rámci agentů.

    • Zavádí možnost přidávat workflow jako nástroje agentům v novém prostředí Copilot Studio
    • Popisuje krok za krokem proces vytvoření, uložení, publikování a testování workflow
    • Vysvětluje správu workflow, včetně odebrání a dočasného vypnutí
  • Tato nová stránka dokumentuje schopnost agentů v Microsoft Copilot Studio vytvářet během konverzací soubory (například reporty, obrázky nebo kód). Vysvětluje, jak se tyto soubory zobrazují uživatelům, jak na ně navazující tahy odkazují a jaké platí limity velikosti a uchovávání. Jde o významnou novou funkci pro interakce s agenty.

    • Agenti nyní mohou generovat a vracet soubory (dokumenty, obrázky, kód apod.) v rámci konverzace.
    • Vytvořené soubory se uživatelům zobrazují prostřednictvím „created file card“ s možností stažení ve všech podporovaných kanálech.
    • Uživatelé i agenti mohou na vytvořené soubory odkazovat v dalších tazích konverzace.
  • Tato nová dokumentace představuje možnost odesílat telemetrická data Copilot Studio do Application Insights. Popisuje volby telemetrie na úrovni agenta i na úrovni prostředí (preview) a vysvětluje rozdíly v konfiguraci, vlastnictví a observability, včetně podpory dat sladěných s OpenTelemetry na úrovni prostředí.

    • Telemetrii Copilot Studio lze nyní exportovat do Application Insights pro monitoring a diagnostiku.
    • Podporovány jsou dvě úrovně: agent-level (na agenta, událostní) a environment-level (centralizovaná, sladěná s OpenTelemetry, v preview).
    • Telemetrie na úrovni prostředí umožňuje centralizovanou observability napříč agenty pomocí standardních konvencí OpenTelemetry.
  • Nová sekce popisuje roli „agent viewer“, která umožňuje vlastníkům agentů sdílet přístup specificky na stránku Evaluations. Uživatelé pak mohou spravovat evaluace bez širších oprávnění k agentovi. To přináší jemnější řízení přístupu pro správu evaluací.

    • Zavádí sdílecí roli „agent viewer“ pro evaluace
    • Umožňuje uživatelům zobrazit, spustit, přejmenovat, zrušit a smazat evaluace bez plného přístupu k agentovi
    • Upřesňuje, že agent viewers nemohou vytvářet ani aktualizovat testovací sady evaluací ani spravovat nastavení agenta
  • Nová sekce popisuje roli „Agent Viewer“ v Copilot Studio, která umožňuje vlastníkům agentů sdílet přístup k evaluacím bez udělení plných oprávnění k agentovi. To umožňuje zapojení odborníků a reviewerů do testování při zachování bezpečnosti agenta.

    • Zavedení role „Agent Viewer“ pro sdílení přístupu k evaluacím
    • Agent viewers mohou zobrazovat a spouštět evaluace a spravovat testovací sady evaluací
    • Vlastníci agentů si ponechávají kontrolu nad obsahem a konfigurací agenta
  • Byla přidána nová sekce popisující, jak v agentech Copilot Studio zobrazit a aktualizovat konfiguraci MCP serveru, včetně zapínání/vypínání jednotlivých nástrojů a aktualizace přihlašovacích údajů serveru. Rozšiřuje to možnosti správy pro uživatele pracující s MCP servery jako nástroji.

    • Přidány instrukce pro správu konfigurací MCP serverů v agentech
    • Uživatelé nyní mohou jednotlivé nástroje MCP serveru zapnout nebo vypnout
    • Poskytnuto doporučení pro aktualizaci autentizačních přihlašovacích údajů MCP serveru
  • Nová sekce vysvětluje, že nyní můžete upravovat agenta na kartě Build, zatímco je na kartě Preview aktivní konverzace. Změny se projeví v dalším tahu bez restartu konverzace. To umožňuje rychlejší iterace a testování úprav agenta.

    • Konfiguraci agenta můžete upravovat během aktivní testovací konverzace.
    • Změny se projeví v dalším tahu bez nutnosti restartu.
    • Během konverzace jsou podporovány i strukturální změny, jako přidání nástrojů nebo změna modelů.
  • Byla přidána nová sekce, která vysvětluje, jak mohou administrátoři vypnout telemetrii Application Insights na úrovni agenta v Copilot Studio blokováním příslušného konektoru přes data policy. Organizace tak získávají větší kontrolu nad sběrem telemetrie a nad compliance.

    • Přidány instrukce pro vypnutí agent-level telemetrie Application Insights přes Power Platform admin center
    • Upřesněno, že blokování konektoru „Application Insights in Copilot Studio“ zabrání makerům telemetrii povolit
    • Specifikovány požadované administrátorské role a kroky pro vynucení politik
  • A new section details specific limits on file sizes and the number of Model Context Protocol (MCP) servers for agent tools, clarifying operational constraints for users and developers.

    • Introduces a 10 MB per-file cap on files created by agents during a turn.
    • Clarifies that files exceeding this size are not returned to the user.
    • Explains that MCP servers count toward the total tool limit and have a cap on concurrent instances per conversation.
  • The documentation now clarifies that both MCP tools and custom workflows can be added as custom tools, and provides a more concise overview of these options. The section on tool descriptions was also slightly reworded for clarity.

    • Explicitly lists both MCP tools and workflows as supported custom tool types
    • Removes step-by-step instructions for adding MCP servers and workflows, focusing on the types of tools supported
    • Minor wording change in tips for naming tools
  • The page clarifies the capabilities and workflow benefits of the Copilot Studio Visual Studio Code extension, with minor rewording for accuracy and readability. The section explaining what Copilot Studio is has been removed, which may affect new users' understanding of the broader platform context.

    • Refined descriptions of developer workflow and collaboration features
    • Clarified language around local development and agent editing
    • Removed the introductory section explaining Copilot Studio's core capabilities
  • The documentation now clarifies that activity transcripts can be shared with other users if enabled by a system admin, rather than being strictly limited to the user's own interactions. This impacts how agent activity data may be accessed and reviewed within an organization.

    • Admins can enable sharing of activity transcripts with other users
    • Activity transcript visibility is no longer strictly limited to the user's own interactions

Microsoft 365 Copilot 12

  • Byly představeny nové funkce Copilot, včetně vloženého zobrazení bohatých obrázků přímo v odpovědích Copilot a přepracovaného prostředí Přehled v Copilot notebooks pro OneNote. Aktualizace zlepšují vizuální a interaktivní možnosti Copilot a podporují porozumění i produktivitu.

    • Copilot nyní zobrazuje bohaté obrázky přímo v odpovědích z souborů a schůzek
    • Uživatelé mohou na obrázky v odpovědích Copilot kliknout a otevřít zdrojový soubor nebo obsah schůzky
    • OneNote Copilot Notebooks získává přepracovaný Přehled s lepšími souhrny a akčními artefakty
  • Nové vylepšení umožňuje, aby nástroje konektorů pluginů v Copilot Cowork přijímaly jako vstup soubory z workspace. To podporuje pokročilejší automatizaci a integrační scénáře a rozšiřuje možnosti autorů pluginů i uživatelů pro práci se soubory přímo v rámci Cowork relací.

    • Nástroje konektorů pluginů nyní mohou přijímat jako vstup soubory z Cowork workspace
    • Autoři pluginů mohou deklarovat parametr nástroje s contentEncoding: base64
    • Cowork před voláním nástroje převede soubory z workspace na obsah, což umožňuje akce jako konverze dokumentů nebo přiložení souboru
    Microsoft Learn · 2026-07-23
  • Copilot nyní podporuje automatické odvození metadat citací z běžných názvů polí, pokud nejsou explicitně poskytnuty response semantics. To umožňuje „zero-config“ klikatelné citace, zejména užitečné pro scénáře dynamického objevování nástrojů.

    • Copilot dokáže odvodit pole citací (URL, title, subtitle, thumbnail) ze známých aliasů v odpovědích pluginů.
    • Explicitní mapování response_semantics má stále přednost, pokud je poskytnuto.
    • Automatické odvození je zvlášť užitečné pro dynamické objevování nástrojů, kde se sada nástrojů mění za běhu.
  • Byla zavedena podpora přidávání stránek OneNote jako zdrojů znalostí v deklarativních agentech. Agenti tak mohou využívat obsah z jednotlivých stránek OneNote, což rozšiřuje škálu zdrojů znalostí dostupných pro Copilot agenty.

    • Nová možnost: přidání jednotlivých stránek OneNote jako zdrojů znalostí přes výběr souborů v Agent Builder
    • Nelze vybrat celé OneNote sešity, pouze jednotlivé stránky
    • Tabulka aktualizována tak, aby OneNote stránky byly uvedeny jako podporovaný zdroj znalostí (bez nutnosti licence)
  • Dokumentace nyní popisuje nové možnosti pro zacílení Copilot agentů na konkrétní schůzky v Teams a pro přidávání jednotlivých stránek OneNote jako zdrojů znalostí. Tato vylepšení umožňují přesnější a relevantnější ukotvení znalostí u agentů.

    • Agenty lze nyní omezit na konkrétní schůzky v Teams, nejen na chaty.
    • Uživatelé mohou přidávat jednotlivé stránky OneNote jako zdroje znalostí přes výběr souborů.
    • Upřesnění, že nelze vybrat celé OneNote sešity, pouze stránky.
  • Dokumentace nyní vyžaduje a vysvětluje použití souborů „mcpToolDescription“ pro konektory, aktualizuje vzory balíčkování tak, aby zahrnovaly adresář „tools/“, a přidává novou sekci popisující testování konektorů proti lokálnímu MCP serveru pomocí dev tunnels. Tyto změny jsou důležité pro vývojáře, kteří pluginy pro Copilot Cowork vytvářejí a ověřují.

    • Konektory nyní musí obsahovat „mcpToolDescription“ se souborem přítomným v ZIP balíčku
    • Vzory balíčkování aktualizovány tak, aby ukazovaly adresář „tools/“ a soubory s popisem nástrojů pro konektory
    • Přidána nová sekce vysvětlující, jak testovat konektory proti lokálnímu MCP serveru pomocí dev tunnels
    Microsoft Learn · 2026-07-21
  • The section now clarifies that plugin connectors in Copilot Cowork can interact with files from your session, such as converting documents or attaching files to external systems, and that user approval is required before a file is sent. This provides important context for users about how file handling works with connectors.

    • Added explanation that connectors can process files from the user's session
    • Clarified that user approval is required before a file is sent to a connector tool
    • Linked to further information about accepting files from the Cowork workspace
    Microsoft Learn · 2026-07-23
  • A new FAQ clarifies that plugin tools can accept files from the Cowork workspace by declaring a parameter with contentEncoding: base64, and explains how file handling works in this context. This enables plugin developers to support file input in their tools.

    • Added FAQ: Plugin tools can accept files from the Cowork workspace using contentEncoding: base64
    • Explained that Cowork resolves workspace files to base64 before calling the plugin server
    • Clarified that file paths, not file content, are passed to the model, preserving model context
    Microsoft Learn · 2026-07-30
  • A new section explains that plugins in Copilot Cowork can now interact with user files, such as converting documents or analyzing images, with user approval. This expands plugin capabilities and clarifies how file access is managed.

    • Added section describing plugin ability to act on user files within Cowork sessions
    • Clarifies that user approval is required before a plugin tool runs on a file
    • Mentions developer guidance for building plugins that accept files
    Microsoft Learn · 2026-07-23
  • Změna Known issues

    The documentation now clarifies that custom engine agents do not support file or image attachments in chats, and that images uploaded in chat are not passed to the agent for processing. This provides more specific guidance on unsupported scenarios, such as image extraction.

    • Clarified that file or image attachments are not supported in custom engine agent chats
    • Explicitly stated that images uploaded in chat are not passed to the agent
    • Added example scenario: extracting text from uploaded images is not supported
  • The documentation now clarifies how plugin authors can directly test their own Copilot Cowork plugins within the app, and distinguishes this from tenant-wide or group testing via the admin center. Additionally, the MCP server manifest example now includes an optional mcpToolDescription property.

    • Added instructions for plugin authors to test plugins privately in Cowork before wider distribution
    • Clarified the process for tenant-wide or group testing of plugins before App Store publication
    • Manifest example for MCP server plugins now includes mcpToolDescription property
    Microsoft Learn · 2026-07-22
  • A new subsection explains how Copilot Cowork processes user data during a task, clarifying that files are handled in a temporary, isolated environment within the Microsoft 365 service boundary and are not accessible after the task completes. This provides important transparency about data handling and security.

    • Added explanation of temporary, isolated data processing environment for Cowork tasks
    • Clarified that files are only used for the duration of the task and the environment is removed afterward
    • Defined the Microsoft 365 service boundary in the context of Cowork
    Microsoft Learn · 2026-07-17

MS AI SDKs 14

  • Dokumentace pro konektor Pinecone se přesunula z .NET na Python, což odráží zásadní změnu podporovaných platforem a způsobu použití. .NET SDK už není podporováno a průvodce se nyní soustředí na instalaci, použití a funkce v Pythonu, jako je GRPC a integrované embeddings. Několik sekcí specifických pro .NET (mapování dat, postupy použití) bylo odstraněno nebo nahrazeno.

    • Pinecone .NET SDK již není podporováno; dokumentace se nyní zaměřuje na použití v Pythonu.
    • Instalace a ukázky kódu jsou nyní v Pythonu a nahrazují předchozí instrukce .NET/C#.
    • Aktualizována tabulka funkcí: nové podporované datové typy, filtrovací klauzule a podpora GRPC/integrovaných embeddings.
    Microsoft Learn · 2024-07-08
  • Dokumentace nyní uvádí nové balíčky CommunityToolkit.VectorData jako doporučené konektory pro několik vektorových úložišť, čímž nahrazuje dřívější balíčky Microsoft.SemanticKernel.Connectors.*. To signalizuje posun v podporovaných nebo preferovaných knihovnách pro integraci vektorových úložišť v C# projektech se Semantic Kernel.

    • Přidány balíčky CommunityToolkit.VectorData pro Azure AI Search, CosmosDB MongoDB, CosmosDB NoSQL, Qdrant, Redis, Sqlite a Weaviate
    • Pro integraci MongoDB vektorového úložiště je nyní uveden MongoDB.VectorData
    • Předchozí balíčky Microsoft.SemanticKernel.Connectors.* pro vektorová úložiště byly ze seznamu odstraněny
    Microsoft Learn · 2023-07-11
  • Dokumentace nyní instruuje uživatele, aby konektor Weaviate Vector Store instalovali z balíčku CommunityToolkit.VectorData.Weaviate na NuGetu místo balíčku Microsoft.SemanticKernel.Connectors.Weaviate. Jde o významnou změnu doporučeného balíčku pro integraci Weaviate se Semantic Kernel.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.Weaviate na CommunityToolkit.VectorData.Weaviate
    • Rozšiřující metody pro dependency injection nyní poskytuje konektorový balíček, nikoli Semantic Kernel
    Microsoft Learn · 2024-09-23
  • Dokumentace nyní instruuje uživatele, aby pro konektor SQL Server Vector Store používali balíček CommunityToolkit.VectorData.SqlServer místo Microsoft.SemanticKernel.Connectors.SqlServer. Odráží to zásadní změnu doporučené knihovny a souvisejících namespaces.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.SqlServer na CommunityToolkit.VectorData.SqlServer
    • Použití namespace bylo ve všech ukázkách kódu aktualizováno na CommunityToolkit.VectorData.SqlServer
    • Ukázky pro dependency injection i přímou instanciaci aktualizovány na nový balíček
    Microsoft Learn · 2024-03-21
  • Dokumentace nyní instruuje uživatele, aby pro konektor SQLite Vector Store používali balíček CommunityToolkit.VectorData.SqliteVec místo Microsoft.SemanticKernel.Connectors.SqliteVec a aktualizuje všechny ukázky kódu na nový namespace. Jde o významnou změnu doporučené knihovny i API surface pro integraci vektorového úložiště SQLite v Copilot řešeních.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.SqliteVec na CommunityToolkit.VectorData.SqliteVec
    • Všechny ukázky kódu aktualizovány na namespace CommunityToolkit.VectorData.SqliteVec
    • Ukázky pro dependency injection i přímou instanciaci nyní odkazují na nový balíček
    Microsoft Learn · 2024-10-24
  • Integrace konektoru Redis pro Copilot přešla z balíčku Microsoft.SemanticKernel.Connectors.Redis na CommunityToolkit.VectorData.Redis, což ovlivňuje instalaci NuGet balíčku i použití v kódu. Všechny ukázky kódu a odkazy na přímou instanciaci byly aktualizovány na nový balíček, což může ovlivnit existující implementace.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.Redis na CommunityToolkit.VectorData.Redis
    • Ukázky kódu aktualizovány tak, aby používaly nové namespaces a typy z CommunityToolkit.VectorData.Redis
    • Ukázky pro dependency injection i přímou instanciaci upraveny pro nový balíček
    Microsoft Learn · 2024-07-08
  • Dokumentace nyní instruuje uživatele, aby používali NuGet balíček CommunityToolkit.VectorData.Qdrant místo Microsoft.SemanticKernel.Connectors.Qdrant, a upravuje ukázky kódu podle této změny. Jde o výrazný posun v doporučeném balíčku konektoru pro integraci Qdrant s Copilot a Semantic Kernel.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.Qdrant na CommunityToolkit.VectorData.Qdrant
    • Ukázky kódu aktualizovány na nové namespaces a reference balíčku
    • Instrukce pro dependency injection nyní odkazují na rozšiřující metody poskytované konektorovým balíčkem
    Microsoft Learn · 2024-07-08
  • Dokumentace nyní instruuje uživatele, aby používali NuGet balíček CommunityToolkit.VectorData.PgVector místo dřívějšího Microsoft.SemanticKernel.Connectors.PgVector, a aktualizuje ukázky kódu. Odráží to významnou změnu doporučené knihovny pro integraci Postgres Vector Store v řešeních s Copilot a Semantic Kernel.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.PgVector na CommunityToolkit.VectorData.PgVector
    • Všechny ukázky kódu aktualizovány na nový balíček a namespaces
    • Ukázky pro dependency injection i přímou instanciaci upraveny pro nový balíček
    Microsoft Learn · 2024-10-24
  • Dokumentace nyní instruuje uživatele, aby pro In-Memory konektor používali balíček CommunityToolkit.VectorData.InMemory místo Microsoft.SemanticKernel.Connectors.InMemory a aktualizuje ukázky kódu. Jde o významnou změnu doporučeného balíčku a namespaces pro implementaci.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.InMemory na CommunityToolkit.VectorData.InMemory
    • Ukázky kódu aktualizovány na namespace CommunityToolkit.VectorData.InMemory
    • Upřesněno, že rozšiřující metody poskytuje konektorový balíček, nikoli Semantic Kernel
    Microsoft Learn · 2024-11-10
  • Dokumentace nyní instruuje uživatele, aby pro konektor Azure CosmosDB NoSQL Vector Store používali balíček CommunityToolkit.VectorData.CosmosNoSql místo Microsoft.SemanticKernel.Connectors.CosmosNoSql. Jde o významnou změnu doporučeného NuGet balíčku a souvisejících namespaces, která ovlivňuje způsob integrace a použití konektoru.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.CosmosNoSql na CommunityToolkit.VectorData.CosmosNoSql
    • Reference namespaces v ukázkách kódu aktualizovány na CommunityToolkit.VectorData.CosmosNoSql
    • Rozšiřující metody pro dependency injection nyní poskytuje konektorový balíček místo Semantic Kernel
    Microsoft Learn · 2024-09-23
  • Požadovaný NuGet balíček pro konektor Azure AI Search Vector Store se změnil z Microsoftem poskytovaného prerelease balíčku na balíček CommunityToolkit. To mění způsob, jakým vývojáři konektor získávají a referencují, a může to ovlivnit kompatibilitu i podporu.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.AzureAISearch (prerelease) na CommunityToolkit.VectorData.AzureAISearch
    • Ukázky pro dependency injection aktualizovány na nový balíček
    • Upřesněno, že rozšiřující metody nyní poskytuje konektorový balíček, nikoli Semantic Kernel
    Microsoft Learn · 2024-07-08
  • NuGet balíček pro konektor Azure CosmosDB MongoDB Vector Store se změnil z Microsoft-branded prerelease na CommunityToolkit-branded balíček a ukázky kódu byly upraveny. Jde o významnou změnu pro vývojáře integrující tento konektor, protože ovlivňuje správu balíčků a potenciálně i kanály podpory.

    • NuGet balíček změněn z Microsoft.SemanticKernel.Connectors.CosmosMongoDB na CommunityToolkit.VectorData.CosmosMongoDB
    • Ukázky kódu aktualizovány na nový balíček a namespaces
    • Příklady dependency injection nyní odkazují na rozšiřující metody konektorového balíčku
    Microsoft Learn · 2024-09-23
  • A note was added clarifying that the Copilot Studio client library currently only supports agents created with the classic authoring experience, and not those created with the new experience. This is important for developers to avoid compatibility issues.

    • Added limitation: client library only works with classic authoring experience agents
    • New experience agents are not yet officially supported
    Microsoft Learn · 2026-07-27
  • The instructions for adding the Redis connector package have changed from using the Semantic Kernel Redis connector to the CommunityToolkit.VectorData.Redis package, which may reflect a shift in recommended tooling for vector store integration.

    • Replaced Microsoft.SemanticKernel.Connectors.Redis with CommunityToolkit.VectorData.Redis in setup instructions
    Microsoft Learn · 2024-07-08

SharePoint 2

  • Stránka byla významně rozšířena o detailní pokyny k podpoře Microsoft účtu, technické podpoře a obchodní podpoře, včetně rozsáhlého seznamu regionálních telefonních kontaktů pro obchodní podporu. Uživatelům to výrazně usnadňuje nalezení správného kanálu podpory podle potřeby.

    • Přidána sekce k podpoře Microsoft účtu s nástrojem pro pomoc s přihlášením
    • Přidána sekce k technické podpoře Microsoft s pokyny pro self-help a kontaktování podpory
    • Přidána rozsáhlá sekce k obchodní podpoře Microsoft s telefonními kontakty podle země
    Microsoft Learn · 2026-07-30
  • Stránka byla významně rozšířena o detailní pokyny k podpoře Microsoft účtu, technické podpoře a obchodní podpoře, včetně komplexního seznamu telefonních kontaktů pro obchodní podporu podle země/regionu. Uživatelům to usnadňuje najít správný kanál podpory pro jejich potřeby.

    • Přidána sekce k podpoře Microsoft účtu s nástrojem pro pomoc s přihlášením
    • Přidána sekce k technické podpoře Microsoft s pokyny pro self-help a kontaktování podpory
    • Přidána rozsáhlá sekce k obchodní podpoře Microsoft s telefonními kontakty podle země/regionu
    Microsoft Learn · 2026-07-30

Microsoft Learn 204

  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro generování obrázků pomocí Copilot ve Word byla odstraněna. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelé nyní postrádají oficiální pokyny k vytváření obrázků pomocí Copilot ve Word.

    • Oficiální instrukce pro generování obrázků pomocí Copilot ve Word již nejsou dostupné
    • Není jasné, zda byla funkce vyřazena, nebo byla dokumentace přesunuta
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka vysvětlující, jak psát návrhy a přidávat obsah pomocí Copilot ve Word, byla odstraněna. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelům nyní chybí oficiální pokyny pro tvorbu obsahu s Copilot ve Word.

    • Ztráta instrukcí pro psaní návrhů a přidávání obsahu pomocí Copilot ve Word
    • Není jasné, zda byla funkce vyřazena, nebo byla dokumentace přesunuta
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka vysvětlující, jak ve Word používat Copilot pro vytvoření souhrnu dokumentu, byla odstraněna. Není jasné, zda to znamená vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelům nyní chybí oficiální pokyny pro tuto konkrétní schopnost Copilot.

    • Pokyny pro generování souhrnů dokumentů pomocí Copilot ve Word již nejsou dostupné
    • Není jasné, zda byla funkce vyřazena, nebo byla dokumentace přesunuta
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro použití Copilot ve Word na mobilních zařízeních byla odstraněna. Není jasné, zda to znamená vyřazení funkce nebo přesun/restrukturalizaci dokumentace, ale uživatelům nyní chybí oficiální pokyny k mobilním možnostem Word s Copilot.

    • Oficiální dokumentace pro Copilot ve Word na mobilních zařízeních již není dostupná
    • Není jasné, zda byla funkce vyřazena, nebo byl obsah přesunut
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro použití Copilot v PowerPoint na mobilních zařízeních byla odstraněna. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelé nyní postrádají oficiální pokyny k mobilním možnostem PowerPoint s Copilot.

    • Oficiální dokumentace pro Copilot v PowerPoint na mobilních zařízeních již není dostupná
    • Není jasné, zda byla funkce vyřazena, nebo byl obsah přesunut
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka „Chat with Copilot in Outlook“ byla odstraněna. Není jasné, zda to znamená vyřazení funkce nebo přesun/restrukturalizaci dokumentace. Uživatelům nyní chybí oficiální pokyny, jak používat chat funkce Copilot v Outlook.

    • Dokumentace pro „Chat with Copilot in Outlook“ již není dostupná
    • Není jasné, zda byla funkce vyřazena, nebo byla dokumentace přesunuta
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro vizualizaci dat pomocí Copilot v Excel byla odstraněna. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelům nyní chybí oficiální pokyny pro vizualizaci dat v Excel s Copilot.

    • Stránka popisující možnosti vizualizace dat pomocí Copilot v Excel již není dostupná
    • Není jasné, zda jde o odstranění funkce, nebo reorganizaci dokumentace
  • Stránka byla odstraněna nebo přesunuta. Dokumentace k použití Copilot v Excel pro import dat z jiného Excel souboru nyní chybí. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelé nyní postrádají oficiální pokyny pro tento scénář.

    • Stránka vysvětlující, jak importovat data z jiného Excel souboru pomocí Copilot v Excel, již není dostupná
    • Není jasné, zda byla funkce vyřazena, nebo byla dokumentace přesunuta
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka „Get started with Copilot in Excel“ byla odstraněna. Není jasné, zda to znamená vyřazení funkce nebo přesun dokumentace, ale uživatelům nyní chybí oficiální průvodce pro začátek práce s Copilot v Excel.

    • Odstranění dokumentace „Get started with Copilot in Excel“
    • Už neposkytuje onboarding ani instrukce pro nastavení Copilot v Excel
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro využití Copilot k získávání data insights v Excel byla odstraněna. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelům nyní chybí oficiální pokyny k této schopnosti.

    • Oficiální dokumentace pro funkce data insights v Copilot pro Excel již není dostupná
    • Není jasné, zda byla funkce vyřazena, nebo byla dokumentace přesunuta
  • Stránka byla odstraněna nebo přesunuta. Dokumentace pro Copilot v Excel a Power BI již není na této URL dostupná. Není jasné, zda byl obsah odstraněn, přesunut nebo konsolidován, ale uživatelé nyní nemají přímý přístup k pokynům k možnostem Copilot v Excel a Power BI z této stránky.

    • Dokumentace pro Copilot v Excel a Power BI chybí
    • Není jasné, zda to znamená vyřazení, nebo restrukturalizaci
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro Copilot v Excel (Microsoft Skills) byla odstraněna. Není jasné, zda to znamená vyřazení funkce nebo přesun dokumentace, ale uživatelé nyní postrádají oficiální pokyny k této schopnosti.

    • Dokumentace Copilot v Excel (Microsoft Skills) již není na této URL dostupná
    • Není jasné, zda to znamená odstranění funkce, nebo restrukturalizaci dokumentace
  • Stránka byla odstraněna nebo přesunuta. Dokumentace o zdrojích dat pro Copilot v Excel nyní chybí. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale uživatelé nyní nemají oficiální pokyny k tomu, jak Copilot pracuje se zdroji dat v Excel.

    • Stránka popisující zdroje dat pro Copilot v Excel byla odstraněna
    • Není jasné, zda jde o vyřazení, nebo reorganizaci dokumentace
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro používání Copilot v rich text editoru SharePoint byla odstraněna. Není jasné, zda jde o vyřazení funkce nebo restrukturalizaci dokumentace, ale pokyny k této konkrétní schopnosti Copilot nyní chybí.

    • Stránka popisující použití Copilot v rich text editoru SharePoint již není dostupná
    • Není jasné, zda byla funkce vyřazena, nebo byla dokumentace přesunuta
  • Stránka byla odstraněna nebo přesunuta. Dokumentační stránka pro vytváření stránek pomocí AI v SharePoint již není dostupná. Není jasné, zda to znamená vyřazení funkce nebo restrukturalizaci dokumentace, ale informace o používání AI pro tvorbu stránek v SharePoint nyní chybí.

    • Dokumentace pro tvorbu stránek v SharePoint s podporou AI již není dostupná
    • Není jasné, zda jde o odstranění funkce, nebo pouze přesun dokumentace
  • Sekce nyní upřesňuje, že konektory pluginů v Copilot Cowork mohou pracovat se soubory z Vaší relace, například převádět dokumenty nebo připojovat soubory do externích systémů, a že před odesláním souboru je vyžadováno schválení uživatelem. Poskytuje to důležitý kontext k tomu, jak funguje práce se soubory u konektorů.

    • Přidáno vysvětlení, že konektory mohou zpracovávat soubory z uživatelovy relace
    • Upřesněno, že před odesláním souboru do nástroje konektoru je vyžadováno schválení uživatelem
    • Přidán odkaz na další informace o přijímání souborů z Cowork workspace
  • Nové FAQ upřesňuje, že pluginové nástroje mohou přijímat soubory z Cowork workspace deklarováním parametru s contentEncoding: base64, a vysvětluje, jak v tomto kontextu funguje práce se soubory. To umožňuje vývojářům pluginů podporovat souborový vstup v jejich nástrojích.

    • Přidáno FAQ: pluginové nástroje mohou přijímat soubory z Cowork workspace pomocí contentEncoding: base64
    • Vysvětleno, že Cowork před voláním plugin serveru převede soubory z workspace na base64
    • Upřesněno, že do modelu se předávají cesty k souborům, nikoli obsah souborů, čímž se zachovává kontext modelu
  • Nová sekce vysvětluje, že pluginy v Copilot Cowork nyní mohou pracovat s uživatelskými soubory, například převádět dokumenty nebo analyzovat obrázky, se souhlasem uživatele. Rozšiřuje to schopnosti pluginů a upřesňuje způsob správy přístupu k souborům.

    • Přidána sekce popisující schopnost pluginů pracovat se soubory uživatele v rámci Cowork relací
    • Upřesněno, že před spuštěním pluginového nástroje nad souborem je vyžadován souhlas uživatele
    • Zmíněny pokyny pro vývojáře k vytváření pluginů, které přijímají soubory
  • Dokumentace nyní upřesňuje, že obecně dostupné modely od Anthropic, DeepSeek, Fireworks a Mistral AI mají kratší, 12měsíční životní cyklus namísto standardních 18 měsíců. Pomáhá to zákazníkům plánovat migrace a porozumět časovým rámcům podpory u těchto konkrétních poskytovatelů.

    • Výslovně uvádí 12měsíční životní cyklus pro modely Anthropic, DeepSeek, Fireworks a Mistral AI
    • Odkazuje uživatele na Model retirement schedule pro konkrétní data
  • Bylo aktualizováno několik dat vyřazování a GA dat pro modely Azure OpenAI, což prodlužuje podporu pro některé modely a mění plánování end-of-life pro jiné. Ovlivňuje to, kdy musí uživatelé Copilot a dalších řešení na Azure OpenAI plánovat migrace nebo očekávat vyřazování modelů.

    • Datum vyřazení pro gpt-4o-mini-transcribe (2025-12-15) prodlouženo z 2026-12-15 na 2027-06-15
    • Datum vyřazení pro gpt-4o-mini-tts (2025-12-15) prodlouženo z 2026-12-15 na 2027-06-15
    • Datum vyřazení pro gpt-4o-transcribe-diarize (2025-10-15) prodlouženo z 2026-10-15 na 2027-04-15
  • Instrukce pro sestavení URL MCP endpointu ve skriptu pro vytvoření toolboxu byly upraveny tak, aby používaly nově vytvořenou verzi a název toolboxu, místo získávání výchozí verze a názvu toolboxu z dalšího API volání. To upřesňuje postup konstrukce endpointu a snižuje nejednoznačnost pro uživatele, kteří se drží quickstartu.

    • URL MCP endpointu se nyní sestavuje přímo z názvu a verze vytvořeného toolboxu
    • Odstraněno dodatečné API volání pro získání toolboxu a výchozí verze
    • Upřesňuje, kterou verzi a název použít pro sestavení endpointu
  • Dokumentace upřesňuje pořadí a umístění varování a poznámek, aktualizuje požadovanou verzi Python balíčku pro připojení agentů k Work IQ a rozlišuje mezi použitím Prompt Agents a Hosted Agents při integraci přes kód. Tyto změny pomáhají vývojářům lépe porozumět předpokladům, upozorněním ke compliance a technickým krokům.

    • Varování k hranicím compliance a responsible AI přesunuto za úvodní obsah pro lepší kontext.
    • Předpoklad integrace s virtuální sítí (VNet) přesunut pro větší srozumitelnost.
    • Požadavek na Python balíček aktualizován z „azure-ai-projects>=2.2.0“ na „azure-ai-projects>=2.3.0“.
  • Dokumentace nyní doporučuje používat toolbox pro přidání nástroje webového vyhledávání kvůli lepší znovupoužitelnosti, centralizované správě a vynucení politik. Příklady v TypeScript a Java byly aktualizovány tak, aby odpovídaly tomuto doporučení; u Java SDK je upřesněno, že toolboxes musí uživatelé vytvářet přes jiné SDK nebo portál.

    • Přidáno doporučení používat toolbox pro nástroj webového vyhledávání kvůli znovupoužitelnosti a výhodám správy
    • Ukázka v TypeScript nyní demonstruje vytvoření a použití toolboxu pro webové vyhledávání
    • Sekce Java upřesňuje, že použití toolboxu je doporučené, ale vytvoření musí proběhnout přes jiné SDK nebo portál
  • Stránka byla aktualizována tak, aby upřesnila proces vytváření a správy toolboxů ve Foundry: jasnější předpoklady, vylepšené tabulky podpory funkcí a explicitnější instrukce pro ověření dostupnosti nástrojů. Úvod nyní odkazuje na konceptuální a konfigurační dokumentaci a sekce podpory funkcí je rozdělena tak, aby odlišila operace s toolboxem od podpory jednotlivých nástrojů a kompatibility s VNet.

    • Úvod nyní odkazuje na konceptuální a konfigurační dokumentaci k toolboxům
    • Tabulka podpory funkcí rozdělena na operace s toolboxem a podporu jednotlivých nástrojů, doplněna o detaily kompatibility s VNet
    • Sekce Předpoklady upřesňuje požadavky na identitu agenta a odkazuje na instrukce pro přiřazení oprávnění
  • Byl přidán nový tip doporučující použít toolbox pro správu nástrojů typu custom code interpreter a vyzdvihující přínosy jako znovupoužitelnost, centralizovanou správu přihlašovacích údajů, verzování a vynucení politik. Doporučení pomáhá uživatelům lépe spravovat a škálovat vlastní nástroje.

    • Přidán tip zvážit přidání nástroje přes toolbox pro znovupoužitelnost a centralizovanou správu
    • Zdůrazněny přínosy jako správa přihlašovacích údajů, verzování a vynucení politik přes spravovaný MCP endpoint
    • Přidán odkaz na quickstart k toolboxu
  • Dokumentace nyní upřesňuje rozdíl mezi validovanými a nevalidovanými konektory, zavádí koncept použití toolboxu pro znovupoužití konektorů a governance a přidává explicitní varování a doporučené postupy k nástrojům třetích stran a bezpečnostním aspektům.

    • Přidáno vysvětlení, že v prostředí spravovaných MCP serverů v portálu se zobrazují pouze validované konektory
    • Upřesněno, že nevalidované konektory jsou stále dostupné přes předchozí prostředí nebo code-first postupy
    • Zavedeno doporučení používat toolbox pro znovupoužití konektorů, centralizovanou správu přihlašovacích údajů a vynucení politik
  • Dokumentace nyní doporučuje a demonstruje použití toolboxu pro přidání nástroje Code Interpreter, s důrazem na výhody jako znovupoužitelnost, centralizovanou správu a vynucení politik. Ukázky kódu v Pythonu a C# byly aktualizovány tak, aby tento přístup odrážely, a upřesňují doporučené postupy integrace.

    • Přidáno doporučení používat toolbox pro integraci Code Interpreter
    • Vysvětleny výhody toolboxů: znovupoužitelnost, centralizované přihlašovací údaje, verzování, vynucení politik
    • Aktualizovány ukázky kódu v Pythonu a C# tak, aby ukazovaly integraci přes toolbox
  • Dokumentace nyní upřesňuje, jak konfigurovat A2A připojení při cílení na jiného Foundry agenta, přidává doporučení používat toolboxes pro znovupoužití a správu a aktualizuje Python příklad na novější model a jednodušší, více zaměřenou ukázku. Změny zlepšují přesnost a použitelnost pro vývojáře integrující A2A endpointy.

    • Upřesňuje nastavení A2A připojení při cílení na Foundry agenty, včetně detailů endpointu a audience
    • Přidává doporučení používat toolboxes pro znovupoužití nástrojů a centralizovanou správu
    • Aktualizuje Python příklad na „gpt-5-mini“ a zjednodušuje tok kódu
  • Typ autentizace pro vytvoření A2A připojení byl upřesněn z „AgenticIdentity“ na „AgenticIdentityToken“, což může ovlivnit uživatele konfigurující spojení mezi Foundry agenty. Dále došlo k drobné změně formátování v úvodu.

    • Typ autentizace v JSON pro A2A připojení změněn z „AgenticIdentity“ na „AgenticIdentityToken“
    • Změna formátování: úvodní poznámka o verzích A2A protokolu už není v callout boxu
  • Dokumentace nyní zdůrazňuje toolboxes jako doporučený způsob správy a připojování nástrojů k agentům ve Foundry Agent Service a nahrazuje dřívější pokyny zaměřené na přímé připojování nástrojů k agentům. To upřesňuje doporučené postupy pro správu nástrojů, práci s přihlašovacími údaji a znovupoužití nástrojů.

    • Zavádí toolboxes jako preferovaný způsob, jak vystavit nástroje agentům
    • Vysvětluje přínosy toolboxů: centralizovaná správa, verzování a znovupoužitelnost
    • Aktualizuje ukázkový kód tak, aby ukazoval vytvoření toolboxu a připojení přes MCP endpoint
  • Dokumentace upřesňuje práci s chybou při překročení limitu počtu verzí agenta: chyba je terminální a opakování požadavků bude nadále selhávat, dokud nebudou staré verze odstraněny. Přidává také doporučené postupy pro proaktivní správu verzí agentů, aby se tomuto limitu předešlo.

    • Upřesňuje, že překročení limitu počtu verzí agenta vrací terminální chybu a retry nepomůže, dokud neodstraníte verze
    • Přidává best practice pro proaktivní správu a rotaci verzí agentů jako součást deployment pipelines
  • Dokumentace nyní upřesňuje, jak v kódu odkazovat na agenty pomocí stabilního vzoru get-or-create a vysvětluje chování při opětovném použití smazaných agent ID, včetně práce s chybou 404. Tyto změny pomáhají vývojářům vyhnout se běžným problémům a zajistit robustní správu agentů.

    • Přidáno doporučení, jak v kódu odkazovat na agenty stabilním vzorem get-or-create
    • Upřesněno, že smazaná agent ID jsou neplatná a jejich použití vrací chybu 404 Not Found
    • Doporučeno vyhnout se opakovaným voláním na smazaná agent ID, protože nemohou uspět
  • Odebráno Známé problémy

    Dokumentace nyní upřesňuje, že custom engine agenti nepodporují přílohy souborů ani obrázků v chatech a že obrázky nahrané do chatu se agentovi nepředávají ke zpracování. Poskytuje to konkrétnější pokyny k nepodporovaným scénářům, například extrakci textu z obrázků.

    • Upřesněno, že přílohy souborů nebo obrázků nejsou v chatech custom engine agentů podporovány
    • Výslovně uvedeno, že obrázky nahrané v chatu se agentovi nepředávají
    • Přidán příklad scénáře: extrakce textu z nahraných obrázků není podporována
  • Nová sekce detailně uvádí konkrétní limity velikosti souborů a počtu Model Context Protocol (MCP) serverů pro nástroje agentů, čímž upřesňuje provozní omezení pro uživatele i vývojáře.

    • Zavádí limit 10 MB na soubor u souborů vytvářených agentem během jednoho tahu.
    • Upřesňuje, že soubory překračující tento limit nejsou uživateli vráceny.
    • Vysvětluje, že MCP servery se započítávají do celkového limitu nástrojů a mají limit souběžných instancí na konverzaci.
  • Dokumentace nyní upřesňuje, že jako custom tools lze přidat jak MCP nástroje, tak vlastní workflow, a poskytuje stručnější přehled těchto možností. Sekce k popisům nástrojů byla mírně přeformulována pro větší srozumitelnost.

    • Explicitně uvádí MCP nástroje i workflow jako podporované typy custom tools
    • Odstraňuje krokové instrukce pro přidání MCP serverů a workflow a soustředí se na podporované typy nástrojů
    • Drobné přeformulování tipů pro pojmenovávání nástrojů
  • Dokumentace nyní uvádí v tabulce modelů Azure OpenAI novou skupinu modelů „Transcribe“, což indikuje podporu nového typu modelu zaměřeného na transkripci. K dalším materiálním změnám nedošlo.

    • Přidána skupina modelů „Transcribe“ do tabulky modelů Azure OpenAI
  • Dokumentace byla aktualizována tak, aby používala pojem „transcription model“ namísto „Whisper model“, což upřesňuje, že model používá transcription cestu Audio API a nejde o Realtime API model. Dále upřesňuje workflow nahrávání souborů a aktualizuje terminologii napříč quickstartem, aniž by zaváděla nové funkce.

    • Napříč stránkou nahrazeno „Whisper model“ pojmem „transcription model“
    • Upřesněno, že model používá transcription cestu Audio API a není to Realtime API model
    • Zdůrazněno, že quickstart používá workflow nahrávání souboru (nikoli streaming)
  • Dokumentace nyní uvádí dostupnost samostatných vestavěných definic politik pro nasazení model routeru v public preview, čímž rozšiřuje governance na oblasti jako regiony nasazení, routovací pravidla a logování. Rozšiřuje to governance přes politiky nad rámec samotného výběru modelů.

    • Oznamuje public preview samostatných vestavěných definic politik pro nasazení model routeru
    • Nové možnosti governance zahrnují regiony nasazení, požadovaná routovací pravidla a konfigurace logování
    • Odkazuje na další dokumentaci pro řízení nasazení model routeru
  • Byla přidána nová sekce Troubleshooting s pokyny pro řešení běžných chyb nasazení při použití Bicep souboru pro nasazení zdroje Microsoft Foundry. Pomáhá uživatelům řešit konkrétní problémy, které mohou bránit úspěšnému nasazení.

    • Přidány kroky řešení potíží pro chyby jako `ServiceModelDeprecating`, `The content for this response was already consumed` a `AccountNameInvalid`.
    • Vysvětleny příčiny a řešení pro deprecaci verze modelu, chyby Azure CLI a omezení pojmenování.
    • Upřesněno, jak zajistit nasazení prostředků do zamýšleného regionu nastavením parametru `location`.
  • Dokumentace upřesňuje, že maximální počet souběžných agent sessions na subscription a region není vždy fixně 50, ale liší se podle regionu a lze jej navýšit přes Azure support (až na mapování 1:10 IP:session). Zákazníkům to poskytuje větší flexibilitu pro vyšší souběžnosti bez zvětšování subnetu.

    • Limity souběžných sessions jsou nyní popsány jako závislé na regionu, nikoli vždy omezené na 50.
    • Výchozí mapování je 1:1 (IP:session), ale přes požadavek na Azure support lze zvýšit až na 1:10.
    • Tabulka rychlého přehledu aktualizována tak, aby odrážela možnost požádat o vyšší hustotu sessions na IP.
  • Dokumentace nyní upřesňuje, jak mohou autoři pluginů přímo testovat své vlastní Copilot Cowork pluginy v aplikaci a odlišuje to od testování na úrovni tenant nebo skupiny přes admin center. Dále příklad manifestu MCP serveru nyní obsahuje volitelnou vlastnost mcpToolDescription.

    • Přidány instrukce pro autory pluginů, jak pluginy soukromě testovat v Cowork před širší distribucí
    • Upřesněn postup pro testování pluginů na úrovni tenant nebo skupiny před publikací do App Store
    • Příklad manifestu pro MCP server pluginy nyní obsahuje vlastnost mcpToolDescription
  • Byla přidána poznámka upřesňující, že klientská knihovna Copilot Studio aktuálně podporuje pouze agenty vytvořené v klasickém autorovacím prostředí, nikoli agenty vytvořené v novém prostředí. Pro vývojáře je to důležité, aby se vyhnuli problémům s kompatibilitou.

    • Přidáno omezení: client library funguje pouze s agenty z klasického autorovacího prostředí
    • Agenti z nového prostředí zatím nejsou oficiálně podporováni
  • Stránka upřesňuje schopnosti a přínosy workflow v Copilot Studio rozšíření pro Visual Studio Code, s drobným přeformulováním pro přesnost a čitelnost. Sekce vysvětlující, co je Copilot Studio, byla odstraněna, což může u nových uživatelů zhoršit porozumění širšímu kontextu platformy.

    • Zpřesněny popisy vývojářského workflow a funkcí pro spolupráci
    • Upřesněn jazyk kolem lokálního vývoje a úprav agentů
    • Odstraněna úvodní sekce vysvětlující základní schopnosti Copilot Studio
  • Instrukce pro přidání balíčku konektoru Redis se změnily z použití Semantic Kernel Redis konektoru na balíček CommunityToolkit.VectorData.Redis, což může odrážet posun v doporučeném nástrojovém řetězci pro integraci vektorových úložišť.

    • V pokynech k nastavení nahrazen Microsoft.SemanticKernel.Connectors.Redis za CommunityToolkit.VectorData.Redis
  • Nová podsekce vysvětluje, jak Copilot Cowork během úlohy zpracovává uživatelská data. Upřesňuje, že soubory jsou zpracovávány v dočasném, izolovaném prostředí v rámci hranice služby Microsoft 365 a nejsou dostupné po dokončení úlohy. Přináší to důležitou transparentnost ohledně práce s daty a bezpečnosti.

    • Přidáno vysvětlení dočasného, izolovaného prostředí pro zpracování dat u Cowork úloh
    • Upřesněno, že soubory jsou použity pouze po dobu trvání úlohy a prostředí je následně odstraněno
    • Definována hranice služby Microsoft 365 v kontextu Cowork
  • Dokumentace nyní upřesňuje, že přepisy aktivit lze sdílet s dalšími uživateli, pokud to povolí systémový administrátor, místo aby byly striktně omezeny jen na vlastní interakce uživatele. To ovlivňuje, jak mohou být data o aktivitě agenta v organizaci zpřístupněna a kontrolována.

    • Administrátoři mohou povolit sdílení přepisů aktivit s dalšími uživateli
    • Viditelnost přepisů aktivit už není striktně omezena jen na vlastní interakce uživatele
  • Dokumentace upřesňuje požadovanou roli pro povolení integrace s Microsoft Purview ve Foundry: mění ji z „Foundry Account Owner“ na „Azure AI Account Owner“. Dále doplňuje, co se děje s interakčními daty po zapnutí integrace.

    • Požadovaná role pro povolení Purview změněna z „Foundry Account Owner“ na „Azure AI Account Owner“
    • Upřesňuje, že interakční data z Foundry models jsou po integraci odesílána do tenant účtu Microsoft Purview
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot capabilities in Word for mobile.

    • Official documentation for Copilot in Word on mobile devices is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. A documentation page detailing Copilot's skills in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to information about Copilot's PowerPoint capabilities.

    • Loss of a dedicated page on Copilot skills in PowerPoint
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for using Copilot in PowerPoint on mobile devices has been removed. It is unclear whether this indicates a feature deprecation or a documentation restructure, but information about Copilot's mobile capabilities is now missing.

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

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

    • Page on visualizing data with Copilot in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
    • Users lose access to instructions or details on Copilot's data visualization capabilities 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 using Copilot in Excel
    • 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 resource for common questions and troubleshooting about Copilot in Excel, but it is unclear if the content was deprecated or simply relocated.

    • Loss of FAQ resource for Copilot in Excel
    • Potential gap in user support and self-service troubleshooting
  • Page removed or relocated. Documentation for Copilot in Excel rules is now missing. It is unclear if this is due to deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on this capability.

    • Page covering Copilot in Excel rules has been removed
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The documentation page for Copilot in Excel personalization is now missing. It is unclear whether this indicates a feature deprecation or a relocation of the documentation, but users currently lack official guidance on personalizing Copilot in Excel.

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

    • Copilot in Excel (Microsoft Skills) documentation is no longer 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/relocation of the content, but users lose access to guidance on how Copilot interacts with Excel data sources.

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

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

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

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

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

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

    • Page covering Copilot in Word on mobile devices is no longer available
    • Uncertainty whether this reflects feature removal or documentation reorganization
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized resource for common questions and answers about Copilot's features and usage in PowerPoint, which could impact their ability to quickly resolve issues or understand capabilities.

    • FAQ documentation for Copilot in PowerPoint is no longer available
    • Users may have difficulty finding answers to common questions about Copilot features in PowerPoint
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

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

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

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

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

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

    • Removal of introductory/getting started guidance for Copilot in Excel
    • Uncertainty about whether the 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 this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates deprecation of features or a restructuring of documentation, but users now lack direct reference material for Copilot's Excel-specific capabilities.

    • Loss of documentation outlining Copilot's skills in Excel
    • Uncertainty whether features are deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear if this reflects a deprecation of the feature or a restructuring/relocation of the documentation, but users now lack direct guidance on this capability.

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

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

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

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

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

    • Missing instructions for generating summaries with Copilot in Word
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for using Copilot in Word on mobile devices has been removed. It is unclear whether this indicates a feature deprecation or a restructuring of documentation, but users now lack official guidance on Copilot'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 FAQ page for Copilot in PowerPoint has been removed, resulting in the loss of a resource that addressed common user questions about Copilot's features and usage in PowerPoint. It is unclear whether this information has been relocated or consolidated elsewhere.

    • FAQ documentation for Copilot in PowerPoint is no longer available
    • Users lose access to answers for common questions about Copilot's PowerPoint integration
  • Page removed or relocated. A documentation page about Copilot in PowerPoint skills is now missing. It is unclear if this indicates feature deprecation or simply a restructuring or relocation of the documentation, but users currently lose access to information about Copilot's capabilities in PowerPoint.

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

    • Official documentation for chatting 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 using Copilot to visualize data in Excel has been removed. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but guidance on this specific Copilot capability is now missing.

    • Page detailing how to visualize data with Copilot in Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page 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.

    • Page on importing data from web/internal sources with Copilot in Excel is missing
    • Uncertainty whether feature is deprecated or 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 explaining how to import 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 documentation page for getting started with Copilot in Excel has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on how to begin using Copilot in Excel.

    • Removal of introductory/getting started guidance for Copilot in Excel
    • 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 indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on this capability.

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

    • Loss of documentation outlining Copilot's skills in Excel
    • Uncertainty whether features are deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel and Power BI is no longer available. It is unclear whether this reflects a deprecation of the feature or a relocation/restructuring of the documentation, but users now lack official guidance on using Copilot with Excel and Power BI.

    • Documentation for Copilot integration with Excel and Power BI is missing
    • Uncertainty whether this is due to feature deprecation or documentation restructuring
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on personalizing Copilot in Excel.

    • Loss of documentation on Copilot in Excel personalization
    • Uncertainty whether feature is deprecated or documentation was moved
  • Page removed or relocated. The documentation page for Copilot in Excel (Microsoft Skills) has been removed. It is unclear whether this indicates a deprecation of the feature or a restructuring of the documentation, but users now lack official guidance on this capability.

    • Copilot in Excel (Microsoft Skills) documentation is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. Documentation about Copilot in Excel data sources is now missing. It is unclear if this indicates a feature deprecation or a relocation of the content, 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 restructuring
  • Page removed or relocated. The documentation page for using Copilot to write in the SharePoint rich text editor has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but guidance on this specific Copilot capability is now missing.

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

    • Documentation for AI-powered page creation in SharePoint is no longer accessible
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this reflects a deprecation, a move, or a restructuring of documentation, but users now lack a central overview or welcome guide for Copilot in Word.

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

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

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

    • Page explaining how to summarize presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear whether the content has been deprecated, relocated, or consolidated elsewhere, but users now lack a centralized resource for common questions about Copilot in PowerPoint.

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

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

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

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

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

    • FAQ documentation for Copilot Office Agent is missing
    • Potential loss of guidance on usage, troubleshooting, or feature details
  • Page removed or relocated. The documentation page for importing data from the web and internal sources into Excel using Copilot is no longer available. It is unclear whether this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Missing guidance on using Copilot to import data into Excel from web/internal sources
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed, resulting in the loss of a resource that addressed common user questions. It is unclear whether this indicates a deprecation, relocation, or restructuring of the documentation.

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

    • Removal of Copilot in Excel tips documentation
    • Potential loss of guidance for effective Copilot 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 deprecation of the feature or a relocation/restructuring of the documentation, but users currently lose access to 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 rules has been removed. It is unclear if this indicates deprecation of the feature or a restructuring of the documentation. Users now lack direct access to guidance or information about 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 for Copilot in Excel personalization is now missing. It is unclear if this reflects a feature deprecation, a move, or a restructure, but users currently lack official guidance on personalizing Copilot in Excel.

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

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.

    • Page detailing 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 introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack an official overview or welcome guide for Copilot in Word.

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

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page 'Welcome to Copilot in PowerPoint' has been removed. It is unclear whether this indicates a deprecation of the feature, a relocation of the content, or a restructuring of documentation. Users now lack an introductory resource for Copilot in PowerPoint.

    • Removal of introductory documentation for Copilot in PowerPoint
    • Potential loss of onboarding or overview information for new users
  • Page removed or relocated. The documentation page 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.

    • Official instructions for using Copilot to summarize PowerPoint presentations are no longer available
    • Uncertainty whether the feature is deprecated or the documentation has been relocated
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. It is unclear if this indicates a 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 for common user questions
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this 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. A documentation page about Copilot in PowerPoint skills has been removed. It is unclear if this indicates a feature deprecation or a restructuring of the documentation, but information about Copilot's capabilities in PowerPoint is now missing from this location.

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

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

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

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

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

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

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

    • Removal of introductory/getting started guidance for Copilot in Excel
    • Potential gap in onboarding or feature discovery for new users
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. This means users no longer have access to a centralized resource for common questions and answers about Copilot's features and usage in Excel, but it is unclear if this indicates feature deprecation or simply a documentation restructure.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of quick-reference answers for users
    • Uncertainty whether this is due to deprecation or documentation reorganization
  • Page removed or relocated. A documentation page offering tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to these usage tips.

    • Removal of a page dedicated to Copilot in Excel tips
    • Potential loss of guidance for effective Copilot use in Excel
  • Page removed or relocated. The documentation page detailing Copilot's skills in Excel has been removed. It is unclear if this reflects a deprecation of features or a restructuring of documentation, but users now lack a dedicated reference for Copilot's Excel-specific capabilities.

    • Loss of a page focused on 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 no longer available. It is unclear whether this indicates feature deprecation or a restructuring of documentation, but users now lack official guidance on Copilot rules in Excel.

    • Documentation for Copilot in Excel rules is missing
    • Uncertainty if this is due to deprecation or doc reorganization
  • Page removed or relocated. Documentation about Copilot personalization features in Excel is now missing. It is unclear if this reflects a feature deprecation or a restructuring of the documentation, but users lose access to guidance on personalizing Copilot in Excel.

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

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page about refining SharePoint pages with AI is no longer available. It is unclear whether this reflects a deprecation of the feature, a relocation of the documentation, or a restructuring of content.

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

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

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

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

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

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential gap in user guidance for leveraging Copilot's presentation creation features
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

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

    • Page detailing how to use Copilot in Outlook to create meeting agendas is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for Copilot Office Frontier (Office Agent) has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack access to frequently asked questions about this capability.

    • FAQ content for Copilot Office Frontier (Office Agent) is no longer available
    • Potential loss of answers to common user questions about this feature
  • 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 covering Copilot's data visualization capabilities in Excel has been removed
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page explaining how to use Copilot in Excel to import data from another Excel file has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

    • Page detailing Copilot-assisted data import between Excel files is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear if this indicates a deprecation of the feature or a restructuring of the documentation. Users now lack direct guidance on how to begin using Copilot in Excel.

    • Removal of 'Get started with Copilot in Excel' documentation
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation of features, relocation of content, or a documentation restructure, but users now lack a centralized source 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 offering tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a restructuring of documentation, but users now lack direct access to these usage tips.

    • Removal of a page dedicated to Copilot in Excel tips
    • Potential loss of guidance for effective Copilot usage in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel rules is no longer available. It is unclear whether this indicates a feature deprecation or a restructuring/relocation of the content, but users now lack direct documentation on this topic.

    • Page on Copilot in Excel rules removed
    • Uncertainty whether feature is deprecated or documentation is relocated
  • Page removed or relocated. The documentation page for Copilot in Excel and Power BI is no longer available at its previous URL. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack direct guidance on Copilot integration with Excel and Power BI.

    • Documentation for Copilot in Excel and Power BI is missing
    • Uncertainty whether this is due to deprecation or reorganization
  • Page removed or relocated. A documentation page about getting started with editing prompts in Copilot for Excel has been removed. It is unclear if this is due to feature deprecation or documentation restructuring, but users now lack direct guidance on this topic.

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether the removal indicates feature deprecation or documentation reorganization
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but guidance on using AI in SharePoint is now missing.

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

    • Removal of the 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 whether this indicates feature deprecation or a restructuring of documentation, but users now lack direct 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 introductory documentation page for Copilot in PowerPoint has been removed. It is unclear if this indicates a feature deprecation or a restructuring of documentation, but users now lack a central overview or onboarding resource for Copilot in PowerPoint.

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

    • Page detailing how to summarize presentations with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The FAQ page for Copilot in PowerPoint has been removed. This means users no longer have access to a centralized set of frequently asked questions and answers about Copilot's features and usage in PowerPoint, which could impact their ability to quickly resolve common issues or understand capabilities.

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

    • Loss of step-by-step instructions for creating presentations with Copilot in PowerPoint
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to add an image to a PowerPoint presentation using Copilot is no longer available. It is unclear 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 is missing
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear if this indicates feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

    • Page detailing how to create a meeting agenda with Copilot in Outlook is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Agent component of Copilot is no longer available. It is unclear whether this indicates deprecation, relocation, or restructuring of the documentation, but users now lack direct access to frequently asked questions about this feature.

    • FAQ content for Copilot Office Agent is missing
    • Uncertainty about whether the feature is deprecated or documentation is 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 lose direct guidance on this scenario.

    • Page on importing data from another Excel file with Copilot is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page for getting started with Copilot in Excel has been removed. It is unclear whether this indicates a deprecation of the feature or a restructuring of 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. 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 the documentation was relocated
  • Page removed or relocated. A page providing tips for using Copilot in Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack direct access to these usage tips.

    • Removal of documentation offering tips for Copilot in Excel
    • Potential loss of guidance for effective Copilot usage in Excel
  • Page removed or relocated. A documentation page detailing Copilot's skills in Excel has been removed. It is unclear whether this indicates feature deprecation 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 deprecation or documentation reorganization
  • Page removed or relocated. The documentation page for Copilot in Excel and Power BI is no longer available at its previous URL. It is unclear if this indicates a feature deprecation or a documentation restructure, but users now lack direct access to guidance on Copilot capabilities in these products.

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

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but guidance on using AI within SharePoint is now missing.

    • Page detailing AI refinement features for SharePoint pages has been removed
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The introductory documentation page for Copilot in Word has been removed. It is unclear if this indicates a deprecation, relocation, or restructuring of the content. Users may temporarily lose access to basic orientation 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 feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Page detailing how to use Copilot to rewrite text in Word is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The introductory documentation page for Copilot in PowerPoint 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 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 documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

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

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

    • Page detailing how to add a slide from a file with Copilot in PowerPoint is no longer available
    • Uncertainty whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The documentation page for creating a meeting agenda with Copilot in Outlook has been removed. It is unclear if this indicates feature deprecation or simply a restructuring or relocation of the documentation.

    • 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 has moved
  • Page removed or relocated. The FAQ page for the Office Agent in Copilot for Office Frontier has been removed. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack access to official answers to common questions about this capability.

    • FAQ documentation for Office Agent in Copilot for Office Frontier is no longer available
    • Potential loss of guidance and troubleshooting information for users
  • Page removed or relocated. Documentation for using Copilot in Excel to import data from another Excel file is now missing. It is unclear if this reflects a feature deprecation or a documentation restructure, but users lose direct guidance on this scenario.

    • Page explaining how to import data from another Excel file with Copilot is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed. It is unclear whether this indicates deprecation, relocation, or restructuring of the documentation, but users now lack a dedicated FAQ resource for Copilot in Excel.

    • FAQ content for Copilot in Excel is no longer available at this URL
    • Potential loss of answers to common user questions about Copilot in Excel
  • Page removed or relocated. A documentation page providing tips for using Copilot in Excel has been removed. It is unclear 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 use of Copilot 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's rule-based features in Excel.

    • Copilot in Excel rules documentation missing
    • Uncertainty whether feature is deprecated or content moved
  • Page removed or relocated. The documentation page for Copilot in Excel and Power BI is no longer available at this URL. It is unclear if the content has been deprecated or simply relocated, but users currently lose access to guidance on Copilot integration with Excel and Power BI.

    • Documentation for Copilot in Excel and Power BI is missing
    • Uncertainty whether this reflects deprecation or restructuring
  • Page removed or relocated. The documentation page about Copilot in Excel personalization is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but information on personalizing Copilot in Excel is now missing.

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

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page for refining SharePoint pages with AI is no longer available. It is unclear if this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.

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

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

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

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

    • Official instructions for using Copilot to summarize PowerPoint presentations are no longer available
    • Uncertainty whether the feature is deprecated or the documentation has been relocated
  • Page removed or relocated. The documentation page explaining how to create a new presentation with Copilot in PowerPoint has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this capability.

    • Step-by-step instructions for creating presentations with Copilot in PowerPoint are no longer available
    • Potential loss of troubleshooting or usage tips specific to this workflow
  • Page removed or relocated. 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 is missing
    • Uncertainty whether the feature is deprecated or the documentation was moved
  • Page removed or relocated. The documentation page explaining how to add a slide from a file using Copilot in PowerPoint has been removed. It is unclear whether this reflects a feature deprecation or a documentation restructure, but users now lack official guidance on this specific Copilot capability.

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

    • Official instructions for using Copilot to create meeting agendas in Outlook are no longer available
    • Uncertainty remains whether the feature is deprecated or the documentation was relocated
  • Page removed or relocated. The FAQ page for the Office Agent (Copilot Office Frontier) is no longer available. It is unclear if this indicates feature deprecation or simply a documentation restructure, but users now lack access to official answers about this Copilot capability.

    • FAQ documentation for Copilot Office Agent is missing
    • Potential loss of guidance on usage, limitations, or troubleshooting
  • Page removed or relocated. The FAQ page for Copilot in Excel has been removed, resulting in the loss of a resource that addressed common user questions about Copilot's features and usage in Excel. It is unclear if this content has been relocated or consolidated elsewhere.

    • 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 containing tips for using Copilot in Excel has been removed. It is unclear if this reflects a deprecation, a move, or a consolidation of content, but users now lack direct access to these tips from this URL.

    • Removal of a page specifically offering tips for Copilot in Excel
    • Potential loss of guidance for optimizing Copilot usage in Excel
  • Page removed or relocated. The documentation page for Copilot in Excel rules is no longer available. It is unclear whether this indicates a deprecation of the feature or a relocation of the documentation, but users now lack official guidance on Copilot rules in Excel.

    • Copilot in Excel rules documentation is missing
    • Uncertainty whether feature is deprecated or doc is relocated
  • Page removed or relocated. A documentation page about getting started with editing prompts in Copilot for Excel has been removed. It is unclear if this reflects a feature deprecation or a documentation restructure, but users now lack direct guidance on this topic.

    • Page on getting started with editing prompts in Copilot for Excel is no longer available
    • Uncertainty whether this is due to feature removal or documentation reorganization
  • Page removed or relocated. The documentation page describing how to refine SharePoint pages with AI is no longer available. It is unclear whether this reflects a feature deprecation or a documentation restructure, but information about using AI in SharePoint page refinement is now missing.

    • Page detailing AI-powered refinement of SharePoint pages has been removed
    • Uncertainty whether this is due to feature removal or documentation reorganization