← К материалу
Оригинал ↗
SOURCE DOCUMENT
Raw HTML
You searched for | Microsoft Copilot Blog · Microsoft Copilot Studio Blog
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="UTF-8" />
<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<script>window.addEventListener("DOMContentLoaded",()=>{const t=()=>window.innerWidth-document.body.clientWidth;const e=()=>{document.documentElement.style.setProperty("--wp--custom--scrollbar-width",`${t()}px`)};e();window.addEventListener("resize",e);});</script>
<link rel="dns-prefetch" href="//target.microsoft.com">
<link rel="dns-prefetch" href="//microsoftmscompoc.tt.omtrdc.net">
<link rel="preload" href="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js" as="script">
<link rel="preload" href="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ms-metrics/assets/js/at.2.9.0.js" as="script">
<meta name="awa-pageType" content="Search">
<meta name="awa-market" content="en-us">
<meta name="awa-env" content="Production">
<meta name="awa-pgidx" content="1">
<meta name="awa-pgtot" content="15">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name='robots' content='noindex, follow' />
<!-- This site is optimized with the Yoast SEO plugin v27.4 - https://yoast.com/product/yoast-seo-wordpress/ -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="You searched for | Microsoft Copilot Blog" />
<meta property="og:site_name" content="Microsoft Copilot Blog" />
<meta property="og:image" content="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/05/cropped-microsoft_logo_element.webp" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="You searched for | Microsoft Copilot Blog" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":["CollectionPage","SearchResultsPage"],"@id":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/?s","url":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/?s=","name":"You searched for | Microsoft Copilot Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/#website"},"primaryImageOfPage":{"@id":"#primaryimage"},"image":{"@id":"#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2045\/12\/One-system-for-business-processes.jpg","breadcrumb":{"@id":"#breadcrumb"},"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2045\/12\/One-system-for-business-processes.jpg","contentUrl":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2045\/12\/One-system-for-business-processes.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/copilot-studio\/"},{"@type":"ListItem","position":2,"name":"You searched for"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/","name":"Microsoft Copilot Blog","description":"","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/#organization","name":"Microsoft Copilot Blog","url":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2024\/05\/cropped-microsoft_logo_element.webp","contentUrl":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2024\/05\/cropped-microsoft_logo_element.webp","width":512,"height":512,"caption":"Microsoft Copilot Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/microsoft-copilot\/blog\/#\/schema\/logo\/image\/"}}]}</script>
<!-- / Yoast SEO plugin. -->
<script>
// Define Adobe Target Property
var at_property = "beedee45-3f39-f022-9e83-653d86f7267c"; // Workspace Name
! function () {
window.tt_getCookie = function (t) {
var e = RegExp(t + "[^;]+").exec(document.cookie);
return decodeURIComponent(e ? e.toString().replace(/^[^=]+./, "") : "")
}
var t = tt_getCookie("MC1"),
e = tt_getCookie("MSFPC");
function o(t) {
return t.split("=")[1].slice(0, 32)
}
var n = "";
if ("" != t) n = o(t);
else if ("" != e) n = o(e);
if (n.length > 0) var r = n;
if (n.length > 0 && at_property != "") {
window.targetPageParams = function () {
return {
"mbox3rdPartyId": r,
"at_property": at_property
}
}
} else if (at_property != "") {
window.targetPageParams = function () {
return {
"at_property": at_property
}
}
}
}();
// ContentSquare functions
function isEmpty(val) { return (val === undefined || val == null || val.length <= 0) ? true : false; } function key(obj) { return Object.keys(obj) .map(function(k) { return k + "" + obj[k]; }) .join(""); } function distinct(arr) { var result = arr.reduce(function(acc, e) { acc[key(e)] = e; return acc;}, {}); return Object.keys(result) .map(function(k) { return result[k]; }); }
// Adobe Analytics data collection / ContentSquare ttMeta Object **DO NOT ALTER**
var tnt_response = "";
document.addEventListener("at-request-succeeded", function (e) {
if (e.detail.analyticsDetails != undefined) {
/*** 1DS ***/
window.check1DS = function (j) { // function to check either 1DS or JSLL
if ( (typeof analytics !== 'undefined') && typeof analytics.isInitialized === 'function' && analytics.isInitialized()) { // Check for 1DS
tnt_response = e.detail;
//ContentUpdate Event with Target Friendly names
if (e.detail.responseTokens != undefined) { //checks for friendly name data from response tokens
console.log("1DS - present with response tokens");
//ContentUpdate Event with tnta
analytics.captureContentUpdate(
{
actionType: "A",
behavior: "12",
content: JSON.stringify({}),
pageTags: {
tnta: (tnt_response && tnt_response.analyticsDetails[0] ? tnt_response.analyticsDetails[0].payload.tnta : ''), //a4t data payload
}
}
)
var tt_activityCount = e.detail.responseTokens.length;
for (i = 0; i < tt_activityCount; i++) {
//1DS Content Update
console.log('1DS - started captureContentCall - i=' + i);
analytics.captureContentUpdate(
{
actionType: "A",
behavior: "12",
content: JSON.stringify({}),
pageTags: {
tnta: '', // null out tnta to prevent duplicate A4T hits
at_activity_name: (tnt_response && tnt_response.responseTokens[i] ? tnt_response.responseTokens[i]["activity.name"] : ''), //friendly name target activity
at_exp_name: (tnt_response && tnt_response.responseTokens[i] ? tnt_response.responseTokens[i]["experience.name"] : ''), // friendly name target experience
at_activity_id: (tnt_response && tnt_response.responseTokens[i] ? tnt_response.responseTokens[i]["activity.id"] : ''),
at_exp_id: (tnt_response && tnt_response.responseTokens[i] ? tnt_response.responseTokens[i]["experience.id"] : '')
}
}
)
}
console.log('1DS - completed captureContentCall');
// ttMETA object set for ContentSquare pickup
window.ttMETA = typeof(window.ttMETA) != "undefined" ? window.ttMETA : []; var tokens = e.detail.responseTokens; if (isEmpty(tokens)) { return; } var uniqueTokens = distinct(tokens); uniqueTokens.forEach(function(token) { window.ttMETA.push({ 'CampaignName': token["activity.name"], 'CampaignId': token["activity.id"], 'RecipeName': token["experience.name"], 'RecipeId': token["experience.id"], 'OfferId': token["option.id"], 'OfferName': token["option.name"] }); });
} else {
console.log("1DS - present, no response tokens");
}
} else {
console.log('1DS - looping 1DS check');
if(j < 40) {
j++;
setTimeout(function(){check1DS(j)}, 250);
console.log('1DS - looping 1DS check - loop j=' + j);
}
}
};
check1DS(1);
/*** /1DS ***/
}
});
</script>
<script>
function adobeTargetTracking() {
var s = document.createElement( 'script' );
var src = "https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ms-metrics/assets/js/at.2.9.0.js";
s.setAttribute( 'src', src );
document.body.appendChild( s );
}
</script>
<!-- Adobe Target -->
<title>You searched for | Microsoft Copilot Blog</title>
<link rel='dns-prefetch' href='//www.microsoft.com' />
<link rel='dns-prefetch' href='//js.monitor.azure.com' />
<link rel="alternate" type="application/rss+xml" title="Microsoft Copilot Blog » Feed" href="https://www.microsoft.com/en-us/microsoft-copilot/blog/feed/" />
<link rel="alternate" type="application/rss+xml" title="Microsoft Copilot Blog » Comments Feed" href="https://www.microsoft.com/en-us/microsoft-copilot/blog/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Microsoft Copilot Blog » Search Results for “” Feed" href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/feed/rss2/" />
<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='bloginabox-theme-uhf-header-style-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/uhf-header/style.css?ver=56bce029ce3d6dee38bebc2214679bb975539dd340a522acf406d88fad7e5b85' media='all' />
<style id='bloginabox-theme-breadcrumbs-style-inline-css'>
:root{--breadcrumbs-foreground:var(--wp--custom--color--core--dark-blue--900);--breadcrumbs-link-foreground:var(--wp--custom--color--core--dark-blue--500);--breadcrumbs-link-font-weight:var(--wp--custom--font--weight--core--semi-bold);--breadcrumbs-link-text-decoration:underline;--breadcrumbs-link-last-foreground:var(--breadcrumbs-foreground);--breadcrumbs-link-last-font-weight:var(--wp--custom--font--weight--core--normal);--breadcrumbs-link-last-text-decoration:none}body.dark{--breadcrumbs-foreground:var(--wp--custom--color--core--pure--white);--breadcrumbs-link-foreground:var(--wp--custom--color--core--sky-blue--100);--breadcrumbs-link-last-foreground:var(--breadcrumbs-foreground)}.breadcrumbs__list{display:flex;flex-wrap:nowrap;gap:var(--wp--preset--spacing--2-xs);list-style:none;margin:0;padding:0}.breadcrumbs__link{color:var(--breadcrumbs-link-foreground);display:block;font-weight:var(--breadcrumbs-link-font-weight);-webkit-text-decoration:var(--breadcrumbs-link-text-decoration);text-decoration:var(--breadcrumbs-link-text-decoration);text-overflow:ellipsis;white-space:nowrap}.breadcrumbs__link:hover{text-decoration:none}span.breadcrumbs__link{overflow:hidden}.breadcrumbs__item:first-child .breadcrumbs__link{align-items:center;display:inline-flex;gap:var(--wp--preset--spacing--2-xs)}.breadcrumbs__item:first-child .breadcrumbs__link:before{background-color:currentColor;content:"";display:block;flex-shrink:0;height:16px;-webkit-mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/breadcrumbs/../../svg/icon-house.svg);mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/breadcrumbs/../../svg/icon-house.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:16px}.breadcrumbs__item{align-items:center;display:flex;flex-shrink:0;gap:var(--wp--preset--spacing--2-xs);min-width:0}.breadcrumbs__item:not(:last-child):after{background-color:currentColor;content:"";display:block;flex-shrink:0;height:13px;-webkit-mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/breadcrumbs/../../svg/icon-chevron-right-thick.svg);mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/breadcrumbs/../../svg/icon-chevron-right-thick.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:13px}.breadcrumbs__item:last-child{color:var(--breadcrumbs-link-last-foreground);flex:1;min-width:0}.breadcrumbs__item:last-child .breadcrumbs__link{color:var(--breadcrumbs-link-last-foreground);font-weight:var(--breadcrumbs-link-last-font-weight);-webkit-text-decoration:var(--breadcrumbs-link-last-text-decoration);text-decoration:var(--breadcrumbs-link-last-text-decoration)}.breadcrumbs{color:var(--breadcrumbs-foreground);margin-left:calc(var(--wp--style--root--padding-left)*-1);margin-right:calc(var(--wp--style--root--padding-left)*-1);padding-left:var(--wp--style--root--padding-left);padding-right:var(--wp--style--root--padding-left)}@media (min-width:53.75rem){.breadcrumbs{margin-left:0;margin-right:0;padding:0}}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/breadcrumbs/style.css */
</style>
<style id='copilot-bloginabox-theme/breadcrumbs-inline-css'>
:root{--breadcrumb-foreground:#311f10;--breadcrumbs-link-foreground:var(--breadcrumb-foreground);--breadcrumbs-link-last-foreground:var(--breadcrumbs-link-foreground)}body.dark{--breadcrumb-foreground:#f3e7db;--breadcrumbs-link-foreground:#fffcfa;--breadcrumbs-link-last-foreground:var(--breadcrumb-foreground)}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/bloginabox-theme/breadcrumbs.css */
</style>
<style id='wp-block-search-inline-css'>
.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/search/style.min.css */
</style>
<link rel='stylesheet' id='bloginabox-theme-core/search-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/autoenqueue/core/search.css?ver=94c736af332cd58cf2d8' media='all' />
<style id='copilot-core/search-inline-css'>
:root{--search-button-background:#311f10;--search-button-background-hover:#23160b;--search-button-border:2px solid #311f10;--search-button-border-hover:2px solid #23160b;--search-button-foreground:#fff6f0;--search-inside-wrapper-background:#fefefe;--search-input-foreground:#311f10}body.dark{--search-inside-wrapper-background:#150d07;--search-button-background:#f8cec8;--search-button-background-hover:#ef9587;--search-button-border:2px solid #f8cec8;--search-button-border-hover:2px solid #ef9587;--search-button-foreground:#0e1726;--search-button-foreground-hover:#0e1726}body.dark[\:has\(\.theme-copilot-studio\)]{--button-background-active:transparent!important;--search-button-background:#e6e6e4;--search-button-background-hover:transparent;--search-button-border:2px solid #e6e6e4;--search-button-border-hover:2px solid #e6e6e4;--search-button-foreground:#0e1726;--search-button-foreground-hover:#bdc5d2}body.dark:has(.theme-copilot-studio){--button-background-active:transparent!important}body.dark:has(.theme-copilot-studio){--search-button-background:#e6e6e4;--search-button-background-hover:transparent;--search-button-border:2px solid #e6e6e4;--search-button-border-hover:2px solid #e6e6e4;--search-button-foreground:#0e1726;--search-button-foreground-hover:#bdc5d2}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/core/search.css */
</style>
<style id='wp-block-columns-inline-css'>
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/columns/style.min.css */
</style>
<link rel='stylesheet' id='bloginabox-theme-core/columns-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/autoenqueue/core/columns.css?ver=83935ed708075eb642e8' media='all' />
<style id='copilot-core/columns-inline-css'>
:root{--sidebar-style-post-link-color:#311f10}@media (min-width:90rem){.wp-block-columns.is-style-sidebar>.wp-block-column:first-child>*{max-width:328px}.wp-block-columns.is-style-sidebar>.wp-block-column:first-child>* .taxonomy-list{justify-content:flex-end}}.wp-block-columns.is-style-sidebar>.wp-block-column:first-child>* .wp-block-bloginabox-theme-promo-post{margin-top:var(--wp--preset--spacing--lg)}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/core/columns.css */
</style>
<style id='wp-block-query-title-inline-css'>
.wp-block-query-title{box-sizing:border-box}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/query-title/style.min.css */
</style>
<style id='bloginabox-theme-section-style-inline-css'>
.section__content{position:relative;z-index:2}.section-background-image-wrapper{height:100%;margin:0!important;overflow:hidden;width:100%}.section-background__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.section__background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.section{position:relative}.section.is-layout-constrained>*{margin-top:0}.section-background-image-wrapper--desktop,.section-background-image-wrapper--mobile{display:none}.section-background-image-wrapper--mobile.section-background-image-wrapper--light,.section__background[\:not-has\(\.section-background-image-wrapper--mobile\)] .section-background-image-wrapper--desktop.section-background-image-wrapper--light{display:block}.section__background:not(:has(.section-background-image-wrapper--mobile)) .section-background-image-wrapper--desktop.section-background-image-wrapper--light{display:block}body.dark .section-background-image-wrapper--mobile.section-background-image-wrapper--light{display:none}body.dark .section-background-image-wrapper--mobile.section-background-image-wrapper--dark{display:block}body.dark .section__background[\:not-has\(\.section-background-image-wrapper--mobile\)] .section-background-image-wrapper--desktop.section-background-image-wrapper--light{display:none}body.dark .section__background:not(:has(.section-background-image-wrapper--mobile)) .section-background-image-wrapper--desktop.section-background-image-wrapper--light{display:none}body.dark .section__background[\:not-has\(\.section-background-image-wrapper--mobile\)] .section-background-image-wrapper--desktop.section-background-image-wrapper--dark{display:block}body.dark .section__background:not(:has(.section-background-image-wrapper--mobile)) .section-background-image-wrapper--desktop.section-background-image-wrapper--dark{display:block}@media (min-width:53.75rem){.section-background-image-wrapper--mobile{display:none!important}.section-background-image-wrapper--desktop.section-background-image-wrapper--light{display:block}.section-background-image-wrapper--desktop.section-background-image-wrapper--dark,body.dark .section-background-image-wrapper--desktop.section-background-image-wrapper--light{display:none}body.dark .section-background-image-wrapper--desktop.section-background-image-wrapper--dark{display:block}}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/section/style.css */
</style>
<style id='copilot-bloginabox-theme/section-inline-css'>
.wp-block-bloginabox-theme-section .section--honey-cream{background-color:var(--wp--preset--color--honey-cream)}.wp-block-bloginabox-theme-section .section--oat-linen{background-color:var(--wp--preset--color--oat-linen)}.wp-block-bloginabox-theme-section .section--dark-espresso{background-color:var(--wp--preset--color--dark-espresso)}body.dark .wp-block-bloginabox-theme-section .section--honey-cream{background-color:var(--wp--preset--color--honey-cream)}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/bloginabox-theme/section.css */
</style>
<style id='bloginabox-theme-refine-results-button-style-inline-css'>
:root{--refine-results-button-link-foreground:var(--wp--custom--color--core--dark-blue--800)}body.dark{--refine-results-button-link-foreground:var(--wp--custom--color--core--warm-white--100)}.refine-results-button-link{align-items:center;color:var(--refine-results-button-link-foreground);cursor:pointer;display:flex;font-size:var(--wp--preset--font-size--eyebrow-large);font-weight:var(--wp--custom--font--weight--core--semi-bold);justify-content:space-between;text-decoration:none}@media (min-width:53.75rem){.refine-results-button-link{display:none}}.refine-results-button-link:after{aspect-ratio:1;background-color:currentColor;content:"";display:block;-webkit-mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/refine-results-button/../../svg/icon-chevron-down-thick.svg);mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/refine-results-button/../../svg/icon-chevron-down-thick.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:16px}.is-style-search--refine-open .refine-results-button-link:after{-webkit-mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/refine-results-button/../../svg/icon-chevron-up-thick.svg);mask-image:url(/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/refine-results-button/../../svg/icon-chevron-up-thick.svg)}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/refine-results-button/style.css */
</style>
<style id='wp-block-heading-inline-css'>
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/heading/style.min.css */
</style>
<style id='bloginabox-theme-sort-by-style-inline-css'>
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/sort-by/style.css */
</style>
<style id='wp-block-details-inline-css'>
.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/details/style.min.css */
</style>
<link rel='stylesheet' id='bloginabox-theme-core/details-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/autoenqueue/core/details.css?ver=0b4691df4f813f49ec6b' media='all' />
<style id='copilot-core/details-inline-css'>
:root{--detail-summary-icon-background-color:#311f10;--detail-summary-icon-background-color-hover:#311f10;--detail-summary-icon-color:#fff6f0;--detail-summary-icon-color-hover:#fff6f0;--detail-summary-icon-background-color-open:#311f10}body.dark{--detail-background-color:hsla(0,0%,100%,.2);--detail-summary-icon-background-color:#f8cec8;--detail-summary-icon-background-color-hover:#e7614c;--detail-summary-icon-color:#311f10;--detail-summary-icon-color-hover:#311f10;--detail-summary-icon-background-color-open:#e7614c}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/core/details.css */
</style>
<style id='bloginabox-theme-elasticpress/facet-inline-css'>
:root{--ep-facet-checkbox-border-color:var(--wp--custom--color--core--dark-blue--500);--ep-facet-checkbox-border-color-checked:var(--wp--custom--color--core--brilliant-blue--500);--ep-facet-checkbox-background-color-checked:var(--wp--custom--color--core--brilliant-blue--500)}body.dark{--ep-facet-checkbox-border-color:var(--wp--custom--color--core--sky-blue--500);--ep-facet-checkbox-border-color-checked:var(--wp--custom--color--core--sky-blue--500);--ep-facet-checkbox-background-color-checked:var(--wp--custom--color--core--sky-blue--500)}[dir=ltr] .wp-block-elasticpress-facet .ep-checkbox{margin-right:0}[dir=rtl] .wp-block-elasticpress-facet .ep-checkbox{margin-left:0}.wp-block-elasticpress-facet .ep-checkbox{aspect-ratio:1;background-color:transparent;border:2px solid var(--ep-facet-checkbox-border-color);border-radius:var(--wp--custom--radius--core--xs);height:auto;margin-top:0;width:24px}.wp-block-elasticpress-facet .ep-checkbox:after{height:10px;position:relative;top:-1px;width:5px}.wp-block-elasticpress-facet .ep-checkbox.checked{background-color:var(--ep-facet-checkbox-background-color-checked);border-color:var(--ep-facet-checkbox-border-color-checked)}.wp-block-elasticpress-facet .term{font-size:var(--wp--preset--font-size--body-small)}.wp-block-elasticpress-facet .term:not(:last-child){margin-bottom:var(--wp--preset--spacing--sm)}.wp-block-elasticpress-facet .term a{align-items:start!important;color:inherit;font-weight:var(--wp--custom--font--weight--core--semi-bold);gap:var(--wp--preset--spacing--sm);text-decoration:none}[dir=ltr] .wp-block-elasticpress-facet .term a span:last-child{margin-left:auto}[dir=rtl] .wp-block-elasticpress-facet .term a span:last-child{margin-right:auto}.wp-block-elasticpress-facet .term a span:last-child{align-self:flex-start;white-space:nowrap}.wp-block-elasticpress-facet .term a[aria-disabled=true]{display:none}.wp-block-elasticpress-facet .term a:hover{text-decoration:underline}.wp-block-elasticpress-facet .term a:hover .ep-checkbox{background-color:transparent!important}.wp-block-elasticpress-facet .term a:hover .ep-checkbox.checked{background-color:var(--ep-facet-checkbox-background-color-checked)!important}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/autoenqueue/elasticpress/facet.css */
</style>
<style id='copilot-elasticpress/facet-inline-css'>
:root{--ep-facet-checkbox-border-color:#311f10;--ep-facet-checkbox-border-color-checked:#311f10;--ep-facet-checkbox-background-color-checked:#311f10}body.dark{--ep-facet-checkbox-border-color:#fff6f0;--ep-facet-checkbox-border-color-checked:#e7614c;--ep-facet-checkbox-background-color-checked:#e7614c}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/elasticpress/facet.css */
</style>
<style id='bloginabox-theme-publish-date-filter-style-inline-css'>
.publish-date-filter__custom-range{display:grid;grid-gap:var(--wp--preset--spacing--sm);gap:var(--wp--preset--spacing--sm);grid-template-columns:100%;margin-top:var(--wp--preset--spacing--sm)}.publish-date-filter__button{align-items:var(--button-align-items);background:var(--button-background);border:var(--button-border);border-radius:var(--button-radius);box-shadow:var(--button-box-shadow);color:var(--button-foreground);cursor:var(--button-cursor);display:var(--button-display);font-size:var(--button-font-size);font-weight:var(--button-font-weight);gap:var(--button-gap);justify-content:var(--button-justify-content);letter-spacing:var(--button-letter-spacing);outline:var(--button-outline);outline-offset:var(--button-outline-offset);padding-bottom:var(--button-padding-block);padding-left:var(--button-padding-inline);padding-right:var(--button-padding-inline);padding-top:var(--button-padding-block);text-align:var(--button-text-align);-webkit-text-decoration:var(--button-text-decoration);text-decoration:var(--button-text-decoration);transition:var(--button-transition);width:var(--button-width);will-change:background-color,border-color,color}.publish-date-filter__button:hover{background-color:var(--button-background-hover)!important;border:var(--button-border-hover);color:var(--button-foreground-hover);outline:var(--button-outline-hover);outline-offset:var(--button-outline-offset-hover)}.publish-date-filter__button.focus-visible,.publish-date-filter__button:active{background-color:var(--button-background-active)!important;border:var(--button-border-active);color:var(--button-foreground-active);outline:var(--button-outline-active);outline-offset:var(--button-outline-offset-active)}.publish-date-filter__button:active,.publish-date-filter__button:focus-visible{background-color:var(--button-background-active)!important}.publish-date-filter__button:active,.publish-date-filter__button:focus-visible{border:var(--button-border-active);color:var(--button-foreground-active);outline:var(--button-outline-active);outline-offset:var(--button-outline-offset-active)}@media (forced-colors:active){.publish-date-filter__button{background:ButtonFace;color:ButtonText;outline:2px solid ButtonText;outline-offset:0;transition:none}}@media (forced-colors:active) and (color-index:48){.publish-date-filter__button{outline:2px solid text}}@media (forced-colors:active) and (color:48842621){.publish-date-filter__button{outline:2px solid text}}@media (forced-colors:active) and (prefers-color-scheme:dark){.publish-date-filter__button{outline:2px solid text}}@media (forced-colors:active){.publish-date-filter__button.focus-visible,.publish-date-filter__button:active,.publish-date-filter__button:hover{background:ButtonFace;color:ButtonText;outline:2px dashed ButtonText;outline-offset:0}.publish-date-filter__button:active,.publish-date-filter__button:focus-visible,.publish-date-filter__button:hover{background:ButtonFace;color:ButtonText;outline:2px dashed ButtonText;outline-offset:0}}.publish-date-filter__button{--button-padding-block:var(--wp--preset--spacing--2-xs);--button-padding-inline:var(--wp--preset--spacing--sm)}.publish-date-filter__custom-range--hidden{display:none}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/publish-date-filter/style.css */
</style>
<style id='wp-block-group-inline-css'>
.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/group/style.min.css */
</style>
<link rel='stylesheet' id='bloginabox-theme-core/group-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/autoenqueue/core/group.css?ver=f7408a4085e3dc659d34' media='all' />
<link rel='stylesheet' id='bloginabox-theme-card-style-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/card/style.css?ver=08aa35b81f1439498a100c22f4289736de7a60ebf97e951b83acd74ab9930e1a' media='all' />
<style id='copilot-bloginabox-theme/card-inline-css'>
:root{--card-block-meta-link-foreground:#602926;--card-foreground:#311f10;--card-block-meta-opacity:0.7;--card-border:0}.card-block__title{--card-block-title-font-weight:600;color:var(--card-foreground)}.card-block--hero{--card-block-title-font-weight:700}.card-block--hero .card-block__media-container{background:#fefefe;border:1px solid #dedddf;padding:1rem}.card-block__byline{color:var(--card-foreground)}.card-block__byline a{color:var(--card-block-meta-link-foreground)}body[\:has\(\.theme-copilot-studio\)]{--card-border:1px solid #dedddf;--card-background:#fefefe;--card-block-meta-link-foreground:#61615e;--card-foreground:#0e1726;--card-block-meta-opacity:0.7;--card-border:0}body:has(.theme-copilot-studio){--card-border:1px solid #dedddf;--card-background:#fefefe;--card-block-meta-link-foreground:#61615e;--card-foreground:#0e1726;--card-block-meta-opacity:0.7;--card-border:0}body.dark{--card-border:1px solid hsla(0,0%,100%,.1);--card-background:hsla(0,0%,100%,.1);--card-block-meta-link-foreground:#fae19d;--card-foreground:#fff6f0}body.dark .card-block__media-container{background:#150d07;border-color:#1b1109}body.dark[\:has\(\.theme-copilot-studio\)]{--card-border:1px solid #17253d;--card-background:#051118;--card-block-meta-link-foreground:#cbcccc;--card-foreground:#f4fafd;--card-block-meta-opacity:0.7;--card-border:0}body.dark:has(.theme-copilot-studio){--card-border:1px solid #17253d;--card-background:#051118;--card-block-meta-link-foreground:#cbcccc;--card-foreground:#f4fafd;--card-block-meta-opacity:0.7;--card-border:0}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/bloginabox-theme/card.css */
</style>
<style id='wp-block-post-template-inline-css'>
.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/post-template/style.min.css */
</style>
<style id='bloginabox-theme-query-load-more-style-inline-css'>
.query-load-more__button{align-items:var(--button-align-items);background:var(--button-background);border:var(--button-border);border-radius:var(--button-radius);box-shadow:var(--button-box-shadow);color:var(--button-foreground);cursor:var(--button-cursor);display:var(--button-display);font-size:var(--button-font-size);font-weight:var(--button-font-weight);gap:var(--button-gap);justify-content:var(--button-justify-content);letter-spacing:var(--button-letter-spacing);outline:var(--button-outline);outline-offset:var(--button-outline-offset);padding-bottom:var(--button-padding-block);padding-left:var(--button-padding-inline);padding-right:var(--button-padding-inline);padding-top:var(--button-padding-block);text-align:var(--button-text-align);-webkit-text-decoration:var(--button-text-decoration);text-decoration:var(--button-text-decoration);transition:var(--button-transition);width:var(--button-width);will-change:background-color,border-color,color}.query-load-more__button:hover{background-color:var(--button-background-hover)!important;border:var(--button-border-hover);color:var(--button-foreground-hover);outline:var(--button-outline-hover);outline-offset:var(--button-outline-offset-hover)}.query-load-more__button.focus-visible,.query-load-more__button:active{background-color:var(--button-background-active)!important;border:var(--button-border-active);color:var(--button-foreground-active);outline:var(--button-outline-active);outline-offset:var(--button-outline-offset-active)}.query-load-more__button:active,.query-load-more__button:focus-visible{background-color:var(--button-background-active)!important}.query-load-more__button:active,.query-load-more__button:focus-visible{border:var(--button-border-active);color:var(--button-foreground-active);outline:var(--button-outline-active);outline-offset:var(--button-outline-offset-active)}@media (forced-colors:active){.query-load-more__button{background:ButtonFace;color:ButtonText;outline:2px solid ButtonText;outline-offset:0;transition:none}}@media (forced-colors:active) and (color-index:48){.query-load-more__button{outline:2px solid text}}@media (forced-colors:active) and (color:48842621){.query-load-more__button{outline:2px solid text}}@media (forced-colors:active) and (prefers-color-scheme:dark){.query-load-more__button{outline:2px solid text}}@media (forced-colors:active){.query-load-more__button.focus-visible,.query-load-more__button:active,.query-load-more__button:hover{background:ButtonFace;color:ButtonText;outline:2px dashed ButtonText;outline-offset:0}.query-load-more__button:active,.query-load-more__button:focus-visible,.query-load-more__button:hover{background:ButtonFace;color:ButtonText;outline:2px dashed ButtonText;outline-offset:0}}.query-load-more__button.focus-visible{outline-offset:-5px}.query-load-more__button:focus-visible{outline-offset:-5px}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/query-load-more/style.css */
</style>
<style id='wp-interactivity-router-animations-inline-css'>
.wp-interactivity-router-loading-bar {
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100vw;
max-width: 100vw !important;
height: 4px;
background-color: #000;
opacity: 0
}
.wp-interactivity-router-loading-bar.start-animation {
animation: wp-interactivity-router-loading-bar-start-animation 30s cubic-bezier(0.03, 0.5, 0, 1) forwards
}
.wp-interactivity-router-loading-bar.finish-animation {
animation: wp-interactivity-router-loading-bar-finish-animation 300ms ease-in
}
@keyframes wp-interactivity-router-loading-bar-start-animation {
0% { transform: scaleX(0); transform-origin: 0 0; opacity: 1 }
100% { transform: scaleX(1); transform-origin: 0 0; opacity: 1 }
}
@keyframes wp-interactivity-router-loading-bar-finish-animation {
0% { opacity: 1 }
50% { opacity: 1 }
100% { opacity: 0 }
}
/*# sourceURL=wp-interactivity-router-animations-inline-css */
</style>
<style id='wp-block-paragraph-inline-css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/paragraph/style.min.css */
</style>
<style id='wp-block-button-inline-css'>
.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/button/style.min.css */
</style>
<link rel='stylesheet' id='bloginabox-theme-core/button-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/autoenqueue/core/button.css?ver=863b5850aabbc44807d8' media='all' />
<style id='copilot-core/button-inline-css'>
:root{--button-background:#311f10;--button-foreground:#fff6f0}.wp-block-button.is-style-outline{--button-background:transparent;--button-foreground:#311f10}body.dark .wp-block-button.is-style-outline{--button-foreground:#f8cec8;--button-border:2px solid #f8cec8}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/core/button.css */
</style>
<style id='wp-block-buttons-inline-css'>
.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter{text-align:center}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/blocks/buttons/style.min.css */
</style>
<link rel='stylesheet' id='bloginabox-theme-promotional-style-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/promotional/style.css?ver=95c7d3bacf2fb1cba2cce50b5832ae22cfa174b8bec1e016ac1d57850c1799cb' media='all' />
<style id='copilot-bloginabox-theme/promotional-inline-css'>
:root{--promotional-media-padding:0;--promotional-media-box-shadow:0 8px 16px 0 rgba(0,0,0,.141),0 0 2px 0 rgba(0,0,0,.122);--promotional-media-border:0;--promotional-content-wrapper-box-shadow:0 2px 4px 0 rgba(0,0,0,.141),0 0 2px 0 rgba(0,0,0,.122);--promotional-content-wrapper-background:linear-gradient(173.91deg,#f5f7ff,#fafdfe 43.79%,#fffae2 95.19%);--promotional-heading-prefix-color:#5a4c40;--promotional-button-background:#311f10;--promotional-button-background-hover:#23160b;--promotional-button-border:2px solid #311f10;--promotional-button-border-hover:2px solid #150d07;--promotional-button-border-active:2px solid #150d07}.wp-block-button.is-style-outline{--button-border:2px solid #311f10}.wp-block-bloginabox-theme-promotional.is-style-inline-centered{--promotional-content-wrapper-border-bottom:0;--promotional-content-wrapper-border-radius:24px;--promotional-content-wrapper-box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.14)}.wp-block-bloginabox-theme-promotional.is-style-compact{--promotional-content-wrapper-background:linear-gradient(173.91deg,#f5f7ff,#fafdfe 43.79%,#fffae2 95.19%);--promotional-content-wrapper-before-background:transparent;--promotional-content-wrapper-before-padding:0;--promotional-content-wrapper-box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.14)}.theme-copilot-studio-footer-cta{--promotional-content-wrapper-background:hsla(0,0%,100%,.4)}body.dark{--promotional-content-wrapper-background:#150d07;--promotional-button-background:#f8cec8;--promotional-button-background-hover:#ef9587;--promotional-button-foreground:#0e1726;--promotional-button-foreground-hover:#0e1726;--promotional-button-border:2px solid #f8cec8;--promotional-button-border-hover:2px solid #ef9587;--promotional-button-border-active:2px solid #e7614c}body.dark .wp-block-button.is-style-outline{--button-border:2px solid #f8cec8;--button-border-hover:2px solid #ef9587;--button-background-hover:#ef9587;--button-foreground-hover:#0e1726}body.dark .wp-block-bloginabox-theme-promotional.is-style-compact,body.dark .wp-block-bloginabox-theme-promotional.is-style-inline-centered{--promotional-content-wrapper-background:linear-gradient(173.91deg,#101524,#3e5189 43.79%,#9da8d9 95.19%)}body.dark .theme-copilot-studio-footer-cta{--promotional-content-wrapper-background:hsla(0,0%,100%,.1);--promotional-button-background:#e6e6e4;--promotional-button-background-hover:transparent;--promotional-button-background-active:transparent;--promotional-button-border:2px solid #e6e6e4;--promotional-button-border-hover:2px solid #e6e6e4;--promotional-button-border-active:2px solid #e6e6e4;--promotional-button-foreground:#0e1726;--promotional-button-foreground-hover:#bdc5d2;--button-foreground-active:#bdc5d2}body.dark .theme-copilot-studio-footer-cta .wp-block-button.is-style-outline{--button-border:2px solid #e6e6e4;--button-border-hover:2px solid #eaecf1;--button-border-active:2px solid #eaecf1;--button-foreground:#bdc5d2;--button-foreground-hover:#eaecf1;--button-foreground-active:#eaecf1;--button-background-hover:transparent;--button-background-active:transparent}body.dark[\:has\(\.theme-copilot-studio\)]{--promotional-content-wrapper-background:#051118;--promotional-button-background:#e6e6e4;--promotional-button-background-hover:transparent;--promotional-button-background-active:transparent;--promotional-button-border:2px solid #e6e6e4;--promotional-button-border-hover:2px solid #e6e6e4;--promotional-button-border-active:2px solid #e6e6e4;--promotional-button-foreground:#0e1726;--promotional-button-foreground-hover:#bdc5d2;--button-foreground-active:#bdc5d2}body.dark:has(.theme-copilot-studio){--promotional-content-wrapper-background:#051118;--promotional-button-background:#e6e6e4;--promotional-button-background-hover:transparent;--promotional-button-background-active:transparent;--promotional-button-border:2px solid #e6e6e4;--promotional-button-border-hover:2px solid #e6e6e4;--promotional-button-border-active:2px solid #e6e6e4;--promotional-button-foreground:#0e1726;--promotional-button-foreground-hover:#bdc5d2;--button-foreground-active:#bdc5d2}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/blocks/autoenqueue/bloginabox-theme/promotional.css */
</style>
<style id='bloginabox-theme-uhf-footer-style-inline-css'>
.c-uhff{margin-top:0!important}
/*# sourceURL=https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/uhf-footer/style.css */
</style>
<style id='wp-block-library-inline-css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
</style>
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--aspect-ratio--21-9: 21/9;--wp--preset--aspect-ratio--1-1: 1/1;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--honey-cream: #fae19d;--wp--preset--color--oat-linen: #f3e7db;--wp--preset--color--forest-olive: #38482d;--wp--preset--color--cloudwash-blue: #f4fafd;--wp--preset--color--soft-white: #fefefe;--wp--preset--color--soft-stone: #e6e0d2;--wp--preset--color--dark-espresso: #311f10;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--porcelain-peach: linear-gradient(179.33deg, #f8f4f2 0%, #fcf3ea 49.71%, #fdedde 99.42%);--wp--preset--gradient--cream-wash: linear-gradient(180deg, #efeae6 0%, #fffdfb 100%);--wp--preset--gradient--blush-linen-glow: linear-gradient(154deg, #fff 35.23%, #e2c8bb 72.39%, #efd3db 90.76%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: clamp(14px, 0.875rem + ((1vw - 3.75px) * 0.563), 20px);--wp--preset--font-size--large: clamp(22.041px, 1.378rem + ((1vw - 3.75px) * 1.311), 36px);--wp--preset--font-size--x-large: clamp(25.014px, 1.563rem + ((1vw - 3.75px) * 1.595), 42px);--wp--preset--font-size--display-xlarge: var(--wp--custom--font--size--core--display--300);--wp--preset--font-size--display-large: var(--wp--custom--font--size--core--display--200);--wp--preset--font-size--display-small: var(--wp--custom--font--size--core--display--100);--wp--preset--font-size--h-1: var(--wp--custom--font--size--core--heading--1);--wp--preset--font-size--h-2: var(--wp--custom--font--size--core--heading--2);--wp--preset--font-size--h-3: var(--wp--custom--font--size--core--heading--3);--wp--preset--font-size--h-4: var(--wp--custom--font--size--core--heading--4);--wp--preset--font-size--h-5: var(--wp--custom--font--size--core--heading--5);--wp--preset--font-size--h-6: var(--wp--custom--font--size--core--heading--6);--wp--preset--font-size--subhead-large: var(--wp--custom--font--size--core--subhead--300);--wp--preset--font-size--subhead-medium: var(--wp--custom--font--size--core--subhead--200);--wp--preset--font-size--subhead-small: var(--wp--custom--font--size--core--subhead--100);--wp--preset--font-size--body-large: var(--wp--custom--font--size--core--body--400);--wp--preset--font-size--body-medium: var(--wp--custom--font--size--core--body--300);--wp--preset--font-size--body-small: var(--wp--custom--font--size--core--body--200);--wp--preset--font-size--body-xsmall: var(--wp--custom--font--size--core--body--100);--wp--preset--font-size--eyebrow-large: var(--wp--custom--font--size--core--eyebrow--300);--wp--preset--font-size--eyebrow-medium: var(--wp--custom--font--size--core--eyebrow--200);--wp--preset--font-size--eyebrow-small: var(--wp--custom--font--size--core--eyebrow--100);--wp--preset--font-family--primary: Segoe UI;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--spacing--3-xs: var(--wp--custom--spacing--core--50);--wp--preset--spacing--2-xs: var(--wp--custom--spacing--core--100);--wp--preset--spacing--xs: var(--wp--custom--spacing--core--200);--wp--preset--spacing--sm: var(--wp--custom--spacing--core--300);--wp--preset--spacing--md: var(--wp--custom--spacing--core--400);--wp--preset--spacing--lg: var(--wp--custom--spacing--core--500);--wp--preset--spacing--xl: var(--wp--custom--spacing--core--600);--wp--preset--spacing--2-xl: var(--wp--custom--spacing--core--700);--wp--preset--spacing--3-xl: var(--wp--custom--spacing--core--800);--wp--preset--spacing--4-xl: var(--wp--custom--spacing--core--900);--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);--wp--preset--shadow--50: var(--wp--custom--shadow--core--50);--wp--preset--shadow--100: var(--wp--custom--shadow--core--100);--wp--preset--shadow--200: var(--wp--custom--shadow--core--200);--wp--preset--shadow--300: var(--wp--custom--shadow--core--300);--wp--preset--shadow--400: var(--wp--custom--shadow--core--400);--wp--preset--shadow--500: var(--wp--custom--shadow--core--500);--wp--custom--uikit--separator-height: 1;--wp--custom--components--headings--h-1--font-size: var(--wp--custom--font--size--core--heading--1);--wp--custom--components--headings--h-1--font-weight: var(--wp--custom--font--weight--core--semi-bold);--wp--custom--components--headings--h-1--line-height: var(--wp--custom--font--line-height--core--80);--wp--custom--components--headings--h-2--font-size: var(--wp--custom--font--size--core--heading--2);--wp--custom--components--headings--h-2--font-weight: var(--wp--custom--font--weight--core--semi-bold);--wp--custom--components--headings--h-2--line-height: var(--wp--custom--font--line-height--core--85);--wp--custom--components--headings--h-3--font-size: var(--wp--custom--font--size--core--heading--3);--wp--custom--components--headings--h-3--font-weight: var(--wp--custom--font--weight--core--semi-bold);--wp--custom--components--headings--h-3--line-height: var(--wp--custom--font--line-height--core--100);--wp--custom--components--headings--h-4--font-size: var(--wp--custom--font--size--core--heading--4);--wp--custom--components--headings--h-4--font-weight: var(--wp--custom--font--weight--core--semi-bold);--wp--custom--components--headings--h-4--line-height: var(--wp--custom--font--line-height--core--150);--wp--custom--components--headings--h-5--font-size: var(--wp--custom--font--size--core--heading--5);--wp--custom--components--headings--h-5--font-weight: var(--wp--custom--font--weight--core--semi-bold);--wp--custom--components--headings--h-5--line-height: var(--wp--custom--font--line-height--core--200);--wp--custom--components--headings--h-6--font-size: var(--wp--custom--font--size--core--heading--6);--wp--custom--components--headings--h-6--font-weight: var(--wp--custom--font--weight--core--semi-bold);--wp--custom--components--headings--h-6--line-height: var(--wp--custom--font--line-height--core--200);--wp--custom--shadow--core--50: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);--wp--custom--shadow--core--100: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);--wp--custom--shadow--core--200: 0px 4px 8px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);--wp--custom--shadow--core--300: 0px 8px 16px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);--wp--custom--shadow--core--400: 0px 14px 28px 0px rgba(0, 0, 0, 0.14), 0px 0px 8px 0px rgba(0, 0, 0, 0.12);--wp--custom--shadow--core--500: 0px 32px 64px 0px rgba(0, 0, 0, 0.14), 0px 0px 8px 0px rgba(0, 0, 0, 0.12);--wp--custom--color--core--brilliant-blue--50: #e6f2fb;--wp--custom--color--core--brilliant-blue--100: #b0d5f2;--wp--custom--color--core--brilliant-blue--200: #8ac1eb;--wp--custom--color--core--brilliant-blue--300: #54a5e2;--wp--custom--color--core--brilliant-blue--300-15: rgba(84, 165, 226, 0.15);--wp--custom--color--core--brilliant-blue--300-40: rgba(84, 165, 226, 0.4);--wp--custom--color--core--brilliant-blue--400: #3393dd;--wp--custom--color--core--brilliant-blue--500: #0078d4;--wp--custom--color--core--brilliant-blue--600: #006dc1;--wp--custom--color--core--brilliant-blue--700: #005597;--wp--custom--color--core--brilliant-blue--700-10: rgb(0 85 151 / 0.1);--wp--custom--color--core--brilliant-blue--700-20: rgb(0 85 151 / 0.2);--wp--custom--color--core--brilliant-blue--700-40: rgb(0 85 151 / 0.4);--wp--custom--color--core--brilliant-blue--800: #004275;--wp--custom--color--core--brilliant-blue--900: #002948;--wp--custom--color--core--blue-black--50: #e6e9ea;--wp--custom--color--core--blue-black--100: #b3babe;--wp--custom--color--core--blue-black--200: #8e989e;--wp--custom--color--core--blue-black--300: #5a6972;--wp--custom--color--core--blue-black--400: #3a4c56;--wp--custom--color--core--blue-black--500: #091f2c;--wp--custom--color--core--blue-black--600: #081c28;--wp--custom--color--core--blue-black--700: #06161f;--wp--custom--color--core--blue-black--800: #051118;--wp--custom--color--core--blue-black--900: #040d12;--wp--custom--color--core--blue-black--900-60: rgba(0 8 20 / 0.6);--wp--custom--color--core--sea-salt--50: #fdfdfc;--wp--custom--color--core--sea-salt--100: #f8f7f5;--wp--custom--color--core--sea-salt--200: #f4f4f0;--wp--custom--color--core--sea-salt--300: #f0eeea;--wp--custom--color--core--sea-salt--400: #edebe5;--wp--custom--color--core--sea-salt--500: #e8e6df;--wp--custom--color--core--sea-salt--600: #d3d1cb;--wp--custom--color--core--sea-salt--700: #a5a39e;--wp--custom--color--core--sea-salt--800: #807f7b;--wp--custom--color--core--sea-salt--900: #61615e;--wp--custom--color--core--sky-blue--50: #f4fafd;--wp--custom--color--core--sky-blue--50-10: rgb(244 250 253 / 0.1);--wp--custom--color--core--sky-blue--100: #dceef8;--wp--custom--color--core--sky-blue--200: #cbe6f4;--wp--custom--color--core--sky-blue--300: #b3daf0;--wp--custom--color--core--sky-blue--400: #a4d3ed;--wp--custom--color--core--sky-blue--500: #8dc8e8;--wp--custom--color--core--sky-blue--600: #80b6d3;--wp--custom--color--core--sky-blue--700: #648ea5;--wp--custom--color--core--sky-blue--800: #3b515e;--wp--custom--color--core--sky-blue--900: #2a3b45;--wp--custom--color--core--dark-blue--50: #eaecf1;--wp--custom--color--core--dark-blue--100: #bdc5d2;--wp--custom--color--core--dark-blue--200: #9da9bd;--wp--custom--color--core--dark-blue--300: #70829f;--wp--custom--color--core--dark-blue--400: #55698c;--wp--custom--color--core--dark-blue--500: #2a446f;--wp--custom--color--core--dark-blue--600: #263e65;--wp--custom--color--core--dark-blue--700: #1e304f;--wp--custom--color--core--dark-blue--700-15: rgba(30, 48, 79, 0.15);--wp--custom--color--core--dark-blue--700-40: rgba(30, 48, 79, 0.4);--wp--custom--color--core--dark-blue--800: #17253d;--wp--custom--color--core--dark-blue--900: #0e1726;--wp--custom--color--core--aqua-foam--50: #f8fcfb;--wp--custom--color--core--aqua-foam--100: #eaf4f1;--wp--custom--color--core--aqua-foam--200: #dfefea;--wp--custom--color--core--aqua-foam--300: #d1e8e1;--wp--custom--color--core--aqua-foam--400: #c8e3db;--wp--custom--color--core--aqua-foam--500: #badcd2;--wp--custom--color--core--aqua-foam--600: #a9c8bf;--wp--custom--color--core--aqua-foam--700: #849c95;--wp--custom--color--core--aqua-foam--800: #667974;--wp--custom--color--core--aqua-foam--900: #4e5c58;--wp--custom--color--core--pale-lime--50: #fbfdf4;--wp--custom--color--core--pale-lime--100: #f2f9dc;--wp--custom--color--core--pale-lime--200: #ebf6cb;--wp--custom--color--core--pale-lime--300: #e2f2b3;--wp--custom--color--core--pale-lime--400: #ddf0a5;--wp--custom--color--core--pale-lime--500: #d4ec8e;--wp--custom--color--core--pale-lime--600: #c1d781;--wp--custom--color--core--pale-lime--700: #97a865;--wp--custom--color--core--pale-lime--800: #484f30;--wp--custom--color--core--pale-lime--900: #3b4127;--wp--custom--color--core--deep-teal--50: #e9efef;--wp--custom--color--core--deep-teal--100: #baccce;--wp--custom--color--core--deep-teal--200: #99b4b7;--wp--custom--color--core--deep-teal--300: #6b9196;--wp--custom--color--core--deep-teal--400: #4e7c81;--wp--custom--color--core--deep-teal--500: #225b62;--wp--custom--color--core--deep-teal--600: #1f5359;--wp--custom--color--core--deep-teal--700: #184146;--wp--custom--color--core--deep-teal--800: #133236;--wp--custom--color--core--deep-teal--900: #0e2629;--wp--custom--color--core--lavender--50: #f9f8fc;--wp--custom--color--core--lavender--100: #ede8f6;--wp--custom--color--core--lavender--200: #e4ddf2;--wp--custom--color--core--lavender--300: #d8cdec;--wp--custom--color--core--lavender--400: #d1c3e9;--wp--custom--color--core--lavender--500: #c5b4e3;--wp--custom--color--core--lavender--600: #b3a4cf;--wp--custom--color--core--lavender--700: #8c80a1;--wp--custom--color--core--lavender--800: #6c637d;--wp--custom--color--core--lavender--900: #534c5f;--wp--custom--color--core--violet--50: #f1e9f1;--wp--custom--color--core--violet--100: #d3bbd4;--wp--custom--color--core--violet--200: #bd9bbf;--wp--custom--color--core--violet--300: #9f6da1;--wp--custom--color--core--violet--400: #8d518f;--wp--custom--color--core--violet--500: #702573;--wp--custom--color--core--violet--600: #662269;--wp--custom--color--core--violet--700: #501a52;--wp--custom--color--core--violet--700-10: rgba(80 26 82 / 0.1);--wp--custom--color--core--violet--700-20: rgba(80 26 82 / 0.2);--wp--custom--color--core--violet--800: #3e143f;--wp--custom--color--core--violet--900: #260d27;--wp--custom--color--core--twilight-purple--50: #edebf0;--wp--custom--color--core--twilight-purple--100: #c6c1d0;--wp--custom--color--core--twilight-purple--200: #aaa3ba;--wp--custom--color--core--twilight-purple--300: #83789a;--wp--custom--color--core--twilight-purple--400: #6b5e86;--wp--custom--color--core--twilight-purple--500: #463668;--wp--custom--color--core--twilight-purple--600: #40315f;--wp--custom--color--core--twilight-purple--700: #32264a;--wp--custom--color--core--twilight-purple--800: #271e39;--wp--custom--color--core--twilight-purple--900: #1d172c;--wp--custom--color--core--biscay-green--50: #f8fcfb;--wp--custom--color--core--biscay-green--100: #c7ede7;--wp--custom--color--core--biscay-green--200: #abe4dB;--wp--custom--color--core--biscay-green--300: #85d8cb;--wp--custom--color--core--biscay-green--400: #6dd1c1;--wp--custom--color--core--biscay-green--500: #49c5b1;--wp--custom--color--core--biscay-green--600: #42b3a1;--wp--custom--color--core--biscay-green--700: #348c7e;--wp--custom--color--core--biscay-green--800: #286c61;--wp--custom--color--core--biscay-green--900: #1f534a;--wp--custom--color--core--pink--50: #fff7f8;--wp--custom--color--core--pink--100: #ffe7ea;--wp--custom--color--core--pink--200: #ffdce0;--wp--custom--color--core--pink--300: #ffccd1;--wp--custom--color--core--pink--400: #ffc2c9;--wp--custom--color--core--pink--500: #ffb3bb;--wp--custom--color--core--pink--600: #e8a3aa;--wp--custom--color--core--pink--700: #b57f85;--wp--custom--color--core--pink--800: #3f1418;--wp--custom--color--core--pink--900: #301013;--wp--custom--color--core--orange-coral--50: #fff5f3;--wp--custom--color--core--orange-coral--100: #ffe1d9;--wp--custom--color--core--orange-coral--200: #ffd2c7;--wp--custom--color--core--orange-coral--300: #ffbead;--wp--custom--color--core--orange-coral--400: #ffb19d;--wp--custom--color--core--orange-coral--500: #ff9e85;--wp--custom--color--core--orange-coral--600: #e89079;--wp--custom--color--core--orange-coral--700: #b5705e;--wp--custom--color--core--orange-coral--800: #8c5749;--wp--custom--color--core--orange-coral--900: #6b4238;--wp--custom--color--core--maroon--50: #f2e9ea;--wp--custom--color--core--maroon--100: #d7b9be;--wp--custom--color--core--maroon--200: #c3989e;--wp--custom--color--core--maroon--300: #a86872;--wp--custom--color--core--maroon--400: #974b57;--wp--custom--color--core--maroon--500: #7d1e2d;--wp--custom--color--core--maroon--600: #721b29;--wp--custom--color--core--maroon--700: #591520;--wp--custom--color--core--maroon--800: #451119;--wp--custom--color--core--maroon--900: #350d13;--wp--custom--color--core--custard-yellow--50: #fffcf4;--wp--custom--color--core--custard-yellow--100: #fff6dc;--wp--custom--color--core--custard-yellow--200: #fff2cb;--wp--custom--color--core--custard-yellow--300: #ffecb3;--wp--custom--color--core--custard-yellow--400: #ffe9a5;--wp--custom--color--core--custard-yellow--500: #ffe38e;--wp--custom--color--core--custard-yellow--600: #e8cf81;--wp--custom--color--core--custard-yellow--700: #b5a165;--wp--custom--color--core--custard-yellow--800: #655a3a;--wp--custom--color--core--custard-yellow--900: #534a2f;--wp--custom--color--core--golden-yellow--50: #fff8e6;--wp--custom--color--core--golden-yellow--100: #ffe9b0;--wp--custom--color--core--golden-yellow--200: #ffde8a;--wp--custom--color--core--golden-yellow--300: #ffcf54;--wp--custom--color--core--golden-yellow--400: #ffc533;--wp--custom--color--core--golden-yellow--500: #ffb700;--wp--custom--color--core--golden-yellow--600: #e8a700;--wp--custom--color--core--golden-yellow--700: #b58200;--wp--custom--color--core--golden-yellow--800: #8c6500;--wp--custom--color--core--golden-yellow--900: #6b4d00;--wp--custom--color--core--dark-brown--50: #efedeb;--wp--custom--color--core--dark-brown--100: #ccc6c1;--wp--custom--color--core--dark-brown--200: #b4aaa3;--wp--custom--color--core--dark-brown--300: #92847a;--wp--custom--color--core--dark-brown--400: #7d6c60;--wp--custom--color--core--dark-brown--500: #5c4738;--wp--custom--color--core--dark-brown--600: #544133;--wp--custom--color--core--dark-brown--700: #413228;--wp--custom--color--core--dark-brown--800: #33271f;--wp--custom--color--core--dark-brown--900: #271e18;--wp--custom--color--core--green-black--50: #e7e9e9;--wp--custom--color--core--green-black--100: #b4babb;--wp--custom--color--core--green-black--200: #90999a;--wp--custom--color--core--green-black--300: #5d6a6c;--wp--custom--color--core--green-black--400: #3d4d50;--wp--custom--color--core--green-black--500: #0d2124;--wp--custom--color--core--green-black--600: #0c1e21;--wp--custom--color--core--green-black--700: #09171a;--wp--custom--color--core--green-black--800: #071214;--wp--custom--color--core--green-black--900: #050e0f;--wp--custom--color--core--purple-black--50: #e8e7ea;--wp--custom--color--core--purple-black--100: #b7b4bd;--wp--custom--color--core--purple-black--200: #94909d;--wp--custom--color--core--purple-black--300: #645d71;--wp--custom--color--core--purple-black--400: #453d55;--wp--custom--color--core--purple-black--500: #170d2b;--wp--custom--color--core--purple-black--600: #150c27;--wp--custom--color--core--purple-black--700: #10091f;--wp--custom--color--core--purple-black--800: #0d0718;--wp--custom--color--core--purple-black--900: #0a0512;--wp--custom--color--core--red-black--50: #eae7e7;--wp--custom--color--core--red-black--100: #bdb4b6;--wp--custom--color--core--red-black--200: #9d9092;--wp--custom--color--core--red-black--300: #715d60;--wp--custom--color--core--red-black--400: #553d41;--wp--custom--color--core--red-black--500: #2b0d12;--wp--custom--color--core--red-black--600: #270c10;--wp--custom--color--core--red-black--700: #1f090d;--wp--custom--color--core--red-black--800: #18070a;--wp--custom--color--core--red-black--900: #120508;--wp--custom--color--core--brown-black--50: #eae8e8;--wp--custom--color--core--brown-black--100: #bdb7b7;--wp--custom--color--core--brown-black--200: #9d9594;--wp--custom--color--core--brown-black--300: #706464;--wp--custom--color--core--brown-black--400: #544645;--wp--custom--color--core--brown-black--500: #291817;--wp--custom--color--core--brown-black--600: #251615;--wp--custom--color--core--brown-black--700: #1d1110;--wp--custom--color--core--brown-black--700-10: rgba(29 17 16 / 0.1);--wp--custom--color--core--brown-black--700-20: rgba(29 17 16 / 0.2);--wp--custom--color--core--brown-black--800: #170d0d;--wp--custom--color--core--brown-black--900: #110a0a;--wp--custom--color--core--off-white--50: #fefefe;--wp--custom--color--core--off-white--100: #fcfbfc;--wp--custom--color--core--off-white--200: #faf9fa;--wp--custom--color--core--off-white--300: #f8f7f8;--wp--custom--color--core--off-white--400: #f6f5f7;--wp--custom--color--core--off-white--500: #f4f3f5;--wp--custom--color--core--off-white--600: #dedddf;--wp--custom--color--core--off-white--700: #adadae;--wp--custom--color--core--off-white--800: #868687;--wp--custom--color--core--off-white--900: #666667;--wp--custom--color--core--warm-white--50: #fffefe;--wp--custom--color--core--warm-white--100: #fffdfb;--wp--custom--color--core--warm-white--200: #fffcf9;--wp--custom--color--core--warm-white--300: #fffaf7;--wp--custom--color--core--warm-white--400: #fff9f5;--wp--custom--color--core--warm-white--500: #fff8f3;--wp--custom--color--core--warm-white--600: #e8e2dd;--wp--custom--color--core--warm-white--700: #b5b0ad;--wp--custom--color--core--warm-white--800: #8c8886;--wp--custom--color--core--warm-white--900: #6b6866;--wp--custom--color--core--pale-gray--50: #fbfbfb;--wp--custom--color--core--pale-gray--100: #f3f3f2;--wp--custom--color--core--pale-gray--200: #eeeeec;--wp--custom--color--core--pale-gray--300: #e6e6e4;--wp--custom--color--core--pale-gray--400: #e1e1de;--wp--custom--color--core--pale-gray--500: #d9d9d6;--wp--custom--color--core--pale-gray--600: #c5c5c3;--wp--custom--color--core--pale-gray--700: #9a9a98;--wp--custom--color--core--pale-gray--800: #777776;--wp--custom--color--core--pale-gray--900: #5b5b5a;--wp--custom--color--core--vapor-gray--50: #f7f7f7;--wp--custom--color--core--vapor-gray--100: #e7e7e7;--wp--custom--color--core--vapor-gray--200: #dbdcdc;--wp--custom--color--core--vapor-gray--300: #cbcccc;--wp--custom--color--core--vapor-gray--400: #c1c2c2;--wp--custom--color--core--vapor-gray--500: #b1b3b3;--wp--custom--color--core--vapor-gray--600: #a1a3a3;--wp--custom--color--core--vapor-gray--700: #7e7f7f;--wp--custom--color--core--vapor-gray--800: #616262;--wp--custom--color--core--vapor-gray--900: #4a4b4b;--wp--custom--color--core--dark-slate--50: #ececec;--wp--custom--color--core--dark-slate--100: #c5c4c4;--wp--custom--color--core--dark-slate--200: #a9a8a8;--wp--custom--color--core--dark-slate--300: #828080;--wp--custom--color--core--dark-slate--400: #6a6768;--wp--custom--color--core--dark-slate--500: #454142;--wp--custom--color--core--dark-slate--600: #3f3b3c;--wp--custom--color--core--dark-slate--700: #312e2f;--wp--custom--color--core--dark-slate--800: #262424;--wp--custom--color--core--dark-slate--900: #1d1b1c;--wp--custom--color--core--morganite--50: #fcfbf9;--wp--custom--color--core--morganite--100: #f6f1ee;--wp--custom--color--core--morganite--200: #f1ebe5;--wp--custom--color--core--morganite--300: #ebe2d9;--wp--custom--color--core--morganite--400: #e7dcd2;--wp--custom--color--core--morganite--500: #e1d3c7;--wp--custom--color--core--morganite--600: #cdc0b5;--wp--custom--color--core--morganite--700: #a0968d;--wp--custom--color--core--morganite--800: #7c746d;--wp--custom--color--core--morganite--900: #5f5954;--wp--custom--color--core--brown--50: #f9f4f1;--wp--custom--color--core--brown--100: #ebded4;--wp--custom--color--core--brown--200: #e2cebf;--wp--custom--color--core--brown--300: #d4b7a2;--wp--custom--color--core--brown--400: #cca990;--wp--custom--color--core--brown--500: #bf9474;--wp--custom--color--core--brown--600: #ae876a;--wp--custom--color--core--brown--700: #886952;--wp--custom--color--core--brown--800: #695140;--wp--custom--color--core--brown--900: #503e31;--wp--custom--color--core--breen--50: #f2efe8;--wp--custom--color--core--breen--100: #d7ccb8;--wp--custom--color--core--breen--200: c4b396;--wp--custom--color--core--breen--300: #a99066;--wp--custom--color--core--breen--400: #997b48;--wp--custom--color--core--breen--500: #7f5a1a;--wp--custom--color--core--breen--600: #745218;--wp--custom--color--core--breen--700: #5a4012;--wp--custom--color--core--breen--800: #46320e;--wp--custom--color--core--breen--900: #35260b;--wp--custom--color--core--bright-orange--50: #ffefeb;--wp--custom--color--core--bright-orange--100: #ffccc2;--wp--custom--color--core--bright-orange--200: #ffb4a4;--wp--custom--color--core--bright-orange--300: #ff927a;--wp--custom--color--core--bright-orange--400: #ff7d61;--wp--custom--color--core--bright-orange--500: #ff5c39;--wp--custom--color--core--bright-orange--600: #e85434;--wp--custom--color--core--bright-orange--700: #b54128;--wp--custom--color--core--bright-orange--800: #8c331f;--wp--custom--color--core--bright-orange--900: #6b2718;--wp--custom--color--core--ginger-bread--50: #f1ebe8;--wp--custom--color--core--ginger-bread--100: #d4c2b9;--wp--custom--color--core--ginger-bread--200: #bfa497;--wp--custom--color--core--ginger-bread--300: #a17a68;--wp--custom--color--core--ginger-bread--400: #8f614a;--wp--custom--color--core--ginger-bread--500: #73391d;--wp--custom--color--core--ginger-bread--600: #69341a;--wp--custom--color--core--ginger-bread--700: #522815;--wp--custom--color--core--ginger-bread--800: #3f1f10;--wp--custom--color--core--ginger-bread--900: #30180c;--wp--custom--color--core--red--50: #feebed;--wp--custom--color--core--red--100: #fcc1c8;--wp--custom--color--core--red--200: #faa3ad;--wp--custom--color--core--red--300: #f87887;--wp--custom--color--core--red--400: #f65e70;--wp--custom--color--core--red--500: #f4364c;--wp--custom--color--core--red--600: #de3145;--wp--custom--color--core--red--700: #ad2636;--wp--custom--color--core--red--800: #861e2a;--wp--custom--color--core--red--900: #661720;--wp--custom--color--core--lilac--50: #fbf5fb;--wp--custom--color--core--lilac--100: #f2e1f3;--wp--custom--color--core--lilac--200: #ecd2ed;--wp--custom--color--core--lilac--300: #e3bee4;--wp--custom--color--core--lilac--400: #ddb1df;--wp--custom--color--core--lilac--500: #d59ed7;--wp--custom--color--core--lilac--600: #c290c4;--wp--custom--color--core--lilac--700: #977099;--wp--custom--color--core--lilac--800: #755776;--wp--custom--color--core--lilac--900: #59425a;--wp--custom--color--core--red-violet--50: #f9ebf9;--wp--custom--color--core--red-violet--100: #ebc2ed;--wp--custom--color--core--red-violet--200: #e2a5e4;--wp--custom--color--core--red-violet--300: #d57cd7;--wp--custom--color--core--red-violet--400: #cd62d0;--wp--custom--color--core--red-violet--500: #c03bc4;--wp--custom--color--core--red-violet--600: #af36b2;--wp--custom--color--core--red-violet--700: #882a8b;--wp--custom--color--core--red-violet--800: #6a206c;--wp--custom--color--core--red-violet--900: #511952;--wp--custom--color--core--purple--50: #f3eff9;--wp--custom--color--core--purple--100: #d9ceed;--wp--custom--color--core--purple--200: #c7b6e4;--wp--custom--color--core--purple--300: #ae95d8;--wp--custom--color--core--purple--400: #9e81d1;--wp--custom--color--core--purple--500: #8661c5;--wp--custom--color--core--purple--600: #7a58b3;--wp--custom--color--core--purple--700: #5f458c;--wp--custom--color--core--purple--800: #4a356c;--wp--custom--color--core--purple--900: #382953;--wp--custom--color--core--mint-green--50: #f4fdf1;--wp--custom--color--core--mint-green--100: #dcf8d3;--wp--custom--color--core--mint-green--200: #cbf5be;--wp--custom--color--core--mint-green--300: #b3f0A0;--wp--custom--color--core--mint-green--400: #a4ed8d;--wp--custom--color--core--mint-green--500: #8de971;--wp--custom--color--core--mint-green--600: #80d467;--wp--custom--color--core--mint-green--700: #64a550;--wp--custom--color--core--mint-green--800: #4e803e;--wp--custom--color--core--mint-green--900: #3b622f;--wp--custom--color--core--grass-green--50: #e6f0e8;--wp--custom--color--core--grass-green--100: #b2cfb9;--wp--custom--color--core--grass-green--200: #8db897;--wp--custom--color--core--grass-green--300: #599768;--wp--custom--color--core--grass-green--400: #39834a;--wp--custom--color--core--grass-green--500: #07641d;--wp--custom--color--core--grass-green--600: #065b1a;--wp--custom--color--core--grass-green--700: #054715;--wp--custom--color--core--grass-green--800: #043710;--wp--custom--color--core--grass-green--900: #032a0c;--wp--custom--color--core--oyster-gray--50: #fbfbfa;--wp--custom--color--core--oyster-gray--100: #f3f1ef;--wp--custom--color--core--oyster-gray--200: #edeae7;--wp--custom--color--core--oyster-gray--300: #e4e1dc;--wp--custom--color--core--oyster-gray--400: #dfdbd5;--wp--custom--color--core--oyster-gray--500: #d7d2cb;--wp--custom--color--core--oyster-gray--600: #c4bfb9;--wp--custom--color--core--oyster-gray--700: #999590;--wp--custom--color--core--oyster-gray--800: #767470;--wp--custom--color--core--oyster-gray--900: #5a5855;--wp--custom--color--core--warm-gray--50: #f4f3f2;--wp--custom--color--core--warm-gray--100: #dbd8d5;--wp--custom--color--core--warm-gray--200: #cac6c1;--wp--custom--color--core--warm-gray--300: #b2aba5;--wp--custom--color--core--warm-gray--400: #a39b94;--wp--custom--color--core--warm-gray--500: #8c8279;--wp--custom--color--core--warm-gray--600: #7f766e;--wp--custom--color--core--warm-gray--700: #635c56;--wp--custom--color--core--warm-gray--800: #4d4843;--wp--custom--color--core--warm-gray--900: #3b3733;--wp--custom--color--core--success--50: #e7f3ea;--wp--custom--color--core--success--100: #b4dabc;--wp--custom--color--core--success--200: #90c89c;--wp--custom--color--core--success--300: #5eaf6f;--wp--custom--color--core--success--400: #3e9f53;--wp--custom--color--core--success--500: #0e8728;--wp--custom--color--core--success--600: #0d7b24;--wp--custom--color--core--success--700: #0a601c;--wp--custom--color--core--success--800: #084a16;--wp--custom--color--core--success--900: #063911;--wp--custom--color--core--error--50: #fceaec;--wp--custom--color--core--error--100: #f5bfc5;--wp--custom--color--core--error--200: #f0a0a9;--wp--custom--color--core--error--300: #e97582;--wp--custom--color--core--error--400: #e55a6a;--wp--custom--color--core--error--500: #de3145;--wp--custom--color--core--error--600: #ca2d3f;--wp--custom--color--core--error--700: #9e2331;--wp--custom--color--core--error--800: #7a1b26;--wp--custom--color--core--error--900: #5d151d;--wp--custom--color--core--warning--50: #fffbe9;--wp--custom--color--core--warning--100: #fdf4bb;--wp--custom--color--core--warning--200: #fdee9a;--wp--custom--color--core--warning--300: #fce66c;--wp--custom--color--core--warning--400: #fbe14f;--wp--custom--color--core--warning--500: #fada23;--wp--custom--color--core--warning--600: #e4c620;--wp--custom--color--core--warning--700: #b29b19;--wp--custom--color--core--warning--800: #8a7813;--wp--custom--color--core--warning--900: #695c0f;--wp--custom--color--core--info--50: #e6effd;--wp--custom--color--core--info--100: #b0ccf8;--wp--custom--color--core--info--200: #8ab4f4;--wp--custom--color--core--info--300: #5492f0;--wp--custom--color--core--info--400: #337ded;--wp--custom--color--core--info--500: #005ce8;--wp--custom--color--core--info--600: #0054d3;--wp--custom--color--core--info--700: #0041a5;--wp--custom--color--core--info--800: #003380;--wp--custom--color--core--info--900: #002761;--wp--custom--color--core--pure--white: #fff;--wp--custom--color--core--pure--black: #000;--wp--custom--color--core--alpha-white--50: rgb(255 255 255 / 0.05);--wp--custom--color--core--alpha-white--100: rgb(255 255 255 / 0.1);--wp--custom--color--core--alpha-white--200: rgb(255 255 255 / 0.2);--wp--custom--color--core--alpha-white--300: rgb(255 255 255 / 0.3);--wp--custom--color--core--alpha-white--400: rgb(255 255 255 / 0.4);--wp--custom--color--core--alpha-white--500: rgb(255 255 255 / 0.5);--wp--custom--color--core--alpha-white--600: rgb(255 255 255 / 0.6);--wp--custom--color--core--alpha-white--700: rgb(255 255 255 / 0.7);--wp--custom--color--core--alpha-white--800: rgb(255 255 255 / 0.8);--wp--custom--color--core--alpha-white--900: rgb(255 255 255 / 0.9);--wp--custom--color--core--alpha-black--50: rgb(0 0 0 / 0.05);--wp--custom--color--core--alpha-black--100: rgb(0 0 0 / 0.1);--wp--custom--color--core--alpha-black--200: rgb(0 0 0 / 0.2);--wp--custom--color--core--alpha-black--300: rgb(0 0 0 / 0.3);--wp--custom--color--core--alpha-black--400: rgb(0 0 0 / 0.4);--wp--custom--color--core--alpha-black--500: rgb(0 0 0 / 0.5);--wp--custom--color--core--alpha-black--600: rgb(0 0 0 / 0.6);--wp--custom--color--core--alpha-black--700: rgb(0 0 0 / 0.7);--wp--custom--color--core--alpha-black--800: rgb(0 0 0 / 0.8);--wp--custom--color--core--alpha-black--900: rgb(0 0 0 / 0.9);--wp--custom--color--core--special--amethyst-flame: linear-gradient(96.58deg, #882a8b -0.25%, #de3145 44.85%, #b54128 89.96%);--wp--custom--color--core--special--azure-glow: linear-gradient(90deg, #ede8f6 0%, #f4fafd 49.99%, #dceef8 100%);--wp--custom--color--core--special--azure-pulse: linear-gradient(90deg, #B3DAF0 0%, #0078D4 50%, #B3DAF0 100%);--wp--custom--color--core--special--aqua-prism: linear-gradient(131.39deg, #cbe6f4 0%, #8dc8e8 50.25%, #c5b4e3 100%);--wp--custom--color--core--special--bordeaux-blush: linear-gradient(266.8deg, rgba(115, 38, 47, 0.8) 5.28%, rgba(255, 179, 187, 0.8) 94.72%);--wp--custom--color--core--special--crimson-blush: linear-gradient(247.35deg, rgba(255, 179, 187, 0.8) 0%, rgba(115, 38, 47, 0.8) 100%);--wp--custom--color--core--special--emerald-dusk: linear-gradient(104.94deg, #4e803e 0.82%, #133236 99.18%);--wp--custom--color--core--special--emerald-horizon: linear-gradient(90.29deg, #4E803E 15.15%, #133236 85.24%);--wp--custom--color--core--special--emerald-night: linear-gradient(261.93deg, rgba(141, 233, 113, 1) 0.01%, rgba(34, 91, 98, 1) 99.99%);--wp--custom--color--core--special--emerald-twilight: linear-gradient(261.93deg, rgba(141, 233, 113, 0.8) 0.01%, rgba(34, 91, 98, 0.8) 99.99%);--wp--custom--color--core--special--imperial-blaze: linear-gradient(90.26deg, #882a8B 10.56%, #de3145 50.06%, #b54128 89.56%);--wp--custom--color--core--special--lime-wave: linear-gradient(90.26deg, #8DE971 0%, #0078D4 100%);--wp--custom--color--core--special--luminous-lagoon: linear-gradient(278.91deg, rgba(34, 91, 98, 0.8) -38.65%, rgba(141, 233, 113, 0.8) 100%);--wp--custom--color--core--special--midnight-merlot: linear-gradient(189.14deg, #73262f 6.93%, #110a0a 93.07%);--wp--custom--color--core--special--mint-mirage: linear-gradient(278.46deg, rgba(34, 91, 98, 0.5) -1.05%, rgba(141, 233, 113, 0.5) 100%);--wp--custom--color--core--special--neon-shore: linear-gradient(92.12deg, #8DE971 -0.06%, #0078D4 96.72%);--wp--custom--color--core--special--seagrass-depths: linear-gradient(180deg, #8DE971 0%, #225B62 100%);--wp--custom--color--core--special--skyline-glow: linear-gradient(130.62deg, #cbe6f4 3.83%, #8dc8e8 50%, #c5b4e3 96.17%);--wp--custom--color--core--special--sunset-orbit: conic-gradient(from 0deg, #fe7b28 0%, #c05aff 35%, #469bff 70%, #fe7b28 100%);--wp--custom--color--core--special--tropical-tides: linear-gradient(92.68deg, #8DE971 -0.03%, #225B62 95.57%);--wp--custom--color--core--special--twilight-ember: linear-gradient(123.42deg, #882a8b 10.33%, #de3145 50%, #b54128 89.67%);--wp--custom--color--core--special--midnight: linear-gradient(90deg, #06161f 0%, #091f2c 49.99%, #003259 100%);--wp--custom--color--core--special--midnight-tide: linear-gradient(130.62deg, #06161f 3.83%, #091f2c 50%, #003259 96.17%);--wp--custom--color--core--special--deep-sea: linear-gradient(130.62deg, #003259 3.83%, #091F2C 50%, #004275 96.17%);--wp--custom--color--core--special--frost-fade: linear-gradient(270deg, rgba(255, 255, 255, 0) 33.48%, #fff 66.52%);--wp--custom--color--core--special--shadow-dusk: linear-gradient(180deg, rgba(4, 13, 18, 0) 0%, rgba(4, 13, 18, 0.8) 93.59%);--wp--custom--color--core--special--aurora-dream: linear-gradient(45deg, #cbe6f4, #8dc8e8 50%, #c5b4e3);--wp--custom--color--core--special--blueberry-mist: linear-gradient(130.62deg, #CBE6F4 3.83%, #8DC8E8 50%, #C5B4E3 96.17%);--wp--custom--color--core--special--warm-sand: linear-gradient(to bottom, #f5efe9, #efe6df);--wp--custom--font--line-height--core--25: 1.06;--wp--custom--font--line-height--core--50: 1.1;--wp--custom--font--line-height--core--75: 1.12;--wp--custom--font--line-height--core--78: 1.16;--wp--custom--font--line-height--core--80: 1.17;--wp--custom--font--line-height--core--85: 1.2;--wp--custom--font--line-height--core--100: 1.25;--wp--custom--font--line-height--core--150: 1.33;--wp--custom--font--line-height--core--175: 1.43;--wp--custom--font--line-height--core--200: 1.5;--wp--custom--font--line-height--core--250: 1.6;--wp--custom--font--line-height--core--300: 1.75;--wp--custom--font--weight--core--light: 300;--wp--custom--font--weight--core--regular: 400;--wp--custom--font--weight--core--semi-bold: 600;--wp--custom--font--weight--core--bold: 700;--wp--custom--font--letter-spacing--core--n-3: -0.03em;--wp--custom--font--letter-spacing--core--n-2: -0.02em;--wp--custom--font--letter-spacing--core--n-0: 0;--wp--custom--font--letter-spacing--core--p-2: 0.02em;--wp--custom--font--letter-spacing--core--p-8: 0.08em;--wp--custom--font--family--core--primary: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;--wp--custom--font--family--core--secondary: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;--wp--custom--font--family--core--tertiary: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;--wp--custom--font--size--core--display--100: clamp(2.5rem, 4.3vw, 3.875rem);--wp--custom--font--size--core--display--200: clamp(3rem, 4.3vw, 4.75rem);--wp--custom--font--size--core--display--300: clamp(3.5rem, 5.3vw, 6.25rem);--wp--custom--font--size--core--heading--1: clamp(2rem, 3vw, 3rem);--wp--custom--font--size--core--heading--2: clamp(1.75rem, 2.5vw, 2.5rem);--wp--custom--font--size--core--heading--3: clamp(1.5rem, 2vw, 2rem);--wp--custom--font--size--core--heading--4: clamp(1.25rem, 1.75vw, 1.5rem);--wp--custom--font--size--core--heading--5: clamp(1.125rem, 1.5vw, 1.25rem);--wp--custom--font--size--core--heading--6: 1rem;--wp--custom--font--size--core--subhead--100: 1rem;--wp--custom--font--size--core--subhead--200: clamp(1.75rem, 2.8vw, 2.5rem);--wp--custom--font--size--core--subhead--300: clamp(3.5rem, 6.3vw, 6.25rem);--wp--custom--font--size--core--body--100: 0.75rem;--wp--custom--font--size--core--body--200: 0.875rem;--wp--custom--font--size--core--body--300: 1rem;--wp--custom--font--size--core--body--400: clamp(1.125rem, 1.25rem, 1.25rem);--wp--custom--font--size--core--eyebrow--100: 0.75rem;--wp--custom--font--size--core--eyebrow--200: 0.875rem;--wp--custom--font--size--core--eyebrow--300: 1rem;--wp--custom--font--size--core--label--400: 0.875rem;--wp--custom--full-viewport-width: calc(100vw - var(--wp--custom--scrollbar-width, 0px));--wp--custom--main-content-width-side-spacing: calc((var(--wp--custom--full-viewport-width) - var(--wp--style--global--content-size)) / 2);--wp--custom--main-wide-width-side-spacing: calc((var(--wp--custom--full-viewport-width) - var(--wp--style--global--wide-size)) / 2);--wp--custom--scrollbar-width: 0px;--wp--custom--site-content-width: calc(var(--wp--custom--full-viewport-width) - (2 * var(--wp--custom--site-outer-padding)));--wp--custom--site-outer-padding: max(var(--wp--preset--spacing--md, 1rem), env(safe-area-inset-left));--wp--custom--spacing--core--0: 0;--wp--custom--spacing--core--50: 2px;--wp--custom--spacing--core--100: 4px;--wp--custom--spacing--core--200: 8px;--wp--custom--spacing--core--300: 12px;--wp--custom--spacing--core--400: clamp(12px, 4vw, 16px);--wp--custom--spacing--core--500: clamp(16px, 5vw, 24px);--wp--custom--spacing--core--600: clamp(24px, 6vw, 32px);--wp--custom--spacing--core--700: clamp(32px, 7vw, 48px);--wp--custom--spacing--core--800: clamp(48px, 10vw, 72px);--wp--custom--spacing--core--900: clamp(56px, 12vw, 96px);--wp--custom--radius--core--xs: 4px;--wp--custom--radius--core--sm: 8px;--wp--custom--radius--core--md: clamp(12px, 2.5vw, 16px);--wp--custom--radius--core--lg: clamp(16px, 4vw, 24px);--wp--custom--radius--core--round: 200px;--wp--custom--transitions--timing--default: 300ms;--wp--custom--transitions--timing--slow: 450ms;--wp--custom--transitions--timing--fast: 150ms;--wp--custom--blocks--card--content-types--0: post;--wp--custom--blocks--card--content-types--1: copilot;}.wp-block-group{--wp--preset--shadow--shadow-300: var(--wp--preset--shadow--300);}.wp-block-quote{--wp--preset--font-size--quote-small: var(--wp--custom--font--size--core--heading--5);--wp--preset--font-size--quote-default: var(--wp--custom--font--size--core--heading--4);--wp--preset--font-size--quote-large: var(--wp--custom--font--size--core--heading--2);}.wp-block-bloginabox-theme-tabs{--wp--custom--max-number-of-tabs: 5;}:root { --wp--style--global--content-size: min(712px, var(--wp--custom--site-content-width));--wp--style--global--wide-size: min(1328px, var(--wp--custom--site-content-width)); }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--wp--preset--spacing--md); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: var(--wp--preset--spacing--md); }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--md);margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--md);margin-block-end: 0;}:root :where(.is-layout-flex){gap: var(--wp--preset--spacing--md);}:root :where(.is-layout-grid){gap: var(--wp--preset--spacing--md);}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{font-family: var(--wp--custom--font--family--core--primary);font-size: var(--wp--custom--font--size--core--body--200);line-height: var(--wp--custom--font--line-height--core--200);--wp--style--root--padding-top: 0;--wp--style--root--padding-right: var(--wp--custom--site-outer-padding);--wp--style--root--padding-bottom: 0;--wp--style--root--padding-left: var(--wp--custom--site-outer-padding);}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-honey-cream-color{color: var(--wp--preset--color--honey-cream) !important;}.has-oat-linen-color{color: var(--wp--preset--color--oat-linen) !important;}.has-forest-olive-color{color: var(--wp--preset--color--forest-olive) !important;}.has-cloudwash-blue-color{color: var(--wp--preset--color--cloudwash-blue) !important;}.has-soft-white-color{color: var(--wp--preset--color--soft-white) !important;}.has-soft-stone-color{color: var(--wp--preset--color--soft-stone) !important;}.has-dark-espresso-color{color: var(--wp--preset--color--dark-espresso) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-honey-cream-background-color{background-color: var(--wp--preset--color--honey-cream) !important;}.has-oat-linen-background-color{background-color: var(--wp--preset--color--oat-linen) !important;}.has-forest-olive-background-color{background-color: var(--wp--preset--color--forest-olive) !important;}.has-cloudwash-blue-background-color{background-color: var(--wp--preset--color--cloudwash-blue) !important;}.has-soft-white-background-color{background-color: var(--wp--preset--color--soft-white) !important;}.has-soft-stone-background-color{background-color: var(--wp--preset--color--soft-stone) !important;}.has-dark-espresso-background-color{background-color: var(--wp--preset--color--dark-espresso) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-honey-cream-border-color{border-color: var(--wp--preset--color--honey-cream) !important;}.has-oat-linen-border-color{border-color: var(--wp--preset--color--oat-linen) !important;}.has-forest-olive-border-color{border-color: var(--wp--preset--color--forest-olive) !important;}.has-cloudwash-blue-border-color{border-color: var(--wp--preset--color--cloudwash-blue) !important;}.has-soft-white-border-color{border-color: var(--wp--preset--color--soft-white) !important;}.has-soft-stone-border-color{border-color: var(--wp--preset--color--soft-stone) !important;}.has-dark-espresso-border-color{border-color: var(--wp--preset--color--dark-espresso) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-porcelain-peach-gradient-background{background: var(--wp--preset--gradient--porcelain-peach) !important;}.has-cream-wash-gradient-background{background: var(--wp--preset--gradient--cream-wash) !important;}.has-blush-linen-glow-gradient-background{background: var(--wp--preset--gradient--blush-linen-glow) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-display-xlarge-font-size{font-size: var(--wp--preset--font-size--display-xlarge) !important;}.has-display-large-font-size{font-size: var(--wp--preset--font-size--display-large) !important;}.has-display-small-font-size{font-size: var(--wp--preset--font-size--display-small) !important;}.has-h-1-font-size{font-size: var(--wp--preset--font-size--h-1) !important;}.has-h-2-font-size{font-size: var(--wp--preset--font-size--h-2) !important;}.has-h-3-font-size{font-size: var(--wp--preset--font-size--h-3) !important;}.has-h-4-font-size{font-size: var(--wp--preset--font-size--h-4) !important;}.has-h-5-font-size{font-size: var(--wp--preset--font-size--h-5) !important;}.has-h-6-font-size{font-size: var(--wp--preset--font-size--h-6) !important;}.has-subhead-large-font-size{font-size: var(--wp--preset--font-size--subhead-large) !important;}.has-subhead-medium-font-size{font-size: var(--wp--preset--font-size--subhead-medium) !important;}.has-subhead-small-font-size{font-size: var(--wp--preset--font-size--subhead-small) !important;}.has-body-large-font-size{font-size: var(--wp--preset--font-size--body-large) !important;}.has-body-medium-font-size{font-size: var(--wp--preset--font-size--body-medium) !important;}.has-body-small-font-size{font-size: var(--wp--preset--font-size--body-small) !important;}.has-body-xsmall-font-size{font-size: var(--wp--preset--font-size--body-xsmall) !important;}.has-eyebrow-large-font-size{font-size: var(--wp--preset--font-size--eyebrow-large) !important;}.has-eyebrow-medium-font-size{font-size: var(--wp--preset--font-size--eyebrow-medium) !important;}.has-eyebrow-small-font-size{font-size: var(--wp--preset--font-size--eyebrow-small) !important;}.has-primary-font-family{font-family: var(--wp--preset--font-family--primary) !important;}.wp-block-quote.has-quote-small-font-size{font-size: var(--wp--preset--font-size--quote-small) !important;}.wp-block-quote.has-quote-default-font-size{font-size: var(--wp--preset--font-size--quote-default) !important;}.wp-block-quote.has-quote-large-font-size{font-size: var(--wp--preset--font-size--quote-large) !important;}
body.dark .radio-input__item .radio-input__link:before {
background-color: #f8cec8;
border-color: rgba(255, 255, 255, 0.9);
}
body.dark .radio-input__item .radio-input__link.is-selected:before {
background-color: #e7614c;
border-color: rgba(255, 255, 255, 0.9);
}
:root :where(p){font-size: var(--wp--preset--font-size--body-large);}
:root :where(.wp-block-heading){margin-top: var(--wp--preset--spacing--xl);}
/*# sourceURL=global-styles-inline-css */
</style>
<style id='block-style-variation-styles-inline-css'>
:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link){background: transparent none;border-color: currentColor;border-width: 2px;border-style: solid;color: currentColor;padding-top: 0.667em;padding-right: 1.33em;padding-bottom: 0.667em;padding-left: 1.33em;}
/*# sourceURL=block-style-variation-styles-inline-css */
</style>
<link rel='stylesheet' id='tenup-inline-icon-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ui-kit-icons//dist/css/inline-icon-css.css' media='all' />
<style id='core-block-supports-inline-css'>
.wp-container-core-columns-is-layout-90197917{flex-wrap:nowrap;}.wp-container-core-group-is-layout-dc35bc7e > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-dc35bc7e > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-a875b18f > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-a875b18f > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-bloginabox-theme-query-load-more-is-layout-7ea49b0b{flex-wrap:nowrap;justify-content:center;align-items:center;}.wp-container-core-columns-is-layout-28f84493{flex-wrap:nowrap;}.wp-container-core-group-is-layout-7db9d80f > .alignfull{margin-right:calc(0px * -1);margin-left:calc(0px * -1);}.wp-container-core-group-is-layout-c6d7f5e5{flex-wrap:nowrap;justify-content:center;}
/*# sourceURL=core-block-supports-inline-css */
</style>
<style id='wp-block-template-skip-link-inline-css'>
.skip-link.screen-reader-text {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.skip-link.screen-reader-text:focus {
background-color: #eee;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
/*# sourceURL=wp-block-template-skip-link-inline-css */
</style>
<link rel='stylesheet' id='ep_general_styles-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/elasticpress/dist/css/general-styles.css?ver=66295efe92a630617c00' media='all' />
<link rel='stylesheet' id='bloginabox-theme-styles-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/css/frontend.css?ver=efd792dd69606e70fbb5' media='all' />
<link rel='stylesheet' id='bloginabox-theme-uhf-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/css/uhf.css?ver=61f24982d20212c518e8' media='all' />
<link rel='stylesheet' id='elasticpress-facets-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/elasticpress/dist/css/facets-styles.css?ver=e96caca972beab457d95' media='all' />
<link rel='stylesheet' id='copilot-styles-css' href='https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/css/frontend.css?ver=39c9efca245be401eaa4' media='all' />
<style id='block-visibility-screen-size-styles-inline-css'>
/* Large screens (desktops, 992px and up) */
@media ( min-width: 992px ) {
.block-visibility-hide-large-screen {
display: none !important;
}
}
/* Medium screens (tablets, between 768px and 992px) */
@media ( min-width: 768px ) and ( max-width: 991.98px ) {
.block-visibility-hide-medium-screen {
display: none !important;
}
}
/* Small screens (mobile devices, less than 768px) */
@media ( max-width: 767.98px ) {
.block-visibility-hide-small-screen {
display: none !important;
}
}
/*# sourceURL=block-visibility-screen-size-styles-inline-css */
</style>
<script id="copilot-frontend-js-before">
( function () {
if ( window.__copilotUhfStyleGuard ) {
return;
}
window.__copilotUhfStyleGuard = true;
var PATTERNS = [ 'mectrl', 'gifa11y', 'uhf', 'onerfstatics' ];
function isUhfStyle( el ) {
try {
if ( 'LINK' === el.tagName ) {
var href = ( el.href || '' ).toLowerCase();
return PATTERNS.some( function ( p ) { return -1 !== href.indexOf( p ); } );
}
var text = ( el.textContent || '' ).toLowerCase();
return PATTERNS.some( function ( p ) { return -1 !== text.indexOf( p ); } );
} catch ( e ) {
return false;
}
}
function reEnable() {
document.querySelectorAll( 'style,link[rel=stylesheet]' ).forEach( function ( el ) {
if ( el.sheet && el.sheet.disabled && isUhfStyle( el ) ) {
try {
el.sheet.disabled = false;
} catch ( e ) {}
}
} );
}
// The Interactivity Router disables non-matching stylesheets during client
// navigation, then calls history.pushState/replaceState. Re-enable just after.
[ 'pushState', 'replaceState' ].forEach( function ( method ) {
var original = history[ method ];
history[ method ] = function () {
var result = original.apply( this, arguments );
requestAnimationFrame( reEnable );
setTimeout( reEnable, 0 );
return result;
};
} );
window.addEventListener( 'popstate', function () {
requestAnimationFrame( reEnable );
setTimeout( reEnable, 0 );
} );
} )();
//# sourceURL=copilot-frontend-js-before
</script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/js/frontend.js?ver=39c9efca245be401eaa4" id="copilot-frontend-js" defer data-wp-strategy="defer"></script>
<script id="bloginabox-theme-frontend-js-extra">
var BlogInABoxTheme = {"i18n":{"more":"more","less":"less","expandTaxonomy":"Expand to show more taxonomy terms","collapseTaxonomy":"Collapse to show fewer taxonomy terms","jumpMenuSearchPlaceholder":"Filter","jumpMenuAllLinksLabel":"All products","toggleOptionLight":"Light","toggleOptionDark":"Dark"},"darkModeToggle":"1"};
//# sourceURL=bloginabox-theme-frontend-js-extra
</script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/js/frontend.js?ver=efd792dd69606e70fbb5" id="bloginabox-theme-frontend-js" defer data-wp-strategy="defer"></script>
<script src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js" id="oneds-tracking-js"></script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-json/" /><!-- Stream WordPress user activity plugin v4.1.2 -->
<style>
uhf-header:not(:defined) {
display: block;
height: 54px;
}
uhf-brand:not(:defined),
uhf-contextual-nav:not(:defined),
uhf-actions:not(:defined),
uhf-global-nav:not(:defined),
uhf-search:not(:defined),
uhf-mecontrol:not(:defined),
uhf-cart:not(:defined),
uhf-dropdown:not(:defined),
uhf-popout:not(:defined) {
visibility: hidden;
}
</style>
<link rel="stylesheet" href="https://uhf.microsoft.com/statics/20260814.11.18/css/style-By05NU7M.css" /><script type="importmap" id="wp-importmap">
{"imports":{"@wordpress/interactivity":"https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=66c613f68580994bb00a","@wordpress/interactivity-router":"https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/dist/script-modules/interactivity-router/index.min.js?ver=ae0663e15cc8d4b56150","@wordpress/a11y":"https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/dist/script-modules/a11y/index.min.js?ver=b7d06936b8bc23cff2ad"}}
</script>
<script type="module" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/promotional/view.js?ver=0578a85d0e98ea089fab" id="bloginabox-theme-promotional-view-script-module-js-module"></script>
<link rel="modulepreload" href="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=66c613f68580994bb00a" id="@wordpress/interactivity-js-modulepreload" fetchpriority="low">
<!-- Clarity Code -->
<script type="text/javascript">
function clarityTracking() {
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
t.type='ms-delay-type';t.setAttribute('data-ms-type','text/javascript');
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "m8wz7lgm4a");
}
</script>
<!-- End Clarity Code -->
<!-- Marketo Code -->
<script type="text/javascript">
function marketoTracking() {
const s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://munchkin.marketo.net/munchkin.js';
s.onload = function() {
const currentDomain = window.location.hostname;
let isDebugMode = false;
const munchkinConfig = {
cookieLifeDays: 365
};
// Add staging-specific settings.
if (
currentDomain.includes('stage') ||
currentDomain.includes('azurefd.net') ||
currentDomain.includes('azurewebsites.net')
) {
munchkinConfig.domainLevel = 3;
isDebugMode = true; // Lower environments.
}
// Local debug.
if (currentDomain.includes('.test')) {
isDebugMode = true;
}
// Initialize Munchkin after the script has loaded.
Munchkin.init("157-GQE-382", munchkinConfig);
if (typeof analytics !== 'undefined' && typeof analytics.isInitialized === 'function' && analytics.isInitialized()) {
const regex = new RegExp(`(^| )_mkto_trk=([^;]+)`)
const match = document.cookie.match(regex)
if (!match && isDebugMode) {
console.log('No Munchkin cookie found - can\'t verify implementation');
}
if (match) {
// Munchkin ID.
const munchkinId = match[2];
// Add telemetry initializer to include Munchkin ID in all future events.
analytics.addTelemetryInitializer(function (envelope) {
// For web events (pageView, click, etc.).
if (envelope.data && envelope.data.baseData) {
if (!envelope.data.baseData.properties) {
envelope.data.baseData.properties = {};
}
envelope.data.baseData.properties.munchKinId = munchkinId;
}
// Content update events.
if (envelope.data && envelope.data.baseData && envelope.data.baseData.pageTags) {
if (!envelope.data.baseData.pageTags.metaTags) {
envelope.data.baseData.pageTags.metaTags = {};
}
envelope.data.baseData.pageTags.metaTags.munchKinId = munchkinId;
}
return true;
});
analytics.captureContentUpdate({
pageTags: {
metaTags: {
munchKinId: munchkinId
}
}
});
if (isDebugMode) {
console.log('Munchkin ID added to telemetry initializer: ' + munchkinId);
}
}
}
};
document.getElementsByTagName('head')[0].appendChild(s);
}
</script>
<!-- End Marketo Code -->
<style class='wp-fonts-local'>
@font-face{font-family:"Segoe UI";font-style:normal;font-weight:300;font-display:fallback;src:url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff2') format('woff2'), url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff') format('woff');}
@font-face{font-family:"Segoe UI";font-style:normal;font-weight:400;font-display:fallback;src:url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff2') format('woff2'), url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff') format('woff');}
@font-face{font-family:"Segoe UI";font-style:normal;font-weight:600;font-display:fallback;src:url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff2') format('woff2'), url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff') format('woff');}
@font-face{font-family:"Segoe UI";font-style:normal;font-weight:700;font-display:fallback;src:url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff2') format('woff2'), url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans.woff') format('woff');}
@font-face{font-family:"Segoe UI";font-style:italic;font-weight:400;font-display:fallback;src:url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans-Italic.woff2') format('woff2'), url('https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/fonts/segoe-sans/Segoe-sans-Italic.woff') format('woff');}
</style>
<script type="module" src="https://uhf.microsoft.com/statics/20260814.11.18/js/entry.js"></script>
<script src="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"></script></head>
<body class="search search-results wp-embed-responsive wp-theme-blog-in-a-box wp-child-theme-copilot microsoft-uhf">
<a class="skip-link screen-reader-text" href="#wp--skip-link--target">Skip to content</a>
<div class="wp-site-blocks"><div class="wp-block-template-part wp-block-template-part--header"><uhf-header locale="en-us" partnerId="MSServerCloud" headerId="CopilotHeader" theme="light">
<a slot="skip-link" class="uhf-skip-link" href="#mainContent" data-m='{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "SkipToMain", "cN": "Skip to content_nonnav", "ecn": "Skip to content_nonnav", "ehn": "SkipToMain"}'>Skip to main content</a>
<uhf-brand slot="brand">
<a href="https://www.microsoft.com" class="uhf-microsoft-logo" slot="microsoft-logo" aria-label="Microsoft" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Anchor", "cN": "GlobalNav_Logo_cont", "ecn": "GlobalNav_Logo_cont", "ehn": "Anchor"}">
<img decoding="async" src="https://uhf.microsoft.com/images/microsoft/RE1Mu3b.png" alt="Microsoft" />
</a>
<a href="https://www.microsoft.com/en-us/microsoft-copilot" class="uhf-site-logo" slot="brand-logo" aria-label="Copilot" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Anchor", "cN": "CatNav_Copilot_nav", "ecn": "CatNav_Copilot_nav", "ehn": "Anchor"}">
<span>Copilot</span> </a>
</uhf-brand>
<uhf-contextual-nav
slot="contextual-nav"
overflowText="More"
brand="Copilot"
homeUrl="https://www.microsoft.com/en-us/microsoft-copilot"
homeText="Home"
data-nav-label="Contextual menu"
>
<uhf-dropdown
text="For organizations"
id=""
data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For organizations", "cN": "CatNav_For organizations_nav", "ecn": "CatNav_For organizations_nav", "ehn": "For organizations"}"
>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-365-copilot" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For organizations", "cN": "CatNav_For organizations_Microsoft 365 Copilot_nav", "ecn": "CatNav_For organizations_Microsoft 365 Copilot_nav", "ehn": "For organizations"}">Microsoft 365 Copilot</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-365-copilot/download-copilot-app" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For organizations", "cN": "CatNav_For organizations_Download Microsoft 365 Copilot app_nav", "ecn": "CatNav_For organizations_Download Microsoft 365 Copilot app_nav", "ehn": "For organizations"}">Download Microsoft 365 Copilot app</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-365-copilot/microsoft-copilot-studio" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For organizations", "cN": "CatNav_For organizations_Microsoft Copilot Studio_nav", "ecn": "CatNav_For organizations_Microsoft Copilot Studio_nav", "ehn": "For organizations"}">Microsoft Copilot Studio</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/security/business/ai-machine-learning/microsoft-security-copilot" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For organizations", "cN": "CatNav_For organizations_Microsoft Security Copilot_nav", "ecn": "CatNav_For organizations_Microsoft Security Copilot_nav", "ehn": "For organizations"}">Microsoft Security Copilot</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://azure.microsoft.com/en-us/products/copilot" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For organizations", "cN": "CatNav_For organizations_Microsoft Copilot in Azure_nav", "ecn": "CatNav_For organizations_Microsoft Copilot in Azure_nav", "ehn": "For organizations"}">Microsoft Copilot in Azure</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://github.com/features/copilot" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For organizations", "cN": "CatNav_For organizations_GitHub Copilot_nav", "ecn": "CatNav_For organizations_GitHub Copilot_nav", "ehn": "For organizations"}">GitHub Copilot</a>
</uhf-dropdown>
<a class="uhf-nav-item uhf-nav-link" href="https://www.microsoft.com/en-us/microsoft-365-copilot/agents" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Agents", "cN": "CatNav_Agents_nav", "ecn": "CatNav_Agents_nav", "ehn": "Agents"}">Agents</a>
<a class="uhf-nav-item uhf-nav-link" href="https://www.microsoft.com/en-us/ai/ai-customer-stories" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Customer stories", "cN": "CatNav_Customer stories_nav", "ecn": "CatNav_Customer stories_nav", "ehn": "Customer stories"}">Customer stories</a>
<uhf-dropdown
text="Learn more"
id=""
data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Learn more", "cN": "CatNav_Learn more_nav", "ecn": "CatNav_Learn more_nav", "ehn": "Learn more"}"
>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-365-copilot/ai-get-ready" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Learn more", "cN": "CatNav_Learn more_Get started with AI for your business_nav", "ecn": "CatNav_Learn more_Get started with AI for your business_nav", "ehn": "Learn more"}">Get started with AI for your business</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://learn.microsoft.com/en-us/copilot/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Learn more", "cN": "CatNav_Learn more_Copilot learning hub_nav", "ecn": "CatNav_Learn more_Copilot learning hub_nav", "ehn": "Learn more"}">Copilot learning hub</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-copilot/copilot-101" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Learn more", "cN": "CatNav_Learn more_Copilot 101_nav", "ecn": "CatNav_Learn more_Copilot 101_nav", "ehn": "Learn more"}">Copilot 101</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/ai?rtc=1" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Learn more", "cN": "CatNav_Learn more_Microsoft AI_nav", "ecn": "CatNav_Learn more_Microsoft AI_nav", "ehn": "Learn more"}">Microsoft AI</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-copilot/blog" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Learn more", "cN": "CatNav_Learn more_Copilot blog_nav", "ecn": "CatNav_Learn more_Copilot blog_nav", "ehn": "Learn more"}">Copilot blog</a>
</uhf-dropdown>
<a class="uhf-nav-item uhf-nav-link" href="https://www.microsoft.com/en-us/microsoft-copilot/for-individuals/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "For personal use", "cN": "CatNav_For personal use_nav", "ecn": "CatNav_For personal use_nav", "ehn": "For personal use"}">For personal use</a>
<a class="uhf-nav-item uhf-nav-link" href="https://go.microsoft.com/fwlink/?linkid=2325525" id="c-shellmenu_custom_button_solid_newtab_tryCopilotChat" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "Try Copilot Chat", "cN": "CatNav_Try Copilot Chat_nav", "ecn": "CatNav_Try Copilot Chat_nav", "ehn": "Try Copilot Chat"}">Try Copilot Chat</a>
</uhf-contextual-nav> <uhf-actions slot="actions">
<uhf-global-nav slot="global-nav" text="All Microsoft" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_nonnav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_nonnav", "ehn": "OneMicrosoftBar"}" data-nav-label="All Microsoft menu">
<uhf-dropdown-header slot="header">
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/security" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Microsoft Security_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Microsoft Security_nav", "ehn": "OneMicrosoftBar"}">Microsoft Security</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://azure.microsoft.com/en-us/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Azure_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Azure_nav", "ehn": "OneMicrosoftBar"}">Azure</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://dynamics.microsoft.com/en-us/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Dynamics 365_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Dynamics 365_nav", "ehn": "OneMicrosoftBar"}">Dynamics 365</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-365/business/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Microsoft 365_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Microsoft 365_nav", "ehn": "OneMicrosoftBar"}">Microsoft 365</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-teams/group-chat-software" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Microsoft Teams_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Microsoft Teams_nav", "ehn": "OneMicrosoftBar"}">Microsoft Teams</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/windows-365" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Windows 365_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_Windows 365_nav", "ehn": "OneMicrosoftBar"}">Windows 365</a>
</uhf-dropdown-header>
<uhf-dropdown-column title="Tech & innovation" show-tooltip="false" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ehn": "OneMicrosoftBar"}">
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/ai?icid=DSM_AllCommercial_AI" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_Microsoft AI_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_More_TechInnovation__AI_nav", "ehn": "OneMicrosoftBar"}">Microsoft AI</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://azure.microsoft.com/en-us/solutions/space/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_Azure Space_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_More_TechInnovation_AzureSpace_nav", "ehn": "OneMicrosoftBar"}">Azure Space</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/mixed-reality/windows-mixed-reality" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_Mixed reality_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_More_TechInnovation_MixedReality_nav", "ehn": "OneMicrosoftBar"}">Mixed reality</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/hololens" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_Microsoft HoloLens_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_More_TechInnovation_MicrosoftHololens_nav", "ehn": "OneMicrosoftBar"}">Microsoft HoloLens</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/microsoft-viva" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_Microsoft Viva_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_More_TechInnovation_Microsoft Viva_nav", "ehn": "OneMicrosoftBar"}">Microsoft Viva</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://azure.microsoft.com/en-us/solutions/quantum-computing/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_Quantum computing_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_More_TechInnovation_QuantumComputing_nav", "ehn": "OneMicrosoftBar"}">Quantum computing</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/corporate-responsibility/sustainability?icid=DSM_AllCommercial_Sustainability" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_Sustainability_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Tech & innovation_More_TechInnovation_Sustainability_nav", "ehn": "OneMicrosoftBar"}">Sustainability</a>
</uhf-dropdown-column>
<uhf-dropdown-column title="Industries" show-tooltip="false" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ehn": "OneMicrosoftBar"}">
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/education" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_Education_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_More_Industries_Education_nav", "ehn": "OneMicrosoftBar"}">Education</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/industry/automotive" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_Automotive_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_More_Industries_Automotive_nav", "ehn": "OneMicrosoftBar"}">Automotive</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/industry/financial-services/banking" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_Financial services_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_More_Industries_Financialservices_nav", "ehn": "OneMicrosoftBar"}">Financial services</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/industry/government" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_Government_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_More_Industries_Government_nav", "ehn": "OneMicrosoftBar"}">Government</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/industry/health/microsoft-cloud-for-healthcare" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_Healthcare_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_More_Industries_Health_nav", "ehn": "OneMicrosoftBar"}">Healthcare</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/industry/manufacturing/microsoft-cloud-for-manufacturing" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_Manufacturing_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_More_Industries_Manufacturing_nav", "ehn": "OneMicrosoftBar"}">Manufacturing</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/industry/consumer-goods" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_Retail_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Industries_More_Industries_Retail_nav", "ehn": "OneMicrosoftBar"}">Retail</a>
</uhf-dropdown-column>
<uhf-dropdown-column title="Partners" show-tooltip="false" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ehn": "OneMicrosoftBar"}">
<a class="uhf-nav-item uhf-dropdown-link" href="https://partner.microsoft.com/en-US/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_Find a partner_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_More_Partner_FindPartner_nav", "ehn": "OneMicrosoftBar"}">Find a partner</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://partner.microsoft.com/en-US/membership/cloud-solution-provider" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_Become a partner_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_More_Partner_BecomePartner_nav", "ehn": "OneMicrosoftBar"}">Become a partner</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://partner.microsoft.com/en-us/membership" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_Partner Network_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_More_Partner_PartnerNetwork_nav", "ehn": "OneMicrosoftBar"}">Partner Network</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://marketplace.microsoft.com?icid=DSM_AllCommercial_Marketplace&ocid=cmm3c8ee9bs" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_Microsoft Marketplace_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_More_Partner_Marketplace_nav", "ehn": "OneMicrosoftBar"}">Microsoft Marketplace</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/software-development-companies?icid=DSM_AllCommercial_SoftwareCompanies&ocid=cmm3c8ee9bs" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_Software companies_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Partners_Software companies_nav", "ehn": "OneMicrosoftBar"}">Software companies</a>
</uhf-dropdown-column>
<uhf-dropdown-column title="Resources" show-tooltip="false" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_nav", "ehn": "OneMicrosoftBar"}">
<a class="uhf-nav-item uhf-dropdown-link" href="https://blogs.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Blog_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_Blog_nav", "ehn": "OneMicrosoftBar"}">Blog</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://about.ads.microsoft.com/en-us?s_cid=dig-src_uhfcomm" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Microsoft Advertising_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_MicrosoftAdvertising_nav", "ehn": "OneMicrosoftBar"}">Microsoft Advertising</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://developer.microsoft.com/en-us/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Developer Center_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_DeveloperCenter_nav", "ehn": "OneMicrosoftBar"}">Developer Center</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://learn.microsoft.com/docs/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Documentation_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_Documentation_nav", "ehn": "OneMicrosoftBar"}">Documentation</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/events" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Events_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_Events_nav", "ehn": "OneMicrosoftBar"}">Events</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/licensing/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Licensing_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_Licensing_nav", "ehn": "OneMicrosoftBar"}">Licensing</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://learn.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Microsoft Learn_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_MicrosoftLearn_nav", "ehn": "OneMicrosoftBar"}">Microsoft Learn</a>
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/research/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalHeader", "hn": "OneMicrosoftBar", "cN": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_Microsoft Research_nav", "ecn": "GlobalNav_OneMicrosoftBar_AllMicrosoft_More_Resources_More_Resources_MicrosoftResearch_nav", "ehn": "OneMicrosoftBar"}">Microsoft Research</a>
</uhf-dropdown-column>
<uhf-dropdown-footer slot="footer">
<a class="uhf-nav-item uhf-dropdown-link" href="https://www.microsoft.com/en-us/sitemap" data-m="">View Sitemap</a>
</uhf-dropdown-footer>
</uhf-global-nav>
</uhf-actions>
</uhf-header>
</div>
<main class="wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-7db9d80f wp-block-group-is-layout-constrained" style="padding-right:0;padding-left:0">
<div style="padding-bottom:var(--wp--preset--spacing--2-xl);padding-top:var(--wp--preset--spacing--0);" class="section alignfull wp-block-bloginabox-theme-section has-global-padding is-layout-constrained wp-block-bloginabox-theme-section-is-layout-constrained">
<div
class="section__background alignfull is-layout-constrained"
>
<div class="section-background-image-wrapper section-background-image-wrapper--light section-background-image-wrapper--desktop alignfull section--oat-linen" style="opacity: 100%">
</div>
<div class="section-background-image-wrapper section-background-image-wrapper--dark section-background-image-wrapper--desktop alignfull section--dark-espresso" style="opacity: 100%">
</div>
</div>
<div class="section__content alignfull is-layout-constrained">
<div class="wp-block-columns alignwide are-vertically-aligned-center is-style-breadcrumbs is-layout-flex wp-container-core-columns-is-layout-90197917 wp-block-columns-is-layout-flex" style="padding-top:var(--wp--preset--spacing--xl)">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%">
<div class="wp-block-bloginabox-theme-breadcrumbs">
<nav class="breadcrumbs" aria-label="breadcrumbs" data-bi-an="Breadcrumb">
<ol class="breadcrumbs__list">
<li class="breadcrumbs__item">
<a
href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/"
class="breadcrumbs__link"
data-bi-an="Breadcrumb"
data-bi-cn="Blog home"
data-bi-ct="breadcrumb link"
>
Blog home </a>
</li>
<li class="breadcrumbs__item">
<span
class="breadcrumbs__link"
data-bi-an="Breadcrumb"
data-bi-cn="You searched for "
data-bi-ct="breadcrumb link"
aria-current="location"
>
You searched for </span>
</li>
</ol>
</nav>
</div>
</div>
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.33%"><form data-bi-an="Filter Navigation" data-bi-cn="Site Search Bar" data-bi-id="search-field" data-bi-srchq="" data-bi-srchtype="" role="search" method="get" action="https://www.microsoft.com/en-us/microsoft-copilot/blog/" class="wp-block-search__button-inside wp-block-search__icon-button wp-block-search" ><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-1" >Search</label><div class="wp-block-search__inside-wrapper" ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="Search the blog" value="" type="search" name="s" /><button aria-label="Search" class="wp-block-search__button has-icon wp-element-button" type="submit" ><svg class="search-icon" viewBox="0 0 24 24" width="24" height="24">
<path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path>
</svg></button></div><input type="hidden" name="sub" value="studio" /></form></div>
</div>
<h1 class="has-text-align-left alignwide wp-block-query-title">Search results</h1>
</div>
</div>
<div class="wp-block-group alignfull has-blur-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--3-xl);padding-bottom:var(--wp--preset--spacing--4-xl)">
<div data-query-id="3" data-wp-context="{}" data-wp-interactive="core/query" data-wp-key="3" data-wp-router-region="query-3" class="wp-block-query alignwide is-layout-flow wp-block-query-is-layout-flow">
<div class="wp-block-columns is-style-search is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div data-bi-an="Refine Results" class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><aside class="wp-block-template-part wp-block-template-part--search-sidebar">
<div data-bi-an="Current Selections" class="wp-block-group is-style-rounded is-style-rounded-md has-white-background-color has-background is-layout-flow wp-container-core-group-is-layout-a875b18f wp-block-group-is-layout-flow" style="padding-top:var(--wp--preset--spacing--lg);padding-right:var(--wp--preset--spacing--lg);padding-bottom:var(--wp--preset--spacing--lg);padding-left:var(--wp--preset--spacing--lg);box-shadow:var(--wp--preset--shadow--100)">
<div class="wp-block-bloginabox-theme-refine-results-button">
<a class="refine-results-button-link" href="#refine-results">
Refine Results</a>
</div>
<div class="wp-block-group is-layout-flow wp-container-core-group-is-layout-dc35bc7e wp-block-group-is-layout-flow" style="margin-top:0;margin-bottom:0">
<h2 class="wp-block-heading has-h-3-font-size" id="refine-results" style="margin-bottom:var(--wp--preset--spacing--sm)">Refine results
</h2>
<div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow">
<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary data-bi-bhvr="7" data-bi-cn="Sort By
Relevance
Newest to oldest
Oldest to newest" data-bi-ct="expand filter">Sort By</summary>
<div class="sort-by wp-block-bloginabox-theme-sort-by">
<ul class="radio-input__list">
<li class="radio-input__item">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s&sub=studio"
class="radio-input__link is-selected"
data-bi-cn="Relevance"
data-bi-ct="select filter"
data-wp-on--click="core/query::actions.navigate">
Relevance </a>
</li>
<li class="radio-input__item">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s=&sub=studio&sort-by=newest-oldest"
class="radio-input__link "
data-bi-cn="Newest to oldest"
data-bi-ct="select filter"
data-wp-on--click="core/query::actions.navigate">
Newest to oldest </a>
</li>
<li class="radio-input__item">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s=&sub=studio&sort-by=oldest-newest"
class="radio-input__link "
data-bi-cn="Oldest to newest"
data-bi-ct="select filter"
data-wp-on--click="core/query::actions.navigate">
Oldest to newest </a>
</li>
</ul>
</div>
</details>
<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary data-bi-bhvr="7" data-bi-cn="Content type
Customer Stories (6)Events (20)News (128)Feature Releases (41)Monthly Updates (80)Tips and guides (127)" data-bi-ct="expand filter">Content type</summary><div class="wp-block-elasticpress-facet wp-block-elasticpress-facet">
<div class="terms ">
<div class="inner">
<div class="term level-0 " data-term-name="customer stories" data-term-slug="customer-stories"><a data-bi-cn="Customer Stories" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Customer Stories" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-content-type=customer-stories&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Customer Stories <span>(6)</span></a></div><div class="term level-0 " data-term-name="events" data-term-slug="events"><a data-bi-cn="Events" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Events" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-content-type=events&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Events <span>(20)</span></a></div><div class="term level-0 " data-term-name="news" data-term-slug="news"><a data-bi-cn="News" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: News" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-content-type=news&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>News <span>(128)</span></a></div><div class="term level-1 " data-term-name="feature releases" data-term-slug="feature-releases"><a data-bi-cn="Feature Releases" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Feature Releases" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-content-type=feature-releases&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Feature Releases <span>(41)</span></a></div><div class="term level-1 " data-term-name="monthly updates" data-term-slug="monthly-updates"><a data-bi-cn="Monthly Updates" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Monthly Updates" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-content-type=monthly-updates&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Monthly Updates <span>(80)</span></a></div><div class="term level-0 " data-term-name="tips and guides" data-term-slug="tips-and-guides"><a data-bi-cn="Tips and guides" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Tips and guides" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-content-type=tips-and-guides&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Tips and guides <span>(127)</span></a></div> </div>
</div>
</div></details>
<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary data-bi-bhvr="7" data-bi-cn="Topic
Agent adoption (23)Agent governance (45)Agent security (14)Agentic AI (163)Developer tools (19)Extensibility (34)Pre-built agents (6)Product Integrations (73)AI tool integrations (30)Azure integrations (11)Microsoft 365 integrations (23)Power Automate integrations (6)" data-bi-ct="expand filter">Topic</summary><div class="wp-block-elasticpress-facet wp-block-elasticpress-facet">
<div class="terms ">
<div class="inner">
<div class="term level-0 " data-term-name="agent adoption" data-term-slug="agent-adoption"><a data-bi-cn="Agent adoption" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Agent adoption" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=agent-adoption&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Agent adoption <span>(23)</span></a></div><div class="term level-0 " data-term-name="agent governance" data-term-slug="agent-governance"><a data-bi-cn="Agent governance" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Agent governance" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=agent-governance&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Agent governance <span>(45)</span></a></div><div class="term level-0 " data-term-name="agent security" data-term-slug="agent-security"><a data-bi-cn="Agent security" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Agent security" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=agent-security&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Agent security <span>(14)</span></a></div><div class="term level-0 " data-term-name="agentic ai" data-term-slug="agentic-ai"><a data-bi-cn="Agentic AI" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Agentic AI" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=agentic-ai&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Agentic AI <span>(163)</span></a></div><div class="term level-0 " data-term-name="developer tools" data-term-slug="developer-tools"><a data-bi-cn="Developer tools" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Developer tools" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=developer-tools&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Developer tools <span>(19)</span></a></div><div class="term level-0 " data-term-name="extensibility" data-term-slug="extensibility"><a data-bi-cn="Extensibility" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Extensibility" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=extensibility&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Extensibility <span>(34)</span></a></div><div class="term level-0 " data-term-name="pre-built agents" data-term-slug="pre-built-agents"><a data-bi-cn="Pre-built agents" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Pre-built agents" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=pre-built-agents&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Pre-built agents <span>(6)</span></a></div><div class="term level-0 " data-term-name="product integrations" data-term-slug="product-integrations"><a data-bi-cn="Product Integrations" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Product Integrations" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=product-integrations&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Product Integrations <span>(73)</span></a></div><div class="term level-1 " data-term-name="ai tool integrations" data-term-slug="ai-tool-integrations-product-integrations"><a data-bi-cn="AI tool integrations" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: AI tool integrations" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=ai-tool-integrations-product-integrations&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>AI tool integrations <span>(30)</span></a></div><div class="term level-1 " data-term-name="azure integrations" data-term-slug="azure-integrations-product-integrations"><a data-bi-cn="Azure integrations" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Azure integrations" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=azure-integrations-product-integrations&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Azure integrations <span>(11)</span></a></div><div class="term level-1 " data-term-name="microsoft 365 integrations" data-term-slug="microsoft-365-integrations-product-integrations"><a data-bi-cn="Microsoft 365 integrations" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Microsoft 365 integrations" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=microsoft-365-integrations-product-integrations&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Microsoft 365 integrations <span>(23)</span></a></div><div class="term level-1 " data-term-name="power automate integrations" data-term-slug="power-automate-integrations-product-integrations"><a data-bi-cn="Power Automate integrations" data-bi-ct="select filter" data-wp-on--click="core/query::actions.navigate" aria-label="Apply filter: Power Automate integrations" href="/en-us/microsoft-copilot/blog/search/?ep_filter_cs-topic=power-automate-integrations-product-integrations&s=&sub=studio" rel="nofollow"><div class="ep-checkbox " role="presentation"></div>Power Automate integrations <span>(6)</span></a></div> </div>
</div>
</div></details>
<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary data-bi-bhvr="7" data-bi-cn="Publish date
Last 3 Months
Last 6 Months
Last 12 Months
Custom
Start Date
End Date
Apply" data-bi-ct="expand filter">Publish date</summary>
<div class="publish-date-filter wp-block-bloginabox-theme-publish-date-filter" data-wp-interactive="bloginabox-theme/publish-date-filter">
<ul class="radio-input__list">
<li class="radio-input__item">
<a
href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s=&sub=studio&ep_date_filter=last-3-months"
class="radio-input__link"
data-bi-cn="Last 3 Months"
data-bi-ct="select filter"
data-wp-on--click="actions.selectStandardFilter"
data-filter-value="last-3-months"
data-wp-class--is-selected="state.isLast3MonthsSelected"
>
Last 3 Months </a>
</li>
<li class="radio-input__item">
<a
href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s=&sub=studio&ep_date_filter=last-6-months"
class="radio-input__link"
data-bi-cn="Last 6 Months"
data-bi-ct="select filter"
data-wp-on--click="actions.selectStandardFilter"
data-filter-value="last-6-months"
data-wp-class--is-selected="state.isLast6MonthsSelected"
>
Last 6 Months </a>
</li>
<li class="radio-input__item">
<a
href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s=&sub=studio&ep_date_filter=last-12-months"
class="radio-input__link"
data-bi-cn="Last 12 Months"
data-bi-ct="select filter"
data-wp-on--click="actions.selectStandardFilter"
data-filter-value="last-12-months"
data-wp-class--is-selected="state.isLast12MonthsSelected"
>
Last 12 Months </a>
</li>
<li class="radio-input__item">
<a
href="#"
class="radio-input__link"
data-bi-cn="Custom"
data-bi-ct="select filter"
data-wp-on--click="actions.selectCustomFilter"
data-filter-value="custom"
data-wp-class--is-selected="state.isCustomSelected"
>
Custom </a>
</li>
</ul>
<div
class="publish-date-filter__custom-range publish-date-filter__custom-range--hidden"
data-wp-class--publish-date-filter__custom-range--hidden="!state.isCustomVisible"
>
<div class="publish-date-filter__date-field">
<label for="date-filter-start">Start Date</label>
<input
type="date"
id="date-filter-start"
class="publish-date-filter__date-input"
value=""
data-wp-bind--value="state.startDate"
data-wp-on--change="actions.updateStartDate"
/>
</div>
<div class="publish-date-filter__date-field">
<label for="date-filter-end">End Date</label>
<input
type="date"
id="date-filter-end"
class="publish-date-filter__date-input"
value=""
data-wp-bind--value="state.endDate"
data-wp-on--change="actions.updateEndDate"
/>
</div>
<button
class="publish-date-filter__button"
data-wp-on--click="actions.applyCustomRange"
data-wp-bind--disabled="!state.dateRangeValid"
>
Apply </button>
</div>
</div>
</details>
</div>
</div>
</div>
</aside></div>
<div data-bi-an="Search Results" class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><?xml encoding="utf-8" ?><ul role="list" class="wp-block-post-template is-layout-flow wp-block-post-template-is-layout-flow"><li role="listitem" data-wp-key="post-template-item-8383" class="wp-block-post post-8383 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-feature-releases cs-content-type-news cs-topic-agent-governance cs-topic-agent-security cs-topic-agentic-ai cs-topic-microsoft-365-integrations-product-integrations review-flag-1714037975-104 review-flag-integ-1714037973-23 review-flag-never-1714037973-443 review-flag-new-1714037972-526 review-flag-publi-1714037979-1000">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="8383" data-bi-cn="Build apps in Copilot Cowork and Copilot Studio" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "8383"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1920" height="1080" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2045/12/One-system-for-business-processes.jpg" class="attachment-full size-full" alt="" role="presentation"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Feature Releases">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/feature-releases/" data-bi-id="937" data-bi-ct="post categories">
Feature Releases </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-09-10T08:00:00-07:00">
September 10 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
3 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/build-apps-in-copilot-cowork-and-copilot-studio/" data-bi-cn="Build apps in Copilot Cowork and Copilot Studio" data-bi-id="8383" data-bi-ct="title link" data-bi-tn="content-card">
Build apps in Copilot Cowork and Copilot Studio <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Introducing app building in Copilot Cowork and Copilot Studio. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-8289" class="wp-block-post post-8289 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-monthly-updates cs-topic-azure-integrations-product-integrations cs-topic-developer-tools cs-topic-extensibility review-flag-5-1714037975-315 review-flag-gener-1714037979-83 review-flag-new-1714037972-526 review-flag-the-m-1714037981-260">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="8289" data-bi-cn="New and improved: GitHub Copilot harness, agent skills, and richer context" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "8289"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1920" height="1080" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2026/08/Copilot-Studio_Whats-New-Aug-2026.jpg" class="attachment-full size-full" alt="" role="presentation"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Monthly Updates">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/monthly-updates/" data-bi-id="935" data-bi-ct="post categories">
Monthly Updates </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-09-02T10:30:00-07:00">
September 2 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
6 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/new-and-improved-github-copilot-harness-agent-skills-and-richer-context/" data-bi-cn="New and improved: GitHub Copilot harness, agent skills, and richer context" data-bi-id="8289" data-bi-ct="title link" data-bi-tn="content-card">
New and improved: GitHub Copilot harness, agent skills, and richer context <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Explore the latest Copilot Studio updates, including the GitHub Copilot harness and new ways for agents to use skills, enterprise knowledge, and more. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-8252" class="wp-block-post post-8252 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-customer-stories cs-content-type-tips-and-guides cs-topic-agentic-ai cs-topic-extensibility cs-topic-pre-built-agents">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="8252" data-bi-cn="Extending agentic Microsoft Dynamics 365 Sales with MCP" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "8252"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1920" height="1280" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2026/07/CLO20_ConferenceRoom_003-1920.jpg" class="attachment-full size-full" alt="People sitting in a meeting room with one person standing and presenting next to a large screen on the wall"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Tips and guides">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/tips-and-guides/" data-bi-id="933" data-bi-ct="post categories">
Tips and guides </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-07-21T12:20:00-07:00">
July 21 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
5 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/extending-agentic-microsoft-dynamics-365-sales-with-mcp/" data-bi-cn="Extending agentic Microsoft Dynamics 365 Sales with MCP" data-bi-id="8252" data-bi-ct="title link" data-bi-tn="content-card">
Extending agentic Microsoft Dynamics 365 Sales with MCP <span class="card-block__title-glyph card-block__title-arrow-up" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
MCP extends Dynamics 365 Sales agents with external data, tools, and actions, helping connect sales processes across business systems. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-8035" class="wp-block-post post-8035 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-tips-and-guides cs-topic-agent-adoption cs-topic-agent-governance cs-topic-agent-security cs-topic-agentic-ai">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="8035" data-bi-cn="Building reliable voice agents: A practical guide" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "8035"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1260" height="709" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2026/06/Copilot-Studio-Building-Voice-Agents-1260.jpg" class="attachment-full size-full" alt="A person working on a laptop in an office. Text overlay says, Build your voice agent" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Tips and guides">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/tips-and-guides/" data-bi-id="933" data-bi-ct="post categories">
Tips and guides </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-06-25T09:00:00-07:00">
June 25 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
10 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/building-reliable-voice-agents-a-practical-guide/" data-bi-cn="Building reliable voice agents: A practical guide" data-bi-id="8035" data-bi-ct="title link" data-bi-tn="content-card">
Building reliable voice agents: A practical guide <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Learn how to design AI voice agents that handle real conversations, stay reliable under pressure, and scale from prototype to production. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7917" class="wp-block-post post-7917 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-tips-and-guides cs-topic-agent-governance cs-topic-agentic-ai">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7917" data-bi-cn="Who evaluates the evaluators? The data science behind agent evals" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7917"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1260" height="709" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/08/agent-evals-2-1260.jpg" class="attachment-full size-full" alt="A person working on a computer in an office, framed by blue graphics and stylized icons for PowerPoint, Word, and Outlook" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Tips and guides">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/tips-and-guides/" data-bi-id="933" data-bi-ct="post categories">
Tips and guides </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-06-11T09:00:00-07:00">
June 11 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
8 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/who-evaluates-the-evaluators-the-data-science-behind-agent-evals/" data-bi-cn="Who evaluates the evaluators? The data science behind agent evals" data-bi-id="7917" data-bi-ct="title link" data-bi-tn="content-card">
Who evaluates the evaluators? The data science behind agent evals <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
An inside look at the data science and evaluation systems helping teams improve agent quality at scale in Copilot Studio. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7902" class="wp-block-post post-7902 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-events cs-content-type-news cs-topic-agentic-ai cs-topic-extensibility">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7902" data-bi-cn="Frontier Tuning: Teaching AI to work the way you do" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7902"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1920" height="1080" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/08/CLO23_FocusedWork_007-1.jpg" class="attachment-full size-full" alt="A person working on a laptop in an office" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="News">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/news/" data-bi-id="934" data-bi-ct="post categories">
News </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-06-02T10:00:00-07:00">
June 2 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
4 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/frontier-tuning-teaching-ai-to-work-the-way-you-do/" data-bi-cn="Frontier Tuning: Teaching AI to work the way you do" data-bi-id="7902" data-bi-ct="title link" data-bi-tn="content-card">
Frontier Tuning: Teaching AI to work the way you do <span class="card-block__title-glyph card-block__title-arrow-up" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Frontier Tuning introduces a new way to tune AI agents around your organization’s workflows, internal knowledge, and compliance safeguards. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7842" class="wp-block-post post-7842 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-feature-releases cs-content-type-news cs-topic-agent-adoption cs-topic-agent-security cs-topic-agentic-ai review-flag-3-1714037975-715 review-flag-5-1714037975-315 review-flag-new-1714037972-526 review-flag-publi-1714037979-1000 review-flag-the-p-1714037981-716">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7842" data-bi-cn="Mistral joins Copilot Studio’s growing lineup of model providers" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7842"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1260" height="709" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/08/Copilot-Studio-Mistral-1260.jpg" class="attachment-full size-full" alt="The words try Mistral Medium 3.5 in Copilot Studio appearing on a blue and purple background" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Feature Releases">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/feature-releases/" data-bi-id="937" data-bi-ct="post categories">
Feature Releases </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-05-28T01:45:00-07:00">
May 28 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
2 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/mistral-joins-copilot-studios-growing-lineup-of-model-providers/" data-bi-cn="Mistral joins Copilot Studio’s growing lineup of model providers" data-bi-id="7842" data-bi-ct="title link" data-bi-tn="content-card">
Mistral joins Copilot Studio’s growing lineup of model providers <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Copilot Studio adds Mistral Medium 3.5, expanding model choice with in‑region data control, strong multilingual performance, and admin governance. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7783" class="wp-block-post post-7783 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-customer-stories cs-content-type-monthly-updates cs-topic-agent-adoption cs-topic-agent-governance cs-topic-agentic-ai cs-topic-extensibility cs-topic-microsoft-365-integrations-product-integrations review-flag-integ-1714037973-23 review-flag-never-1714037973-443 review-flag-new-1714037972-526 review-flag-publi-1714037979-1000">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7783" data-bi-cn="New and improved: Computer-using agents, a new workflows experience, and real-time voice experiences" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7783"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1920" height="1080" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/08/Copilot-Studio_Whats-New-May-2026.jpg" class="attachment-full size-full" alt="A light purple and pink graphic design background with the Copilot Studio logo and the text New and improved in Copilot Studio: May 2026" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Monthly Updates">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/monthly-updates/" data-bi-id="935" data-bi-ct="post categories">
Monthly Updates </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-05-26T09:00:00-07:00">
May 26 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
7 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/new-and-improved-computer-using-agents-a-new-workflows-experience-and-real-time-voice-experiences/" data-bi-cn="New and improved: Computer-using agents, a new workflows experience, and real-time voice experiences" data-bi-id="7783" data-bi-ct="title link" data-bi-tn="content-card">
New and improved: Computer-using agents, a new workflows experience, and real-time voice experiences <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Learn what’s new in Copilot Studio, May 2026: computer-using agents are now generally available, plus redesigned workflows and Work IQ extensibility. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7727" class="wp-block-post post-7727 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-tips-and-guides cs-topic-agent-adoption cs-topic-agent-governance cs-topic-agent-security cs-topic-agentic-ai cs-topic-ai-tool-integrations-product-integrations cs-topic-extensibility review-flag-1714037975-198 review-flag-1-1714037975-544 review-flag-2-1714037975-733 review-flag-3-1714037975-715 review-flag-4-1714037975-331 review-flag-5-1714037975-315 review-flag-alway-1714037973-469 review-flag-integ-1714037973-23 review-flag-never-1714037973-443 review-flag-new-1714037972-526 review-flag-the-p-1714037981-716">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7727" data-bi-cn="The in-depth guide to managing real-time voice agents at scale" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7727"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1260" height="709" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/08/Copilot-Studio-Voice-Agent-2-1260.jpg" class="attachment-full size-full" alt="IT pros gather around a computer in a modern office space" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Tips and guides">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/tips-and-guides/" data-bi-id="933" data-bi-ct="post categories">
Tips and guides </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-05-19T09:00:00-07:00">
May 19 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
12 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/the-in-depth-guide-to-managing-real-time-voice-agents-at-scale/" data-bi-cn="The in-depth guide to managing real-time voice agents at scale" data-bi-id="7727" data-bi-ct="title link" data-bi-tn="content-card">
The in-depth guide to managing real-time voice agents at scale <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Explore an in-depth guide to managing customer-facing real-time voice agents with Copilot Studio, from governance foundations to production readiness. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7659" class="wp-block-post post-7659 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-monthly-updates cs-content-type-news cs-topic-agent-adoption cs-topic-agent-governance cs-topic-agentic-ai cs-topic-extensibility cs-topic-microsoft-365-integrations-product-integrations">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7659" data-bi-cn="New and improved: Agent governance, intelligent workflows, and connected app experiences" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7659"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1260" height="709" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/08/Copilot-Studio_Whats-New-Apr-26-1260.jpg" class="attachment-full size-full" alt="A light blue graphic design background with the Copilot Studio logo and the text New and improved in Copilot Studio: April 2026" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Monthly Updates">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/monthly-updates/" data-bi-id="935" data-bi-ct="post categories">
Monthly Updates </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-05-11T09:00:00-07:00">
May 11 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
7 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/new-and-improved-agent-governance-intelligent-workflows-and-connected-app-experiences/" data-bi-cn="New and improved: Agent governance, intelligent workflows, and connected app experiences" data-bi-id="7659" data-bi-ct="title link" data-bi-tn="content-card">
New and improved: Agent governance, intelligent workflows, and connected app experiences <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
See what’s new in Copilot Studio, April 2026: updates to workflows, increased control over agent operations, and an expanded agent usage estimator. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7561" class="wp-block-post post-7561 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-feature-releases cs-content-type-news cs-topic-agent-adoption cs-topic-agentic-ai cs-topic-ai-tool-integrations-product-integrations cs-topic-extensibility review-flag-1-1714037975-544 review-flag-alway-1714037973-469 review-flag-gener-1714037979-83 review-flag-micro-1714037981-307 review-flag-new-1714037972-526">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7561" data-bi-cn="Extend AI voice support: Introducing real-time voice agents in Microsoft Copilot Studio" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7561"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1260" height="709" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2024/08/Copilot-Studio-AI-Voice-2-1260px.jpg" class="attachment-full size-full" alt="A person working on a computer while wearing a headset with a mouthpiece" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Feature Releases">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/feature-releases/" data-bi-id="937" data-bi-ct="post categories">
Feature Releases </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-04-27T08:00:00-07:00">
April 27 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
5 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/extend-ai-voice-support-introducing-real-time-voice-agents-in-microsoft-copilot-studio/" data-bi-cn="Extend AI voice support: Introducing real-time voice agents in Microsoft Copilot Studio" data-bi-id="7561" data-bi-ct="title link" data-bi-tn="content-card">
Extend AI voice support: Introducing real-time voice agents in Microsoft Copilot Studio <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Real-time voice agents are now generally available in Copilot Studio, supporting adaptive voice experiences for complex customer conversations. </div>
</div>
</div>
</article>
</div>
</li><li role="listitem" data-wp-key="post-template-item-7532" class="wp-block-post post-7532 copilot type-copilot status-publish has-post-thumbnail hentry cs-content-type-feature-releases cs-content-type-news cs-topic-agent-adoption cs-topic-agentic-ai">
<div class="wp-block-bloginabox-theme-card--horizontal wp-block-bloginabox-theme-card wp-block-null">
<article class="card-block card-block--horizontal is-clickable card-block--has-media card-block--has-excerpt not-visible" data-bi-id="7532" data-bi-cn="Automate business processes with agents plus workflows in Microsoft Copilot Studio" data-bi-ct="card link" data-bi-an="search results" data-wp-interactive="bloginabox-theme/card" data-wp-init="actions.init" data-wp-class--not-visible="!context.isVisible" data-wp-context='{"id": "7532"}'>
<div class="card-block__media">
<div class="card-block__media-container">
<img width="1200" height="800" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2026/04/agent-node-small-wide.jpg" class="attachment-full size-full" alt="Two men collaborating joyfully at work" loading="lazy"> </div>
</div>
<div class="card-block__content-wrapper">
<div class="card-block__content">
<div class="card-block__meta">
<span class="card-block__meta-item card-block__meta-item--term" data-bi-cn="Feature Releases">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/cs-content-type/feature-releases/" data-bi-id="937" data-bi-ct="post categories">
Feature Releases </a>
</span>
<span class="card-block__meta-item card-block__meta-item--date">
<time datetime="2026-04-10T08:58:12-07:00">
April 10 </time>
</span>
<span class="card-block__meta-item card-block__meta-item--read-time">
5 min read </span>
</div>
<h3 class="card-block__title">
<a href="https://www.microsoft.com/en-us/microsoft-copilot/blog/copilot-studio/automate-business-processes-with-agents-plus-workflows-in-microsoft-copilot-studio/" data-bi-cn="Automate business processes with agents plus workflows in Microsoft Copilot Studio" data-bi-id="7532" data-bi-ct="title link" data-bi-tn="content-card">
Automate business processes with agents plus workflows in Microsoft Copilot Studio <span class="card-block__title-glyph card-block__title-chevron-right" aria-hidden="true"></span> </a>
</h3>
<div class="card-block__excerpt">
Introducing new capabilities in Microsoft Copilot Studio that help you automate your business processes by mixing AI agents and workflows. </div>
</div>
</div>
</article>
</div>
</li></ul>
<div class="wp-block-bloginabox-theme-query-load-more is-layout-flex wp-container-bloginabox-theme-query-load-more-is-layout-7ea49b0b wp-block-bloginabox-theme-query-load-more-is-layout-flex" data-wp-interactive="bloginabox-theme/query-load-more" data-wp-context="{"focusIndex":0,"queryId":3,"isLoading":false,"currentPage":1,"maxPages":15,"labels":{"loading":"Loading\u2026","default":"Load more"}}" data-wp-class--is-loading="context.isLoading">
<a
class="query-load-more__button"
role="button"
href="https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s&sub=studio&paged=2"
data-bi-cn="next"
data-bi-id="load-more-results"
data-bi-tn="pagination"
data-bi-cs="1"
data-bi-an="search results"
data-wp-on--click="actions.navigate"
data-query-id="3"
data-page="2"
data-max-pages="15"
data-current-page="1"
aria-label="Load more"
>
<span aria-label="Load more"
class="query-load-more__button__label"
data-wp-text="state.label"
data-wp-bind--aria-label="state.label"
>Load more</span>
</a>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="wp-block-template-part wp-block-template-part--footer">
<div style="padding-top:var(--wp--preset--spacing--4-xl);padding-bottom:var(--wp--preset--spacing--4-xl);" class="section alignfull theme-copilot-studio-footer-cta wp-block-bloginabox-theme-section has-global-padding is-layout-constrained wp-block-bloginabox-theme-section-is-layout-constrained">
<div
class="section__background alignfull is-layout-constrained"
>
<div class="section-background-image-wrapper section-background-image-wrapper--light section-background-image-wrapper--desktop alignfull" style="opacity: 100%">
<img decoding="async" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/images/copilot-studio-footer-cta-bg-light.png" alt="" class="section-background__image" /> </div>
<div class="section-background-image-wrapper section-background-image-wrapper--dark section-background-image-wrapper--desktop alignfull" style="opacity: 100%">
<img decoding="async" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/copilot/dist/images/copilot-studio-footer-cta-bg-dark.png" alt="" class="section-background__image" /> </div>
</div>
<div class="section__content alignfull is-layout-constrained">
<div class="alignwide wp-block-bloginabox-theme-promotional">
<div class="promotional promotional--has-media promotional--media-right">
<div class="promotional__wrapper">
<div class="promotional__content-wrapper">
<div class="promotional__content">
<h2 class="wp-block-heading has-h-1-font-size" id="try-copilot-studio" style="font-style:normal;font-weight:600">Try Copilot Studio</h2>
<p class="has-body-large-font-size wp-block-paragraph">Streamline business processes across your organization by building custom agents with low-code tools and generative AI.</p>
<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a aria-label="Try for free: Try Copilot Studio" data-bi-an="Global CTA" data-bi-ct="cta link" data-bi-id="cta-block" class="wp-block-button__link wp-element-button" href="https://go.microsoft.com/fwlink/p/?linkid=2252605&clcid=0x409&culture=en-us&country=us" target="_blank" rel="noopener noreferrer noreferrer noopener">Try for free</a></div>
<div class="wp-block-button is-style-outline is-style-outline--2"><a aria-label="Learn more: Try Copilot Studio" class="wp-block-button__link wp-element-button" href="https://www.microsoft.com/en-us/microsoft-copilot/microsoft-copilot-studio" target="_blank" rel="noopener noreferrer noreferrer noopener">Learn more</a></div>
</div>
</div>
</div>
<div class="promotional__media-wrapper">
<div class="promotional__media">
<img width="1024" height="574" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2025/05/CLO22-Cafe-005-EXT-2-1024x574-1.jpg" class="attachment-full size-full" alt="A man looking at his phone" loading="lazy" decoding="async" srcset="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2025/05/CLO22-Cafe-005-EXT-2-1024x574-1.jpg 1024w, https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2025/05/CLO22-Cafe-005-EXT-2-1024x574-1-300x168.jpg 300w, https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/uploads/2025/05/CLO22-Cafe-005-EXT-2-1024x574-1-768x431.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<uhf-footer locale="en-us" partnerId="MSServerCloud" footerId="CopilotFooter" theme="light">
<script id="uhf-footer-ccpa">
(function () {
function checkThirdPartyAdsOptOutCookie() {
try {
var match = document.cookie.match('(^|;)\\s*3PAdsOptOut\\s*=\\s*([^;]+)');
return (match ? match[2] : '') !== '1';
} catch (e) {
return true;
}
}
var globalPrivacyControlEnabled = navigator.globalPrivacyControl;
window.GPC_DataSharingOptIn = globalPrivacyControlEnabled ? false : checkThirdPartyAdsOptOutCookie();
if (typeof window.onGPCLoaded === 'function') {
window.onGPCLoaded();
}
})();
</script>
<uhf-footer-nav slot="uhf-footer-nav">
<div class="uhf-footer-nav-row">
<uhf-footer-nav-group class="uhf-footer-nav-group" heading="What's new" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_nav", "ecn": "FooterNav_Whats_New_nav", "ehn": "FooterNav"}">
<a class="uhf-footer-link" href="https://www.microsoft.com/surface/devices/surface-pro" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Surface Pro_nav", "ecn": "FooterNav_Whats_New_Footer_WhatsNew_NewSurfacePro_nav", "ehn": "FooterNav"}">Surface Pro</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/surface/devices/surface-laptop" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Surface Laptop_nav", "ecn": "FooterNav_Whats_New_Footer_WhatsNew_SurfaceLaptop_nav", "ehn": "FooterNav"}">Surface Laptop</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/surface/devices/surface-laptop-ultra?icid=DSM_Footer_WhatsNew_SurfaceLaptopUltra" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Surface Laptop Ultra_nav", "ecn": "FooterNav_Whats_New_Footer_WhatsNew_Surface Laptop Ultra_nav", "ehn": "FooterNav"}">Surface Laptop Ultra</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/surface/devices/surface-rtx-spark-dev-box?icid=DSM_Footer_WhatsNew_SurfaceRTXSparkDevBox" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Surface RTX Spark Dev Box_nav", "ecn": "FooterNav_Whats_New_footer_whatsnew_SurfaceRTXSparksDevBox_nav_nav", "ehn": "FooterNav"}">Surface RTX Spark Dev Box</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/microsoft-copilot/organizations?icid=DSM_Footer_CopilotOrganizations" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Copilot for organizations_nav", "ecn": "FooterNav_Whats_New_Footer_WhatsNew_CopilotMicrosoft_nav", "ehn": "FooterNav"}">Copilot for organizations</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/microsoft-copilot/for-individuals?form=MY02PT&OCID=GE_web_Copilot_Free_868g3t5nj" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Copilot for personal use_nav", "ecn": "FooterNav_Whats_New_Footer_WhatsNew_CopilotPersonal_nav", "ehn": "FooterNav"}">Copilot for personal use</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/microsoft-products-and-apps" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Explore Microsoft products_nav", "ecn": "FooterNav_Whats_New_Footer_WhatsNew_ExploreMicrosoftProducts_nav", "ehn": "FooterNav"}">Explore Microsoft products</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/windows/apps-for-windows?icid=DSM_Footer_WhatsNew_Windows11apps" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_What's new_Windows 11 apps_nav", "ecn": "FooterNav_Whats_New_Footer_WhatsNew_Windows_11_apps_nav", "ehn": "FooterNav"}">Windows 11 apps</a>
</uhf-footer-nav-group>
<uhf-footer-nav-group class="uhf-footer-nav-group" heading="Microsoft Store" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_nav", "ecn": "FooterNav_Store_and_Support_nav", "ehn": "FooterNav"}">
<a class="uhf-footer-link" href="https://account.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Account profile_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_AccountProfile_nav", "ehn": "FooterNav"}">Account profile</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/download" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Download Center_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_DownloadCenter_nav", "ehn": "FooterNav"}">Download Center</a>
<a class="uhf-footer-link" href="https://go.microsoft.com/fwlink/?linkid=2139749" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Microsoft Store support_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_SalesAndSupport_nav", "ehn": "FooterNav"}">Microsoft Store support</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/store/b/returns" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Returns_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_Returns_nav", "ehn": "FooterNav"}">Returns</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/store/b/order-tracking" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Order tracking_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_OrderTracking_nav", "ehn": "FooterNav"}">Order tracking</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/store/b/certified-refurbished-products" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Certified Refurbished_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_StoreLocations_nav", "ehn": "FooterNav"}">Certified Refurbished</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/store/b/why-microsoft-store?icid=footer_why-msft-store_7102020" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Microsoft Store Promise_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_MicrosoftPromise_nav", "ehn": "FooterNav"}">Microsoft Store Promise</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/store/b/payment-financing-options?icid=footer_financing_vcc" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Microsoft Store_Flexible Payments_nav", "ecn": "FooterNav_Store_and_Support_Footer_StoreandSupport_Financing_nav", "ehn": "FooterNav"}">Flexible Payments</a>
</uhf-footer-nav-group>
<uhf-footer-nav-group class="uhf-footer-nav-group" heading="Education" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_nav", "ecn": "FooterNav_Education_nav", "ehn": "FooterNav"}">
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/education" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_Microsoft in education_nav", "ecn": "FooterNav_Education_Footer_Education_MicrosoftInEducation_nav", "ehn": "FooterNav"}">Microsoft in education</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/education/devices/overview" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_Devices for education_nav", "ecn": "FooterNav_Education_Footer_Education_DevicesforEducation_nav", "ehn": "FooterNav"}">Devices for education</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/education/products/teams" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_Microsoft Teams for Education_nav", "ecn": "FooterNav_Education_Footer_Education_MicrosoftTeamsforEducation_nav", "ehn": "FooterNav"}">Microsoft Teams for Education</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/education/products/microsoft-365" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_Microsoft 365 Education_nav", "ecn": "FooterNav_Education_Footer_Education_Microsoft365Education_nav", "ehn": "FooterNav"}">Microsoft 365 Education</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/education/how-to-buy" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_How to buy for your school_nav", "ecn": "FooterNav_Education_Footer_Howtobuyforyourschool_nav", "ehn": "FooterNav"}">How to buy for your school</a>
<a class="uhf-footer-link" href="https://education.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_Educator training and development_nav", "ecn": "FooterNav_Education_Footer_Education_EducatorTrainingDevelopment_nav", "ehn": "FooterNav"}">Educator training and development</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/store/b/education" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_Deals for students and parents_nav", "ecn": "FooterNav_Education_Footer_Education_DealsForStudentsandParents_nav", "ehn": "FooterNav"}">Deals for students and parents</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/education/ai-in-education" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Education_AI for education_nav", "ecn": "FooterNav_Education_Footer_Education_Azureforstudents_nav", "ehn": "FooterNav"}">AI for education</a>
</uhf-footer-nav-group>
</div>
<div class="uhf-footer-nav-row">
<uhf-footer-nav-group class="uhf-footer-nav-group" heading="Business" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_nav", "ecn": "FooterNav_Business_nav", "ehn": "FooterNav"}">
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/ai?icid=DSM_Footer_AI" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Microsoft AI_nav", "ecn": "FooterNav_Business_Footer_Business_AI_nav", "ehn": "FooterNav"}">Microsoft AI</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/security" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Microsoft Security_nav", "ecn": "FooterNav_Business_Footer_Business_Microsoft Security_nav", "ehn": "FooterNav"}">Microsoft Security</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/dynamics-365" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Dynamics 365_nav", "ecn": "FooterNav_Business_Footer_Business_MicrosoftDynamics365_nav", "ehn": "FooterNav"}">Dynamics 365</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/microsoft-365/business" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Microsoft 365_nav", "ecn": "FooterNav_Business_Footer_Business_M365_nav", "ehn": "FooterNav"}">Microsoft 365</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/power-platform" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Microsoft Power Platform_nav", "ecn": "FooterNav_Business_Footer_DeveloperAndIT_Power Platform_nav", "ehn": "FooterNav"}">Microsoft Power Platform</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/microsoft-teams/group-chat-software" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Microsoft Teams_nav", "ecn": "FooterNav_Business_Footer_Business_Microsoft365_nav", "ehn": "FooterNav"}">Microsoft Teams</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/microsoft-365-copilot?icid=DSM_Footer_Microsoft365Copilot" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Microsoft 365 Copilot_nav", "ecn": "FooterNav_Business_Footer_CopilotMicrosoft365 _nav", "ehn": "FooterNav"}">Microsoft 365 Copilot</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/store/b/business?icid=CNavBusinessStore" id="Small-Business" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Business_Small Business_nav", "ecn": "FooterNav_Business_Footer_Business-SmallBusiness_nav", "ehn": "FooterNav"}">Small Business</a>
</uhf-footer-nav-group>
<uhf-footer-nav-group class="uhf-footer-nav-group" heading="Developer & IT" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_nav", "ecn": "FooterNav_Developer_nav", "ehn": "FooterNav"}">
<a class="uhf-footer-link" href="https://azure.microsoft.com/en-us/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Azure_nav", "ecn": "FooterNav_Developer_Footer_DeveloperAndIT_MicrosoftAzure_nav", "ehn": "FooterNav"}">Azure</a>
<a class="uhf-footer-link" href="https://developer.microsoft.com/en-us/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Microsoft Developer_nav", "ecn": "FooterNav_Developer_Footer_DeveloperAndIT_MicrosoftDeveloper_nav", "ehn": "FooterNav"}">Microsoft Developer</a>
<a class="uhf-footer-link" href="https://learn.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Microsoft Learn_nav", "ecn": "FooterNav_Developer_Footer_DeveloperAndIT_MicrosoftLearn_nav", "ehn": "FooterNav"}">Microsoft Learn</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/software-development-companies/offers-benefits/isv-success?icid=DSM_Footer_SupportAIMarketplace&ocid=cmm3atxvn98" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Support for AI marketplace apps_nav", "ecn": "FooterNav_Developer_Footer_DeveloperAndIT_SupportForAIMarketplaceApps_nav", "ehn": "FooterNav"}">Support for AI marketplace apps</a>
<a class="uhf-footer-link" href="https://techcommunity.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Microsoft Tech Community_nav", "ecn": "FooterNav_Developer_Footer_DeveloperAndIT_MicrosoftTechCommunity_nav", "ehn": "FooterNav"}">Microsoft Tech Community</a>
<a class="uhf-footer-link" href="https://marketplace.microsoft.com?icid=DSM_Footer_Marketplace&ocid=cmm3atxvn98" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Microsoft Marketplace_nav", "ecn": "FooterNav_Developer_Footer_DeveloperAndIT_Marketplace_nav", "ehn": "FooterNav"}">Microsoft Marketplace</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/software-development-companies?icid=DSM_Footer_SoftwareCompanies&ocid=cmm3atxvn98" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Software companies_nav", "ecn": "FooterNav_Developer_Software companies_nav", "ehn": "FooterNav"}">Software companies</a>
<a class="uhf-footer-link" href="https://visualstudio.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Developer & IT_Visual Studio_nav", "ecn": "FooterNav_Developer_Footer_DeveloperAndIT_MicrosoftVisualStudio_nav", "ehn": "FooterNav"}">Visual Studio</a>
</uhf-footer-nav-group>
<uhf-footer-nav-group class="uhf-footer-nav-group" heading="Company" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_nav", "ecn": "FooterNav_Company_nav", "ehn": "FooterNav"}">
<a class="uhf-footer-link" href="https://careers.microsoft.com/" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_Careers_nav", "ecn": "FooterNav_Company_Footer_Company_Careers_nav", "ehn": "FooterNav"}">Careers</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/about" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_About Microsoft_nav", "ecn": "FooterNav_Company_Footer_Company_AboutMicrosoft_nav", "ehn": "FooterNav"}">About Microsoft</a>
<a class="uhf-footer-link" href="https://news.microsoft.com/source/?icid=DSM_Footer_Company_CompanyNews" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_Company news_nav", "ecn": "FooterNav_Company_Footer_Company_CompanyNews_nav", "ehn": "FooterNav"}">Company news</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/privacy?icid=DSM_Footer_Company_Privacy" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_Privacy at Microsoft_nav", "ecn": "FooterNav_Company_Footer_Company_PrivacyAtMicrosoft_nav", "ehn": "FooterNav"}">Privacy at Microsoft</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/investor/default.aspx" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_Investors_nav", "ecn": "FooterNav_Company_Footer_Company_Investors_nav", "ehn": "FooterNav"}">Investors</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/diversity/default?icid=DSM_Footer_Company_Diversity" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_Diversity and inclusion_nav", "ecn": "FooterNav_Company_Footer_Company_DiversityAndInclusion_nav", "ehn": "FooterNav"}">Diversity and inclusion</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/accessibility" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_Accessibility_nav", "ecn": "FooterNav_Company_Footer_Company_Accessibility_nav", "ehn": "FooterNav"}">Accessibility</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/corporate-responsibility/sustainability?icid=DSM_Footer_Sustainability" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "FooterNav", "cN": "FooterNav_Company_Sustainability_nav", "ecn": "FooterNav_Company_Footer_Company_Sustainability_nav", "ehn": "FooterNav"}">Sustainability</a>
</uhf-footer-nav-group>
</div>
</uhf-footer-nav>
<a slot="uhf-footer-locale-picker" class="uhf-footer-link" href="https://www.microsoft.com/en-us/copilot/locale" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_English (United States)_nav", "ecn": "LegalNav_LocalePicker_nav", "ehn": "LegalNav"}" aria-label="Content Language Selector. Currently set to English (United States)">English (United States)</a>
<div slot="uhf-footer-california-privacy-link">
<a class="uhf-footer-link" href="https://aka.ms/yourcaliforniaprivacychoices" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_California Privacy_nav", "ecn": "LegalNav_CaliforniaPrivacy_nav", "ehn": "LegalNav"}">
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" xml:space="preserve" height="16" width="43">
<title>Your Privacy Choices Opt-Out Icon</title>
<path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"/>
<path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"/>
<path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" style="fill:#fff"/>
<path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" style="fill:#06f"/>
</svg>
<span>Your Privacy Choices</span>
</a>
<noscript>
<a class="uhf-footer-link" href="https://aka.ms/yourcaliforniaprivacychoices" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_California Privacy_nav", "ecn": "LegalNav_CaliforniaPrivacy_nav", "ehn": "LegalNav"}">
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" xml:space="preserve" height="16" width="43">
<title>Your Privacy Choices Opt-Out Icon</title>
<path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"/>
<path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"/>
<path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" style="fill:#fff"/>
<path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" style="fill:#06f"/>
</svg>
<span>Your Privacy Choices</span>
</a>
</noscript>
</div>
<a slot="uhf-footer-consumer-health-privacy-link" class="uhf-footer-link" href="https://go.microsoft.com/fwlink/?linkid=2259814" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Consumer Health Privacy_nav", "ecn": "LegalNav_ConsumerHealthPrivacy_nav", "ehn": "LegalNav"}">Consumer Health Privacy</a>
<uhf-footer-menu slot="uhf-footer-menu" data-nav-label="Microsoft corporate links">
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/sitemap1.aspx" id="uhf-Footer_Sitemap" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Sitemap_nav", "ecn": "LegalNav_Footer_Sitemap_nav", "ehn": "LegalNav"}">Sitemap</a>
<a class="uhf-footer-link" href="https://support.microsoft.com/contactus" id="uhf-Footer_ContactUs" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Contact Microsoft_nav", "ecn": "LegalNav_Footer_ContactUs_nav", "ehn": "LegalNav"}">Contact Microsoft</a>
<a class="uhf-footer-link" href="https://go.microsoft.com/fwlink/?LinkId=521839" id="uhf-Footer_PrivacyandCookies" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Privacy _nav", "ecn": "LegalNav_Footer_PrivacyandCookies_nav", "ehn": "LegalNav"}">Privacy </a>
<a class="uhf-footer-link" href="#" id="uhf-Footer_ManageCookies" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Manage cookies_nav", "ecn": "LegalNav_Footer_ManageCookies_nav", "ehn": "LegalNav"}">Manage cookies</a>
<a class="uhf-footer-link" href="https://go.microsoft.com/fwlink/?LinkID=206977" id="uhf-Footer_TermsOfUse" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Terms of use_nav", "ecn": "LegalNav_Footer_TermsOfUse_nav", "ehn": "LegalNav"}">Terms of use</a>
<a class="uhf-footer-link" href="https://go.microsoft.com/fwlink/?linkid=2196228" id="uhf-Footer_Trademarks" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Trademarks_nav", "ecn": "LegalNav_Footer_Trademarks_nav", "ehn": "LegalNav"}">Trademarks</a>
<a class="uhf-footer-link" href="https://go.microsoft.com/fwlink/?linkid=2196227" id="uhf-Footer_SafetyAndEco" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Safety & eco_nav", "ecn": "LegalNav_Footer_SafetyAndEco_nav", "ehn": "LegalNav"}">Safety & eco</a>
<a class="uhf-footer-link" href="https://www.microsoft.com/en-us/legal/compliance/recycling" id="uhf-Recycling" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_Recycling_nav", "ecn": "LegalNav_Recycling_nav", "ehn": "LegalNav"}">Recycling</a>
<a class="uhf-footer-link" href="https://choice.microsoft.com" id="uhf-Footer_AboutourAds" data-m="{"compnm": "UHF", "view": "UHF", "pa": "UniversalFooter", "hn": "LegalNav", "cN": "LegalNav_About our ads_nav", "ecn": "LegalNav_Footer_AboutourAds_nav", "ehn": "LegalNav"}">About our ads</a>
</uhf-footer-menu>
</uhf-footer></div></div>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/en-us/microsoft-copilot/blog/*"},{"not":{"href_matches":["/en-us/microsoft-copilot/blog/wp-*.php","/en-us/microsoft-copilot/blog/wp-admin/*","/en-us/microsoft-copilot/blog/wp-content/uploads/*","/en-us/microsoft-copilot/blog/wp-content/*","/en-us/microsoft-copilot/blog/wp-content/plugins/*","/en-us/microsoft-copilot/blog/wp-content/themes/copilot/*","/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/*","/en-us/microsoft-copilot/blog/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script>
let retryCount = 0;
const maxRetries = 50;
let previousConsentPreferences = null;
function getConsentPreferences() {
return {
Analytics: siteConsent.getConsentFor( WcpConsent.consentCategories.Analytics ),
Advertising: siteConsent.getConsentFor( WcpConsent.consentCategories.Advertising ),
SocialMedia: siteConsent.getConsentFor( WcpConsent.consentCategories.SocialMedia )
};
}
// Check if analytics is initialized before using it.
function maybeMetrics3pScripts() {
// Check if 1DS analytics is initialized.
if (
typeof analytics !== 'undefined' &&
typeof analytics.isInitialized === 'function' &&
analytics.isInitialized()
) {
// 1DS is ready, call the original function.
Metrics_3P_Scripts();
} else if (retryCount < maxRetries) {
retryCount++;
// If 1DS isn't ready yet, wait and try again.
setTimeout(maybeMetrics3pScripts, 100);
} else {
console.warn('Analytics initialization failed after maximum retries.');
}
}
function onConsentChanged( categoryPreferences ) {
var currentConsentPreferences = getConsentPreferences();
var consentRevoked = previousConsentPreferences && (
( previousConsentPreferences.Analytics && ! currentConsentPreferences.Analytics ) ||
( previousConsentPreferences.Advertising && ! currentConsentPreferences.Advertising ) ||
( previousConsentPreferences.SocialMedia && ! currentConsentPreferences.SocialMedia )
);
// Clear revoked categories before any tracking callback can run again.
if ( ! currentConsentPreferences.Analytics ) {
Metrics_Clear_Cookies( 'AllCategories' );
Metrics_Clear_Cookies( 'Analytics' );
}
if ( ! currentConsentPreferences.Advertising ) {
Metrics_Clear_Cookies( 'AllCategories' );
Metrics_Clear_Cookies( 'Advertising' );
}
if ( ! currentConsentPreferences.SocialMedia ) {
Metrics_Clear_Cookies( 'AllCategories' );
Metrics_Clear_Cookies( 'SocialMedia' );
}
previousConsentPreferences = currentConsentPreferences;
if ( consentRevoked ) {
// Unload active vendor SDKs so they cannot continue tracking after revocation.
window.location.reload();
return;
}
maybeMetrics3pScripts();
}
function Metrics_Clear_Cookies( category ) {
var all_registered_cookies = [];
// Build cookies list based on category
if ( category && {"Advertising":["mbox","_clck","_clsk","CLID","SM","MR","MUID","ANONCHK"],"SocialMedia":[],"Analytics":["_clck","_clsk","CLID","SM","MR","MUID","ANONCHK","_mkto_trk"],"AllCategories":["_uetvid","ROLLOUT_TOKEN","VISITOR_INFO1_LIVE","VISITOR_PRIVACY_METADATA","YSC"]}.hasOwnProperty( category ) ) {
all_registered_cookies = {"Advertising":["mbox","_clck","_clsk","CLID","SM","MR","MUID","ANONCHK"],"SocialMedia":[],"Analytics":["_clck","_clsk","CLID","SM","MR","MUID","ANONCHK","_mkto_trk"],"AllCategories":["_uetvid","ROLLOUT_TOKEN","VISITOR_INFO1_LIVE","VISITOR_PRIVACY_METADATA","YSC"]}[ category ];
} else if ( ! category ) {
// If no category is provided, combine all cookies from all categories
all_registered_cookies = [
...{"Advertising":["mbox","_clck","_clsk","CLID","SM","MR","MUID","ANONCHK"],"SocialMedia":[],"Analytics":["_clck","_clsk","CLID","SM","MR","MUID","ANONCHK","_mkto_trk"],"AllCategories":["_uetvid","ROLLOUT_TOKEN","VISITOR_INFO1_LIVE","VISITOR_PRIVACY_METADATA","YSC"]}.Analytics,
...{"Advertising":["mbox","_clck","_clsk","CLID","SM","MR","MUID","ANONCHK"],"SocialMedia":[],"Analytics":["_clck","_clsk","CLID","SM","MR","MUID","ANONCHK","_mkto_trk"],"AllCategories":["_uetvid","ROLLOUT_TOKEN","VISITOR_INFO1_LIVE","VISITOR_PRIVACY_METADATA","YSC"]}.Advertising,
...{"Advertising":["mbox","_clck","_clsk","CLID","SM","MR","MUID","ANONCHK"],"SocialMedia":[],"Analytics":["_clck","_clsk","CLID","SM","MR","MUID","ANONCHK","_mkto_trk"],"AllCategories":["_uetvid","ROLLOUT_TOKEN","VISITOR_INFO1_LIVE","VISITOR_PRIVACY_METADATA","YSC"]}.SocialMedia,
...{"Advertising":["mbox","_clck","_clsk","CLID","SM","MR","MUID","ANONCHK"],"SocialMedia":[],"Analytics":["_clck","_clsk","CLID","SM","MR","MUID","ANONCHK","_mkto_trk"],"AllCategories":["_uetvid","ROLLOUT_TOKEN","VISITOR_INFO1_LIVE","VISITOR_PRIVACY_METADATA","YSC"]}.AllCategories
];
}
var domain = window.location.hostname;
var alt_domain = domain.replace(/^[^.]+\./, '');
var domains = ['', domain, alt_domain, '.' + alt_domain, '.' + domain];
var path_parts = window.location.pathname.split('/').filter(Boolean);
var paths = ['/'];
for ( var i = 0; i < path_parts.length; i++ ) {
paths.push('/' + path_parts.slice(0, i + 1).join('/') + '/');
}
[...new Set(all_registered_cookies)].forEach(function(cookie_name) {
[...new Set(domains)].forEach(function(cookie_domain) {
[...new Set(paths)].forEach(function(cookie_path) {
var domain_attribute = cookie_domain ? ';domain=' + cookie_domain : '';
document.cookie = cookie_name + '=;expires=Thu, 01 Jan 1970 00:00:01 GMT;path=' + cookie_path + domain_attribute + ';';
document.cookie = cookie_name + '=;expires=Thu, 01 Jan 1970 00:00:01 GMT;path=' + cookie_path + domain_attribute + ';secure;samesite=none;';
});
});
});
}
function Metrics_3P_Scripts() {
// Setting this value based on GPC navigator preference
var navigatorGPC = ( typeof navigator.globalPrivacyControl !== 'undefined' ) ? navigator.globalPrivacyControl : false;
// Looking for AMC signal cookie
var AMCSignal = document.cookie.includes('3PAdsOptOut=1');
// Default to true when undefined to match oneds.php behavior for US visitors.
var GPC_DataSharingOptIn_value = ( typeof GPC_DataSharingOptIn !== 'undefined' ) ? GPC_DataSharingOptIn : true;
if ( navigatorGPC || AMCSignal ) {
GPC_DataSharingOptIn_value = false;
}
// If GPC_DataSharingOptIn is set and true set Metrics_3POptIn.
var Metrics_3P_OptIn = false;
if ( GPC_DataSharingOptIn_value ) {
Metrics_3P_OptIn = true;
} else {
Metrics_3P_OptIn = false;
Metrics_Clear_Cookies();
}
if ( siteConsent.getConsentFor( WcpConsent.consentCategories.Analytics ) && Metrics_3P_OptIn ) {
if ( typeof marketoTracking === "function" ) {
marketoTracking();
}
if ( siteConsent.getConsentFor( WcpConsent.consentCategories.Advertising ) ) {
if ( typeof adobeTargetTracking === "function" ) {
adobeTargetTracking();
}
if ( typeof clarityTracking === "function" ) {
clarityTracking();
}
if ( siteConsent.getConsentFor( WcpConsent.consentCategories.SocialMedia ) ) {
}
}
if ( siteConsent.getConsentFor( WcpConsent.consentCategories.SocialMedia ) ) {
}
}
if ( siteConsent.getConsentFor( WcpConsent.consentCategories.Advertising ) && Metrics_3P_OptIn ) {
if ( siteConsent.getConsentFor( WcpConsent.consentCategories.SocialMedia ) ) {
}
}
if ( siteConsent.getConsentFor( WcpConsent.consentCategories.SocialMedia ) && Metrics_3P_OptIn ) {
}
}
// If we're using UHF banner we need to attach the scripts differently
WcpConsent.onConsentChanged( onConsentChanged );
WcpConsent.onInitCallback(function(categoryPreferences){
previousConsentPreferences = getConsentPreferences();
var consentRequiredElementExists = document.getElementById( "c-uhff-footer_managecookies" ) && siteConsent.isConsentRequired;
if ( consentRequiredElementExists ) {
document.getElementById( "c-uhff-footer_managecookies" ).classList.remove("x-hidden");
document.getElementById( "c-uhff-footer_managecookies" ).onclick = function() {
siteConsent.manageConsent();
};
}
maybeMetrics3pScripts();
});
</script>
<script type="module" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/publish-date-filter/view-module.js?ver=1b286a63854208317d33" id="bloginabox-theme-publish-date-filter-view-script-module-js-module" fetchpriority="low" data-wp-router-options="{"loadOnClientNavigation":true}"></script>
<script type="module" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/card/view-module.js?ver=fff13518de228e3c5f69" id="bloginabox-theme-card-view-script-module-js-module" fetchpriority="low" data-wp-router-options="{"loadOnClientNavigation":true}"></script>
<script type="module" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/themes/blog-in-a-box/dist/blocks/query-load-more/view-module.js?ver=a8720b7ecff085b736a6" id="bloginabox-theme-query-load-more-view-script-module-js-module" fetchpriority="low" data-wp-router-options="{"loadOnClientNavigation":true}"></script>
<script type="module" src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/dist/script-modules/block-library/query/view.min.js?ver=f55e93a1ad4806e91785" id="@wordpress/block-library/query/view-js-module" fetchpriority="low" data-wp-router-options="{"loadOnClientNavigation":true}"></script>
<script type="application/json" id="wp-script-module-data-@wordpress/interactivity">
{"state":{"bloginabox-theme/publish-date-filter":{"baseUrl":"https://www.microsoft.com/en-us/microsoft-copilot/blog/search/?s=&sub=studio","isCustomVisible":false,"startDate":"","endDate":"","dateRangeValid":true,"selectedFilter":""},"bloginabox-theme/query-load-more":{"label":"Load more","currentPage":1}}}
</script>
<script type="application/json" id="wp-script-module-data-@wordpress/interactivity-router">
{"i18n":{"loading":"Loading page, please wait.","loaded":"Page Loaded."}}
</script>
<div
class="wp-interactivity-router-loading-bar"
data-wp-interactive="core/router"
data-wp-class--start-animation="state.navigation.hasStarted"
data-wp-class--finish-animation="state.navigation.hasFinished"
></div><script id="wp-block-template-skip-link-js-after">
( function() {
var skipLinkTarget = document.querySelector( 'main' ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can't be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( '.wp-site-blocks' );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target's ID, and generate one if it doesn't exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = 'wp--skip-link--target';
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( 'a' );
skipLink.classList.add( 'skip-link', 'screen-reader-text' );
skipLink.id = 'wp-skip-link';
skipLink.href = '#' + skipLinkTargetID;
skipLink.innerText = 'Skip to content';
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );
//# sourceURL=wp-block-template-skip-link-js-after
</script>
<script type="module" src="https://www.microsoft.com/videoplayer/ump.mjs?ver=20241112.04" id="ump-player-js"></script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ms-metrics/assets/js/ump-tracking.js?ver=0.7.2" id="ms-metrics-ump-js"></script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ms-performance/dist/js/frontend.js?ver=ae1db46edf0b207b3b4b" id="ms_performance_frontend-js"></script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/elasticpress/dist/js/facets-script.js?ver=d3fb8f1a34b60271b64a" id="elasticpress-facets-js"></script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ms-oembeds/assets/js/vendor/focus-within.js?ver=1.3.10" id="ms-oembed-focus-within-js"></script>
<script id="ms-oembed-gif-script-js-extra">
var msgifs = {"play":"Play animated gif","pause":"Pause animated gif"};
//# sourceURL=ms-oembed-gif-script-js-extra
</script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ms-oembeds/dist/js/ms-oembed-lib-gif.js?ver=f5bb21ee9e3797ade64b" id="ms-oembed-gif-script-js"></script>
<script id="microsoft-uhf-js-extra">
var microsoftUhfSettings = {"homePath":"/en-us/microsoft-copilot/blog/","loginUrl":"","logoutUrl":"","scripts":[],"inline":[]};
//# sourceURL=microsoft-uhf-js-extra
</script>
<script src="https://www.microsoft.com/en-us/microsoft-copilot/blog/wp-content/plugins/ms-uhf/assets/microsoft-uhf.js?ver=0.6.2" id="microsoft-uhf-js"></script>
<div style="position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip-path:inset(50%);border:0;word-wrap:normal !important;"><p id="a11y-speak-intro-text" class="a11y-speak-intro-text" hidden>Notifications</p><div id="a11y-speak-assertive" class="a11y-speak-region" aria-live="assertive" aria-relevant="additions text" aria-atomic="true"></div><div id="a11y-speak-polite" class="a11y-speak-region" aria-live="polite" aria-relevant="additions text" aria-atomic="true"></div></div> <!-- JSLL tracking -->
<script>
// 1DS initialization.
const analytics = new oneDS.ApplicationInsights();
const navigatorGPC = ( typeof navigator.globalPrivacyControl !== "undefined" ) ? navigator.globalPrivacyControl : false;
var AMCSignal = document.cookie.includes('3PAdsOptOut=1');
var GPC_DataSharingOptIn_value = ( typeof GPC_DataSharingOptIn !== 'undefined' ) ? GPC_DataSharingOptIn : true;
if ( navigatorGPC || AMCSignal ) {
GPC_DataSharingOptIn_value = false;
}
const config = {
instrumentationKey: "b341ec446e65436485df678003ce82f7-1d36a7a4-ef54-4cf0-93eb-ba18b3241d36-7404",
channelConfiguration: {
eventsLimitInMem: 50
},
cookieCfg: {
enabled: true,
domainCookiesEnabled: true,
domain: ".microsoft.com",
},
propertyConfiguration: {
gpcDataSharingOptIn: GPC_DataSharingOptIn_value,
callback: {
userConsentDetails: ( typeof siteConsent !== "undefined" ) ? siteConsent.getConsent : WcpConsent.siteConsent
},
},
webAnalyticsConfiguration:{
autoCapture: {
scroll: true,
pageView: true,
onLoad: true,
onUnload: true,
click: true,
resize: true,
jsError: true
},
coreData: {"pageName":"Search: ","pageType":"Search"},
urlCollectQuery: true,
urlCollectHash: true,
},
customProperties: {
_mkto_trk: function() {
return document.cookie.replace(/(?:(?:^|.*;\s*)_mkto_trk\s*\=\s*([^;]*).*$)|^.*$/, "$1");
}
}
};
// Initialize OneDS SDK
analytics.initialize( config, [] );
</script>
</body>
</html>
<!--
Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com
Retrieved 3542 objects (770 KB) from Redis using PhpRedis (v6.3.0).
-->