<!DOCTYPE html>
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" data-bolt-info-density="comfortable">
  <head>
    <meta charset="utf-8" />
<script type="text/javascript">
    (function ($) {
        'use strict';
        function getCookie(name)
        {
            var re = new RegExp(name + "=([^;]+)");
            var value = re.exec(document.cookie);
            return (value !== null) ? unescape(value[1]) : null;
        }

        var langUserPreferenceCookie = getCookie('langUserPreference');
        var currentLangcode = 'en';
        var languageLinks = '{"en":"\/about\/news","fr":"\/fr\/about\/news","de":"\/de\/about\/news","it":"\/it\/about\/news","ja":"\/ja\/about\/news","pt-br":"\/pt-br\/about\/news","es":"\/es\/about\/news","ar":"\/ar\/about\/news"}';
        var redirectLinks = JSON.parse(languageLinks);

        if(currentLangcode === 'ru' || currentLangcode === 'tr') {
            currentLangcode = langUserPreferenceCookie;
        }

        if (langUserPreferenceCookie && langUserPreferenceCookie !== currentLangcode && langUserPreferenceCookie in redirectLinks) {
            var redirectLink = redirectLinks[langUserPreferenceCookie];
            document.cookie = "langRedirectFrom=" + currentLangcode + ";path=/";
            window.location.replace(redirectLink);
        }

    })(window.jQuery);

</script>

<script
  async='async'
  type='text/javascript'
  crossorigin=''
  src='//consent.truste.com/notice?domain=pegasystems.com&amp;c=teconsent&amp;text=true&amp;language=en&amp;js=nj&amp;noticeType=bb&amp;gtm=1'></script>

<script type="text/javascript">
  var __dispatched__ = {}; //Map of previously dispatched preference levels.
    /*
      First step is to register with the CM API to receive callbacks when a preference update occurs. You must wait for the CM API (PrivacyManagerAPI object) to exist on the page before registering.
    */
    var __i__ = self.postMessage && setInterval(function(){
        if(self.PrivacyManagerAPI && __i__){
            var apiObject = {PrivacyManagerAPI:
                    {action:"getConsentDecision",
                        timestamp: new Date().getTime(),
                        self: self.location.host}};
            self.top.postMessage(JSON.stringify(apiObject),"*");
            __i__ = clearInterval(__i__);
        }},50);
    /*
      Callbacks will occur in the form of a PostMessage event. This code listens for the appropriately formatted PostMessage event, gets the new consent decision, and then pushes the events into the GTM framework. Once the event is submitted, that consent decision is marked in the 'dispatched' map so it does not occur more than once.
    */
    self.addEventListener("message", function(e, d){
        try{
            if(e.data && (d= JSON.parse(e.data)) &&
                (d = d.PrivacyManagerAPI) && d.capabilities && d.action=="getConsentDecision") {
                var newDecision =
                    self.PrivacyManagerAPI.callApi("getGDPRConsentDecision",
                        self.location.host).consentDecision;
                newDecision && newDecision.forEach(function(label){
                    if(!__dispatched__[label]){
                        self.dataLayer && self.dataLayer.push({"event":"GDPR Pref Allows "+label});
                            __dispatched__[label] = 1;
                    }
                    }); }
        } catch(xx){
        } });
</script>
<script type="text/javascript">
    function pega_analytics_uuid() {
        var c = document.cookie, f = window.performance, m = Math,
            u = (c.match(/^(?:.*;)?\s*PEGA_VISITOR\s*=\s*([^;]+)(?:.*)?$/)||[,null])[1];

        if (!u) {
            (function() {
                var d = new Date().getTime();
                // Two ifs to workaround Drupal auto-escaping the logical AND operator.
                if (f) {
                    if (typeof f.now == "function") {
                        d += f.now();
                    }
                }
                u = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
                    var r = (d + m.random()*16)%16 | 0;
                    d = m.floor(d/16);
                    return (c=='x' ? r : (r & 0x3 | 0x8)).toString(16);
                });
            })();
            var e = new Date();
            e.setMonth(e.getMonth() + 12);
            document.cookie = 'PEGA_VISITOR=' + u + '; expires=' + e + '; domain=.pega.com; path=/';
        }

        return u;
    }

    /**
     * @deprecated
     * @returns {*}
     */
    function pega_visitor() {
        return pega_analytics_uuid();
    }

    function pega_analytics_user_info() {
        // We inline a JSON object containing the user info.
        return {"registrant_id":"","strategic_org_id":"","sales_org_id":"","member_type":"","logged_in":false};
    }

    var dataLayer = dataLayer || [];
    var pega_analytics_user = pega_analytics_user_info();
    // Push some Google Tag Manager custom variables for use by its Google
    // Analytics set up. GTM has to be configured to populate the dimensions
    // using these variable names. For (potentially specious) historical
    // reasons, we supply some values twice as some dimensions were set up as
    // "session" dimensions while other were set up as "hit" dimensions.
    dataLayer.push({
        'gaDimension20': pega_analytics_user.registrant_id,
        'gaDimension28': pega_analytics_user.member_type,
        'gaDimension44': pega_analytics_user.registrant_id,
        'gaDimension45': pega_analytics_user.member_type,
        'gaDimension47': pega_analytics_user.strategic_org_id,
        'gaDimension48': pega_analytics_user.sales_org_id
    });

    dataLayer.push({
        'event': 'dataLayer-initialized',
        'user_id': pega_analytics_user.registrant_id || 'undefined',
        'member_type': pega_analytics_user.member_type || 'undefined',
        'logged_in': pega_analytics_user.logged_in,
    });
</script>
<meta name="description" content="See the latest updates and media coverage about Pega from around the world." />
<meta property="og:title" content="Newsroom | Pega" />
<meta property="og:description" content="See the latest updates and media coverage about Pega from around the world." />
<meta property="og:image" content="https://www.pega.com/sites/default/files/media/images/2018-10/pega-newsroom-og.png" />
<meta property="og:image:url" content="https://www.pega.com/sites/default/files/media/images/2018-10/pega-newsroom-og.png" />
<meta property="og:image:secure_url" content="https://www.pega.com/sites/default/files/media/images/2018-10/pega-newsroom-og.png" />
<meta property="article:published_time" content="2018-09-19T09:19:41-0400" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Newsroom | Pega" />
<meta name="twitter:site" content="@pega" />
<meta name="twitter:description" content="See the latest updates and media coverage about Pega from around the world." />
<meta name="twitter:image" content="https://www.pega.com/sites/default/files/media/images/2018-10/pega-newsroom-og.png" />
<meta name="msvalidate.01" content="CEADC2EBEE78FB8987E29BDEB9CF1BA0" />
<script type="text/javascript">
  ;window.NREUM||(NREUM={});NREUM.init={distributed_tracing:{enabled:true},privacy:{cookies_enabled:true},ajax:{deny_list:["bam.nr-data.net"]}};

  ;NREUM.loader_config={accountID:"700195",trustKey:"38093",agentID:"66380860",licenseKey:"1b41216fea",applicationID:"66379666"};
  ;NREUM.info={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",licenseKey:"1b41216fea",applicationID:"66379666",sa:1};
  ;/*! For license information please see nr-loader-spa-1.295.0.min.js.LICENSE.txt */
  (()=>{var e,t,r={8122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){r[a]||(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},2555:(e,t,r)=>{"use strict";r.d(t,{D:()=>s,f:()=>a});var n=r(384),i=r(8122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0};function a(e){try{return!!e.licenseKey&&!!e.errorBeacon&&!!e.applicationID}catch(e){return!1}}const s=e=>(0,i.a)(e,o)},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,Yq:()=>a,xv:()=>n});const n="1.295.0",i="PROD",o="CDN",a="^2.0.0-alpha.18"},6154:(e,t,r)=>{"use strict";r.d(t,{A4:()=>s,OF:()=>d,RI:()=>i,WN:()=>h,bv:()=>o,gm:()=>a,lR:()=>f,m:()=>u,mw:()=>c,sb:()=>l});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s="complete"===a?.document?.readyState,c=Boolean("hidden"===a?.document?.visibilityState),u=""+a?.location,d=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),l=d&&"undefined"==typeof SharedWorker,f=(()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),h=Date.now()-(0,n.t)()},7295:(e,t,r)=>{"use strict";r.d(t,{Xv:()=>a,gX:()=>i,iW:()=>o});var n=[];function i(e){if(!e||o(e))return!1;if(0===n.length)return!0;for(var t=0;t<n.length;t++){var r=n[t];if("*"===r.hostname)return!1;if(s(r.hostname,e.hostname)&&c(r.pathname,e.pathname))return!1}return!0}function o(e){return void 0===e.hostname}function a(e){if(n=[],e&&e.length)for(var t=0;t<e.length;t++){let r=e[t];if(!r)continue;0===r.indexOf("http://")?r=r.substring(7):0===r.indexOf("https://")&&(r=r.substring(8));const i=r.indexOf("/");let o,a;i>0?(o=r.substring(0,i),a=r.substring(i)):(o=r,a="");let[s]=o.split(":");n.push({hostname:s,pathname:a})}}function s(e,t){return!(e.length>t.length)&&t.indexOf(e)===t.length-e.length}function c(e,t){return 0===e.indexOf("/")&&(e=e.substring(1)),0===t.indexOf("/")&&(t=t.substring(1)),""===e||e===t}},3241:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(6154);const i="newrelic";function o(e={}){try{n.gm.dispatchEvent(new CustomEvent(i,{detail:e}))}catch(e){}}},1687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>u,Ze:()=>f,x3:()=>d});var n=r(3241),i=r(7836),o=r(3606),a=r(860),s=r(2646);const c={};function u(e,t){const r={staged:!1,priority:a.P3[t]||0};l(e),c[e].get(t)||c[e].set(t,r)}function d(e,t){e&&c[e]&&(c[e].get(t)&&c[e].delete(t),p(e,t,!1),c[e].size&&h(e))}function l(e){if(!e)throw new Error("agentIdentifier required");c[e]||(c[e]=new Map)}function f(e="",t="feature",r=!1){if(l(e),!e||!c[e].get(t)||r)return p(e,t);c[e].get(t).staged=!0,h(e)}function h(e){const t=Array.from(c[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{c[e].delete(t),p(e,t)})))}function p(e,t,r=!0){const a=e?i.ee.get(e):i.ee,c=o.i.handlers;if(!a.aborted&&a.backlog&&c){if((0,n.W)({agentIdentifier:e,type:"lifecycle",name:"drain",feature:t}),r){const e=a.backlog[t],r=c[t];if(r){for(let t=0;e&&t<e.length;++t)g(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof s.y&&t[0].on(e,t[1])}))}))}}a.isolatedBacklog||delete c[t],a.backlog[t]=null,a.emit("drain-"+t,[])}}function g(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},7836:(e,t,r)=>{"use strict";r.d(t,{P:()=>s,ee:()=>c});var n=r(384),i=r(8990),o=r(2646),a=r(5607);const s="nr@context:".concat(a.W),c=function e(t,r){var n={},a={},d={},l=!1;try{l=16===r.length&&u.initializedAgents?.[r]?.runtime.isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(c.aborted&&!i)return;t&&o&&t.emit(e,r,n);var s=h(n);g(e).forEach((e=>{e.apply(s,r)}));var u=v()[a[e]];u&&u.push([f,e,r,s]);return s},get:m,listeners:g,context:h,buffer:function(e,t){const r=v();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{a[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!v()[a[e]]},debugId:r,backlog:l?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:l};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function h(e){return e&&e instanceof o.y?e:e?(0,i.I)(e,s,(()=>new o.y(s))):new o.y(s)}function p(e,t){n[e]=g(e).concat(t)}function g(e){return n[e]||[]}function m(t){return d[t]=d[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),u=(0,n.Zm)();u.ee||(u.ee=c)},2646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},9908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(7836).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},3606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(9908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},3878:(e,t,r)=>{"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=>o,jT:()=>n,sp:()=>i})},5607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(9566).bz)()},9566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,ZF:()=>c,bz:()=>a,el:()=>u});var n=r(6154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}function c(){return s(16)}function u(){return s(32)}},2614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});const n="NRBA",i="SESSION",o=144e5,a=18e5,s={STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},c={SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},u={OFF:0,FULL:1,ERROR:2}},1863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},7485:(e,t,r)=>{"use strict";r.d(t,{D:()=>i});var n=r(6154);function i(e){if(0===(e||"").indexOf("data:"))return{protocol:"data"};try{const t=new URL(e,location.href),r={port:t.port,hostname:t.hostname,pathname:t.pathname,search:t.search,protocol:t.protocol.slice(0,t.protocol.indexOf(":")),sameOrigin:t.protocol===n.gm?.location?.protocol&&t.host===n.gm?.location?.host};return r.port&&""!==r.port||("http:"===t.protocol&&(r.port="80"),"https:"===t.protocol&&(r.port="443")),r.pathname&&""!==r.pathname?r.pathname.startsWith("/")||(r.pathname="/".concat(r.pathname)):r.pathname="/",r}catch(e){return{}}}},944:(e,t,r)=>{"use strict";r.d(t,{R:()=>i});var n=r(3241);function i(e,t){"function"==typeof console.debug&&(console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t),(0,n.W)({agentIdentifier:null,drained:null,type:"data",name:"warn",feature:"warn",data:{code:e,secondary:t}}))}},5701:(e,t,r)=>{"use strict";r.d(t,{B:()=>o,t:()=>a});var n=r(3241);const i=new Set,o={};function a(e,t){const r=t.agentIdentifier;o[r]??={},e&&"object"==typeof e&&(i.has(r)||(t.ee.emit("rumresp",[e]),o[r]=e,i.add(r),(0,n.W)({agentIdentifier:r,loaded:!0,drained:!0,type:"lifecycle",name:"load",feature:void 0,data:e})))}},8990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},6389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},1910:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(944);const i=new Map;function o(...e){return e.every((e=>{if(i.has(e))return i.get(e);const t="function"==typeof e&&e.toString().includes("[native code]");return t||(0,n.R)(64,e?.name||e?.toString()),i.set(e,t),t}))}},3304:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var n=r(7836);const i=()=>{const e=new WeakSet;return(t,r)=>{if("object"==typeof r&&null!==r){if(e.has(r))return;e.add(r)}return r}};function o(e){try{return JSON.stringify(e,i())??""}catch(e){try{n.ee.emit("internal-error",[e])}catch(e){}return""}}},3496:(e,t,r)=>{"use strict";function n(e){return!e||!(!e.licenseKey||!e.applicationID)}function i(e,t){return!e||e.licenseKey===t.info.licenseKey&&e.applicationID===t.info.applicationID}r.d(t,{A:()=>i,I:()=>n})},5289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,Qr:()=>s,sB:()=>a});var n=r(3878);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)("load",e,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}function s(e){if(i())return e();(0,n.sp)("popstate",e)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>a,US:()=>d,Zm:()=>s,bQ:()=>u,dV:()=>c,pV:()=>l});var n=r(6154),i=r(1863),o=r(1910);const a={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function s(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function c(){let e=s();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate||n.gm.setInterval,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket},(0,o.i)(...Object.values(e.o))),e}function u(e,t){let r=s();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function d(e,t){s()[e]=t}function l(){return function(){let e=s();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=s();const t=e.init||{};e.init={...t}}(),c(),function(){let e=s();const t=e.loader_config||{};e.loader_config={...t}}(),s()}},2843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(3878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},8139:(e,t,r)=>{"use strict";r.d(t,{u:()=>f});var n=r(7836),i=r(3434),o=r(8990),a=r(6154);const s={},c=a.gm.XMLHttpRequest,u="addEventListener",d="removeEventListener",l="nr@wrapped:".concat(n.P);function f(e){var t=function(e){return(e||n.ee).get("events")}(e);if(s[t.debugId]++)return t;s[t.debugId]=1;var r=(0,i.YM)(t,!0);function f(e){r.inPlace(e,[u,d],"-",p)}function p(e,t){return e[1]}return"getPrototypeOf"in Object&&(a.RI&&h(document,f),c&&h(c.prototype,f),h(a.gm,f)),t.on(u+"-start",(function(e,t){var n=e[1];if(null!==n&&("function"==typeof n||"object"==typeof n)){var i=(0,o.I)(n,l,(function(){var e={object:function(){if("function"!=typeof n.handleEvent)return;return n.handleEvent.apply(n,arguments)},function:n}[typeof n];return e?r(e,"fn-",null,e.name||"anonymous"):n}));this.wrapped=e[1]=i}})),t.on(d+"-start",(function(e){e[1]=this.wrapped||e[1]})),t}function h(e,t,...r){let n=e;for(;"object"==typeof n&&!Object.prototype.hasOwnProperty.call(n,u);)n=Object.getPrototypeOf(n);n&&t(n,...r)}},3434:(e,t,r)=>{"use strict";r.d(t,{Jt:()=>o,YM:()=>c});var n=r(7836),i=r(5607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n="");const a="-"===n.charAt(0);for(let s=0;s<t.length;s++){const c=t[s],u=e[c];d(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,s,c){return d(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.keys)try{return Object.keys(e).forEach((function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})})),t}catch(e){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,d,l;let f;try{a=this,o=[...arguments],d="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],d],e)}i(r+"start",[o,a,s],d,c);const h=performance.now();let p=h;try{return l=t.apply(a,o),p=performance.now(),l}catch(e){throw p=performance.now(),i(r+"err",[o,a,e],d,c),f=e,f}finally{const e=p-h,t={duration:e,isLongTask:e>=50,methodName:s,thrownError:f};t.isLongTask&&i("long-task",[t],d,c),i(r+"end",[o,a,l,t],d,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function d(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},9300:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.ajax},3333:(e,t,r)=>{"use strict";r.d(t,{$v:()=>u,TZ:()=>n,Zp:()=>i,kd:()=>c,mq:()=>s,nf:()=>a,qN:()=>o});const n=r(860).K7.genericEvents,i=["auxclick","click","copy","keydown","paste","scrollend"],o=["focus","blur"],a=4,s=1e3,c=["PageAction","UserAction","BrowserPerformance"],u={MARKS:"experimental.marks",MEASURES:"experimental.measures",RESOURCES:"experimental.resources"}},6774:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.jserrors},993:(e,t,r)=>{"use strict";r.d(t,{A$:()=>o,ET:()=>a,TZ:()=>s,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o={OFF:0,ERROR:1,WARN:2,INFO:3,DEBUG:4,TRACE:5},a="log",s=n.K7.logging},3785:(e,t,r)=>{"use strict";r.d(t,{R:()=>c,b:()=>u});var n=r(9908),i=r(1863),o=r(860),a=r(8154),s=r(993);function c(e,t,r={},c=s.p_.INFO,u,d=(0,i.t)()){(0,n.p)(a.xV,["API/logging/".concat(c.toLowerCase(),"/called")],void 0,o.K7.metrics,e),(0,n.p)(s.ET,[d,t,r,c,u],void 0,o.K7.logging,e)}function u(e){return"string"==typeof e&&Object.values(s.p_).some((t=>t===e.toUpperCase().trim()))}},8154:(e,t,r)=>{"use strict";r.d(t,{z_:()=>o,XG:()=>s,TZ:()=>n,rs:()=>i,xV:()=>a});r(6154),r(9566),r(384);const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},6630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},6344:(e,t,r)=>{"use strict";r.d(t,{BB:()=>d,G4:()=>o,Qb:()=>l,TZ:()=>i,Ug:()=>a,_s:()=>s,bc:()=>u,yP:()=>c});var n=r(2614);const i=r(860).K7.sessionReplay,o={RECORD:"recordReplay",PAUSE:"pauseReplay",ERROR_DURING_REPLAY:"errorDuringReplay"},a=.12,s={DomContentLoaded:0,Load:1,FullSnapshot:2,IncrementalSnapshot:3,Meta:4,Custom:5},c={[n.g.ERROR]:15e3,[n.g.FULL]:3e5,[n.g.OFF]:0},u={RESET:{message:"Session was reset",sm:"Reset"},IMPORT:{message:"Recorder failed to import",sm:"Import"},TOO_MANY:{message:"429: Too Many Requests",sm:"Too-Many"},TOO_BIG:{message:"Payload was too large",sm:"Too-Big"},CROSS_TAB:{message:"Session Entity was set to OFF on another tab",sm:"Cross-Tab"},ENTITLEMENTS:{message:"Session Replay is not allowed and will not be started",sm:"Entitlement"}},d=5e3,l={API:"api"}},5270:(e,t,r)=>{"use strict";r.d(t,{Aw:()=>s,CT:()=>c,SR:()=>a,rF:()=>u});var n=r(384),i=r(7767),o=r(6154);function a(e){return!!(0,n.dV)().o.MO&&(0,i.V)(e)&&!0===e?.session_trace.enabled}function s(e){return!0===e?.session_replay.preload&&a(e)}function c(e,t){const r=t.correctAbsoluteTimestamp(e);return{originalTimestamp:e,correctedTimestamp:r,timestampDiff:e-r,originTime:o.WN,correctedOriginTime:t.correctedOriginTime,originTimeDiff:Math.floor(o.WN-t.correctedOriginTime)}}function u(e,t){try{if("string"==typeof t?.type){if("password"===t.type.toLowerCase())return"*".repeat(e?.length||0);if(void 0!==t?.dataset?.nrUnmask||t?.classList?.contains("nr-unmask"))return e}}catch(e){}return"string"==typeof e?e.replace(/[\S]/g,"*"):"*".repeat(e?.length||0)}},3738:(e,t,r)=>{"use strict";r.d(t,{He:()=>i,Kp:()=>s,Lc:()=>u,Rz:()=>d,TZ:()=>n,bD:()=>o,d3:()=>a,jx:()=>l,uP:()=>c});const n=r(860).K7.sessionTrace,i="bstResource",o="resource",a="-start",s="-end",c="fn"+a,u="fn"+s,d="pushState",l=1e3},3962:(e,t,r)=>{"use strict";r.d(t,{AM:()=>o,O2:()=>c,Qu:()=>u,TZ:()=>s,ih:()=>d,pP:()=>a,tC:()=>i});var n=r(860);const i=["click","keydown","submit","popstate"],o="api",a="initialPageLoad",s=n.K7.softNav,c={INITIAL_PAGE_LOAD:"",ROUTE_CHANGE:1,UNSPECIFIED:2},u={INTERACTION:1,AJAX:2,CUSTOM_END:3,CUSTOM_TRACER:4},d={IP:"in progress",FIN:"finished",CAN:"cancelled"}},7378:(e,t,r)=>{"use strict";r.d(t,{$p:()=>x,BR:()=>b,Kp:()=>R,L3:()=>y,Lc:()=>c,NC:()=>o,SG:()=>d,TZ:()=>i,U6:()=>p,UT:()=>m,d3:()=>w,dT:()=>f,e5:()=>A,gx:()=>v,l9:()=>l,oW:()=>h,op:()=>g,rw:()=>u,tH:()=>E,uP:()=>s,wW:()=>T,xq:()=>a});var n=r(384);const i=r(860).K7.spa,o=["click","submit","keypress","keydown","keyup","change"],a=999,s="fn-start",c="fn-end",u="cb-start",d="api-ixn-",l="remaining",f="interaction",h="spaNode",p="jsonpNode",g="fetch-start",m="fetch-done",v="fetch-body-",b="jsonp-end",y=(0,n.dV)().o.ST,w="-start",R="-end",x="-body",T="cb"+R,A="jsTime",E="fetch"},4234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(7836),i=r(1687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},7767:(e,t,r)=>{"use strict";r.d(t,{V:()=>i});var n=r(6154);const i=e=>n.RI&&!0===e?.privacy.cookies_enabled},1741:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(944),i=r(4261);class o{ #e(e,...t){if(this[e]!==o.prototype[e])return this[e](...t);(0,n.R)(35,e)}addPageAction(e,t){return this.#e(i.hG,e,t)}register(e){return this.#e(i.eY,e)}recordCustomEvent(e,t){return this.#e(i.fF,e,t)}setPageViewName(e,t){return this.#e(i.Fw,e,t)}setCustomAttribute(e,t,r){return this.#e(i.cD,e,t,r)}noticeError(e,t){return this.#e(i.o5,e,t)}setUserId(e){return this.#e(i.Dl,e)}setApplicationVersion(e){return this.#e(i.nb,e)}setErrorHandler(e){return this.#e(i.bt,e)}addRelease(e,t){return this.#e(i.k6,e,t)}log(e,t){return this.#e(i.$9,e,t)}start(){return this.#e(i.d3)}finished(e){return this.#e(i.BL,e)}recordReplay(){return this.#e(i.CH)}pauseReplay(){return this.#e(i.Tb)}addToTrace(e){return this.#e(i.U2,e)}setCurrentRouteName(e){return this.#e(i.PA,e)}interaction(){return this.#e(i.dT)}wrapLogger(e,t,r){return this.#e(i.Wb,e,t,r)}measure(e,t){return this.#e(i.V1,e,t)}}},4261:(e,t,r)=>{"use strict";r.d(t,{$9:()=>d,BL:()=>c,CH:()=>p,Dl:()=>R,Fw:()=>w,PA:()=>v,Pl:()=>n,Tb:()=>f,U2:()=>a,V1:()=>A,Wb:()=>T,bt:()=>y,cD:()=>b,d3:()=>x,dT:()=>u,eY:()=>g,fF:()=>h,hG:()=>o,hw:()=>i,k6:()=>s,nb:()=>m,o5:()=>l});const n="api-",i=n+"ixn-",o="addPageAction",a="addToTrace",s="addRelease",c="finished",u="interaction",d="log",l="noticeError",f="pauseReplay",h="recordCustomEvent",p="recordReplay",g="register",m="setApplicationVersion",v="setCurrentRouteName",b="setCustomAttribute",y="setErrorHandler",w="setPageViewName",R="setUserId",x="start",T="wrapLogger",A="measure"},5205:(e,t,r)=>{"use strict";r.d(t,{j:()=>S});var n=r(384),i=r(1741);var o=r(2555),a=r(3333);const s=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var c=r(2614),u=r(944),d=r(8122);const l="[data-nr-mask]",f=e=>(0,d.a)(e,(()=>{const e={feature_flags:[],experimental:{marks:!1,measures:!1,resources:!1},mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,autoStart:!0},api:{allow_registered_children:!0,duplicate_registered_data:!1},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},get feature_flags(){return e.feature_flags},set feature_flags(t){e.feature_flags=t},generic_events:{enabled:!0,autoStart:!0},harvest:{interval:30},jserrors:{enabled:!0,autoStart:!0},logging:{enabled:!0,autoStart:!0},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,autoStart:!0},performance:{get capture_marks(){return e.feature_flags.includes(a.$v.MARKS)||e.experimental.marks},set capture_marks(t){e.experimental.marks=t},get capture_measures(){return e.feature_flags.includes(a.$v.MEASURES)||e.experimental.measures},set capture_measures(t){e.experimental.measures=t},capture_detail:!0,resources:{get enabled(){return e.feature_flags.includes(a.$v.RESOURCES)||e.experimental.resources},set enabled(t){e.experimental.resources=t},asset_types:[],first_party_domains:[],ignore_newrelic:!0}},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:c.wk,inactiveMs:c.BB},session_replay:{autoStart:!0,enabled:!1,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){s(t)?e.mask_selector="".concat(t,",").concat(l):""===t||null===t?e.mask_selector=l:(0,u.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){s(t)?e.block_selector+=",".concat(t):""!==t&&(0,u.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,u.R)(7,t)}},session_trace:{enabled:!0,autoStart:!0},soft_navigations:{enabled:!0,autoStart:!0},spa:{enabled:!0,autoStart:!0},ssl:void 0,user_actions:{enabled:!0,elementAttributes:["id","className","tagName","type"]}}})());var h=r(6154),p=r(9324);let g=0;const m={buildEnv:p.F3,distMethod:p.Xs,version:p.xv,originTime:h.WN},v={appMetadata:{},customTransaction:void 0,denyList:void 0,disabled:!1,entityManager:void 0,harvester:void 0,isolatedBacklog:!1,isRecording:!1,loaderType:void 0,maxBytes:3e4,obfuscator:void 0,onerror:void 0,ptid:void 0,releaseIds:{},session:void 0,timeKeeper:void 0,jsAttributesMetadata:{bytes:0},get harvestCount(){return++g}},b=e=>{const t=(0,d.a)(e,v),r=Object.keys(m).reduce(((e,t)=>(e[t]={value:m[t],writable:!1,configurable:!0,enumerable:!0},e)),{});return Object.defineProperties(t,r)};var y=r(5701);const w=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};var R=r(7836),x=r(3241);const T={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},A=e=>(0,d.a)(e,T),E=new Set;function S(e,t={},r,a){let{init:s,info:c,loader_config:u,runtime:d={},exposed:l=!0}=t;if(!c){const e=(0,n.pV)();s=e.init,c=e.info,u=e.loader_config}e.init=f(s||{}),e.loader_config=A(u||{}),c.jsAttributes??={},h.bv&&(c.jsAttributes.isWorker=!0),e.info=(0,o.D)(c);const p=e.init,g=[c.beacon,c.errorBeacon];E.has(e.agentIdentifier)||(p.proxy.assets&&(w(p.proxy.assets),g.push(p.proxy.assets)),p.proxy.beacon&&g.push(p.proxy.beacon),function(e){const t=(0,n.pV)();Object.getOwnPropertyNames(i.W.prototype).forEach((r=>{const n=i.W.prototype[r];if("function"!=typeof n||"constructor"===n)return;let o=t[r];e[r]&&!1!==e.exposed&&"micro-agent"!==e.runtime?.loaderType&&(t[r]=(...t)=>{const n=e[r](...t);return o?o(...t):n})}))}(e),(0,n.US)("activatedFeatures",y.B),e.runSoftNavOverSpa&&=!0===p.soft_navigations.enabled&&p.feature_flags.includes("soft_nav")),d.denyList=[...p.ajax.deny_list||[],...p.ajax.block_internal?g:[]],d.ptid=e.agentIdentifier,d.loaderType=r,e.runtime=b(d),E.has(e.agentIdentifier)||(e.ee=R.ee.get(e.agentIdentifier),e.exposed=l,(0,x.W)({agentIdentifier:e.agentIdentifier,drained:!!y.B?.[e.agentIdentifier],type:"lifecycle",name:"initialize",feature:void 0,data:e.config})),E.add(e.agentIdentifier)}},8374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>d,K7:()=>c,P3:()=>u,XX:()=>i,Yy:()=>s,df:()=>o,qY:()=>n,v4:()=>a});const n="events",i="jserrors",o="browser/blobs",a="rum",s="browser/logs",c={ajax:"ajax",genericEvents:"generic_events",jserrors:i,logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations",spa:"spa"},u={[c.pageViewEvent]:1,[c.pageViewTiming]:2,[c.metrics]:3,[c.jserrors]:4,[c.spa]:5,[c.ajax]:6,[c.sessionTrace]:7,[c.softNav]:8,[c.sessionReplay]:9,[c.logging]:10,[c.genericEvents]:11},d={[c.pageViewEvent]:a,[c.pageViewTiming]:n,[c.ajax]:n,[c.spa]:n,[c.softNav]:n,[c.metrics]:i,[c.jserrors]:i,[c.sessionTrace]:o,[c.sessionReplay]:o,[c.logging]:s,[c.genericEvents]:"ins"}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>({212:"nr-spa-compressor",249:"nr-spa-recorder",478:"nr-spa"}[e]+"-1.295.0.min.js"),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.295.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var l=u[d];if(l.getAttribute("src")==r||l.getAttribute("data-webpack")==t+o){s=l;break}}if(!s){c=!0;var f={478:"sha512-V1Ymdr6VvRAf7X+rToM23eSSQ0XOGFcqhIh4AlKUPXyWrzcESyjh12RkYA1LXX0xAs+mGKC5QeWNusHHjYdsIw==",249:"sha512-Ki3lI5RL53JKkI9k9dHhpJaBqWzxjeWxe4O0eXXl4zTkDtNzYftg1O3xpaIR9/MQTvlanIc+oVMcUneksSUHEA==",212:"sha512-cUuhujuL1Ex8eXwM/2ndqN+AzQLV7Biq65hncKlbmQL5fk2umiHlXGPzIGhZc/8N2CBARy4KmI1w6Nvf3IBNLA=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var h=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(h.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=h.bind(null,s.onerror),s.onload=h.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={38:0,788:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.295.0.PROD"]=self["webpackChunk:NRBA-1.295.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(8374);var e=i(9566),t=i(1741);class r extends t.W{agentIdentifier=(0,e.LA)(16)}var n=i(860);const o=Object.values(n.K7);var a=i(5205);var s=i(9908),c=i(1863),u=i(4261),d=i(3241),l=i(944),f=i(5701),h=i(8154);function p(e,t,i,o){const a=o||i;!a||a[e]&&a[e]!==r.prototype[e]||(a[e]=function(){(0,s.p)(h.xV,["API/"+e+"/called"],void 0,n.K7.metrics,i.ee),(0,d.W)({agentIdentifier:i.agentIdentifier,drained:!!f.B?.[i.agentIdentifier],type:"data",name:"api",feature:u.Pl+e,data:{}});try{return t.apply(this,arguments)}catch(e){(0,l.R)(23,e)}})}function g(e,t,r,n,i){const o=e.info;null===r?delete o.jsAttributes[t]:o.jsAttributes[t]=r,(i||null===r)&&(0,s.p)(u.Pl+n,[(0,c.t)(),t,r],void 0,"session",e.ee)}var m=i(1687),v=i(4234),b=i(5289),y=i(6154),w=i(5270),R=i(7767),x=i(6389);class T extends v.W{constructor(e,t){super(e.agentIdentifier,t),this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,this.deferred=Promise.resolve(),!1===e.init[this.featureName].autoStart?this.deferred=new Promise(((t,r)=>{this.ee.on("manual-start-all",(0,x.J)((()=>{(0,m.Ak)(e.agentIdentifier,this.featureName),t()})))})):(0,m.Ak)(e.agentIdentifier,t)}importAggregator(e,t,r={}){if(this.featAggregate)return;let o;this.onAggregateImported=new Promise((e=>{o=e}));const a=async()=>{let a;await this.deferred;try{if((0,R.V)(e.init)){const{setupAgentSession:t}=await i.e(478).then(i.bind(i,2955));a=t(e)}}catch(e){(0,l.R)(20,e),this.ee.emit("internal-error",[e]),this.featureName===n.K7.sessionReplay&&this.abortHandler?.()}try{if(!this.#t(this.featureName,a,e.init))return(0,m.Ze)(this.agentIdentifier,this.featureName),void o(!1);const{Aggregate:n}=await t();this.featAggregate=new n(e,r),e.runtime.harvester.initializedAggregates.push(this.featAggregate),o(!0)}catch(e){(0,l.R)(34,e),this.abortHandler?.(),(0,m.Ze)(this.agentIdentifier,this.featureName,!0),o(!1),this.ee&&this.ee.abort()}};y.RI?(0,b.GG)((()=>a()),!0):a()}#t(e,t,r){switch(e){case n.K7.sessionReplay:return(0,w.SR)(r)&&!!t;case n.K7.sessionTrace:return!!t;default:return!0}}}var A=i(6630),E=i(2614);class S extends T{static featureName=A.T;constructor(e){var t;super(e,A.T),this.setupInspectionEvents(e.agentIdentifier),t=e,p(u.Fw,(function(e,r){"string"==typeof e&&("/"!==e.charAt(0)&&(e="/"+e),t.runtime.customTransaction=(r||"http://custom.transaction")+e,(0,s.p)(u.Pl+u.Fw,[(0,c.t)()],void 0,void 0,t.ee))}),t),this.ee.on("api-send-rum",((e,t)=>(0,s.p)("send-rum",[e,t],void 0,this.featureName,this.ee))),this.importAggregator(e,(()=>i.e(478).then(i.bind(i,1983))))}setupInspectionEvents(e){const t=(t,r)=>{t&&(0,d.W)({agentIdentifier:e,timeStamp:t.timeStamp,loaded:"complete"===t.target.readyState,type:"window",name:r,data:t.target.location+""})};(0,b.sB)((e=>{t(e,"DOMContentLoaded")})),(0,b.GG)((e=>{t(e,"load")})),(0,b.Qr)((e=>{t(e,"navigate")})),this.ee.on(E.tS.UPDATE,((t,r)=>{(0,d.W)({agentIdentifier:e,type:"lifecycle",name:"session",data:r})}))}}var _=i(384);var N=i(2843),O=i(3878),I=i(782);class P extends T{static featureName=I.T;constructor(e){super(e,I.T),y.RI&&((0,N.u)((()=>(0,s.p)("docHidden",[(0,c.t)()],void 0,I.T,this.ee)),!0),(0,O.sp)("pagehide",(()=>(0,s.p)("winPagehide",[(0,c.t)()],void 0,I.T,this.ee))),this.importAggregator(e,(()=>i.e(478).then(i.bind(i,9917)))))}}class j extends T{static featureName=h.TZ;constructor(e){super(e,h.TZ),y.RI&&document.addEventListener("securitypolicyviolation",(e=>{(0,s.p)(h.xV,["Generic/CSPViolation/Detected"],void 0,this.featureName,this.ee)})),this.importAggregator(e,(()=>i.e(478).then(i.bind(i,8351))))}}var k=i(6774),C=i(3304);class L{constructor(e,t,r,n,i){this.name="UncaughtError",this.message="string"==typeof e?e:(0,C.A)(e),this.sourceURL=t,this.line=r,this.column=n,this.__newrelic=i}}function M(e){return K(e)?e:new L(void 0!==e?.message?e.message:e,e?.filename||e?.sourceURL,e?.lineno||e?.line,e?.colno||e?.col,e?.__newrelic,e?.cause)}function H(e){const t="Unhandled Promise Rejection: ";if(!e?.reason)return;if(K(e.reason)){try{e.reason.message.startsWith(t)||(e.reason.message=t+e.reason.message)}catch(e){}return M(e.reason)}const r=M(e.reason);return(r.message||"").startsWith(t)||(r.message=t+r.message),r}function D(e){if(e.error instanceof SyntaxError&&!/:\d+$/.test(e.error.stack?.trim())){const t=new L(e.message,e.filename,e.lineno,e.colno,e.error.__newrelic,e.cause);return t.name=SyntaxError.name,t}return K(e.error)?e.error:M(e)}function K(e){return e instanceof Error&&!!e.stack}function U(e,t,r,i,o=(0,c.t)()){"string"==typeof e&&(e=new Error(e)),(0,s.p)("err",[e,o,!1,t,r.runtime.isRecording,void 0,i],void 0,n.K7.jserrors,r.ee)}var F=i(3496),W=i(993),B=i(3785);function G(e,{customAttributes:t={},level:r=W.p_.INFO}={},n,i,o=(0,c.t)()){(0,B.R)(n.ee,e,t,r,i,o)}function V(e,t,r,i,o=(0,c.t)()){(0,s.p)(u.Pl+u.hG,[o,e,t,i],void 0,n.K7.genericEvents,r.ee)}function z(e){p(u.eY,(function(t){return function(e,t){const r={};let i,o;(0,l.R)(54,"newrelic.register"),e.init.api.allow_registered_children||(i=()=>(0,l.R)(55));t&&(0,F.I)(t)||(i=()=>(0,l.R)(48,t));const a={addPageAction:(n,i={})=>{u(V,[n,{...r,...i},e],t)},log:(n,i={})=>{u(G,[n,{...i,customAttributes:{...r,...i.customAttributes||{}}},e],t)},noticeError:(n,i={})=>{u(U,[n,{...r,...i},e],t)},setApplicationVersion:e=>{r["application.version"]=e},setCustomAttribute:(e,t)=>{r[e]=t},setUserId:e=>{r["enduser.id"]=e},metadata:{customAttributes:r,target:t,get connected(){return o||Promise.reject(new Error("Failed to connect"))}}};i?i():o=new Promise(((n,i)=>{try{const o=e.runtime?.entityManager;let s=!!o?.get().entityGuid,c=o?.getEntityGuidFor(t.licenseKey,t.applicationID),u=!!c;if(s&&u)t.entityGuid=c,n(a);else{const d=setTimeout((()=>i(new Error("Failed to connect - Timeout"))),15e3);function l(r){(0,F.A)(r,e)?s||=!0:t.licenseKey===r.licenseKey&&t.applicationID===r.applicationID&&(u=!0,t.entityGuid=r.entityGuid),s&&u&&(clearTimeout(d),e.ee.removeEventListener("entity-added",l),n(a))}e.ee.emit("api-send-rum",[r,t]),e.ee.on("entity-added",l)}}catch(f){i(f)}}));const u=async(t,r,a)=>{if(i)return i();const u=(0,c.t)();(0,s.p)(h.xV,["API/register/".concat(t.name,"/called")],void 0,n.K7.metrics,e.ee);try{await o;const n=e.init.api.duplicate_registered_data;(!0===n||Array.isArray(n)&&n.includes(a.entityGuid))&&t(...r,void 0,u),t(...r,a.entityGuid,u)}catch(e){(0,l.R)(50,e)}};return a}(e,t)}),e)}class Z extends T{static featureName=k.T;constructor(e){var t;super(e,k.T),t=e,p(u.o5,((e,r)=>U(e,r,t)),t),function(e){p(u.bt,(function(t){e.runtime.onerror=t}),e)}(e),function(e){let t=0;p(u.k6,(function(e,r){++t>10||(this.runtime.releaseIds[e.slice(-200)]=(""+r).slice(-200))}),e)}(e),z(e);try{this.removeOnAbort=new AbortController}catch(e){}this.ee.on("internal-error",((t,r)=>{this.abortHandler&&(0,s.p)("ierr",[M(t),(0,c.t)(),!0,{},e.runtime.isRecording,r],void 0,this.featureName,this.ee)})),y.gm.addEventListener("unhandledrejection",(t=>{this.abortHandler&&(0,s.p)("err",[H(t),(0,c.t)(),!1,{unhandledPromiseRejection:1},e.runtime.isRecording],void 0,this.featureName,this.ee)}),(0,O.jT)(!1,this.removeOnAbort?.signal)),y.gm.addEventListener("error",(t=>{this.abortHandler&&(0,s.p)("err",[D(t),(0,c.t)(),!1,{},e.runtime.isRecording],void 0,this.featureName,this.ee)}),(0,O.jT)(!1,this.removeOnAbort?.signal)),this.abortHandler=this.#r,this.importAggregator(e,(()=>i.e(478).then(i.bind(i,2176))))}#r(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var q=i(8990);let X=1;function Y(e){const t=typeof e;return!e||"object"!==t&&"function"!==t?-1:e===y.gm?0:(0,q.I)(e,"nr@id",(function(){return X++}))}function J(e){if("string"==typeof e&&e.length)return e.length;if("object"==typeof e){if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer&&e.byteLength)return e.byteLength;if("undefined"!=typeof Blob&&e instanceof Blob&&e.size)return e.size;if(!("undefined"!=typeof FormData&&e instanceof FormData))try{return(0,C.A)(e).length}catch(e){return}}}var Q=i(8139),ee=i(7836),te=i(3434);const re={},ne=["open","send"];function ie(e){var t=e||ee.ee;const r=function(e){return(e||ee.ee).get("xhr")}(t);if(void 0===y.gm.XMLHttpRequest)return r;if(re[r.debugId]++)return r;re[r.debugId]=1,(0,Q.u)(t);var n=(0,te.YM)(r),i=y.gm.XMLHttpRequest,o=y.gm.MutationObserver,a=y.gm.Promise,s=y.gm.setInterval,c="readystatechange",u=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],d=[],f=y.gm.XMLHttpRequest=function(e){const t=new i(e),o=r.context(t);try{r.emit("new-xhr",[t],o),t.addEventListener(c,(a=o,function(){var e=this;e.readyState>3&&!a.resolved&&(a.resolved=!0,r.emit("xhr-resolved",[],e)),n.inPlace(e,u,"fn-",b)}),(0,O.jT)(!1))}catch(e){(0,l.R)(15,e);try{r.emit("internal-error",[e])}catch(e){}}var a;return t};function h(e,t){n.inPlace(t,["onreadystatechange"],"fn-",b)}if(function(e,t){for(var r in e)t[r]=e[r]}(i,f),f.prototype=i.prototype,n.inPlace(f.prototype,ne,"-xhr-",b),r.on("send-xhr-start",(function(e,t){h(e,t),function(e){d.push(e),o&&(p?p.then(v):s?s(v):(g=-g,m.data=g))}(t)})),r.on("open-xhr-start",h),o){var p=a&&a.resolve();if(!s&&!a){var g=1,m=document.createTextNode(g);new o(v).observe(m,{characterData:!0})}}else t.on("fn-end",(function(e){e[0]&&e[0].type===c||v()}));function v(){for(var e=0;e<d.length;e++)h(0,d[e]);d.length&&(d=[])}function b(e,t){return t}return r}var oe="fetch-",ae=oe+"body-",se=["arrayBuffer","blob","json","text","formData"],ce=y.gm.Request,ue=y.gm.Response,de="prototype";const le={};function fe(e){const t=function(e){return(e||ee.ee).get("fetch")}(e);if(!(ce&&ue&&y.gm.fetch))return t;if(le[t.debugId]++)return t;function r(e,r,n){var i=e[r];"function"==typeof i&&(e[r]=function(){var e,r=[...arguments],o={};t.emit(n+"before-start",[r],o),o[ee.P]&&o[ee.P].dt&&(e=o[ee.P].dt);var a=i.apply(this,r);return t.emit(n+"start",[r,e],a),a.then((function(e){return t.emit(n+"end",[null,e],a),e}),(function(e){throw t.emit(n+"end",[e],a),e}))})}return le[t.debugId]=1,se.forEach((e=>{r(ce[de],e,ae),r(ue[de],e,ae)})),r(y.gm,"fetch",oe),t.on(oe+"end",(function(e,r){var n=this;if(r){var i=r.headers.get("content-length");null!==i&&(n.rxSize=i),t.emit(oe+"done",[null,r],n)}else t.emit(oe+"done",[e],n)})),t}var he=i(7485);class pe{constructor(e){this.agentRef=e}generateTracePayload(t){const r=this.agentRef.loader_config;if(!this.shouldGenerateTrace(t)||!r)return null;var n=(r.accountID||"").toString()||null,i=(r.agentID||"").toString()||null,o=(r.trustKey||"").toString()||null;if(!n||!i)return null;var a=(0,e.ZF)(),s=(0,e.el)(),c=Date.now(),u={spanId:a,traceId:s,timestamp:c};return(t.sameOrigin||this.isAllowedOrigin(t)&&this.useTraceContextHeadersForCors())&&(u.traceContextParentHeader=this.generateTraceContextParentHeader(a,s),u.traceContextStateHeader=this.generateTraceContextStateHeader(a,c,n,i,o)),(t.sameOrigin&&!this.excludeNewrelicHeader()||!t.sameOrigin&&this.isAllowedOrigin(t)&&this.useNewrelicHeaderForCors())&&(u.newrelicHeader=this.generateTraceHeader(a,s,c,n,i,o)),u}generateTraceContextParentHeader(e,t){return"00-"+t+"-"+e+"-01"}generateTraceContextStateHeader(e,t,r,n,i){return i+"@nr=0-1-"+r+"-"+n+"-"+e+"----"+t}generateTraceHeader(e,t,r,n,i,o){if(!("function"==typeof y.gm?.btoa))return null;var a={v:[0,1],d:{ty:"Browser",ac:n,ap:i,id:e,tr:t,ti:r}};return o&&n!==o&&(a.d.tk=o),btoa((0,C.A)(a))}shouldGenerateTrace(e){return this.agentRef.init?.distributed_tracing?.enabled&&this.isAllowedOrigin(e)}isAllowedOrigin(e){var t=!1;const r=this.agentRef.init?.distributed_tracing;if(e.sameOrigin)t=!0;else if(r?.allowed_origins instanceof Array)for(var n=0;n<r.allowed_origins.length;n++){var i=(0,he.D)(r.allowed_origins[n]);if(e.hostname===i.hostname&&e.protocol===i.protocol&&e.port===i.port){t=!0;break}}return t}excludeNewrelicHeader(){var e=this.agentRef.init?.distributed_tracing;return!!e&&!!e.exclude_newrelic_header}useNewrelicHeaderForCors(){var e=this.agentRef.init?.distributed_tracing;return!!e&&!1!==e.cors_use_newrelic_header}useTraceContextHeadersForCors(){var e=this.agentRef.init?.distributed_tracing;return!!e&&!!e.cors_use_tracecontext_headers}}var ge=i(9300),me=i(7295),ve=["load","error","abort","timeout"],be=ve.length,ye=(0,_.dV)().o.REQ,we=(0,_.dV)().o.XHR;const Re="X-NewRelic-App-Data";class xe extends T{static featureName=ge.T;constructor(e){super(e,ge.T),this.dt=new pe(e),this.handler=(e,t,r,n)=>(0,s.p)(e,t,r,n,this.ee);try{const e={xmlhttprequest:"xhr",fetch:"fetch",beacon:"beacon"};y.gm?.performance?.getEntriesByType("resource").forEach((t=>{if(t.initiatorType in e&&0!==t.responseStatus){const r={status:t.responseStatus},i={rxSize:t.transferSize,duration:Math.floor(t.duration),cbTime:0};Te(r,t.name),this.handler("xhr",[r,i,t.startTime,t.responseEnd,e[t.initiatorType]],void 0,n.K7.ajax)}}))}catch(e){}fe(this.ee),ie(this.ee),function(e,t,r,i){function o(e){var t=this;t.totalCbs=0,t.called=0,t.cbTime=0,t.end=A,t.ended=!1,t.xhrGuids={},t.lastSize=null,t.loadCaptureCalled=!1,t.params=this.params||{},t.metrics=this.metrics||{},e.addEventListener("load",(function(r){E(t,e)}),(0,O.jT)(!1)),y.lR||e.addEventListener("progress",(function(e){t.lastSize=e.loaded}),(0,O.jT)(!1))}function a(e){this.params={method:e[0]},Te(this,e[1]),this.metrics={}}function u(t,r){e.loader_config.xpid&&this.sameOrigin&&r.setRequestHeader("X-NewRelic-ID",e.loader_config.xpid);var n=i.generateTracePayload(this.parsedOrigin);if(n){var o=!1;n.newrelicHeader&&(r.setRequestHeader("newrelic",n.newrelicHeader),o=!0),n.traceContextParentHeader&&(r.setRequestHeader("traceparent",n.traceContextParentHeader),n.traceContextStateHeader&&r.setRequestHeader("tracestate",n.traceContextStateHeader),o=!0),o&&(this.dt=n)}}function d(e,r){var n=this.metrics,i=e[0],o=this;if(n&&i){var a=J(i);a&&(n.txSize=a)}this.startTime=(0,c.t)(),this.body=i,this.listener=function(e){try{"abort"!==e.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==e.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof r.onload)&&"function"==typeof o.end)&&o.end(r)}catch(e){try{t.emit("internal-error",[e])}catch(e){}}};for(var s=0;s<be;s++)r.addEventListener(ve[s],this.listener,(0,O.jT)(!1))}function l(e,t,r){this.cbTime+=e,t?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof r.onload||"function"!=typeof this.end||this.end(r)}function f(e,t){var r=""+Y(e)+!!t;this.xhrGuids&&!this.xhrGuids[r]&&(this.xhrGuids[r]=!0,this.totalCbs+=1)}function p(e,t){var r=""+Y(e)+!!t;this.xhrGuids&&this.xhrGuids[r]&&(delete this.xhrGuids[r],this.totalCbs-=1)}function g(){this.endTime=(0,c.t)()}function m(e,r){r instanceof we&&"load"===e[0]&&t.emit("xhr-load-added",[e[1],e[2]],r)}function v(e,r){r instanceof we&&"load"===e[0]&&t.emit("xhr-load-removed",[e[1],e[2]],r)}function b(e,t,r){t instanceof we&&("onload"===r&&(this.onload=!0),("load"===(e[0]&&e[0].type)||this.onload)&&(this.xhrCbStart=(0,c.t)()))}function w(e,r){this.xhrCbStart&&t.emit("xhr-cb-time",[(0,c.t)()-this.xhrCbStart,this.onload,r],r)}function R(e){var t,r=e[1]||{};if("string"==typeof e[0]?0===(t=e[0]).length&&y.RI&&(t=""+y.gm.location.href):e[0]&&e[0].url?t=e[0].url:y.gm?.URL&&e[0]&&e[0]instanceof URL?t=e[0].href:"function"==typeof e[0].toString&&(t=e[0].toString()),"string"==typeof t&&0!==t.length){t&&(this.parsedOrigin=(0,he.D)(t),this.sameOrigin=this.parsedOrigin.sameOrigin);var n=i.generateTracePayload(this.parsedOrigin);if(n&&(n.newrelicHeader||n.traceContextParentHeader))if(e[0]&&e[0].headers)s(e[0].headers,n)&&(this.dt=n);else{var o={};for(var a in r)o[a]=r[a];o.headers=new Headers(r.headers||{}),s(o.headers,n)&&(this.dt=n),e.length>1?e[1]=o:e.push(o)}}function s(e,t){var r=!1;return t.newrelicHeader&&(e.set("newrelic",t.newrelicHeader),r=!0),t.traceContextParentHeader&&(e.set("traceparent",t.traceContextParentHeader),t.traceContextStateHeader&&e.set("tracestate",t.traceContextStateHeader),r=!0),r}}function x(e,t){this.params={},this.metrics={},this.startTime=(0,c.t)(),this.dt=t,e.length>=1&&(this.target=e[0]),e.length>=2&&(this.opts=e[1]);var r,n=this.opts||{},i=this.target;"string"==typeof i?r=i:"object"==typeof i&&i instanceof ye?r=i.url:y.gm?.URL&&"object"==typeof i&&i instanceof URL&&(r=i.href),Te(this,r);var o=(""+(i&&i instanceof ye&&i.method||n.method||"GET")).toUpperCase();this.params.method=o,this.body=n.body,this.txSize=J(n.body)||0}function T(e,t){if(this.endTime=(0,c.t)(),this.params||(this.params={}),(0,me.iW)(this.params))return;let i;this.params.status=t?t.status:0,"string"==typeof this.rxSize&&this.rxSize.length>0&&(i=+this.rxSize);const o={txSize:this.txSize,rxSize:i,duration:(0,c.t)()-this.startTime};r("xhr",[this.params,o,this.startTime,this.endTime,"fetch"],this,n.K7.ajax)}function A(e){const t=this.params,i=this.metrics;if(!this.ended){this.ended=!0;for(let t=0;t<be;t++)e.removeEventListener(ve[t],this.listener,!1);t.aborted||(0,me.iW)(t)||(i.duration=(0,c.t)()-this.startTime,this.loadCaptureCalled||4!==e.readyState?null==t.status&&(t.status=0):E(this,e),i.cbTime=this.cbTime,r("xhr",[t,i,this.startTime,this.endTime,"xhr"],this,n.K7.ajax))}}function E(e,r){e.params.status=r.status;var i=function(e,t){var r=e.responseType;return"json"===r&&null!==t?t:"arraybuffer"===r||"blob"===r||"json"===r?J(e.response):"text"===r||""===r||void 0===r?J(e.responseText):void 0}(r,e.lastSize);if(i&&(e.metrics.rxSize=i),e.sameOrigin&&r.getAllResponseHeaders().indexOf(Re)>=0){var o=r.getResponseHeader(Re);o&&((0,s.p)(h.rs,["Ajax/CrossApplicationTracing/Header/Seen"],void 0,n.K7.metrics,t),e.params.cat=o.split(", ").pop())}e.loadCaptureCalled=!0}t.on("new-xhr",o),t.on("open-xhr-start",a),t.on("open-xhr-end",u),t.on("send-xhr-start",d),t.on("xhr-cb-time",l),t.on("xhr-load-added",f),t.on("xhr-load-removed",p),t.on("xhr-resolved",g),t.on("addEventListener-end",m),t.on("removeEventListener-end",v),t.on("fn-end",w),t.on("fetch-before-start",R),t.on("fetch-start",x),t.on("fn-start",b),t.on("fetch-done",T)}(e,this.ee,this.handler,this.dt),this.importAggregator(e,(()=>i.e(478).then(i.bind(i,3845))))}}function Te(e,t){var r=(0,he.D)(t),n=e.params||e;n.hostname=r.hostname,n.port=r.port,n.protocol=r.protocol,n.host=r.hostname+":"+r.port,n.pathname=r.pathname,e.parsedOrigin=r,e.sameOrigin=r.sameOrigin}const Ae={},Ee=["pushState","replaceState"];function Se(e){const t=function(e){return(e||ee.ee).get("history")}(e);return!y.RI||Ae[t.debugId]++||(Ae[t.debugId]=1,(0,te.YM)(t).inPlace(window.history,Ee,"-")),t}var _e=i(3738);function Ne(e){p(u.BL,(function(t=Date.now()){const r=t-y.WN;r<0&&(0,l.R)(62,t),(0,s.p)(h.XG,[u.BL,{time:r}],void 0,n.K7.metrics,e.ee),e.addToTrace({name:u.BL,start:t,origin:"nr"}),(0,s.p)(u.Pl+u.hG,[r,u.BL],void 0,n.K7.genericEvents,e.ee)}),e)}const{He:Oe,bD:Ie,d3:Pe,Kp:je,TZ:ke,Lc:Ce,uP:Le,Rz:Me}=_e;class He extends T{static featureName=ke;constructor(e){var t;super(e,ke),t=e,p(u.U2,(function(e){if(!(e&&"object"==typeof e&&e.name&&e.start))return;const r={n:e.name,s:e.start-y.WN,e:(e.end||e.start)-y.WN,o:e.origin||"",t:"api"};r.s<0||r.e<0||r.e<r.s?(0,l.R)(61,{start:r.s,end:r.e}):(0,s.p)("bstApi",[r],void 0,n.K7.sessionTrace,t.ee)}),t),Ne(e);if(!(0,R.V)(e.init))return void this.deregisterDrain();const r=this.ee;let o;Se(r),this.eventsEE=(0,Q.u)(r),this.eventsEE.on(Le,(function(e,t){this.bstStart=(0,c.t)()})),this.eventsEE.on(Ce,(function(e,t){(0,s.p)("bst",[e[0],t,this.bstStart,(0,c.t)()],void 0,n.K7.sessionTrace,r)})),r.on(Me+Pe,(function(e){this.time=(0,c.t)(),this.startPath=location.pathname+location.hash})),r.on(Me+je,(function(e){(0,s.p)("bstHist",[location.pathname+location.hash,this.startPath,this.time],void 0,n.K7.sessionTrace,r)}));try{o=new PerformanceObserver((e=>{const t=e.getEntries();(0,s.p)(Oe,[t],void 0,n.K7.sessionTrace,r)})),o.observe({type:Ie,buffered:!0})}catch(e){}this.importAggregator(e,(()=>i.e(478).then(i.bind(i,575))),{resourceObserver:o})}}var De=i(6344);class Ke extends T{static featureName=De.TZ;#n;#i;constructor(e){var t;let r;super(e,De.TZ),t=e,p(u.CH,(function(){(0,s.p)(u.CH,[],void 0,n.K7.sessionReplay,t.ee)}),t),function(e){p(u.Tb,(function(){(0,s.p)(u.Tb,[],void 0,n.K7.sessionReplay,e.ee)}),e)}(e),this.#i=e;try{r=JSON.parse(localStorage.getItem("".concat(E.H3,"_").concat(E.uh)))}catch(e){}(0,w.SR)(e.init)&&this.ee.on(De.G4.RECORD,(()=>this.#o())),this.#a(r)?(this.#n=r?.sessionReplayMode,this.#s()):this.importAggregator(this.#i,(()=>i.e(478).then(i.bind(i,6167)))),this.ee.on("err",(e=>{this.#i.runtime.isRecording&&(this.errorNoticed=!0,(0,s.p)(De.G4.ERROR_DURING_REPLAY,[e],void 0,this.featureName,this.ee))}))}#a(e){return e&&(e.sessionReplayMode===E.g.FULL||e.sessionReplayMode===E.g.ERROR)||(0,w.Aw)(this.#i.init)}#c=!1;async#s(e){if(!this.#c){this.#c=!0;try{const{Recorder:t}=await Promise.all([i.e(478),i.e(249)]).then(i.bind(i,8589));this.recorder??=new t({mode:this.#n,agentIdentifier:this.agentIdentifier,trigger:e,ee:this.ee,agentRef:this.#i}),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording}catch(e){this.parent.ee.emit("internal-error",[e])}this.importAggregator(this.#i,(()=>i.e(478).then(i.bind(i,6167))),{recorder:this.recorder,errorNoticed:this.errorNoticed})}}#o(){this.featAggregate?this.featAggregate.mode!==E.g.FULL&&this.featAggregate.initializeRecording(E.g.FULL,!0):(this.#n=E.g.FULL,this.#s(De.Qb.API),this.recorder&&this.recorder.parent.mode!==E.g.FULL&&(this.recorder.parent.mode=E.g.FULL,this.recorder.stopRecording(),this.recorder.startRecording(),this.abortHandler=this.recorder.stopRecording))}}var Ue=i(3962);function Fe(e){const t=e.ee.get("tracer");function r(){}p(u.dT,(function(e){return(new r).get("object"==typeof e?e:{})}),e);const i=r.prototype={createTracer:function(r,i){var o={},a=this,d="function"==typeof i;return(0,s.p)(h.xV,["API/createTracer/called"],void 0,n.K7.metrics,e.ee),e.runSoftNavOverSpa||(0,s.p)(u.hw+"tracer",[(0,c.t)(),r,o],a,n.K7.spa,e.ee),function(){if(t.emit((d?"":"no-")+"fn-start",[(0,c.t)(),a,d],o),d)try{return i.apply(this,arguments)}catch(e){const r="string"==typeof e?new Error(e):e;throw t.emit("fn-err",[arguments,this,r],o),r}finally{t.emit("fn-end",[(0,c.t)()],o)}}}};["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((t=>{p.apply(this,[t,function(){return(0,s.p)(u.hw+t,[(0,c.t)(),...arguments],this,e.runSoftNavOverSpa?n.K7.softNav:n.K7.spa,e.ee),this},e,i])})),p(u.PA,(function(){e.runSoftNavOverSpa?(0,s.p)(u.hw+"routeName",[performance.now(),...arguments],void 0,n.K7.softNav,e.ee):(0,s.p)(u.Pl+"routeName",[(0,c.t)(),...arguments],this,n.K7.spa,e.ee)}),e)}class We extends T{static featureName=Ue.TZ;constructor(e){if(super(e,Ue.TZ),Fe(e),!y.RI||!(0,_.dV)().o.MO)return;const t=Se(this.ee);Ue.tC.forEach((e=>{(0,O.sp)(e,(e=>{a(e)}),!0)}));const r=()=>(0,s.p)("newURL",[(0,c.t)(),""+window.location],void 0,this.featureName,this.ee);t.on("pushState-end",r),t.on("replaceState-end",r);try{this.removeOnAbort=new AbortController}catch(e){}(0,O.sp)("popstate",(e=>(0,s.p)("newURL",[e.timeStamp,""+window.location],void 0,this.featureName,this.ee)),!0,this.removeOnAbort?.signal);let n=!1;const o=new((0,_.dV)().o.MO)(((e,t)=>{n||(n=!0,requestAnimationFrame((()=>{(0,s.p)("newDom",[(0,c.t)()],void 0,this.featureName,this.ee),n=!1})))})),a=(0,x.s)((e=>{(0,s.p)("newUIEvent",[e],void 0,this.featureName,this.ee),o.observe(document.body,{attributes:!0,childList:!0,subtree:!0,characterData:!0})}),100,{leading:!0});this.abortHandler=function(){this.removeOnAbort?.abort(),o.disconnect(),this.abortHandler=void 0},this.importAggregator(e,(()=>i.e(478).then(i.bind(i,4393))),{domObserver:o})}}var Be=i(7378);const Ge={},Ve=["appendChild","insertBefore","replaceChild"];function ze(e){const t=function(e){return(e||ee.ee).get("jsonp")}(e);if(!y.RI||Ge[t.debugId])return t;Ge[t.debugId]=!0;var r=(0,te.YM)(t),n=/[?&](?:callback|cb)=([^&#]+)/,i=/(.*)\.([^.]+)/,o=/^(\w+)(\.|$)(.*)$/;function a(e,t){if(!e)return t;const r=e.match(o),n=r[1];return a(r[3],t[n])}return r.inPlace(Node.prototype,Ve,"dom-"),t.on("dom-start",(function(e){!function(e){if(!e||"string"!=typeof e.nodeName||"script"!==e.nodeName.toLowerCase())return;if("function"!=typeof e.addEventListener)return;var o=(s=e.src,c=s.match(n),c?c[1]:null);var s,c;if(!o)return;var u=function(e){var t=e.match(i);if(t&&t.length>=3)return{key:t[2],parent:a(t[1],window)};return{key:e,parent:window}}(o);if("function"!=typeof u.parent[u.key])return;var d={};function l(){t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,O.jT)(!1)),e.removeEventListener("error",f,(0,O.jT)(!1))}function f(){t.emit("jsonp-error",[],d),t.emit("jsonp-end",[],d),e.removeEventListener("load",l,(0,O.jT)(!1)),e.removeEventListener("error",f,(0,O.jT)(!1))}r.inPlace(u.parent,[u.key],"cb-",d),e.addEventListener("load",l,(0,O.jT)(!1)),e.addEventListener("error",f,(0,O.jT)(!1)),t.emit("new-jsonp",[e.src],d)}(e[0])})),t}const Ze={};function qe(e){const t=function(e){return(e||ee.ee).get("promise")}(e);if(Ze[t.debugId])return t;Ze[t.debugId]=!0;var r=t.context,n=(0,te.YM)(t),i=y.gm.Promise;return i&&function(){function e(r){var o=t.context(),a=n(r,"executor-",o,null,!1);const s=Reflect.construct(i,[a],e);return t.context(s).getCtx=function(){return o},s}y.gm.Promise=e,Object.defineProperty(e,"name",{value:"Promise"}),e.toString=function(){return i.toString()},Object.setPrototypeOf(e,i),["all","race"].forEach((function(r){const n=i[r];e[r]=function(e){let i=!1;[...e||[]].forEach((e=>{this.resolve(e).then(a("all"===r),a(!1))}));const o=n.apply(this,arguments);return o;function a(e){return function(){t.emit("propagate",[null,!i],o,!1,!1),i=i||!e}}}})),["resolve","reject"].forEach((function(r){const n=i[r];e[r]=function(e){const r=n.apply(this,arguments);return e!==r&&t.emit("propagate",[e,!0],r,!1,!1),r}})),e.prototype=i.prototype;const o=i.prototype.then;i.prototype.then=function(...e){var i=this,a=r(i);a.promise=i,e[0]=n(e[0],"cb-",a,null,!1),e[1]=n(e[1],"cb-",a,null,!1);const s=o.apply(this,e);return a.nextPromise=s,t.emit("propagate",[i,!0],s,!1,!1),s},i.prototype.then[te.Jt]=o,t.on("executor-start",(function(e){e[0]=n(e[0],"resolve-",this,null,!1),e[1]=n(e[1],"resolve-",this,null,!1)})),t.on("executor-err",(function(e,t,r){e[1](r)})),t.on("cb-end",(function(e,r,n){t.emit("propagate",[n,!0],this.nextPromise,!1,!1)})),t.on("propagate",(function(e,r,n){this.getCtx&&!r||(this.getCtx=function(){if(e instanceof Promise)var r=t.context(e);return r&&r.getCtx?r.getCtx():this})}))}(),t}const Xe={},Ye="setTimeout",$e="setInterval",Je="clearTimeout",Qe="-start",et=[Ye,"setImmediate",$e,Je,"clearImmediate"];function tt(e){const t=function(e){return(e||ee.ee).get("timer")}(e);if(Xe[t.debugId]++)return t;Xe[t.debugId]=1;var r=(0,te.YM)(t);return r.inPlace(y.gm,et.slice(0,2),Ye+"-"),r.inPlace(y.gm,et.slice(2,3),$e+"-"),r.inPlace(y.gm,et.slice(3),Je+"-"),t.on($e+Qe,(function(e,t,n){e[0]=r(e[0],"fn-",null,n)})),t.on(Ye+Qe,(function(e,t,n){this.method=n,this.timerDuration=isNaN(e[1])?0:+e[1],e[0]=r(e[0],"fn-",this,n)})),t}const rt={};function nt(e){const t=function(e){return(e||ee.ee).get("mutation")}(e);if(!y.RI||rt[t.debugId])return t;rt[t.debugId]=!0;var r=(0,te.YM)(t),n=y.gm.MutationObserver;return n&&(window.MutationObserver=function(e){return this instanceof n?new n(r(e,"fn-")):n.apply(this,arguments)},MutationObserver.prototype=n.prototype),t}const{TZ:it,d3:ot,Kp:at,$p:st,wW:ct,e5:ut,tH:dt,uP:lt,rw:ft,Lc:ht}=Be;class pt extends T{static featureName=it;constructor(e){if(super(e,it),Fe(e),!y.RI)return;try{this.removeOnAbort=new AbortController}catch(e){}let t,r=0;const n=this.ee.get("tracer"),o=ze(this.ee),a=qe(this.ee),u=tt(this.ee),d=ie(this.ee),l=this.ee.get("events"),f=fe(this.ee),h=Se(this.ee),p=nt(this.ee);function g(e,t){h.emit("newURL",[""+window.location,t])}function m(){r++,t=window.location.hash,this[lt]=(0,c.t)()}function v(){r--,window.location.hash!==t&&g(0,!0);var e=(0,c.t)();this[ut]=~~this[ut]+e-this[lt],this[ht]=e}function b(e,t){e.on(t,(function(){this[t]=(0,c.t)()}))}this.ee.on(lt,m),a.on(ft,m),o.on(ft,m),this.ee.on(ht,v),a.on(ct,v),o.on(ct,v),this.ee.on("fn-err",((...t)=>{t[2]?.__newrelic?.[e.agentIdentifier]||(0,s.p)("function-err",[...t],void 0,this.featureName,this.ee)})),this.ee.buffer([lt,ht,"xhr-resolved"],this.featureName),l.buffer([lt],this.featureName),u.buffer(["setTimeout"+at,"clearTimeout"+ot,lt],this.featureName),d.buffer([lt,"new-xhr","send-xhr"+ot],this.featureName),f.buffer([dt+ot,dt+"-done",dt+st+ot,dt+st+at],this.featureName),h.buffer(["newURL"],this.featureName),p.buffer([lt],this.featureName),a.buffer(["propagate",ft,ct,"executor-err","resolve"+ot],this.featureName),n.buffer([lt,"no-"+lt],this.featureName),o.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"],this.featureName),b(f,dt+ot),b(f,dt+"-done"),b(o,"new-jsonp"),b(o,"jsonp-end"),b(o,"cb-start"),h.on("pushState-end",g),h.on("replaceState-end",g),window.addEventListener("hashchange",g,(0,O.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("load",g,(0,O.jT)(!0,this.removeOnAbort?.signal)),window.addEventListener("popstate",(function(){g(0,r>1)}),(0,O.jT)(!0,this.removeOnAbort?.signal)),this.abortHandler=this.#r,this.importAggregator(e,(()=>i.e(478).then(i.bind(i,5592))))}#r(){this.removeOnAbort?.abort(),this.abortHandler=void 0}}var gt=i(3333);class mt extends T{static featureName=gt.TZ;constructor(e){super(e,gt.TZ);const t=[e.init.page_action.enabled,e.init.performance.capture_marks,e.init.performance.capture_measures,e.init.user_actions.enabled,e.init.performance.resources.enabled];var r;if(r=e,p(u.hG,((e,t)=>V(e,t,r)),r),function(e){p(u.fF,(function(){(0,s.p)(u.Pl+u.fF,[(0,c.t)(),...arguments],void 0,n.K7.genericEvents,e.ee)}),e)}(e),Ne(e),z(e),function(e){p(u.V1,(function(t,r){const i=(0,c.t)(),{start:o,end:a,customAttributes:d}=r||{},f={customAttributes:d||{}};if("object"!=typeof f.customAttributes||"string"!=typeof t||0===t.length)return void(0,l.R)(57);const h=(e,t)=>null==e?t:"number"==typeof e?e:e instanceof PerformanceMark?e.startTime:Number.NaN;if(f.start=h(o,0),f.end=h(a,i),Number.isNaN(f.start)||Number.isNaN(f.end))(0,l.R)(57);else{if(f.duration=f.end-f.start,!(f.duration<0))return(0,s.p)(u.Pl+u.V1,[f,t],void 0,n.K7.genericEvents,e.ee),f;(0,l.R)(58)}}),e)}(e),y.RI&&(e.init.user_actions.enabled&&(gt.Zp.forEach((e=>(0,O.sp)(e,(e=>(0,s.p)("ua",[e],void 0,this.featureName,this.ee)),!0))),gt.qN.forEach((e=>{const t=(0,x.s)((e=>{(0,s.p)("ua",[e],void 0,this.featureName,this.ee)}),500,{leading:!0});(0,O.sp)(e,t)}))),e.init.performance.resources.enabled&&y.gm.PerformanceObserver?.supportedEntryTypes.includes("resource"))){new PerformanceObserver((e=>{e.getEntries().forEach((e=>{(0,s.p)("browserPerformance.resource",[e],void 0,this.featureName,this.ee)}))})).observe({type:"resource",buffered:!0})}t.some((e=>e))?this.importAggregator(e,(()=>i.e(478).then(i.bind(i,8019)))):this.deregisterDrain()}}var vt=i(2646);const bt=new Map;function yt(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,l.R)(29);const i=function(e){return(e||ee.ee).get("logger")}(e),o=(0,te.YM)(i),a=new vt.y(ee.P);a.level=n.level,a.customAttributes=n.customAttributes;const s=t[r]?.[te.Jt]||t[r];return bt.set(s,a),o.inPlace(t,[r],"wrap-logger-",(()=>bt.get(s))),i}var wt=i(1910);class Rt extends T{static featureName=W.TZ;constructor(e){var t;super(e,W.TZ),t=e,p(u.$9,((e,r)=>G(e,r,t)),t),function(e){p(u.Wb,((t,r,{customAttributes:n={},level:i=W.p_.INFO}={})=>{yt(e.ee,t,r,{customAttributes:n,level:i})}),e)}(e),z(e);const r=this.ee;["log","error","warn","info","debug","trace"].forEach((e=>{(0,wt.i)(y.gm.console[e]),yt(r,y.gm.console,e,{level:"log"===e?"info":e})})),this.ee.on("wrap-logger-end",(function([e]){const{level:t,customAttributes:n}=this;(0,B.R)(r,e,n,t)})),this.importAggregator(e,(()=>i.e(478).then(i.bind(i,5288))))}}new class extends r{constructor(e){var t;(super(),y.gm)?(this.features={},(0,_.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(e.features||[]),this.desiredFeatures.add(S),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===n.K7.softNav)),(0,a.j)(this,e,e.loaderType||"agent"),t=this,p(u.cD,(function(e,r,n=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof r)||null===r)return g(t,e,r,u.cD,n);(0,l.R)(40,typeof r)}else(0,l.R)(39,typeof e)}),t),function(e){p(u.Dl,(function(t){if("string"==typeof t||null===t)return g(e,"enduser.id",t,u.Dl,!0);(0,l.R)(41,typeof t)}),e)}(this),function(e){p(u.nb,(function(t){if("string"==typeof t||null===t)return g(e,"application.version",t,u.nb,!1);(0,l.R)(42,typeof t)}),e)}(this),function(e){p(u.d3,(function(){e.ee.emit("manual-start-all")}),e)}(this),this.run()):(0,l.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}get api(){return this}run(){try{const e=function(e){const t={};return o.forEach((r=>{t[r]=!!e[r]?.enabled})),t}(this.init),t=[...this.desiredFeatures];t.sort(((e,t)=>n.P3[e.featureName]-n.P3[t.featureName])),t.forEach((t=>{if(!e[t.featureName]&&t.featureName!==n.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&t.featureName===n.K7.spa)return;if(!this.runSoftNavOverSpa&&t.featureName===n.K7.softNav)return;const r=function(e){switch(e){case n.K7.ajax:return[n.K7.jserrors];case n.K7.sessionTrace:return[n.K7.ajax,n.K7.pageViewEvent];case n.K7.sessionReplay:return[n.K7.sessionTrace];case n.K7.pageViewTiming:return[n.K7.pageViewEvent];default:return[]}}(t.featureName).filter((e=>!(e in this.features)));r.length>0&&(0,l.R)(36,{targetFeature:t.featureName,missingDependencies:r}),this.features[t.featureName]=new t(this)}))}catch(e){(0,l.R)(22,e);for(const e in this.features)this.features[e].abortHandler?.();const t=(0,_.Zm)();delete t.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return t.ee.get(this.agentIdentifier).abort(),!1}}}({features:[xe,S,P,He,Ke,j,Z,mt,Rt,We,pt],loaderType:"spa"})})()})();
</script>
<meta name="Generator" content="Drupal 10 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>.pega-pwc:not(:defined) { opacity: 0; display: block; min-height: 100vh; } .pega-pwc:defined { opacity: 1; transition: opacity 0.5s ease-in-out; }</style>
<link rel="alternate" hreflang="en" href="https://www.pega.com/about/news" />
<link rel="alternate" hreflang="fr" href="https://www.pega.com/fr/about/news" />
<link rel="alternate" hreflang="de" href="https://www.pega.com/de/about/news" />
<link rel="alternate" hreflang="it" href="https://www.pega.com/it/about/news" />
<link rel="alternate" hreflang="ja" href="https://www.pega.com/ja/about/news" />
<link rel="alternate" hreflang="pt-br" href="https://www.pega.com/pt-br/about/news" />
<link rel="alternate" hreflang="es" href="https://www.pega.com/es/about/news" />
<link rel="alternate" hreflang="x-default" href="https://www.pega.com/about/news" />
<link rel="canonical" href="https://www.pega.com/about/news" />
<link rel="shortlink" href="https://www.pega.com/node/63966" />
<script src="/sites/default/files/google_tag/gtm_tnl9mk7/google_tag.script.js?tgema1" defer></script>

    <title>Newsroom | Pega</title>

          <script>(function () {
  'use strict';

  const geoBaseRedirect = {
    countryStorageKey: 'demandbase.country',
    interactionStorageKey: 'demandbase.interaction',
    settings: {"redirects":[]} || {},

    /**
     * Init function.
     */
    init: function () {
      this.getLocation();
    },

    /**
     * Get user's location and process redirect if set.
     */
    getLocation: function () {
      let matchedRegion = sessionStorage.getItem(this.countryStorageKey);

      if (matchedRegion) {
        this.redirect(matchedRegion);
        return;
      }

      this.getGeoLocation('/geo/api/v1/country')
        .then(response => {
          let country = response.response.country || '';
          if (country) {
            let dbResponseAdapter = {
              registry_country_code: country,
            };
            geoBaseRedirect.matchLocationCallback(dbResponseAdapter);
          }
        })
        .catch((e) => {
          // Failed to connect to GeoBaseRedirectService.
          console.error('error', e);
        });
    },

    /**
     * Get GeoLocation.
     *
     * @param apiUrl
     * @param callback
     * @returns {Promise}
     */
    getGeoLocation: function (apiUrl, callback) {
      return new Promise((resolve, reject) => {
        let xhr = new XMLHttpRequest();

        xhr.open('GET', apiUrl, true);
        xhr.responseType = 'json';
        xhr.onreadystatechange = function () {
          if (xhr.status === 200) {
            if (xhr.readyState === 4) {
              resolve(xhr);
            }
          }
          else {
            reject(xhr);
          }
        };
        xhr.send();
      });
    },

    /**
     * check plaing copied from Drupal.
     *
     * @param str
     * @returns {string}
     */
    checkPlain: function (str) {
      str = str.toString().replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;').replace(/'/g, '&#39;');
      return str;
    },

    /**
     * Store basic demendbase values into pegaDBase cookie.
     *
     * @param responseData
     *   Response data.
     */
    storeDemandbase: function (responseData) {
      if (!responseData) {
        return;
      }

      let propertiesToStore = {};

      if (responseData.company_name) {
        propertiesToStore['db_company_name'] = this.checkPlain(responseData.company_name);
      }

      if (responseData.custom_fields) {
        let watchList = responseData.custom_fields;
        let watchListMap = {
          'db_company_type': 'company_type',
          'db_coverage_type': 'coverage_type',
          'db_org_id': 'org_id',
          'db_org_name': 'org_name',
        };

        for (let watchListTarget in watchListMap) {
          let watchListSource = watchListMap[watchListTarget];
          if (watchList[watchListSource]) {
            propertiesToStore[watchListTarget] = this.checkPlain(watchList[watchListSource]);
          }
        }
      }

      document.cookie = 'pegaDBase=' + JSON.stringify(propertiesToStore) + '; path=/';
    },

    /**
     * Callback for demadbase to redirect user into given URL.
     *
     * @param responseData
     *   Response data.
     */
    matchLocationCallback: function (responseData) {
      let matchedRegion;

      if (responseData) {
        matchedRegion = responseData.registry_country_code.toUpperCase();
        sessionStorage.setItem(this.countryStorageKey, matchedRegion);
      }

      if (typeof this.settings.redirects === 'undefined' ||
        this.settings.redirects.length === 0 ||
        !matchedRegion
      ) {
        return;
      }

      this.redirect(matchedRegion);
    },

    /**
     * Check if user has interaction with the URL.
     *
     * @param targetPageUrl
     *   Target URL.
     *
     * @returns {boolean}
     */
    alreadyDidInteraction: function (targetPageUrl) {
      let visitedPages = sessionStorage.getItem(this.interactionStorageKey) || '[]';
      let targetPage = targetPageUrl.toLowerCase();

      visitedPages = JSON.parse(visitedPages);

      return visitedPages.indexOf(targetPage) !== -1;
    },

    /**
     * Store information that user already used the redirect.
     *
     * @param targetPageUrl
     *   Target URL.
     */
    storeInteraction: function (targetPageUrl) {
      if (this.alreadyDidInteraction(targetPageUrl)) {
        return;
      }

      let visitedPages = sessionStorage.getItem(this.interactionStorageKey) || '[]';
      let targetPage = targetPageUrl.toLowerCase();

      visitedPages = JSON.parse(visitedPages);
      visitedPages.push(targetPage);

      sessionStorage.setItem(this.interactionStorageKey, JSON.stringify(visitedPages));
    },

    /**
     * Run redirect to specific URL based on given region.
     *
     * @param matchedRegion
     *   Region / Country code.
     */
    redirect: function (matchedRegion) {
      let matchedTargets = this.settings.redirects.filter(function (item) {
        let countries = item.country.map(function (country) {
          return country.toUpperCase();
        });

        return countries.filter(function (country) {
          return country.indexOf(matchedRegion) !== -1;
        }).length > 0;
      });

      // No matching found.
      if (matchedTargets.length === 0) {
        return;
      }

      let matchedTargetKeys = Object.keys(matchedTargets);
      let matchedTarget = matchedTargets[matchedTargetKeys[0]];

      if (!this.alreadyDidInteraction(matchedTarget.target)) {
        this.storeInteraction(matchedTarget.target);
        window.location.replace(matchedTarget.target);
      }
    }
  };

  geoBaseRedirect.init();
})();
</script>
    
    <link rel="apple-touch-icon" sizes="180x180" href="/themes/custom/pega_bolt_theme/images/favicons/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/themes/custom/pega_bolt_theme/images/favicons/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/themes/custom/pega_bolt_theme/images/favicons/favicon-16x16.png">
    <link rel="manifest" href="/themes/custom/pega_bolt_theme/images/favicons/manifest.json">
    <link rel="shortcut icon" href="/themes/custom/pega_bolt_theme/images/favicons/favicon.ico">
    <meta name="msapplication-config" content="/themes/custom/pega_bolt_theme/images/favicons/browserconfig.xml">
    <meta name="theme-color" content="#ffffff">

    <link rel="stylesheet" media="all" href="/sites/default/files/css/css_YFck5ab9CSuUom9WDUAikGO9JeCAeTcfHstEAvajwQ8.css?delta=0&amp;language=en&amp;theme=pegawww_theme&amp;include=eJx9UouO4zAI_KEm0XZ373cQtmnC1rEtQ5rtff3htrdb9SVFRMYzGGZAEVLg9EVecx28SO9qxuBRFJTmAhPxOCns-BvGmB3GDd5zxsoBFuXIegQfG0JgXVd4_9z-eUSYOBD4nBS9gluci2SAnxIJD09ZBwsZZlIEZTXe87Y47Ti1ettPOHELLkL2nmpOYN_vrCXi8VGJRKsApgClApbCmCDiKgsriKIpRMmEYr-n-pCelXfsUdleU57JSCbqSVmT9BFF62Kg6gFdXtREyntuanLQ6RmnSb3dvr-dp6zksaifEHa5ztavo4fyGCvAx_btImmzo-YozQhFJxufKw2hLgVjj1_4vSlYcaxYJvmf_s30SyqLiywThU2hEcHlqEML3cWhnyw4U3Ro4So3chrOwM6mJLm6mnPAONycr-51Mh8Gn-eSk_khHYaZU6c5R4fV_uMY6RX-1OWEfi8vUTWvQrULVJrEzdNX8MswQmbm9Ao4EQZbn1vEnWrndLSzP5pGkTo2zy4tR0wjCEWz1_oaAmPM4_mqUJWcMPJfGm4TfXK-t3EOTOsJ3VbpXk9vuxDavHIUW17zTmjTODKcYm-WLJH-Aa-JstA" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_7k99_2CKcbMoEz_k7uuDgLXP_L-eLAsa3iljUHQnuZU.css?delta=1&amp;language=en&amp;theme=pegawww_theme&amp;include=eJx9UouO4zAI_KEm0XZ373cQtmnC1rEtQ5rtff3htrdb9SVFRMYzGGZAEVLg9EVecx28SO9qxuBRFJTmAhPxOCns-BvGmB3GDd5zxsoBFuXIegQfG0JgXVd4_9z-eUSYOBD4nBS9gluci2SAnxIJD09ZBwsZZlIEZTXe87Y47Ti1ettPOHELLkL2nmpOYN_vrCXi8VGJRKsApgClApbCmCDiKgsriKIpRMmEYr-n-pCelXfsUdleU57JSCbqSVmT9BFF62Kg6gFdXtREyntuanLQ6RmnSb3dvr-dp6zksaifEHa5ztavo4fyGCvAx_btImmzo-YozQhFJxufKw2hLgVjj1_4vSlYcaxYJvmf_s30SyqLiywThU2hEcHlqEML3cWhnyw4U3Ro4So3chrOwM6mJLm6mnPAONycr-51Mh8Gn-eSk_khHYaZU6c5R4fV_uMY6RX-1OWEfi8vUTWvQrULVJrEzdNX8MswQmbm9Ao4EQZbn1vEnWrndLSzP5pGkTo2zy4tR0wjCEWz1_oaAmPM4_mqUJWcMPJfGm4TfXK-t3EOTOsJ3VbpXk9vuxDavHIUW17zTmjTODKcYm-WLJH-Aa-JstA" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_kgs--JwCK9IYUIMDft-PMnltSIqIgURclHfi0ddKNuA.css?delta=2&amp;language=en&amp;theme=pegawww_theme&amp;include=eJx9UouO4zAI_KEm0XZ373cQtmnC1rEtQ5rtff3htrdb9SVFRMYzGGZAEVLg9EVecx28SO9qxuBRFJTmAhPxOCns-BvGmB3GDd5zxsoBFuXIegQfG0JgXVd4_9z-eUSYOBD4nBS9gluci2SAnxIJD09ZBwsZZlIEZTXe87Y47Ti1ettPOHELLkL2nmpOYN_vrCXi8VGJRKsApgClApbCmCDiKgsriKIpRMmEYr-n-pCelXfsUdleU57JSCbqSVmT9BFF62Kg6gFdXtREyntuanLQ6RmnSb3dvr-dp6zksaifEHa5ztavo4fyGCvAx_btImmzo-YozQhFJxufKw2hLgVjj1_4vSlYcaxYJvmf_s30SyqLiywThU2hEcHlqEML3cWhnyw4U3Ro4So3chrOwM6mJLm6mnPAONycr-51Mh8Gn-eSk_khHYaZU6c5R4fV_uMY6RX-1OWEfi8vUTWvQrULVJrEzdNX8MswQmbm9Ao4EQZbn1vEnWrndLSzP5pGkTo2zy4tR0wjCEWz1_oaAmPM4_mqUJWcMPJfGm4TfXK-t3EOTOsJ3VbpXk9vuxDavHIUW17zTmjTODKcYm-WLJH-Aa-JstA" />

    <script src="/sites/default/files/js/js_t5JiMkOByg45_gvaxZIfmKSqqHK7lXI5QA5GNXlEu6o.js?scope=header&amp;delta=0&amp;language=en&amp;theme=pegawww_theme&amp;include=eJyNU1tu3DAMvNB6VbRAr0PQEiNrI4mGSNtJT1-u7WzcdOH2Rw9y-NAMhSKkkOqNvHJzN7l6LvDj5_dvgOE2icJIEUGSkkChOsGSdIAXblMRyKm-XvCvFPcQP6A-cS3UW2wBmfqSFGimqjBjTgGVAnDN73Dx3MiFNo2Yr3jDt0vEScvotu2ydoQV87smLy5QwRp6FOq0oX_d_D1ndfeli5l7zJ9WKBwwuy_3g18HKuSMh5GrtScdhpJqp8y5x2Z7jJnO8GvZwVqRU1TjRah1gcZGHjVxPYNvz-iEsPnhv4GdTDGSKLWzkIEwPEEcmQuenZCIdQliYmIkGIz3_BEXLCyiqfRx2MyR2dj6lAtI3RMb8EytpbDzmrFGEMo2N1bQhYSZ4-4qRdzjdD1IPlITtpzpF7mvhmvt_dV4nhMtG9qyv9jS5uTJrQrvdmF3CAydVTb111F_AISn5qn7g4B9tN3xAvfxBfGNcwbl8QS5f4LHFPwDBI1STbpil2V5MrTevlEw5G9k4If5"></script>

  </head>
  <body data-bolt-mode="light">
        <a href="#main-content" class="c-base-skip-link">
      Skip to main content
    </a>
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TNL9MK7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
      <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
    



<div  class="l-bolt-site">
      


  













<header  class="js-global-header c-bolt-page-header js-bolt-sticky-page-header" data-bolt-page-header-desktop-bp="1000px">
  <div class="c-bolt-page-header__primary">
          <a  href="/" class="c-bolt-page-header__logo" aria-label="Pega">
        <span class="c-bolt-page-header__logo__img" aria-hidden="true">
          <img src="/themes/custom/pegawww_theme/images/pega-logo.svg" alt="Pega logo">
        </span>
      </a>
        <div class="c-bolt-page-header__toolbar">
                    


<button aria-expanded="false" class="c-bolt-page-header__action-trigger c-bolt-page-header__action-trigger--search js-bolt-page-header-trigger" id="js-bolt-page-header-search-toggle">
  <span class="c-bolt-page-header__action-trigger__text">
    Toggle Search Panel
  </span>
  <span class="c-bolt-page-header__action-trigger__icon" aria-hidden="true">
    





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M31.6 30.18L21.16 19.74C22.94 17.64 24 14.94 24 12c0-6.62-5.38-12-12-12S0 5.38 0 12s5.38 12 12 12c2.94 0 5.64-1.08 7.74-2.84L30.18 31.6c.2.2.46.3.7.3.24 0 .52-.1.7-.3.4-.4.4-1.02 0-1.42h.02zM2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12z"/></svg>  </span>
  <span class="c-bolt-page-header__action-trigger__icon c-bolt-page-header__action-trigger__icon--close" aria-hidden="true">
    





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M17.41 16l14.3-14.29A.996.996 0 1030.3.3L16.01 14.59 1.71.29C1.32-.1.68-.1.29.29s-.39 1.03 0 1.42L14.58 16 .29 30.29a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29L16 17.41 30.29 31.7c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 000-1.41L17.42 16z" class="cls-2"/></svg>  </span>
</button>
<div  class="c-bolt-page-header__search" id="js-bolt-page-header-search">
    

  

<form  action="/search" method="GET" class="c-bolt-form">
      











<bolt-typeahead  class="js-typeahead-hook--dynamically-fetch-data" max-results="10" input-placeholder="Search here" input-name="q"><div class="c-bolt-typeahead"><label for="871282769" class="c-bolt-typeahead__label"><span class="u-bolt-visuallyhidden"></span></label><input id="871282769" type="text" autocomplete="off" aria-autocomplete="list" class="c-bolt-typeahead__input" placeholder="Search here" value="" required name="q" /><button  type="reset" onclick="this.previousElementSibling.focus()" class="c-bolt-typeahead__button c-bolt-typeahead__button--clear e-bolt-button e-bolt-button--transparent e-bolt-button--icon-only" aria-label="Clear search results" ><span class="e-bolt-button__icon-center" aria-hidden="true"><svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16 0C7.16 0 0 7.16 0 16s7.16 16 16 16 16-7.16 16-16S24.84 0 16 0zm4.94 19.54c.4.4.4 1.02 0 1.42-.2.2-.46.3-.7.3a.97.97 0 01-.7-.3L16 17.42l-3.54 3.54c-.2.2-.46.3-.7.3a.97.97 0 01-.7-.3.99.99 0 010-1.42L14.6 16l-3.54-3.54a.99.99 0 010-1.42.99.99 0 011.42 0l3.54 3.54 3.54-3.54a.99.99 0 011.42 0c.4.4.4 1.02 0 1.42L17.44 16l3.54 3.54h-.04z"/></svg></span></button><div class="c-bolt-typeahead__button c-bolt-typeahead__button--submit"><button  type="submit" onclick="this.previousElementSibling.focus()" class="c-bolt-typeahead__button c-bolt-typeahead__button--submit e-bolt-button e-bolt-button--transparent e-bolt-button--icon-only" aria-label="Submit" ><span class="e-bolt-button__icon-center" aria-hidden="true"><svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M31.6 30.18L21.16 19.74C22.94 17.64 24 14.94 24 12c0-6.62-5.38-12-12-12S0 5.38 0 12s5.38 12 12 12c2.94 0 5.64-1.08 7.74-2.84L30.18 31.6c.2.2.46.3.7.3.24 0 .52-.1.7-.3.4-.4.4-1.02 0-1.42h.02zM2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12z"/></svg></span></button></div></div></bolt-typeahead>
</form>
<div class="js-did-you-mean">
  
</div>


</div>

      
  


<button aria-expanded="false" class="c-bolt-page-header__action-trigger c-bolt-page-header__action-trigger--nav js-bolt-page-header-trigger" id="js-bolt-page-header-primary-nav-toggle">
  <span class="c-bolt-page-header__action-trigger__text">
    Toggle Main Site Navigation
  </span>
  <span class="c-bolt-page-header__action-trigger__icon" aria-hidden="true">
    





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><g fill="#151619" fill-rule="evenodd" clip-rule="evenodd"><path d="M30.4 14.4H1.6c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6h28.8c.9 0 1.6-.7 1.6-1.6s-.7-1.6-1.6-1.6M1.6 6.4h28.8c.9 0 1.6-.7 1.6-1.6s-.7-1.6-1.6-1.6H1.6C.7 3.2 0 3.9 0 4.8s.7 1.6 1.6 1.6M30.4 25.6H1.6c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6h28.8c.9 0 1.6-.7 1.6-1.6s-.7-1.6-1.6-1.6"/></g></svg>  </span>
  <span class="c-bolt-page-header__action-trigger__icon c-bolt-page-header__action-trigger__icon--close" aria-hidden="true">
    





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M17.41 16l14.3-14.29A.996.996 0 1030.3.3L16.01 14.59 1.71.29C1.32-.1.68-.1.29.29s-.39 1.03 0 1.42L14.58 16 .29 30.29a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29L16 17.41 30.29 31.7c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 000-1.41L17.42 16z" class="cls-2"/></svg>  </span>
</button>
<nav  class="c-bolt-page-header__nav" id="js-bolt-page-header-primary-nav" aria-label="Main Site">
  <div class="c-bolt-page-header__nav-list-group">
          




        
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list js-bolt-page-header-nav--site c-bolt-page-header__nav-list--site">
                                
                            
                                                                                                                                                                                        
                          
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Platform
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                                                                                      
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_self" href="/products/platform" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Explore Pega Platform
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Explore Pega Platform
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/platform" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Platform Overview
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/platform/data-integrations" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Data &amp; Integrations
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/trust" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Security &amp; Compliance
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/cloud" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Cloud
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="c-bolt-page-header__nav-link" href="https://docs.pega.com/bundle/keeping-current/page/keeping-current/kc/keeping-current-with-pega.html" >
        <span class="c-bolt-page-header__nav-link__content">
                        Keeping current with Pega
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/infinity" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Latest release: Pega Infinity &#039;25
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Capabilities
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Capabilities
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/platform/workflow-automation" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Workflow Automation
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/technology/agentic-workflows" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        AI Agents
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/technology/generative-ai" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Gen AI
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/platform/ai-decisioning" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Predictive AI
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/platform/capabilities" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        All capabilities
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                          
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_self" title="Demos &amp; Trials" href="/try-pega" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Demos &amp; Trials
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Demos &amp; Trials
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Product Demo Videos" href="/demos" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Product Demo Videos
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/blueprint" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Blueprint™
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/customer-engagement-blueprint" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Customer Engagement Blueprint
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Software Trials" href="/platform-trial" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Platform Trial
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                                  
                        
                        
                            



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
      <div class="c-bolt-page-header__nav-content">
                    

            


        



<bolt-card-replacement
   url="/blueprint"      height="full"    id="p-3b59b33b-27ee-4dba-9d14-8fbce99151e1" border-radius="small" spacing="medium" theme="none"
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
          <bolt-card-replacement-link >
                  <a href="/blueprint" class="c-bolt-card-replacement__link" aria-label="Go from idea to app in a flash" >
                      </a>
              </bolt-card-replacement-link>
    
    
                                  

      <bolt-card-replacement-media >
      <ssr-keep for="bolt-card-replacement-media" class="c-bolt-card_replacement__media">
                                                    

      
 

















<bolt-image
    
    
    placeholder-color="hsl(233, 33%, 97%)"  placeholder-image="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
   id="p-77858eef-b344-49ed-ad24-deb593bbb663" src="https://www.pega.com/sites/default/files/styles/2560/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=XiBwPG1o" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=ukOoQWYq 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=5vYVNvmB 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=d2eJ5mGR 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=eg4ORD1_ 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=Zw644PVd 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=67V6JFV6 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=_MIl5jtH 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=r4drYn_l 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=oxcjYRYI 1536w, https://www.pega.com/sites/default/files/styles/1920/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=JdLROIYe 1920w, https://www.pega.com/sites/default/files/styles/2560/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=XiBwPG1o 2560w" loading="lazy" height="1500" width="2667" alt="Promotional image for Pega Blueprint"
  >

  
                    <img  class="c-bolt-image__image c-bolt-image__lazyload c-bolt-image__lazyload--fade js-lazyload" alt="Promotional image for Pega Blueprint" data-srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=ukOoQWYq 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=5vYVNvmB 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=d2eJ5mGR 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=eg4ORD1_ 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=Zw644PVd 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=67V6JFV6 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=_MIl5jtH 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=r4drYn_l 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=oxcjYRYI 1536w, https://www.pega.com/sites/default/files/styles/1920/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=JdLROIYe 1920w, https://www.pega.com/sites/default/files/styles/2560/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=XiBwPG1o 2560w" data-sizes="auto" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="https://www.pega.com/sites/default/files/styles/2560/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=XiBwPG1o" />

        <noscript> <img  class="c-bolt-image__image" alt="Promotional image for Pega Blueprint" src="https://www.pega.com/sites/default/files/styles/2560/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=XiBwPG1o" ="https://www.pega.com/sites/default/files/styles/50/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=ukOoQWYq 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=5vYVNvmB 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=d2eJ5mGR 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=eg4ORD1_ 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=Zw644PVd 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=67V6JFV6 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=_MIl5jtH 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=r4drYn_l 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=oxcjYRYI 1536w, https://www.pega.com/sites/default/files/styles/1920/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=JdLROIYe 1920w, https://www.pega.com/sites/default/files/styles/2560/public/media/images/2025-05/pega-blueprint-card-img-v2.png?itok=XiBwPG1o 2560w" /> </noscript>
  
      </bolt-image>
                        </ssr-keep>
    </bolt-card-replacement-media>
  
                                                    


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                  <bolt-stack>
  
  
  
            

            



 
  




  

  








<p  id="p-644e4018-d107-439e-bbff-e63038d4e103" class="c-bolt-eyebrow c-bolt-eyebrow--regular">Pega Blueprint</p>

  


  

            



 
  




  

  








<div  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--bold c-bolt-headline--large" id="p-374f12af-4faa-486e-8f29-e9def417b06e"><a  class="e-bolt-text-link e-bolt-text-link--reversed-underline" href="/blueprint">Go from idea to app in a flash<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></div>

  



      
  </bolt-stack>

            </ssr-keep>
</bolt-card-replacement-body>
                                                        </ssr-keep>
</bolt-card-replacement>


  



          
    </div>
  </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                                                                        
                          
                        
                                  
                        
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Solutions
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                                                                
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="/solutions" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Use Cases
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Use Cases
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Maximize customer lifetime value" href="/solutions/personalize-engagement" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Personalize engagement
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Proactive Customer Service" href="/solutions/automate-customer-service" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Automate customer service
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/solutions/streamline-operations" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Streamline operations
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/solutions/legacy-transformation" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Transform legacy systems
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/solution-finder" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Solution Finder
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                          
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="/products/crm-applications" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Pega CRM Products
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Pega CRM Products
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/decision-hub" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Customer Decision Hub
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/customer-service" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Customer Service
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/products/sales-automation" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Sales Automation
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/products" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        All products
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                                                                                  
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_self" title="Industry Solutions" href="/industries" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Industries
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Industries
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" title="Financial Services" href="/industries/financial-services" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Financial Services
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" title="Insurance" href="/industries/insurance" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Insurance
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Healthcare" href="/industries/healthcare" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Healthcare &amp; Life Sciences
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/industries/communications" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Communications Service Providers
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/industries/government" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Government
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/industries/manufacturing" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Manufacturing &amp; High-Tech
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/industries/manufacturing/automotive" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Automotive
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/industries" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        See all industries
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all c-bolt-page-header__nav-list-item--full-width js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/products" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                        
                          
                        
                                  
                                          
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Customers
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                                                                                                            
        
                        
                                  
                                          
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading" title="Customers By Industry">
          <strong class="c-bolt-page-header__nav-link__content">
                          Customers By Industry
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Customers By Industry
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" title="Financial Services" href="/customers?f%5B0%5D=industry%3A1656" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Financial Services
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/customers?f%5B0%5D=industry%3A1676" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Insurance
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/customers?f%5B0%5D=industry%3A1671&amp;f%5B1%5D=industry%3A1686" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Healthcare &amp; Life Sciences
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/customers?f%5B0%5D=industry%3A1681" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Communications Service Providers
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/customers?f%5B0%5D=industry%3A1666" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Government
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/customers?f%5B0%5D=industry%3A1661&amp;f%5B1%5D=industry%3A26791" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Manufacturing &amp; High-Tech
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/customers" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all customer success stories
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                          
        
                        
                                  
                                          
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading" title="Customers by Solution">
          <strong class="c-bolt-page-header__nav-link__content">
                          Customers by Solution
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Customers by Solution
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" title="1:1 Customer Engagement" href="/customers?f%5B0%5D=solution%3A10261" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Customer Engagement
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" title="Proactive Customer Service" href="/customers?f%5B0%5D=solution%3A10231" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Customer Service
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" title="Digital Process Automation" href="/customers?f%5B0%5D=solution%3A10236&amp;f%5B1%5D=solution%3A10241&amp;f%5B2%5D=solution%3A10256" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Intelligent Automation
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/customers" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all customer success stories
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                                  
                        
                        
                            



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
      <div class="c-bolt-page-header__nav-content">
                    

            






<bolt-card-replacement
       height="full"    id="p-abe0d069-aad1-42ea-8100-99aa1a253a01"
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
    
    
                                  

      <bolt-card-replacement-media >
      <ssr-keep for="bolt-card-replacement-media" class="c-bolt-card_replacement__media">
                                                    

      
 

















<bolt-image
    
    
    placeholder-color="hsl(233, 33%, 97%)"  placeholder-image="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
   id="p-4b340efb-9f90-4427-bc00-f185d3588f91" src="https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-09/deutsche-telekom-card.png?itok=6yrrZdjY" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2025-09/deutsche-telekom-card.png?itok=MQeKJNSq 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2025-09/deutsche-telekom-card.png?itok=6fR39Spu 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2025-09/deutsche-telekom-card.png?itok=VLnsRaqA 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2025-09/deutsche-telekom-card.png?itok=otZATOCT 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2025-09/deutsche-telekom-card.png?itok=lDdjQuW8 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2025-09/deutsche-telekom-card.png?itok=2WpmHB4u 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-09/deutsche-telekom-card.png?itok=6yrrZdjY 1024w" height="576" width="1024" alt="Deutsche Telekom logo"
  >

  
                    <img  class="c-bolt-image__image c-bolt-image__lazyload c-bolt-image__lazyload--fade js-lazyload" alt="Deutsche Telekom logo" data-srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2025-09/deutsche-telekom-card.png?itok=MQeKJNSq 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2025-09/deutsche-telekom-card.png?itok=6fR39Spu 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2025-09/deutsche-telekom-card.png?itok=VLnsRaqA 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2025-09/deutsche-telekom-card.png?itok=otZATOCT 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2025-09/deutsche-telekom-card.png?itok=lDdjQuW8 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2025-09/deutsche-telekom-card.png?itok=2WpmHB4u 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-09/deutsche-telekom-card.png?itok=6yrrZdjY 1024w" data-sizes="auto" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-09/deutsche-telekom-card.png?itok=6yrrZdjY" />

        <noscript> <img  class="c-bolt-image__image" alt="Deutsche Telekom logo" src="https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-09/deutsche-telekom-card.png?itok=6yrrZdjY" ="https://www.pega.com/sites/default/files/styles/50/public/media/images/2025-09/deutsche-telekom-card.png?itok=MQeKJNSq 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2025-09/deutsche-telekom-card.png?itok=6fR39Spu 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2025-09/deutsche-telekom-card.png?itok=VLnsRaqA 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2025-09/deutsche-telekom-card.png?itok=otZATOCT 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2025-09/deutsche-telekom-card.png?itok=lDdjQuW8 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2025-09/deutsche-telekom-card.png?itok=2WpmHB4u 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2025-09/deutsche-telekom-card.png?itok=6yrrZdjY 1024w" /> </noscript>
  
      </bolt-image>
                        </ssr-keep>
    </bolt-card-replacement-media>
  
                                                    


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                  <bolt-stack>
  
  
  
            

            



 
  




  

  








<p  id="p-82313a0b-9a28-46d0-a371-57d98b04460b" class="c-bolt-eyebrow c-bolt-eyebrow--regular">Case Study</p>

  


  

            



 
  




  

  








<span  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link" id="p-170fba4c-36dd-4b3b-bb28-46d881a6a773"><a  href="/customers/deutsche-telekom-customer-service" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Blueprint drives Deutsche Telekom’s CX leap<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></span>

  



      
  </bolt-stack>

            </ssr-keep>
</bolt-card-replacement-body>
                                                        </ssr-keep>
</bolt-card-replacement>


  



          
    </div>
  </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                                                                                                  
                          
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Learn
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                        
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  title="How Pega is Different" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          How Pega is Different
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        How Pega is Different
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                                          
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="/technology/center-out" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Business Architecture
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Business Architecture
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/case-management" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Case Management
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Enterprise Scale" href="/supercharge-enterprise-transformation" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Enterprise Scale
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Real-Time AI" href="/technology/real-time-intelligence" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Real-Time AI
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/insights/articles/accelerate-roi-low-code-enterprise-reuse" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Software Reuse
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                
                        
                                                                            
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--view-all">
                      <a  class="c-bolt-page-header__nav-link" href="/why-pega" >
        <span class="c-bolt-page-header__nav-link__content">
                        See what sets us apart
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                                                            
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  title="Tech Knowledge" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Tech Knowledge
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Tech Knowledge
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/technology/autonomous-enterprise" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Autonomous Enterprise
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/ai-innovation" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        AI Innovation
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/workflow-automation" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Workflow Automation
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Enterprise AI" href="/enterprise-ai" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Enterprise AI
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Next Best Action" href="/next-best-action" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Next Best Action
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Low Code" href="/low-code" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Low Code
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                                                                            
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--view-all">
                      <a  class="c-bolt-page-header__nav-link" title="View all" href="/tech-knowledge" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                    
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Get Started with Pega
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Get Started with Pega
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Pega Blueprint" href="/blueprint" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Blueprint™
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Platform Trial" href="/platform-trial" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Platform Trial
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Pega Academy" href="https://academy.pega.com" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Academy
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                        
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  title="Vision" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Market Leadership
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Market Leadership
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                              
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  title="Gartner Reports" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Gartner Reports
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Gartner Reports
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/gartner-boat-mq-2025" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Business Orchestration and Automation
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/gartner-sfa-cc-2025" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Sales Force Automation
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                              
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  title="Forrester Reports" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Forrester Reports
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Forrester Reports
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/forrester-rtim-2025" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Real-time Decisions and AI
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/forrester-tei-decision-hub" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Total Economic Impact™ study
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" title="See All Analyst Reports" href="/analyst-reports" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        See all analyst reports
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                                                                                                                        
                          
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Services &amp; Partners
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                                                                
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  title="Partners" href="/services/partnerships" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Partners
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Partners
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" title="Overview" href="/services/partnerships" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Overview
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/services/partnerships/partner-finder/results" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Find a Partner
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Pega Marketplace" href="https://community.pega.com/marketplace/search" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Marketplace
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://partners.pega.com" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Partner Portal
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/launchpad" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Launchpad
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                    
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  title="Consulting" href="/services/consulting" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Consulting
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Consulting
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/services/consulting/centers-of-excellence" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Centers of Excellence
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" href="/services/consulting" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Consulting Overview
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/services/pega-catalyst" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Catalyst
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                              
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  title="Training &amp; Certifications" href="https://academy.pega.com/" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Training &amp; Certifications
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Training &amp; Certifications
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                                          
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="c-bolt-page-header__nav-link" href="https://academy.pega.com/authorized-training-partners" >
        <span class="c-bolt-page-header__nav-link__content">
                        Authorized Training Partners
          
        </span>
      </a>
      </li>
                                      
                            
                                                                                    
        
                        
                
                        
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_blank" rel="" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading" href="https://academy.pega.com">
          <strong class="c-bolt-page-header__nav-link__content">
                          Pega Academy
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Academy
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" class="c-bolt-page-header__nav-link" href="https://academy.pega.com/certifications" >
        <span class="c-bolt-page-header__nav-link__content">
                        Certifications
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_blank" href="https://academy.pega.com/search" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Learning Library
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://academy.pega.com/genai-socrates" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega GenAI Socrates™
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/training/university-academic-program" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        University Academic Program
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                  
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  title="Support" href="https://community.pega.com/" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Support &amp; Community
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Support &amp; Community
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                              
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="https://community.pega.com/" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Community
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Community
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://docs.pega.com" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Knowledgebase
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://forums.pega.com/" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Forums
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all c-bolt-page-header__nav-list-item--full-width js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/services" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                        
                          
                        
                                  
                        
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Events
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                    
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="/events" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          In-Person Events
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        In-Person Events
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/events/pegainnovate" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        PEGAInnovate 2026
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/events/pegaworld/replays" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        PegaWorld 2026 replays
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/events" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all events
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="/events/webinars" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Featured Webinars
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Featured Webinars
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                                                                                      
        
                        
                                  
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <span  class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          On-Demand
          
          </strong>
        </span>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        On-Demand
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/insights/resources/chaos-conductors-turning-market-disruption-your-competitive-symphony" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Chaos Conductors: Turning Market Disruption into Your Competitive Symphony
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/insights/resources/breaking-campaign-calendar-agile-marketing-works" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Breaking the campaign calendar
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/insights/resources/automation-autonomy-rise-agentic-ai-contact-centers" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        From automation to autonomy
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/insights/resources/building-ai-amplified-marketing-resilience-tomorrow" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Building AI-amplified marketing resilience for tomorrow
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/insights/resources/transforming-customer-engagement-measurable-business-impact" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Transforming Customer Engagement into Measurable Business Impact
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/insights/resources/revolutionizing-business-orchestration-agentic-ai-insights-pega-and-accenture" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Revolutionizing Business Orchestration with Agentic AI
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="c-bolt-page-header__nav-list-item--view-all js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/events/webinars" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all webinars
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
        
        
                        
                                  
                        
                        
                            



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
      <div class="c-bolt-page-header__nav-content">
                    

            






<bolt-card-replacement
       height="full"    id="p-a0f58c16-765a-4e7d-a9d6-bd8e40594c14"
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
    
    
                                  

      <bolt-card-replacement-media >
      <ssr-keep for="bolt-card-replacement-media" class="c-bolt-card_replacement__media">
                                                    

      
 

















<bolt-image
    
    
    placeholder-color="hsl(233, 33%, 97%)"  placeholder-image="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
   id="p-a7410208-f7ba-448b-9234-a63ab69a34e8" src="https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-06/pw26-post-event-card.png?itok=hiYRhN28" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-06/pw26-post-event-card.png?itok=qy-axZk8 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-06/pw26-post-event-card.png?itok=77Al9xBz 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-06/pw26-post-event-card.png?itok=UGtn8SZH 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-06/pw26-post-event-card.png?itok=6g-AHooq 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-06/pw26-post-event-card.png?itok=XWOJ5EsK 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-06/pw26-post-event-card.png?itok=9REO5I_s 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-06/pw26-post-event-card.png?itok=x4qacg3d 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2026-06/pw26-post-event-card.png?itok=bT9qbgkW 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-06/pw26-post-event-card.png?itok=zpvvfrLd 1536w, https://www.pega.com/sites/default/files/styles/1920/public/media/images/2026-06/pw26-post-event-card.png?itok=QF91M_Ib 1920w, https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-06/pw26-post-event-card.png?itok=hiYRhN28 2560w" loading="lazy" height="2757" width="4901" alt="Illustration of a woman with a megaphone in one hand and the PegaWorld logo to the left"
  >

  
                    <img  class="c-bolt-image__image c-bolt-image__lazyload c-bolt-image__lazyload--fade js-lazyload" alt="Illustration of a woman with a megaphone in one hand and the PegaWorld logo to the left" data-srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-06/pw26-post-event-card.png?itok=qy-axZk8 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-06/pw26-post-event-card.png?itok=77Al9xBz 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-06/pw26-post-event-card.png?itok=UGtn8SZH 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-06/pw26-post-event-card.png?itok=6g-AHooq 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-06/pw26-post-event-card.png?itok=XWOJ5EsK 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-06/pw26-post-event-card.png?itok=9REO5I_s 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-06/pw26-post-event-card.png?itok=x4qacg3d 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2026-06/pw26-post-event-card.png?itok=bT9qbgkW 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-06/pw26-post-event-card.png?itok=zpvvfrLd 1536w, https://www.pega.com/sites/default/files/styles/1920/public/media/images/2026-06/pw26-post-event-card.png?itok=QF91M_Ib 1920w, https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-06/pw26-post-event-card.png?itok=hiYRhN28 2560w" data-sizes="auto" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-06/pw26-post-event-card.png?itok=hiYRhN28" />

        <noscript> <img  class="c-bolt-image__image" alt="Illustration of a woman with a megaphone in one hand and the PegaWorld logo to the left" src="https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-06/pw26-post-event-card.png?itok=hiYRhN28" ="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-06/pw26-post-event-card.png?itok=qy-axZk8 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-06/pw26-post-event-card.png?itok=77Al9xBz 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-06/pw26-post-event-card.png?itok=UGtn8SZH 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-06/pw26-post-event-card.png?itok=6g-AHooq 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-06/pw26-post-event-card.png?itok=XWOJ5EsK 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-06/pw26-post-event-card.png?itok=9REO5I_s 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-06/pw26-post-event-card.png?itok=x4qacg3d 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2026-06/pw26-post-event-card.png?itok=bT9qbgkW 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-06/pw26-post-event-card.png?itok=zpvvfrLd 1536w, https://www.pega.com/sites/default/files/styles/1920/public/media/images/2026-06/pw26-post-event-card.png?itok=QF91M_Ib 1920w, https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-06/pw26-post-event-card.png?itok=hiYRhN28 2560w" /> </noscript>
  
      </bolt-image>
                        </ssr-keep>
    </bolt-card-replacement-media>
  
                                                    


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                  <bolt-stack>
  
  
  
            

            



 
  




  

  








<span  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--regular c-bolt-headline--large" id="p-30491833-95bb-4641-9930-c67c82142968"><div>PegaWorld 2026</div></span>

  


  

            



 
  




  

  








<span  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--bold c-bolt-headline--small c-bolt-headline--uppercase c-bolt-headline--link" id="p-dbf7e309-1a97-4c78-815b-bd73523f6e67"><a  href="/events/pegaworld/replays" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Watch replays<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></span>

  



      
  </bolt-stack>

            </ssr-keep>
</bolt-card-replacement-body>
                                                        </ssr-keep>
</bolt-card-replacement>


  



          
    </div>
  </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                                                  
                          
                        
                                  
                                          
                                          
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        About
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                                                                          
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_self" rel="" href="/about" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          About Us
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        About Us
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                                          
                        
                  



<li  class="gsc-cheshire-link js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/about" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Company
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/about/leadership" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Leadership
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" href="/about/investors" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Investors
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/impact" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Impact at Pega
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                                                                                
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_self" rel="" href="/about/news" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          News
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        News
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" href="/about/news/press-releases" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Press Releases
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" href="/about/news/media-coverage" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Media Coverage
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" href="/about/company/awards" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Awards
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                                          
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/analyst-reports" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Analyst Reports
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Blog" href="/blog" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Blog
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                                      
                            
                                                                  
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_self" rel="" href="/about/careers" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Careers
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Careers
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
                            
                                                              
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  target="_self" rel="" href="/about/careers" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Careers at Pega
          
          </strong>
        </a>
      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                        Careers at Pega
          
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
                          
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list">
                                
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" rel="" href="/about/careers/search" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Current Openings
          
        </span>
      </a>
      </li>
                                      
        
        
                        
                
                        
                        
                  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_self" href="/about/careers/culture-and-benefits" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Culture &amp; Benefits
          
        </span>
      </a>
      </li>
                  
</ul>
      
          
      </li>
                  
</ul>
      
          
      </li>
                  
</ul>
      
          
      </li>
                  
</ul>
      


       








<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list js-bolt-page-header-nav--related-sites c-bolt-page-header__nav-list--related-sites">
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--popover has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                                  <span class="c-bolt-page-header__nav-link__content__signifier c-bolt-page-header__nav-link__content__signifier--before">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" fill-rule="evenodd" d="M7 0H1a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1V1a1 1 0 00-1-1zm0 12H1a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1v-6a1 1 0 00-1-1zM1 24h6a1 1 0 011 1v6a1 1 0 01-1 1H1a1 1 0 01-1-1v-6a1 1 0 011-1zM19 0h-6a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1V1a1 1 0 00-1-1zm-6 12h6a1 1 0 011 1v6a1 1 0 01-1 1h-6a1 1 0 01-1-1v-6a1 1 0 011-1zm6 12h-6a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1v-6a1 1 0 00-1-1zm6-24h6a1 1 0 011 1v6a1 1 0 01-1 1h-6a1 1 0 01-1-1V1a1 1 0 011-1zm6 12h-6a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1v-6a1 1 0 00-1-1zm-6 12h6a1 1 0 011 1v6a1 1 0 01-1 1h-6a1 1 0 01-1-1v-6a1 1 0 011-1z" clip-rule="evenodd"/></svg></span>
                <span class="c-bolt-page-header__nav-link__content__text">Pega Sites</span>
                  
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
        


<ul  style="--c-bolt-page-header-desktop-popover-width: max(58rem, 40vw)" class="js-bolt-page-header-nav c-bolt-page-header__nav-list c-bolt-page-header__nav-list--edge-start">
      



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
      <div class="c-bolt-page-header__nav-content">
                                                  
    
    

  
<bolt-layout
   style="--l-bolt-layout-tile-min-width: 14rem"
   template="tiles"
>
  
            

<bolt-layout-item
    
  
>
            




    
<bolt-list
   tag="ul"    display="block"    spacing="small"    separator="none"    align="start"    valign="center"       
>
      
    
  <ssr-keep
    for="bolt-list"
     role="list"      class="c-bolt-list c-bolt-list--display-block c-bolt-list--spacing-small c-bolt-list--align-start c-bolt-list--valign-center"
  >
                  

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                <svg style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" enable-background="new 0 0 250 250" viewBox="0 0 250 250" xmlns="http://www.w3.org/2000/svg"><path d="m128.5 48.5c-2.4 9.8-2.8 20.1-1.1 30.1-2.7-.5-5.3-1.1-7.8-1.5-57.8-9.4-75.1 19-68.4 41.9-17.6 6.6-34.7 14.5-51.2 23.5 22.6-54.2 71.6-101.9 112.9-108.1 13.6-1.8 17.4 6.9 15.6 14.1zm121 43.5s-2.6 4.5-3.7 6.2c-2.1 2.1-5.2 2.6-7.8 1.2-6-3.7-12.6-6.3-19.4-7.8-25.3 2.3-32.2-8.2-33-9.1s-2.3-.5-1.2 1.3c5.5 9.5 21.9 14 21.9 14 2.4 5.6 3.9 11.5 4.6 17.5-4.3-3.3-8.9-6.1-13.7-8.4-18.8-12.3-39.6-21.2-61.5-26.3 1.6-22.3 12.9-54.7 65.4-46.9 6.2 1.1 12.2 3.4 17.7 6.6l-3.9 4c-1 .6-1.3 1.9-.7 2.9.2.3.4.5.7.7l11.7 8.7c-.4 3.8 1 7.5 3.7 10.1 3.5 4.1 16.9 18.3 18.7 20.2 1.1 1.4 1.3 3.4.5 5.1zm-26.4-31.3c-2.2-.9-4.7-.4-6.4 1.3h-.4l5.8 2.8z" fill="var(--m-bolt-link)"/><path d="m133.3 98.3c-28.1 3.4-55.7 10.4-82.1 20.8-6.6-23 10.6-51.3 68.1-41.9 2.8.4 5.5.9 7.8 1.5 1.3 6.7 3.4 13.3 6.2 19.6zm3.2 0c20.7-2.4 41.8.6 61 8.7-18.8-12.3-39.6-21.2-61.5-26.3-.4 5.8-.2 11.6.5 17.3z" fill="var(--bolt-color-navy-xlight)"/><path d="m80.8 193.8h23.4v-10.8h-23.4v-11.2h29.4v-11h-41.5v54.7h41.9v-10.5h-29.8zm44.9-26.9c-11.4 11.8-11.4 30.5 0 42.3 5.7 5.5 13.3 8.5 21.2 8.3 8.6.5 17-2.7 23-8.9v-25.5h-23.7v10.2h12.4v10.3c-3.7 2-7.8 3-12 2.9-10.3-.4-18.2-9.1-17.8-19.4.2-4.6 2.1-9 5.3-12.3 3.6-3.4 8.4-5.2 13.3-5.1 2.4-.1 4.9.3 7.2 1 2.2.7 4.1 1.9 5.9 3.4l6.6-8.4c-5.6-4.9-12.9-7.5-20.4-7.2-7.9-.1-15.4 2.9-21 8.4zm-86.6-6.1h-22.7v54.7h12.1v-16.2h9.1c12.3 0 22.3-6.6 22.3-19.3.2-10.4-8-19-18.4-19.2-.8-.1-1.6 0-2.4 0zm8.5 19.4c-.1 4.7-4 8.4-8.7 8.3-.3 0-.6 0-.9-.1h-9.5v-16.6h9.3c6.1.1 9.8 3 9.8 8.4zm151.5-19.4-23.4 54.7h12.3l5-12.2h23.4l4.9 12.2h12.3l-23.4-54.7zm-1.9 32.2 7.3-17.7 7.3 17.7z" fill="var(--m-bolt-link)"/></svg>
        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="/" class="www-homepage-link e-bolt-text-link e-bolt-text-link--reversed-underline">Pega.com<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Explore solutions, events, and customers</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                <svg style="--e-bolt-icon-color: var(--m-bolt-link); fill: none; stroke: var(--m-bolt-link); stroke-linejoin: round; stroke-width: 10px;" class="e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 248 190.31"><g><path class="cls-1" d="M54.12,5c7.15,0,13.16,1.56,18.03,4.67,4.87,3.12,8.8,7.2,11.79,12.25,2.99,5.05,5.13,10.82,6.43,17.3,1.3,6.48,1.95,13.09,1.95,19.82,0,9.26-1.07,17.34-3.22,24.24-2.14,6.91-5.14,12.54-8.97,16.92-3.83,4.38-8.48,7.66-13.94,9.85-5.46,2.19-11.5,3.28-18.13,3.28h-15.01v71.97H5V5h49.12ZM45.54,86.57c5.59,0,10.1-2.19,13.55-6.57,3.44-4.38,5.17-11.19,5.17-20.46s-1.5-15.99-4.48-20.71c-2.99-4.71-7.99-7.07-15.01-7.07h-11.7v54.8h12.47Z"/><path class="cls-1" d="M124.88,5l15.4,133.34h.39L157.04,5h26.9l16.37,133.34h.39L216.1,5h26.9l-25.34,180.31h-31.38l-15.59-130.82h-.39l-15.6,130.82h-31.38L97.98,5h26.9Z"/></g></svg>
        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="/events/pegaworld" class="pegaworld-inspire-link e-bolt-text-link e-bolt-text-link--reversed-underline">PegaWorld<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Register for our flagship event</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                





  <svg  style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M32 12.86c0-1.03-.4-2-1.13-2.72l-6.19-6.16-1.47-1.43c-.57-.56-1.44-.71-2.16-.37l-5.21 2.43c-.78.37-1.5.84-2.13 1.42L10.42 2.8c-.76-.74-1.98-.73-2.72.03L2.27 8.26A7.64 7.64 0 000 13.71c0 2.06.8 3.99 2.26 5.45l9.94 9.94c.61.6 1.39.9 2.17.9.58 0 1.17-.17 1.67-.53.43-.31.77-.73.98-1.2.99.53 2.19.5 3.12-.16.71-.51 1.15-1.3 1.22-2.15v-.02c.68-.04 1.35-.33 1.87-.84.26-.26.47-.56.61-.89.99.53 2.19.49 3.11-.16.71-.51 1.15-1.3 1.22-2.15.07-.85-.24-1.68-.85-2.29l-.25-.25 3.8-3.78c.73-.72 1.13-1.69 1.13-2.72zm-6.21 9.56c-.35.25-.91.18-1.27-.17l-1.22-1.21s-.03-.06-.06-.08l-5.43-5.4a.996.996 0 10-1.41 1.41l5.43 5.4h-.01v.02c.17.17.27.4.27.64s-.1.47-.27.65c-.35.35-.9.35-1.26.04-.02-.02-.02-.04-.04-.06l-5.45-5.41a.996.996 0 10-1.41 1.41l5.45 5.41-.02.02c.19.19.28.44.26.71-.02.27-.16.52-.39.68-.35.25-.91.17-1.27-.17l-1.17-1.16s-.05-.1-.1-.14l-4.09-4.06a.996.996 0 10-1.41 1.41l4.09 4.05-.02.02c.19.19.29.44.27.71-.02.27-.16.52-.39.68-.35.25-.91.17-1.26-.17l-9.93-9.91A5.668 5.668 0 012 13.71c0-1.52.59-2.95 1.68-4.03l5.39-5.4 3.21 3.15-1.8 1.79c-1.17 1.16-1.3 3.03-.3 4.25.56.68 1.38 1.1 2.26 1.15.88.05 1.75-.28 2.37-.9l1.88-1.86 9.23 9.18c.19.19.29.44.27.71-.02.27-.16.52-.39.68l-.01-.01zm3.67-8.26l-3.8 3.78-8.97-8.92-3.29 3.27c-.22.22-.53.34-.86.33-.32-.02-.61-.16-.82-.42-.35-.43-.27-1.13.17-1.56l2.93-2.91c.54-.54 1.17-.98 1.86-1.3l5.13-2.44 7.65 7.58c.35.35.54.81.54 1.3s-.19.96-.54 1.3v-.01z"/></svg>        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="https://partners.pega.com" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Partners<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Discover program benefits and enablement resources</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                





  <svg  style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M30.9 7.27L16.9.21a1.98 1.98 0 00-1.79 0L1.1 7.27A1.99 1.99 0 000 9.06v13.88c0 .76.42 1.45 1.1 1.79l14 7.05c.28.14.59.21.9.21.31 0 .62-.07.9-.21l14-7.05a1.99 1.99 0 001.1-1.79V9.06c0-.76-.42-1.45-1.1-1.79zM30 21.84l-9.39-4.73a.993.993 0 00-1.34.45c-.25.5-.05 1.1.45 1.35l9.15 4.61L17 29.5V16.63l13-6.55v11.77-.01zm-17.27-4.29c-.25-.49-.85-.7-1.34-.45L2 21.83V10.06l13 6.55v12.87L3.13 23.5l9.15-4.61c.49-.25.69-.85.45-1.35v.01zM16 12.78c.55 0 1-.45 1-1V2.51l11.77 5.93L16 14.87 3.23 8.44 15 2.51v9.26c0 .55.45 1 1 1v.01z"/></svg>        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="https://community.pega.com/marketplace/search" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Marketplace<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Extend Pega with components and apps</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
   last    role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start c-bolt-list-item--last-item"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                





  <svg  style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M28.5 15c-1.18 0-2.22.59-2.86 1.49l-3.32-1.11c.27-.75.43-1.55.43-2.39 0-1.54-.5-2.96-1.35-4.11l2.4-2.34c.5.28 1.08.46 1.69.46 1.93 0 3.5-1.57 3.5-3.5S27.42 0 25.49 0s-3.5 1.57-3.5 3.5c0 .58.16 1.13.41 1.61L20 7.46A6.943 6.943 0 0015.74 6c-2.48 0-4.66 1.3-5.9 3.25l-2.9-1.3c.02-.15.05-.3.05-.45 0-1.93-1.57-3.5-3.5-3.5S0 5.57 0 7.5 1.57 11 3.5 11c1.06 0 1.99-.48 2.64-1.22l2.89 1.3a6.93 6.93 0 00.99 5.94l-4.77 4.47c-.52-.3-1.11-.49-1.75-.49C1.57 21 0 22.57 0 24.5S1.57 28 3.5 28 7 26.43 7 24.5c0-.56-.15-1.09-.38-1.56l4.77-4.47c.95.76 2.1 1.27 3.36 1.45v5.24c-1.44.43-2.5 1.76-2.5 3.34 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.9-2.5-3.34v-5.24a7 7 0 004.61-2.75l3.65 1.22s-.01.07-.01.11c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zm-25-6C2.67 9 2 8.33 2 7.5S2.67 6 3.5 6 5 6.67 5 7.5 4.33 9 3.5 9zm22-7c.83 0 1.5.67 1.5 1.5S26.33 5 25.5 5 24 4.33 24 3.5 24.67 2 25.5 2zm-22 24c-.83 0-1.5-.67-1.5-1.5S2.67 23 3.5 23s1.5.67 1.5 1.5S4.33 26 3.5 26zm13.75 2.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM15.75 18c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm12.75 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></svg>        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="/MyPega" class="e-bolt-text-link e-bolt-text-link--reversed-underline">My Pega<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Manage your organization's relationship with Pega</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
            </ssr-keep>
</bolt-list>
    
  </bolt-layout-item>
      

<bolt-layout-item
    
  
>
            




    
<bolt-list
   tag="ul"    display="block"    spacing="small"    separator="none"    align="start"    valign="center"       
>
      
    
  <ssr-keep
    for="bolt-list"
     role="list"      class="c-bolt-list c-bolt-list--display-block c-bolt-list--spacing-small c-bolt-list--align-start c-bolt-list--valign-center"
  >
                  

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                





  <svg  style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M29.47 18.65c.79-.76 1.28-1.82 1.28-2.99 0-2.29-1.86-4.16-4.14-4.16-2.28 0-4.14 1.87-4.14 4.16 0 1.18.49 2.24 1.28 2.99-.33.21-.64.45-.92.73a8.038 8.038 0 00-3.29-3.04 6.002 6.002 0 002.45-4.84c0-3.31-2.68-6-5.98-6-3.3 0-5.98 2.69-5.98 6 0 1.99.97 3.74 2.45 4.84a8.02 8.02 0 00-3.3 3.05c-.28-.28-.59-.52-.92-.73.79-.76 1.28-1.82 1.28-2.99 0-2.29-1.86-4.16-4.14-4.16-2.28 0-4.14 1.87-4.14 4.16 0 1.18.49 2.24 1.28 2.99a5.412 5.412 0 00-2.53 4.59v1.2c0 .55.45 1 1 1s1-.45 1-1v-1.2c0-1.89 1.52-3.42 3.4-3.42 1.17 0 2.24.59 2.87 1.58.01.02.04.03.05.05-.17.65-.27 1.34-.27 2.04v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-3.31 2.68-6 5.97-6 3.29 0 5.96 2.69 5.96 6v1.9c0 .55.45 1 1 1s1-.45 1-1v-1.9c0-.71-.1-1.4-.28-2.05.01-.02.03-.03.04-.04.63-.99 1.7-1.58 2.87-1.58 1.87 0 3.4 1.53 3.4 3.42v1.2c0 .55.45 1 1 1s1-.45 1-1v-1.2c0-1.93-1.01-3.63-2.53-4.59l-.02-.01zM3.25 15.66c0-1.19.96-2.16 2.14-2.16 1.18 0 2.14.97 2.14 2.16 0 1.19-.96 2.16-2.14 2.16-1.18 0-2.14-.97-2.14-2.16zm8.78-4.16c0-2.21 1.78-4 3.98-4s3.98 1.79 3.98 4-1.78 4-3.98 4-3.98-1.79-3.98-4zm12.43 4.16c0-1.19.96-2.16 2.14-2.16 1.18 0 2.14.97 2.14 2.16 0 1.19-.96 2.16-2.14 2.16-1.18 0-2.14-.97-2.14-2.16z"/></svg>        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="https://community.pega.com" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Pega Community<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Drive success with centralized content and resources</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                





  <svg  style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M30.32 1.22C23.54.2 17.7 2.95 15.96 3.88 14.22 2.95 8.46.2 1.68 1.22.72 1.37 0 2.21 0 3.2v22.48a1.996 1.996 0 002.24 1.98c6.65-.86 12.4 2.72 13.04 3.14.21.14.44.2.67.2.23 0 .46-.07.67-.2.64-.41 6.48-4.01 13.15-3.15.56.07 1.13-.1 1.55-.48.43-.38.68-.93.68-1.51V3.21c0-.98-.72-1.84-1.68-1.98v-.01zM4.4 25.52c-.78 0-1.58.05-2.4.16L1.98 3.21C8.11 2.29 13.5 4.85 15 5.66v22.66c-2.06-1.1-5.97-2.8-10.6-2.8zM17 28.28V5.6c1.65-.86 6.99-3.31 13-2.4l.02 22.46c-5.63-.73-10.57 1.31-13.02 2.61v.01z"/></svg>        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="https://docs.pega.com" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Documentation<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Find product guides and reference docs</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                





  <svg  style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M31.97 1.94A2 2 0 0030.06.03C26.69-.13 18.31.06 13.1 5.27a28.025 28.025 0 00-3.16 3.78c-1.98-.18-4.66 1.11-6.74 2.87C1.31 13.5.31 14.93.03 16.4c-.14.72.17 1.42.79 1.83.35.23.75.35 1.16.35.43 0 .87-.13 1.26-.38.8-.53 2.14-1.26 4.01-1.76.02 0 .04-.01.07-.02.15.34.35.65.62.92l6.74 6.74c.27.27.58.47.92.62 0 .02-.01.04-.02.07-.5 1.87-1.24 3.21-1.76 4-.5.75-.51 1.7-.04 2.42.35.52.9.82 1.49.82.11 0 .22-.01.34-.03 1.47-.28 2.9-1.28 4.48-3.16 1.75-2.09 3.05-4.76 2.87-6.74 1.31-.92 2.59-1.98 3.78-3.16 5.21-5.21 5.4-13.59 5.24-16.96l-.01-.02zM2.13 16.52s-.06.03-.09.04c.25-.93 1.05-1.95 2.44-3.12 1.49-1.25 2.99-1.98 4.12-2.27-.55.99-1.02 1.99-1.38 2.98-.03.08-.04.15-.06.23-.14.03-.28.07-.43.1-1.68.45-3.27 1.15-4.59 2.03l-.01.01zm16.42 11c-1.17 1.39-2.19 2.19-3.12 2.44 0-.03.02-.06.04-.09.88-1.32 1.58-2.91 2.03-4.59.04-.14.07-.29.1-.43.08-.02.15-.03.23-.06.99-.36 1.99-.83 2.98-1.38-.29 1.12-1.01 2.63-2.26 4.12v-.01zm-1.39-4.62c-.37.13-.79.04-1.07-.25l-6.74-6.74c-.28-.28-.38-.71-.25-1.07 1-2.77 2.92-5.66 5.41-8.15 4.11-4.11 10.79-4.68 14.13-4.68.54 0 .99.02 1.33.03.12 2.42.12 10.67-4.66 15.45-2.49 2.49-5.39 4.41-8.15 5.41z"/><path fill="#001F5F" d="M4.48 22.52c-1.26 1.26-2.63 4.53-1.08 6.08.49.49 1.16.69 1.88.69 1.55 0 3.34-.91 4.2-1.77a3.549 3.549 0 000-5.01 3.549 3.549 0 00-5.01 0l.01.01zm3.59 3.59c-.87.87-2.88 1.45-3.26 1.08-.37-.37.21-2.38 1.08-3.26a1.545 1.545 0 012.18 0c.6.6.6 1.58 0 2.18zM19.2 7.07c-.76.76-1.19 1.78-1.19 2.86 0 1.08.42 2.1 1.19 2.86a4.13 4.13 0 002.86 1.18c1.03 0 2.07-.39 2.86-1.18a4.056 4.056 0 000-5.73c-1.58-1.58-4.15-1.58-5.72 0v.01zm4.31 4.31a2.052 2.052 0 01-3.5-1.45c0-.55.21-1.06.6-1.45.4-.4.92-.6 1.45-.6a2.052 2.052 0 011.45 3.5z"/></svg>        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="https://academy.pega.com/" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Academy<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Complete missions, earn badges, and stay current</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
                                  

<bolt-list-item
   last    role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-block c-bolt-list-item--spacing-small c-bolt-list-item--align-start c-bolt-list-item--last-item"
  >
                      

  
<bolt-layout
   style="--l-bolt-layout-flag-media-width: 35px;" gutter="small" valign-items="start"
   template="flag"
>
  
                              

<bolt-layout-item
    
  
>
                





  <svg  style="--e-bolt-icon-color: var(--m-bolt-link)" class="e-bolt-icon e-bolt-icon--large" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#151619" d="M32 14.29a9.52 9.52 0 00-9.52-9.51 10.26 10.26 0 00-1.74.22 13.32 13.32 0 103.47 18.69 9.55 9.55 0 007.79-9.4zM13.32 27.53a11.53 11.53 0 115.13-21.86l-.11.06a8.12 8.12 0 00-1 .58l-.11.07a10.35 10.35 0 00-.91.69l-.11.09a8 8 0 00-.82.83l-.15.17a10.16 10.16 0 00-.69.93l-.1.15c-.2.33-.38.66-.55 1a.3.3 0 010 .08 8.29 8.29 0 00-.41 1.12 1.72 1.72 0 00-.07.21 8.85 8.85 0 00-.25 1.16v.21a10.52 10.52 0 00-.17 1.27v1.32s.06.41.1.61.06.24.08.36.09.36.14.53.09.25.13.37l.18.49c.05.12.11.25.17.37s.14.3.22.45a4 4 0 00.2.35l.26.42a4.15 4.15 0 00.24.34c.09.13.19.26.29.38a4.15 4.15 0 00.27.32c.1.12.21.24.32.35l.3.3.35.32.33.27.37.27.37.25.39.24.39.21.41.2.41.17.44.16.43.14.45.11.45.1.46.07.47.06h.15a11.49 11.49 0 01-8.45 3.71zm10.26-5.59a7.72 7.72 0 01-2.83-15.17 7.3 7.3 0 011.73-.2 7.72 7.72 0 011.1 15.37z"/></svg>        
  </bolt-layout-item>
        

<bolt-layout-item
    
  
>
                <bolt-stack spacing="none">
                        



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xsmall"><a  href="https://design.pega.com" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Pega Constellation Design System<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
          </bolt-stack>
          <bolt-stack>
            



 
  




  

  








<p  class="c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall">Browse library of UI/UX templates, patterns, and components</p>
          </bolt-stack>
        
  </bolt-layout-item>
      
  </bolt-layout>
    
      </ssr-keep>
</bolt-list-item>
            </ssr-keep>
</bolt-list>
    
  </bolt-layout-item>
    
  </bolt-layout>

    <hr class="u-bolt-margin-bottom-small">

    
    
    
    

  
<bolt-layout
  
   template="tiles"
>
  
            

<bolt-layout-item
    
  
>
                  



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--center c-bolt-headline--xsmall"><a  href="/about/careers" class="careers-link e-bolt-text-link e-bolt-text-link--reversed-underline">Careers<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
    
  </bolt-layout-item>
      

<bolt-layout-item
    
  
>
                  



 
  




  

  








<p  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--center c-bolt-headline--xsmall"><a  href="http://support.pega.com/" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Pega Support<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></p>
    
  </bolt-layout-item>
    
  </bolt-layout>
  
    </div>
  </li>

</ul>

      </li>

</ul>

       


<ul  class="js-account-info__anonymous js-bolt-page-header-nav c-bolt-page-header__nav-list js-bolt-page-header-nav--user c-bolt-page-header__nav-list--user">
      
  
  
  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--popover has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                                  <span class="c-bolt-page-header__nav-link__content__signifier c-bolt-page-header__nav-link__content__signifier--only">    





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16 0C7.18 0 0 7.18 0 16s7.18 16 16 16 16-7.18 16-16S24.82 0 16 0zm0 2c7.72 0 14 6.28 14 14 0 2.76-.82 5.34-2.2 7.5a14.07 14.07 0 00-7.7-5.86C21.84 16.36 23 14.32 23 12c0-3.86-3.14-7-7-7s-7 3.14-7 7c0 2.32 1.14 4.36 2.9 5.64-3.14.98-5.9 3.06-7.7 5.86C2.82 21.32 2 18.76 2 16 2 8.28 8.28 2 16 2zm-5 10c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5zm5 18c-4.18 0-7.92-1.86-10.5-4.76C7.6 21.44 11.64 19 16 19s8.4 2.44 10.5 6.24A13.93 13.93 0 0116 30z"/></svg>  </span>
                <span class="c-bolt-page-header__nav-link__content__text">Log in</span>
                  
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
          


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list c-bolt-page-header__nav-list--edge-end">
          



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
      <div class="c-bolt-page-header__nav-content">
            <p class="u-bolt-text-align-center">
                                                





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16 0C7.18 0 0 7.18 0 16s7.18 16 16 16 16-7.18 16-16S24.82 0 16 0zm0 2c7.72 0 14 6.28 14 14 0 2.76-.82 5.34-2.2 7.5a14.07 14.07 0 00-7.7-5.86C21.84 16.36 23 14.32 23 12c0-3.86-3.14-7-7-7s-7 3.14-7 7c0 2.32 1.14 4.36 2.9 5.64-3.14.98-5.9 3.06-7.7 5.86C2.82 21.32 2 18.76 2 16 2 8.28 8.28 2 16 2zm-5 10c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5zm5 18c-4.18 0-7.92-1.86-10.5-4.76C7.6 21.44 11.64 19 16 19s8.4 2.44 10.5 6.24A13.93 13.93 0 0116 30z"/></svg>   <a href="/user/login?destination=/about/news">Log in</a> or <a href="/user/register?destination=www.pega.com/about/news">sign up</a> to set up user profile.
      </p>
    
    </div>
  </li>
  
</ul>
  
      </li>












<li  id="notification-feed-toolbar-app" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--popover has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                                  <span class="c-bolt-page-header__nav-link__content__signifier c-bolt-page-header__nav-link__content__signifier--only">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M26.98 25.41l-.05-.32c-.54-3.42-.81-6.91-.81-10.36 0-4.44-2.87-8.2-6.85-9.57V3.27C19.27 1.47 17.8 0 16 0s-3.27 1.47-3.27 3.27v1.89c-3.98 1.36-6.85 5.13-6.85 9.57 0 3.46-.27 6.95-.81 10.36l-.05.32c-.09.59.08 1.2.47 1.66.39.46.96.72 1.56.72h4.16c.32 2.37 2.33 4.21 4.78 4.21s4.47-1.84 4.78-4.21h4.16c.6 0 1.17-.26 1.56-.72.39-.46.56-1.06.47-1.66h.02zM14.73 3.27c0-.7.57-1.27 1.27-1.27.7 0 1.27.57 1.27 1.27v1.42c-.42-.05-.84-.09-1.27-.09-.43 0-.85.04-1.27.09V3.27zM16 30c-1.35 0-2.48-.95-2.77-2.21h5.54A2.84 2.84 0 0116 30z"/></svg></span>
                <span class="c-bolt-page-header__nav-link__content__text">Notifications</span>
                  
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
        


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list c-bolt-page-header__nav-list--edge-end">
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
      <div class="c-bolt-page-header__nav-content">
            <p class="u-bolt-text-align-center">
                                    





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M26.98 25.41l-.05-.32c-.54-3.42-.81-6.91-.81-10.36 0-4.44-2.87-8.2-6.85-9.57V3.27C19.27 1.47 17.8 0 16 0s-3.27 1.47-3.27 3.27v1.89c-3.98 1.36-6.85 5.13-6.85 9.57 0 3.46-.27 6.95-.81 10.36l-.05.32c-.09.59.08 1.2.47 1.66.39.46.96.72 1.56.72h4.16c.32 2.37 2.33 4.21 4.78 4.21s4.47-1.84 4.78-4.21h4.16c.6 0 1.17-.26 1.56-.72.39-.46.56-1.06.47-1.66h.02zM14.73 3.27c0-.7.57-1.27 1.27-1.27.7 0 1.27.57 1.27 1.27v1.42c-.42-.05-.84-.09-1.27-.09-.43 0-.85.04-1.27.09V3.27zM16 30c-1.35 0-2.48-.95-2.77-2.21h5.54A2.84 2.84 0 0116 30z"/></svg> <a href="/user/login?destination=/about/news">Log in</a> or <a href="/user/register?destination=www.pega.com/about/news">sign up</a> to set up personalized notifications.
    </p>
  
    </div>
  </li>

</ul>

      </li>
<div class="language-switcher-language-url" id="block-languageswitcher" role="navigation">
  
    
      






<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--popover has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                                  <span class="c-bolt-page-header__nav-link__content__signifier c-bolt-page-header__nav-link__content__signifier--only">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16 0C7.18 0 0 7.18 0 16s7.18 16 16 16 16-7.18 16-16S24.82 0 16 0zm12.63 10h-6.11C22 6.9 21.09 4.32 19.9 2.56c3.86 1.12 7.03 3.86 8.73 7.44zM30 16c0 1.39-.21 2.73-.59 4h-6.62c.13-1.27.21-2.61.21-4 0-1.39-.08-2.73-.21-4h6.62c.38 1.27.59 2.61.59 4zM16 30c-1.73 0-3.61-3.1-4.49-8h8.98c-.88 4.9-2.75 8-4.49 8zm-4.78-10c-.14-1.25-.22-2.59-.22-4 0-1.41.08-2.75.22-4h9.55c.14 1.25.22 2.59.22 4 0 1.41-.08 2.75-.22 4h-9.55zM2 16c0-1.39.21-2.73.59-4h6.62A39.3 39.3 0 009 16c0 1.39.08 2.73.21 4H2.59C2.21 18.73 2 17.39 2 16zM16 2c1.73 0 3.61 3.1 4.49 8h-8.98c.88-4.9 2.75-8 4.49-8zm-3.9.56C10.91 4.32 10 6.9 9.48 10H3.37c1.7-3.57 4.87-6.31 8.73-7.44zM3.37 22h6.11c.52 3.1 1.43 5.68 2.62 7.44A14.011 14.011 0 013.37 22zm16.53 7.44c1.19-1.76 2.1-4.34 2.62-7.44h6.11c-1.7 3.57-4.87 6.31-8.73 7.44z"/></svg></span>
                <span class="c-bolt-page-header__nav-link__content__text">Language</span>
                  
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
        


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list c-bolt-page-header__nav-list--edge-end">
            
                                
          



<li hreflang="en" data-drupal-link-system-path="node/63966" link-lang="en" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item is-selected is-active" aria-current="page">
                      <a  class="language-link js-pega-lang-selection__link is-active c-bolt-page-header__nav-link" href="/about/news" hreflang="en" link-lang="en" aria-current="true">
        <span class="c-bolt-page-header__nav-link__content">
                        English
          
        </span>
      </a>
      </li>
              
                                
          



<li  hreflang="fr" data-drupal-link-system-path="node/63966" link-lang="fr" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="language-link js-pega-lang-selection__link c-bolt-page-header__nav-link" href="/fr/about/news" hreflang="fr" link-lang="fr" >
        <span class="c-bolt-page-header__nav-link__content">
                        Français
          
        </span>
      </a>
      </li>
              
                                
          



<li  hreflang="de" data-drupal-link-system-path="node/63966" link-lang="de" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="language-link js-pega-lang-selection__link c-bolt-page-header__nav-link" href="/de/about/news" hreflang="de" link-lang="de" >
        <span class="c-bolt-page-header__nav-link__content">
                        Deutsch
          
        </span>
      </a>
      </li>
              
                                
          



<li  hreflang="it" data-drupal-link-system-path="node/63966" link-lang="it" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="language-link js-pega-lang-selection__link c-bolt-page-header__nav-link" href="/it/about/news" hreflang="it" link-lang="it" >
        <span class="c-bolt-page-header__nav-link__content">
                        Italiano
          
        </span>
      </a>
      </li>
              
                                
          



<li  hreflang="ja" data-drupal-link-system-path="node/63966" link-lang="ja" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="language-link js-pega-lang-selection__link c-bolt-page-header__nav-link" href="/ja/about/news" hreflang="ja" link-lang="ja" >
        <span class="c-bolt-page-header__nav-link__content">
                        日本語
          
        </span>
      </a>
      </li>
              
                                
          



<li  hreflang="pt-br" data-drupal-link-system-path="node/63966" link-lang="pt-br" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="language-link js-pega-lang-selection__link c-bolt-page-header__nav-link" href="/pt-br/about/news" hreflang="pt-br" link-lang="pt-br" >
        <span class="c-bolt-page-header__nav-link__content">
                        Português
          
        </span>
      </a>
      </li>
              
                                
          



<li  hreflang="es" data-drupal-link-system-path="node/63966" link-lang="es" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  class="language-link js-pega-lang-selection__link c-bolt-page-header__nav-link" href="/es/about/news" hreflang="es" link-lang="es" >
        <span class="c-bolt-page-header__nav-link__content">
                        Español
          
        </span>
      </a>
      </li>
              
                                
              
                                
          



<li  data-drupal-link-system-path="&lt;front&gt;" link-lang="none" class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <span  class="js-pega-lang-selection__switcher--default-settings c-bolt-page-header__nav-link" link-lang="none" >
        <span class="c-bolt-page-header__nav-link__content">
                        Set your preferred language
          
        </span>
      </span>
      </li>
      
</ul>

      </li>

  </div>








<li  class="js-contact-nav js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--popover has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                                  <span class="c-bolt-page-header__nav-link__content__signifier c-bolt-page-header__nav-link__content__signifier--only">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M5.09 32c-.16 0-.32-.03-.46-.1-.39-.18-.63-.57-.63-1l.05-7.53C1.43 20.79 0 17.49 0 14.05 0 6.3 7.18 0 16 0s16 6.3 16 14.05c0 7.75-7.18 14.05-16 14.05-1.67 0-3.33-.24-4.96-.7l-5.25 4.35c-.2.17-.45.25-.7.25zM16 2C8.28 2 2 7.41 2 14.05c0 3.02 1.32 5.92 3.72 8.16l.32.3L6 28.98l4.6-3.81.52.17c1.59.51 3.23.77 4.88.77 7.72 0 14-5.41 14-12.05C30 7.42 23.72 2 16 2z"/><path fill="#001F5F" d="M15.66 17.56c-.68 0-1.24.57-1.24 1.26 0 .69.54 1.26 1.24 1.26s1.25-.59 1.25-1.26-.57-1.26-1.25-1.26zM15.87 8.03c-2.2 0-3.21 1.31-3.21 2.19 0 .64.54.93.98.93.88 0 .52-1.26 2.18-1.26.81 0 1.47.36 1.47 1.11 0 .88-.91 1.39-1.45 1.85-.47.41-1.09 1.08-1.09 2.48 0 .85.23 1.09.9 1.09.8 0 .96-.36.96-.67 0-.85.02-1.34.91-2.04.44-.34 1.82-1.45 1.82-2.99 0-1.54-1.38-2.7-3.47-2.7v.01z"/></svg></span>
                <span class="c-bolt-page-header__nav-link__content__text">Contact</span>
                  
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
        


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list c-bolt-page-header__nav-list--edge-end">
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/contact-us" class="contact-us-link c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Contact Us
          
        </span>
      </a>
      </li>
  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="tel: 1-888-PEGA-NOW" class="us-contact-number c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        US: 1-888-PEGA-NOW
          
        </span>
      </a>
      </li>
  



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="tel: 1800 763 425" class="au-contact-number c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        AU: 1800 763 425
          
        </span>
      </a>
      </li>

</ul>

      </li>

</ul>
            


<ul  class="js-account-info__personalized u-hide js-bolt-page-header-nav c-bolt-page-header__nav-list js-bolt-page-header-nav--user c-bolt-page-header__nav-list--user">
              



  






<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item c-bolt-page-header__nav-list-item--popover has-children">
                      
            <button type="button" aria-expanded="false" class="c-bolt-page-header__nav-link js-bolt-page-header-trigger">
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--collapse" aria-hidden="true"></span>
        <span class="c-bolt-page-header__nav-link__content">
                                  <span class="c-bolt-page-header__nav-link__content__signifier c-bolt-page-header__nav-link__content__signifier--before">  <img src="/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png" alt="Personalized User Image" class="c-bolt-page-header__user-flag__img js-personalized-user-image" width=16 height=16>
</span>
                <span class="c-bolt-page-header__nav-link__content__text">  <span aria-hidden="true">    <span class=js-user-icon>
      Hello User
    </span>
  </span> <span class="u-bolt-visuallyhidden">User settings</span>
</span>
                  
        </span>
        <span class="c-bolt-page-header__nav-link__nested-indicator c-bolt-page-header__nav-link__nested-indicator--expand" aria-hidden="true"></span>
      </button>
        


<ul  class="js-bolt-page-header-nav c-bolt-page-header__nav-list c-bolt-page-header__nav-list--edge-end">
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
      <div class="c-bolt-page-header__nav-content">
        <div class="c-bolt-page-header__user-flag">
    <img src="/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png" alt="Personalized User Image" class="c-bolt-page-header__user-flag__img js-personalized-user-image">
    <div class="c-bolt-page-header__user-flag__content">
      



 
  




  

  








<p  class="c-bolt-eyebrow c-bolt-eyebrow--regular">Hello</p>
      



 
  




  

  








<p  class="js-hello-link__anonymous c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">User</p>
    </div>
  </div>

    </div>
  </li>

                  
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_blank" title="View your Pega organizational information" href="/MyPega" class="class c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        My Pega
          
        </span>
      </a>
      </li>
                  
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  target="_blank" href="/MyPega/Profile" class="class c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        My Profile
          
        </span>
      </a>
      </li>
                  
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://accounts.pega.com/notifications/preferences" class="class c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        My Notifications
          
        </span>
      </a>
      </li>
                  
    



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/user/reset?destination=/about/news" class="js-account-info__hello-name__personalized c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Not Name? Click here
          
        </span>
      </a>
      </li>
  
</ul>

      </li>

</ul>

      
  </div>
</nav>
 
              <div class="c-bolt-page-header__cta">
            
    
      

 


  

<button  id="p-858e42d3-db5b-424b-a12b-b24aedd1169e" data-bolt-modal-target="#p-38a6062b-dc1c-47a9-bc59-32167440af10" type="button" class="e-bolt-button e-bolt-button--small e-bolt-button--block"  >Build a Blueprint
</button>  
        </div>
          </div>
  </div>
  </header>

  
  <main >
    
    
    
    
    

    <div class="base-browser-deprecation-modal js-browser-deprecation-modal"><input class="c-deprecation-modal__state" type="checkbox" id="close-deprecation-modal"><div data-nosnippet class="c-deprecation-modal js-deprecation-modal"><div class="c-deprecation-modal__wrapper"><div class="c-deprecation-modal__text"><h2 class="c-deprecation-modal__headline">We'd prefer it if you saw us at our best.</h2><p class="c-deprecation-modal__paragraph js-browser-deprecation--message">
         Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:
        </p><ul class="c-deprecation-modal__inline-list"><li class="c-deprecation-modal__inline-list-item"><a href="https://www.google.com/chrome" target="_blank" class="c-deprecation-modal__link">Google Chrome</a></li><li class="c-deprecation-modal__inline-list-item"><a href="https://www.mozilla.org/firefox" target="_blank" class="c-deprecation-modal__link">Mozilla Firefox</a></li><li class="c-deprecation-modal__inline-list-item"><a href="https://www.microsoft.com/edge" target="_blank" class="c-deprecation-modal__link">Microsoft Edge</a></li></ul></div><div class="c-deprecation-modal__close"><a href="#close-deprecation-modal" class="c-deprecation-modal__close-link js-dismiss-deprecation-modal"><span class="c-deprecation-modal__close-text">
            Close Deprecation Notice
          </span></a><label for="close-deprecation-modal" class="c-deprecation-modal__close-label js-dismiss-deprecation-modal"><span class="c-deprecation-modal__close-text">
            Close Deprecation Notice
          </span><svg xmlns="http://www.w3.org/2000/svg" class="c-deprecation-modal__close-icon" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" ><path fill="currentColor" fill-rule="evenodd" d="M13.414 11.998l5.296-5.294a1.005 1.005 0 000-1.413 1.005 1.005 0 00-1.414 0L12 10.585 6.704 5.291a1.006 1.006 0 00-1.413 0 1.004 1.004 0 000 1.413l5.296 5.294-5.296 5.295a.999.999 0 101.413 1.413l5.295-5.295 5.296 5.295a.999.999 0 001.413 0 1.005 1.005 0 000-1.413l-5.296-5.295h.002z"></path></svg></label></div></div></div><div class="c-deprecation-modal__close-link c-deprecation-modal__close-link--overlay"></div></div>
  <script>(function () {
  'use strict';

  /**
   * Modal wrapper selector.
   *
   * @type {string}
   */
  const contextSelector = '.js-browser-deprecation-modal';

  /**
   * Deprecation message shown on Safari 15.4 and lower.
   *
   * @type {string}
   */
  const message = 'Pega.com is not optimized for Safari 15.4 or lower. For the best experience, please update Safari or use';

  /**
   * Deprecation message HTML selector.
   *
   * @type {string}
   */
  const messageSelector = '.js-browser-deprecation--message';

  /**
   * Expected minimal version.
   *
   * @type {number}
   */
  const expectedMinVersion = 15.4;

  /**
   * Get Safari major and minor version.
   *
   * @returns {boolean|number}
   */
  const getSafariVersion = function () {
    if (!navigator.userAgent.includes('Safari/')) {
      return false;
    }

    const currentVersionFound = navigator.userAgent.match(/Version\/([\d.]+)/);
    if (!currentVersionFound) {
      return false;
    }

    const currentVersion = currentVersionFound[1];

    const currentVersionFormatted = parseFloat(
      currentVersion.match(/^(\d+)(\.\d+)?/)[0]
    );

    return currentVersionFormatted;
  };

  /**
   * Get list of modal element to be shown when browser is not supported.
   *
   * @returns {NodeListOf<Element>}
   */
  const getModalElements = function () {
    const scope = document.querySelector(contextSelector);
    if (!scope) {
      return;
    }

    return scope.querySelectorAll('.c-deprecation-modal:not(.is-hidden),.c-deprecation-modal:not(.is-hidden)~.c-deprecation-modal__close-link--overlay');
  };

  /**
   * Update message displayed in deprecation modal.
   */
  const updateMessage = function () {
    const scope = document.querySelector(contextSelector);
    if (!scope) {
      return;
    }

    const messageScope = scope.querySelector(messageSelector);
    if (!messageScope) {
      return;
    }

    messageScope.innerText = message;
  };

  /**
   * Show modal elements.
   */
  const showModal = function () {
    const elements = getModalElements();
    if (elements) {
      elements.forEach(function (element) {
        element.style.display = 'block';
      });
    }
  };

  /**
   * Check Safari version and show modal if needed.
   */
  const init = function () {
    const safariVersion = getSafariVersion();
    if (safariVersion && safariVersion <= expectedMinVersion) {
      updateMessage();
      showModal();
    }
  };

  init();
})();
</script>


    <div id="main-content">
                <div>
    <div data-drupal-messages-fallback class="hidden"></div>
<div id="block-pegawww-theme-content">
  
    
      <article>
  
  <div>
      

            

  






<bolt-band
   class="is-ready"    id="p-aade1962-c1a7-4892-898d-a7a271eaaa46"
>
  <div  class="c-bolt-band c-bolt-band--small c-bolt-band--valign-center t-bolt-violet c-bolt-band--full-bleed">
                          


<bolt-background bolt-component>
  <div  class="c-bolt-background">
    
      </div>
</bolt-background>

          
            
        
        
                <div class="c-bolt-band__content">
        



<div  class="e-bolt-wrapper">              <div  class="o-bolt-grid o-bolt-grid--center o-bolt-grid--matrix o-bolt-grid--flex o-bolt-grid--middle o-bolt-grid--medium">
      

            

  
  

  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-text-align-center u-bolt-width-2/3@medium">

  
      

            



 
  




  

  








<div  class="u-bolt-text-transform-none c-bolt-headline--center c-bolt-headline c-bolt-headline--bold c-bolt-headline--xlarge" id="p-3b437e4f-a6d4-4e25-b03b-afb5095f4306">Pega response to Appian lawsuit</div>

  


  

            


 




<a  href="/appian-lawsuit-statement" id="p-bb2a2c59-deb3-49ac-9283-cda35258c8a4" class="e-bolt-button e-bolt-button--inline@from-small"  >Read statements
</a>
  




  </div>

  



  </div>
    </div>

      </div>
    
      </div>
</bolt-band>

  


  

            

  






<bolt-band
   class="is-ready"    id="p-d0999fa6-c7f8-431c-b80c-6163f2ce50a1"
>
  <div  class="c-bolt-band c-bolt-band--small c-bolt-band--valign-center t-bolt-xlight c-bolt-band--full-bleed">
                          


<bolt-background bolt-component>
  <div  class="c-bolt-background">
    
      </div>
</bolt-background>

          
            
        
        
                <div class="c-bolt-band__content">
        



<div  class="e-bolt-wrapper">              <div  class="o-bolt-grid o-bolt-grid--center o-bolt-grid--matrix o-bolt-grid--flex o-bolt-grid--top o-bolt-grid--medium">
      

            

  



<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary">

  
    

  </div>

  



  </div>
    </div>

      </div>
    
      </div>
</bolt-band>

  


  

            







                
<nav  id="p-9d8eb333-7b03-47c4-aa60-a5451f09c2ac" data-bolt-more-text="More" aria-labelledby="js-bolt-navbar-title-805506955" class="c-bolt-navbar js-bolt-sticky c-bolt-navbar--spacing-small t-bolt-xdark">
  <div class="c-bolt-navbar__inner">
                





  

<h2  class="c-bolt-navbar__title">
  <a  href="/about/news" class="c-bolt-navbar__title-inner c-bolt-navbar__title-inner--link">
        <span  id="js-bolt-navbar-title-805506955" class="c-bolt-navbar__title-text">
    Newsroom
  </span>

  </a>
  
</h2>
              <div class="c-bolt-navbar__list-wrapper js-bolt-navbar__list-wrapper">
          


<ul  class="c-bolt-navbar__list js-bolt-navbar__list">
  




<li  class="c-bolt-navbar-item js-bolt-navbar-item">
  <div class="c-bolt-navbar-item__inner">
    <a  href="/about/news/press-releases" class="c-bolt-navbar-item__link"><span class="c-bolt-navbar-item__text">Press Releases</span></a>  </div>
</li>





<li  class="c-bolt-navbar-item js-bolt-navbar-item">
  <div class="c-bolt-navbar-item__inner">
    <a  href="/about/news/media-coverage" class="c-bolt-navbar-item__link"><span class="c-bolt-navbar-item__text">Media Coverage</span></a>  </div>
</li>





<li  class="c-bolt-navbar-item js-bolt-navbar-item">
  <div class="c-bolt-navbar-item__inner">
    <a  href="/about/media-resources" class="c-bolt-navbar-item__link"><span class="c-bolt-navbar-item__text">Media Resources</span></a>  </div>
</li>

</ul>

        </div>
            </div>
</nav>

  


  

            

  






<bolt-band
   class="is-ready"    id="p-bf75ef70-1d15-4945-9b3e-853fdb800b13"
>
  <div  class="c-bolt-band c-bolt-band--medium c-bolt-band--valign-center t-bolt-dark c-bolt-band--full-bleed">
                          


<bolt-background bolt-component>
  <div  class="c-bolt-background">
    
          <div class="c-bolt-background__item">
        
                  


<div  class="c-bolt-background__shapes c-bolt-background__shapes--right">
  





<bolt-background-shapes bolt-component>

  <div class="c-bolt-background-shapes">
    <div class="c-bolt-background-shapes__shapes">
      <div class="o-bolt-grid o-bolt-grid--center o-bolt-grid--full">
                  
          
          <div class="o-bolt-grid__cell u-bolt-width-1/3">
            <div  class="c-bolt-background-shapes__shape c-bolt-background-shapes__shape--yellow">
              <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg class="c-bolt-background-shapes__svg" width="100%" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>circle-square</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="circle-square">
            <rect class="c-bolt-background-shapes__svg-primary" fill="#FFCC4C" transform="translate(200.000000, 200.000000) scale(-1, 1) rotate(-270.000000) translate(-200.000000, -200.000000) " x="0" y="1.8189894e-12" width="400" height="400" rx="200"></rect>
            <rect class="c-bolt-background-shapes__svg-interior" fill="#161B3D" transform="translate(201.000000, 200.000000) scale(-1, 1) rotate(-270.000000) translate(-201.000000, -200.000000) " x="106" y="105" width="190" height="190"></rect>
        </g>
    </g>
</svg>

            </div>
          </div>
                  
          
          <div class="o-bolt-grid__cell u-bolt-width-1/3">
            <div  class="c-bolt-background-shapes__shape c-bolt-background-shapes__shape--orange">
              <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg class="c-bolt-background-shapes__svg" width="100%" viewBox="-75 -75 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>Outline Circle</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <rect class="c-bolt-background-shapes__svg-outline c-bolt-background-shapes__svg-interior" stroke="#009999" stroke-width="60" transform="translate(125.000000, 125.000000) scale(-1, 1) rotate(-270.000000) translate(-125.000000, -125.000000) " x="30" y="30" width="190" height="190" rx="95"></rect>
    </g>
</svg>

            </div>
          </div>
                  
          
          <div class="o-bolt-grid__cell u-bolt-width-1/3">
            <div  class="c-bolt-background-shapes__shape c-bolt-background-shapes__shape--teal">
              <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg class="c-bolt-background-shapes__svg" width="100%" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>square-square</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="square-square">
            <rect class="c-bolt-background-shapes__svg-primary" fill="#009999" transform="translate(200.000000, 200.000000) scale(-1, 1) rotate(-270.000000) translate(-200.000000, -200.000000) " x="0" y="0" width="400" height="400"></rect>
            <rect class="c-bolt-background-shapes__svg-interior" fill="#1F2555" transform="translate(201.000000, 200.000000) scale(-1, 1) rotate(-270.000000) translate(-201.000000, -200.000000) " x="106" y="105" width="190" height="190"></rect>
        </g>
    </g>
</svg>

            </div>
          </div>
                  
          
          <div class="o-bolt-grid__cell u-bolt-width-1/3">
            <div  class="c-bolt-background-shapes__shape c-bolt-background-shapes__shape--teal">
              <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg class="c-bolt-background-shapes__svg" width="100%" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>Little Circle</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <rect class="c-bolt-background-shapes__svg-primary" fill="#161B3D" transform="translate(95.000000, 95.000000) scale(-1, 1) rotate(-270.000000) translate(-95.000000, -95.000000) " x="105" y="105" width="190" height="190" rx="95"></rect>
    </g>
</svg>

            </div>
          </div>
                  
          
          <div class="o-bolt-grid__cell u-bolt-width-1/3">
            <div  class="c-bolt-background-shapes__shape c-bolt-background-shapes__shape--yellow">
              <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg class="c-bolt-background-shapes__svg" width="100%" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>square-square</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g id="square-square">
            <rect class="c-bolt-background-shapes__svg-primary" fill="#009999" transform="translate(200.000000, 200.000000) scale(-1, 1) rotate(-270.000000) translate(-200.000000, -200.000000) " x="0" y="0" width="400" height="400"></rect>
            <rect class="c-bolt-background-shapes__svg-interior" fill="#1F2555" transform="translate(201.000000, 200.000000) scale(-1, 1) rotate(-270.000000) translate(-201.000000, -200.000000) " x="106" y="105" width="190" height="190"></rect>
        </g>
    </g>
</svg>

            </div>
          </div>
                  
          
          <div class="o-bolt-grid__cell u-bolt-width-1/3">
            <div  class="c-bolt-background-shapes__shape c-bolt-background-shapes__shape--orange">
              <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg class="c-bolt-background-shapes__svg" width="100%" viewBox="0 0 400 400" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>Little Circle</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <rect class="c-bolt-background-shapes__svg-primary" fill="#161B3D" transform="translate(95.000000, 95.000000) scale(-1, 1) rotate(-270.000000) translate(-95.000000, -95.000000) " x="105" y="105" width="190" height="190" rx="95"></rect>
    </g>
</svg>

            </div>
          </div>
              </div>
    </div>
  </div>
</bolt-background-shapes>
</div>
              </div>
      </div>
</bolt-background>

          
            
        
        
                <div class="c-bolt-band__content">
        



<div  class="e-bolt-wrapper">              <div  class="o-bolt-grid o-bolt-grid--center o-bolt-grid--matrix o-bolt-grid--flex o-bolt-grid--middle o-bolt-grid--medium">
      

            

  



<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary">

  
      

            



 
  




  

  








<h1  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--bold c-bolt-headline--xxxlarge" id="p-a2ebfc1e-41d9-472a-82d7-baf19c77b8e3">Pega in the news</h1>

  


  

            



 
  




  

  








<h2  class="c-bolt-headline--left c-bolt-subheadline c-bolt-subheadline--regular c-bolt-subheadline--xlarge" id="p-2de89e61-bad5-49df-a4a3-78b62db6a1cd">See the latest updates and media coverage about Pega from around the world.</h2>

  


  

            





    
<bolt-list
   tag="ul"    display="inline"    spacing="small"    separator="none"    align="start"    valign="center"        class="u-bolt-inline-block"
>
      
    
  <ssr-keep
    for="bolt-list"
     role="list"      class="c-bolt-list c-bolt-list--display-inline c-bolt-list--spacing-small c-bolt-list--align-start c-bolt-list--valign-center"
  >
                  

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
          


 




<a  href="/about/news/press-releases" id="p-32dea63c-ce39-4e2f-9af7-f80a59907922" class="e-bolt-button e-bolt-button--secondary e-bolt-button--inline@from-small"  >Press Releases
</a>
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
          


 




<a  href="/about/news/media-coverage" id="p-1c1b4416-0a15-4b2c-add1-4888f5356ea5" class="e-bolt-button e-bolt-button--secondary e-bolt-button--inline@from-small"  >Media Coverage
</a>
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
   last    role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start c-bolt-list-item--last-item"
  >
          


 




<a  href="/about/media-resources" id="p-1960faff-4fc4-489f-a50e-ef004a7737c4" class="e-bolt-button e-bolt-button--secondary e-bolt-button--inline@from-small"  >Media Resources
</a>
      </ssr-keep>
</bolt-list-item>
            </ssr-keep>
</bolt-list>

  




  </div>

  



  </div>
    </div>

      </div>
    
      </div>
</bolt-band>

  


  

            

  






<bolt-band
   class="is-ready"    id="p-a0cbedf3-ac13-4a55-bf23-a24ea9448ef0"
>
  <div  class="c-bolt-band c-bolt-band--medium c-bolt-band--valign-center t-bolt-light c-bolt-band--full-bleed">
                          


<bolt-background bolt-component>
  <div  class="c-bolt-background">
    
      </div>
</bolt-background>

          
            
        
        
                <div class="c-bolt-band__content">
        



<div  class="e-bolt-wrapper">              <div  class="o-bolt-grid o-bolt-grid--center o-bolt-grid--matrix o-bolt-grid--flex o-bolt-grid--top o-bolt-grid--large">
      

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/4@medium">

  
      

            



 
  




  

  








<h2  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--bold c-bolt-headline--xlarge" id="p-3e0584c1-0141-4a9a-9f2d-0518edcf0a9a">Media Contacts</h2>

  




  </div>

  


  

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/4@medium">

  
      

            


  
<div  id="p-502e9b3c-9e97-4f79-be34-e5cc7f88c04e" data-bolt-single="" class="c-bolt-accordion c-bolt-accordion--spacing-small c-bolt-accordion--separator c-bolt-accordion--icon-valign-center">
      

            





        
<div  id="p-3401e894-99f5-42d5-b9ff-6a15c8dc82ff" class="c-bolt-accordion-item js-bolt-accordion-item">

  <button  class="c-bolt-accordion-item__trigger js-bolt-accordion-trigger">
    <div class="c-bolt-accordion-item__trigger-content">
            



 
  




  

  








<div  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">North America</div>



    </div>
    <div class="c-bolt-accordion-item__trigger-icon">
              





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>          </div>
  </button>

  <div  class="c-bolt-accordion-item__content js-bolt-accordion-content">
    <div class="c-bolt-accordion-item__content-inner">
      
<div class="o-bolt-grid o-bolt-grid--large o-bolt-grid--matrix o-bolt-grid--flex ">
      

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/1@medium">

  
      <p>Sean Audet<br>
Director, Corporate Communications<br>
<a data-google-analytics-et-processed="true" href="/cdn-cgi/l/email-protection#6d3e080c03432c180908192d1d080a0c430e0200"><span class="__cf_email__" data-cfemail="752610141b5b340011100135051012145b161a18">[email&#160;protected]</span></a><br>
+1 617-528-5230</p>

<p>Ilena Ryan<br>
Director of Public Relations<br>
<a data-google-analytics-et-processed="true" href="/cdn-cgi/l/email-protection#9dd4f1f8f3fcb3cfe4fcf3ddedf8fafcb3fef2f0"><span class="__cf_email__" data-cfemail="6a23060f040b4438130b042a1a0f0d0b44090507">[email&#160;protected]</span></a><br>
+1 617-866-6722</p>




  </div>

  




</div>

    </div>
  </div>
</div>

  


  </div>

  




  </div>

  


  

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/4@medium">

  
      

            


  
<div  id="p-7eb77d77-45b9-43ed-9faf-abc2496447c8" data-bolt-single="" class="c-bolt-accordion c-bolt-accordion--spacing-small c-bolt-accordion--separator c-bolt-accordion--icon-valign-center">
      

            





        
<div  id="p-79ac1a0e-c4ad-44e7-b51b-411006ec39ab" class="c-bolt-accordion-item js-bolt-accordion-item">

  <button  class="c-bolt-accordion-item__trigger js-bolt-accordion-trigger">
    <div class="c-bolt-accordion-item__trigger-content">
            



 
  




  

  








<div  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">International</div>



    </div>
    <div class="c-bolt-accordion-item__trigger-icon">
              





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>          </div>
  </button>

  <div  class="c-bolt-accordion-item__content js-bolt-accordion-content">
    <div class="c-bolt-accordion-item__content-inner">
      
<div class="o-bolt-grid o-bolt-grid--large o-bolt-grid--matrix o-bolt-grid--flex ">
      

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/1@medium">

  
      <p>Jon Brigden<br>
Senior PR and Communications Manager<br>
<a data-google-analytics-et-processed="true" href="/cdn-cgi/l/email-protection#28624746066a5a414f4c4d4668584d4f49064b4745"><span class="__cf_email__" data-cfemail="a5efcacb8be7d7ccc2c1c0cbe5d5c0c2c48bc6cac8">[email&#160;protected]</span></a><br>
+44 (0) 118 9398 584</p>

<p>Sarah King<br>
Corporate Communications Manager<br>
<a data-google-analytics-et-processed="true" href="/cdn-cgi/l/email-protection#56053724373e781d3f383116263331377835393b"><span class="__cf_email__" data-cfemail="b0e3d1c2d1d89efbd9ded7f0c0d5d7d19ed3dfdd">[email&#160;protected]</span></a><br>
+44 (0) 789 0942 610</p>




  </div>

  




</div>

    </div>
  </div>
</div>

  


  </div>

  




  </div>

  


  

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/4@medium">

  
      

            


  
<div  id="p-c009f29b-133e-4cdb-a979-2d19e1b01704" data-bolt-single="" class="c-bolt-accordion c-bolt-accordion--spacing-small c-bolt-accordion--separator c-bolt-accordion--icon-valign-center">
      

            





        
<div  id="p-b6444595-1296-4ce2-a25c-10ef0f1531be" class="c-bolt-accordion-item js-bolt-accordion-item">

  <button  class="c-bolt-accordion-item__trigger js-bolt-accordion-trigger">
    <div class="c-bolt-accordion-item__trigger-content">
            



 
  




  

  








<div  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">VP, Corp Comms</div>



    </div>
    <div class="c-bolt-accordion-item__trigger-icon">
              





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>          </div>
  </button>

  <div  class="c-bolt-accordion-item__content js-bolt-accordion-content">
    <div class="c-bolt-accordion-item__content-inner">
      
<div class="o-bolt-grid o-bolt-grid--large o-bolt-grid--matrix o-bolt-grid--flex ">
      

            

  



<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary">

  
      <p>Lisa Pintchman<br>
VP, Corporate Communications<br>
<a href="/cdn-cgi/l/email-protection#d995b0aab8f789b0b7adbab1b4b8b799a9bcbeb8f7bab6b4"><span class="__cf_email__" data-cfemail="0b4762786a255b62657f6863666a654b7b6e6c6a25686466">[email&#160;protected]</span></a><br>
+1 617-866-6022</p>




  </div>

  




</div>

    </div>
  </div>
</div>

  


  </div>

  




  </div>

  


  

            

  



<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary">

  
      <p><strong><em>If you're a reporter on deadline, please call +1 617-410-8753.</em></strong></p>




  </div>

  



  </div>
    </div>

      </div>
    
      </div>
</bolt-band>

  


  

            

  






<bolt-band
   class="is-ready"    id="p-ccb7aabb-4d3f-4857-8a30-819876f97776"
>
  <div  class="c-bolt-band c-bolt-band--medium c-bolt-band--valign-center t-bolt-xlight c-bolt-band--full-bleed">
                          


<bolt-background bolt-component>
  <div  class="c-bolt-background">
    
      </div>
</bolt-background>

          
            
        
        
                <div class="c-bolt-band__content">
        



<div  class="e-bolt-wrapper">              <div  class="o-bolt-grid o-bolt-grid--center o-bolt-grid--matrix o-bolt-grid--flex o-bolt-grid--large">
      

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/1@medium">

  
      

            



 
  




  

  








<h3  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--bold c-bolt-headline--xxlarge" id="p-b80e3a74-7474-4e95-b37c-45acff49490d">Featured Press Releases</h3>

  




  </div>

  


  

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/1@medium">

  
        <div id="p-ec1f766e-d623-4be4-9f16-3383a3efe70e" class="paragraph paragraph--type--embedded-block paragraph--view-mode--default">
          <div class="views-element-container" id="block-views-blockfeatured-press-releases-press-releases-full-cards">
  
    
      <div><div class="js-view-dom-id-a3ffd512345404fc020a39d43394b033e47b7ef30e21d6d3e3aa43636e147a98">
  
  
  

  
  
  

  

<div class="o-bolt-grid o-bolt-grid--flex o-bolt-grid--matrix">
						<div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-4/12@medium">
				





        



<bolt-card-replacement
   url="https://www.pega.com/about/news/press-releases/pega-launches-customer-engagement-studio-transform-marketing-operations"      height="full"   
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
          <bolt-card-replacement-link >
                  <a href="https://www.pega.com/about/news/press-releases/pega-launches-customer-engagement-studio-transform-marketing-operations" class="c-bolt-card-replacement__link" aria-label="Show more" >
                          <ssr-keep for="bolt-card-replacement-link" class="u-bolt-visuallyhidden">Read more</ssr-keep>
                      </a>
              </bolt-card-replacement-link>
    
    
                                  

  
            <div>    
      
        



<img  src="https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-06/CES%202026%20feature.png?itok=j8688mOq" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-06/CES%202026%20feature.png?itok=m8JVoTNA 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-06/CES%202026%20feature.png?itok=Pz5jAIom 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-06/CES%202026%20feature.png?itok=u3alHBbA 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-06/CES%202026%20feature.png?itok=upgeXyQ4 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-06/CES%202026%20feature.png?itok=DsETsBSH 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-06/CES%202026%20feature.png?itok=GUYkBzMh 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-06/CES%202026%20feature.png?itok=dK3TewYn 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2026-06/CES%202026%20feature.png?itok=jx9IiMzt 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-06/CES%202026%20feature.png?itok=j8688mOq 1536w" height="920" width="1636" alt="Transform campaign briefs into structured, executable engagement plans in minutes, dramatically accelerating time to value" class="e-bolt-image">

      
      
    
</div>
      
                                                  


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                    



 
  




  

  








<p  class="c-bolt-eyebrow c-bolt-eyebrow--regular"><time datetime="2026-06-08T15:30:00Z">Jun 8, 2026</time></p>

  



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">Pega Launches Customer Engagement Studio to Transform Marketing Operations with Agentic AI</h2>

    LAS VEGAS – June 8, 2026 – Pegasystems Inc. (NASDAQ: PEGA), the enterprise AI software company for mission-critical work, today at PegaWorld® announced Pega Customer Engagement Studio™, a new agentic user experience for Pega Customer Decision Hub™...



            </ssr-keep>
</bolt-card-replacement-body>
                                                <bolt-card-replacement-actions>
  <ssr-keep for="bolt-card-replacement-actions" class="c-bolt-card_replacement__actions">
                          
<bolt-card-replacement-action
     url="https://www.pega.com/about/news/press-releases/pega-launches-customer-engagement-studio-transform-marketing-operations"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://www.pega.com/about/news/press-releases/pega-launches-customer-engagement-studio-transform-marketing-operations" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read more<span class="e-bolt-button__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a>            </ssr-keep>
</bolt-card-replacement-action>
            </ssr-keep>
</bolt-card-replacement-actions>
                              </ssr-keep>
</bolt-card-replacement>

			</div>
					<div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-4/12@medium">
				





        



<bolt-card-replacement
   url="https://www.pega.com/about/news/press-releases/pega-eliminates-ai-token-tax-more-efficient-way-build-and-run-agentic"      height="full"   
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
          <bolt-card-replacement-link >
                  <a href="https://www.pega.com/about/news/press-releases/pega-eliminates-ai-token-tax-more-efficient-way-build-and-run-agentic" class="c-bolt-card-replacement__link" aria-label="Show more" >
                          <ssr-keep for="bolt-card-replacement-link" class="u-bolt-visuallyhidden">Read more</ssr-keep>
                      </a>
              </bolt-card-replacement-link>
    
    
                                  

  
            <div>    
      
        



<img  src="https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-06/token%20image%20for%20website.png?itok=FzJFOqYP" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-06/token%20image%20for%20website.png?itok=zuHLVDAp 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-06/token%20image%20for%20website.png?itok=G5lbLILe 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-06/token%20image%20for%20website.png?itok=qaL4Ufd8 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-06/token%20image%20for%20website.png?itok=OH6qTy7t 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-06/token%20image%20for%20website.png?itok=Qzdd-80k 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-06/token%20image%20for%20website.png?itok=MTPyjeGE 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-06/token%20image%20for%20website.png?itok=vU3sh-SJ 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2026-06/token%20image%20for%20website.png?itok=-xdwAoj- 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-06/token%20image%20for%20website.png?itok=FzJFOqYP 1536w" height="972" width="1728" alt="token image" class="e-bolt-image">

      
      
    
</div>
      
                                                  


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                    



 
  




  

  








<p  class="c-bolt-eyebrow c-bolt-eyebrow--regular"><time datetime="2026-06-08T15:30:00Z">Jun 8, 2026</time></p>

  



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">Pega Eliminates ‘AI Token Tax’ With More Efficient Way to Build and Run Agentic Workflows</h2>

    LAS VEGAS – June 8, 2026 – Pegasystems Inc. (NASDAQ: PEGA), the enterprise AI software company for mission-critical work, today at PegaWorld® announced clients can now design, build, and run their agentic workflows across Pega Infinity™ 26 without...



            </ssr-keep>
</bolt-card-replacement-body>
                                                <bolt-card-replacement-actions>
  <ssr-keep for="bolt-card-replacement-actions" class="c-bolt-card_replacement__actions">
                          
<bolt-card-replacement-action
     url="https://www.pega.com/about/news/press-releases/pega-eliminates-ai-token-tax-more-efficient-way-build-and-run-agentic"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://www.pega.com/about/news/press-releases/pega-eliminates-ai-token-tax-more-efficient-way-build-and-run-agentic" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read more<span class="e-bolt-button__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a>            </ssr-keep>
</bolt-card-replacement-action>
            </ssr-keep>
</bolt-card-replacement-actions>
                              </ssr-keep>
</bolt-card-replacement>

			</div>
					<div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-4/12@medium">
				





        



<bolt-card-replacement
   url="https://www.pega.com/about/news/press-releases/pega-powers-ai-agents-reliably-drive-mission-critical-work"      height="full"   
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
          <bolt-card-replacement-link >
                  <a href="https://www.pega.com/about/news/press-releases/pega-powers-ai-agents-reliably-drive-mission-critical-work" class="c-bolt-card-replacement__link" aria-label="Show more" >
                          <ssr-keep for="bolt-card-replacement-link" class="u-bolt-visuallyhidden">Read more</ssr-keep>
                      </a>
              </bolt-card-replacement-link>
    
    
                                  

  
            <div>    
      
        



<img  src="https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-06/MCP%20web%20image.jpg?itok=IuyRtxsf" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-06/MCP%20web%20image.jpg?itok=r6gcLPmF 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-06/MCP%20web%20image.jpg?itok=8AW5rkLp 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-06/MCP%20web%20image.jpg?itok=OWSfB3Wb 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-06/MCP%20web%20image.jpg?itok=BUe7VFjo 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-06/MCP%20web%20image.jpg?itok=kPjwLUe4 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-06/MCP%20web%20image.jpg?itok=IuyRtxsf 640w" height="392" width="697" alt="MCP" class="e-bolt-image">

      
      
    
</div>
      
                                                  


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                    



 
  




  

  








<p  class="c-bolt-eyebrow c-bolt-eyebrow--regular"><time datetime="2026-06-08T15:30:00Z">Jun 8, 2026</time></p>

  



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">Pega Powers AI Agents to Reliably Drive Mission-Critical Work</h2>

    LAS VEGAS – June 8, 2026 – Pegasystems Inc. (NASDAQ: PEGA), the enterprise AI software company for mission-critical work, today at PegaWorld® announced new capabilities that enable enterprises to use their custom-built AI agents to drive essential...



            </ssr-keep>
</bolt-card-replacement-body>
                                                <bolt-card-replacement-actions>
  <ssr-keep for="bolt-card-replacement-actions" class="c-bolt-card_replacement__actions">
                          
<bolt-card-replacement-action
     url="https://www.pega.com/about/news/press-releases/pega-powers-ai-agents-reliably-drive-mission-critical-work"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://www.pega.com/about/news/press-releases/pega-powers-ai-agents-reliably-drive-mission-critical-work" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read more<span class="e-bolt-button__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a>            </ssr-keep>
</bolt-card-replacement-action>
            </ssr-keep>
</bolt-card-replacement-actions>
                              </ssr-keep>
</bolt-card-replacement>

			</div>
			</div>

    

  
  

  
  
</div>
</div>

  </div>

      </div>



  </div>

  


  

            

  
  

  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-text-align-center u-bolt-width-1/1@medium">

  
      

            



 
  




  

  








<div  class="u-bolt-text-transform-none c-bolt-headline--center c-bolt-headline c-bolt-headline--bold c-bolt-headline--medium c-bolt-headline--link" id="p-6e4ee0ee-7293-443f-be86-fea6e960edc0"><a  href="/about/news/press-releases" class="e-bolt-text-link e-bolt-text-link--reversed-underline">See all press releases<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></div>

  




  </div>

  



  </div>
    </div>

      </div>
    
      </div>
</bolt-band>

  


  

            

  






<bolt-band
   class="is-ready"    id="p-e1b08491-0dd0-4067-bf62-e05c5b444140"
>
  <div  class="c-bolt-band c-bolt-band--medium c-bolt-band--valign-center t-bolt-light c-bolt-band--full-bleed">
                          


<bolt-background bolt-component>
  <div  class="c-bolt-background">
    
      </div>
</bolt-background>

          
            
        
        
                <div class="c-bolt-band__content">
        



<div  class="e-bolt-wrapper">              <div  class="o-bolt-grid o-bolt-grid--center o-bolt-grid--matrix o-bolt-grid--flex o-bolt-grid--large">
      

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/1@medium">

  
      

            



 
  




  

  








<h3  class="u-bolt-text-transform-none c-bolt-headline--left c-bolt-headline c-bolt-headline--bold c-bolt-headline--xxlarge" id="p-08f21864-0c6c-4fc6-8800-c13e92cf4730">Featured Media Coverage</h3>

  




  </div>

  


  

            

  


  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-width-1/1@medium">

  
        <div id="p-33925bc6-5e5b-4588-bc3e-f1d19ee6f287" class="paragraph paragraph--type--embedded-block paragraph--view-mode--default">
          <div class="views-element-container" id="block-views-blockfeatured-media-coverage-block-1">
  
    
      <div><div class="js-view-dom-id-688196a3202f6633a73efcc7d6c6ebdb640c7b6db03bb395c4d1c5dd7d0f6c1b">
  
  
  

  
  
  

  

<div class="o-bolt-grid o-bolt-grid--flex o-bolt-grid--matrix">
						<div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-4/12@medium">
				





        



<bolt-card-replacement
   url="https://www.cio.com/video/4147081/how-pega-blueprint-uses-ai-to-turn-workflows-into-running-apps-in-minutes.html"      height="full"   
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
          <bolt-card-replacement-link >
                  <a href="https://www.cio.com/video/4147081/how-pega-blueprint-uses-ai-to-turn-workflows-into-running-apps-in-minutes.html" class="c-bolt-card-replacement__link" aria-label="Show more"  target="_blank" >
                          <ssr-keep for="bolt-card-replacement-link" class="u-bolt-visuallyhidden">CIO</ssr-keep>
                      </a>
              </bolt-card-replacement-link>
    
    
                                  

  
            <div>    
      
        



<img  src="https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-03/Demo2.jpg?itok=fbqSsWoq" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-03/Demo2.jpg?itok=g8i7cjiE 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-03/Demo2.jpg?itok=0Fd2wuMs 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-03/Demo2.jpg?itok=zEUBvYhG 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-03/Demo2.jpg?itok=TOZpS_mk 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-03/Demo2.jpg?itok=-U0s2bCD 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-03/Demo2.jpg?itok=eojtDx9c 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-03/Demo2.jpg?itok=fbqSsWoq 1024w" height="752" width="1337" alt="Don Schuerman on the DEMO program hosted by CIO.com" class="e-bolt-image">

      
      
    
</div>
      
                                                  


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                    
  



 
  




  

  








<p  class="c-bolt-eyebrow c-bolt-eyebrow--regular"><time datetime="2026-03-18T12:00:00Z">Mar 18, 2026</time>
 | CIO</p>

  



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">How Pega Blueprint Uses AI to Turn Workflows Into Running Apps in Minutes</h2>

    Pega CTO Don Schuerman sits down with DEMO, hosted by CIO.com, to walk viewers through the intuitive AI-powered Pega Blueprint workflow design solution.



            </ssr-keep>
</bolt-card-replacement-body>
                                                <bolt-card-replacement-actions>
  <ssr-keep for="bolt-card-replacement-actions" class="c-bolt-card_replacement__actions">
                          
<bolt-card-replacement-action
   external    url="https://www.cio.com/video/4147081/how-pega-blueprint-uses-ai-to-turn-workflows-into-running-apps-in-minutes.html"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://www.cio.com/video/4147081/how-pega-blueprint-uses-ai-to-turn-workflows-into-running-apps-in-minutes.html" target="_blank" rel="noopener" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >CIO<span class="e-bolt-button__icon-after" aria-hidden="true"><svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" fill-rule="evenodd" d="M23.01 0h7.49c.83 0 1.5.67 1.5 1.5v7.48c0 .55-.45 1-1 1s-1-.45-1-1V3.41L10.75 22.67c-.2.19-.45.29-.71.29a.996.996 0 01-.71-1.7L28.58 2h-5.57c-.55 0-1-.45-1-1s.45-1 1-1zm1.45 16.31c0-.55.45-1 1-1s1 .45 1 1V30c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V7.54c0-1.1.9-2 2-2h13.75c.55 0 1 .45 1 1s-.45 1-1 1H2V30h22.46V16.31z" clip-rule="evenodd"/></svg></span></a>            </ssr-keep>
</bolt-card-replacement-action>
            </ssr-keep>
</bolt-card-replacement-actions>
                              </ssr-keep>
</bolt-card-replacement>

			</div>
					<div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-4/12@medium">
				





        



<bolt-card-replacement
   url="https://customerland.net/when-ai-starts-designing-the-business/"      height="full"   
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
          <bolt-card-replacement-link >
                  <a href="https://customerland.net/when-ai-starts-designing-the-business/" class="c-bolt-card-replacement__link" aria-label="Show more"  target="_blank" >
                          <ssr-keep for="bolt-card-replacement-link" class="u-bolt-visuallyhidden">Customerland</ssr-keep>
                      </a>
              </bolt-card-replacement-link>
    
    
                                  

  
            <div>    
      
        



<img  src="https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-03/Customerland%20podcast.jpg?itok=s3P3mq_x" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-03/Customerland%20podcast.jpg?itok=zTAg5gU9 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-03/Customerland%20podcast.jpg?itok=DIVLMjCu 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-03/Customerland%20podcast.jpg?itok=KVISrN1O 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-03/Customerland%20podcast.jpg?itok=23KBsde9 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-03/Customerland%20podcast.jpg?itok=Sl7RFb1k 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-03/Customerland%20podcast.jpg?itok=s3P3mq_x 640w" height="442" width="786" alt=" " class="e-bolt-image">

      
      
    
</div>
      
                                                  


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                    
  



 
  




  

  








<p  class="c-bolt-eyebrow c-bolt-eyebrow--regular"><time datetime="2026-03-11T12:00:00Z">Mar 11, 2026</time>
 | Customerland</p>

  



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">When AI Designs the Business</h2>

    On this episode of the Customerland podcast, Pega founder and CEO Alan Trefler unpacks the enterprise opportunity as AI evolves from automating tasks to designing how work actually happens.



            </ssr-keep>
</bolt-card-replacement-body>
                                                <bolt-card-replacement-actions>
  <ssr-keep for="bolt-card-replacement-actions" class="c-bolt-card_replacement__actions">
                          
<bolt-card-replacement-action
   external    url="https://customerland.net/when-ai-starts-designing-the-business/"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://customerland.net/when-ai-starts-designing-the-business/" target="_blank" rel="noopener" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Customerland<span class="e-bolt-button__icon-after" aria-hidden="true"><svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" fill-rule="evenodd" d="M23.01 0h7.49c.83 0 1.5.67 1.5 1.5v7.48c0 .55-.45 1-1 1s-1-.45-1-1V3.41L10.75 22.67c-.2.19-.45.29-.71.29a.996.996 0 01-.71-1.7L28.58 2h-5.57c-.55 0-1-.45-1-1s.45-1 1-1zm1.45 16.31c0-.55.45-1 1-1s1 .45 1 1V30c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V7.54c0-1.1.9-2 2-2h13.75c.55 0 1 .45 1 1s-.45 1-1 1H2V30h22.46V16.31z" clip-rule="evenodd"/></svg></span></a>            </ssr-keep>
</bolt-card-replacement-action>
            </ssr-keep>
</bolt-card-replacement-actions>
                              </ssr-keep>
</bolt-card-replacement>

			</div>
					<div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-4/12@medium">
				





        



<bolt-card-replacement
   url="https://www.techtarget.com/searchcustomerexperience/news/366639857/Pegasystems-adds-vibe-coding-to-Blueprint-app-builder"      height="full"   
  
  >

    
  <ssr-keep for="bolt-card-replacement"  class="c-bolt-card-replacement c-bolt-card-replacement--border-radius-small">
          <bolt-card-replacement-link >
                  <a href="https://www.techtarget.com/searchcustomerexperience/news/366639857/Pegasystems-adds-vibe-coding-to-Blueprint-app-builder" class="c-bolt-card-replacement__link" aria-label="Show more"  target="_blank" >
                          <ssr-keep for="bolt-card-replacement-link" class="u-bolt-visuallyhidden">TechTarget</ssr-keep>
                      </a>
              </bolt-card-replacement-link>
    
    
                                  

  
            <div>    
      
        



<img  src="https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=L4aAz8gG" srcset="https://www.pega.com/sites/default/files/styles/50/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=9ho_A_bx 50w, https://www.pega.com/sites/default/files/styles/100/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=-w5B5Vve 100w, https://www.pega.com/sites/default/files/styles/200/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=0Ck0GUzA 200w, https://www.pega.com/sites/default/files/styles/320/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=2lEu-5Jw 320w, https://www.pega.com/sites/default/files/styles/480/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=jteVASCt 480w, https://www.pega.com/sites/default/files/styles/640/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=9LG-Og2L 640w, https://www.pega.com/sites/default/files/styles/1024/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=zNcUMCPM 1024w, https://www.pega.com/sites/default/files/styles/1366/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=xxlQuef1 1366w, https://www.pega.com/sites/default/files/styles/1536/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=qIapVja3 1536w, https://www.pega.com/sites/default/files/styles/1920/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=TnP5ko79 1920w, https://www.pega.com/sites/default/files/styles/2560/public/media/images/2026-03/Vibe%20coding%20Blueprint%20screenshot%201_0.jpg?itok=L4aAz8gG 2560w" height="1618" width="2878" alt="Pega Blueprint with vibe coding screenshot" class="e-bolt-image">

      
      
    
</div>
      
                                                  


<bolt-card-replacement-body >
  <ssr-keep for="bolt-card-replacement-body"  class="c-bolt-card_replacement__body c-bolt-card_replacement__body--spacing-medium">
                    
  



 
  




  

  








<p  class="c-bolt-eyebrow c-bolt-eyebrow--regular"><time datetime="2026-03-06T12:00:00Z">Mar 6, 2026</time>
 | TechTarget</p>

  



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large">Pegasystems adds vibe coding to Blueprint app builder</h2>

    TechTarget talked to Pega CTO Don Schuerman on the new vibe coding capabilities in Pega Blueprint and how any user can easily design apps rooted in enterprise rules and policies.



            </ssr-keep>
</bolt-card-replacement-body>
                                                <bolt-card-replacement-actions>
  <ssr-keep for="bolt-card-replacement-actions" class="c-bolt-card_replacement__actions">
                          
<bolt-card-replacement-action
   external    url="https://www.techtarget.com/searchcustomerexperience/news/366639857/Pegasystems-adds-vibe-coding-to-Blueprint-app-builder"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://www.techtarget.com/searchcustomerexperience/news/366639857/Pegasystems-adds-vibe-coding-to-Blueprint-app-builder" target="_blank" rel="noopener" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >TechTarget<span class="e-bolt-button__icon-after" aria-hidden="true"><svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" fill-rule="evenodd" d="M23.01 0h7.49c.83 0 1.5.67 1.5 1.5v7.48c0 .55-.45 1-1 1s-1-.45-1-1V3.41L10.75 22.67c-.2.19-.45.29-.71.29a.996.996 0 01-.71-1.7L28.58 2h-5.57c-.55 0-1-.45-1-1s.45-1 1-1zm1.45 16.31c0-.55.45-1 1-1s1 .45 1 1V30c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V7.54c0-1.1.9-2 2-2h13.75c.55 0 1 .45 1 1s-.45 1-1 1H2V30h22.46V16.31z" clip-rule="evenodd"/></svg></span></a>            </ssr-keep>
</bolt-card-replacement-action>
            </ssr-keep>
</bolt-card-replacement-actions>
                              </ssr-keep>
</bolt-card-replacement>

			</div>
			</div>

    

  
  

  
  
</div>
</div>

  </div>

      </div>



  </div>

  


  

            

  
  

  
<div class="o-bolt-grid__cell u-bolt-width-1/1 u-pega-bolt-order-secondary u-bolt-text-align-center u-bolt-width-1/1@medium">

  
      

            



 
  




  

  








<div  class="u-bolt-text-transform-none c-bolt-headline--center c-bolt-headline c-bolt-headline--bold c-bolt-headline--medium c-bolt-headline--link" id="p-2ae2ed85-1649-4a3b-9489-c46c58275f14"><a  href="/about/news/media-coverage" class="e-bolt-text-link e-bolt-text-link--reversed-underline">See all media coverage<span class="e-bolt-text-link__icon-after" aria-hidden="true"><svg  class="e-bolt-icon e-bolt-icon--direction-indicator" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M10 29c-.26 0-.52-.1-.72-.3-.38-.4-.38-1.02 0-1.42l11.48-11.32L9.38 4.72a.99.99 0 010-1.42.99.99 0 011.42 0l11.76 11.6a1.499 1.499 0 010 2.12L10.7 28.7c-.2.2-.44.28-.7.28V29z"/></svg></span></a></div>

  




  </div>

  



  </div>
    </div>

      </div>
    
      </div>
</bolt-band>

  



  </div>

</article>

  </div>
<div id="block-pegawww-theme-modal1" class="block-content--blueprinttaifu block-type-block-content">
  
    
      

  



        
<bolt-modal
   class="p-38a6062b-dc1c-47a9-bc59-32167440af10"    id="p-38a6062b-dc1c-47a9-bc59-32167440af10" width="auto" spacing="none" theme="white" scroll="container"
  uuid="1827478497"
>
  <div>
  <bolt-layout padding-top="medium" align-items="center">
    <bolt-layout-item valign-self="unset" order="natural" class="u-bolt-text-align-none">
      <div class="u-bolt-text-align-center e-bolt-type e-bolt-type--lora e-bolt-type--size-xxlarge e-bolt-type--headline e-bolt-type--weight-bold e-bolt-type--color-auto">
        Ready to build a Blueprint?
      </div>

      <div class="u-bolt-text-align-center e-bolt-type e-bolt-type--size-medium e-bolt-type--subheadline e-bolt-type--weight-normal e-bolt-type--color-auto">
        Choose the reinvention engine for your needs.
      </div>
    </bolt-layout-item>
  </bolt-layout>
</div>

<div>
  <bolt-layout padding-top="medium" padding-bottom="medium" class="u-bolt-padding-left-medium u-bolt-padding-right-medium" align-items="center" template="halves@from-medium">
    <bolt-layout-item class="u-bolt-height-full t-bolt-xlight u-bolt-border-radius-large u-bolt-text-align-none" style="background: linear-gradient(160deg, #f0f4ff, #eef0ff)" valign-self="unset" order="natural">
      <div>
        <bolt-layout padding-top="medium" padding-bottom="medium" class="u-bolt-padding-left-medium u-bolt-padding-right-medium" align-items="center" valign-items="center">
          <bolt-layout-item valign-self="unset" order="natural" class="u-bolt-text-align-none">
            <div class="e-bolt-type e-bolt-type--size-medium e-bolt-type--headline e-bolt-type--weight-bold e-bolt-type--color-auto">
              For workflows &amp; app design
            </div>

            <p class="u-bolt-margin-bottom-medium e-bolt-type e-bolt-type--size-small e-bolt-type--subheadline e-bolt-type--weight-normal e-bolt-type--color-navy">
              Reimagine your processes and turn any workflow into a build-ready
              application with confidence.
            </p>
            <bolt-stack class="u-bolt-margin-top-medium">
              <a href="/blueprint/dashboard" class="e-bolt-button t-bolt-yellow">Pega Blueprint™<span class="e-bolt-button__icon-after" aria-hidden="true"><svg class="e-bolt-icon" viewBox="0 0 32 32" aria-hidden="true">
                    <path fill="#151619" d="M29.06 15.02l-6.48-7.68a.988.988 0 00-1.4-.12c-.42.36-.48.98-.12 1.4l5.38 6.36H4.42c-.56 0-1 .44-1 1s.44 1 1 1h22l-5.38 6.36c-.36.42-.3 1.06.12 1.4a.98.98 0 001.4-.12l6.48-7.66c.48-.56.48-1.38 0-1.96l.02.02z" /></svg></span></a></bolt-stack>
          </bolt-layout-item>
        </bolt-layout></div></bolt-layout-item>
    <bolt-layout-item class="u-bolt-height-full t-bolt-navy u-bolt-border-radius-large u-bolt-text-align-none" valign-self="unset" order="natural">
      <div>
        <bolt-layout padding-top="medium" padding-bottom="medium" class="u-bolt-padding-left-medium u-bolt-padding-right-medium" align-items="center" valign-items="center">
          <bolt-layout-item valign-self="unset" order="natural" class="u-bolt-text-align-none">
            <div class="e-bolt-type e-bolt-type--size-medium e-bolt-type--headline e-bolt-type--weight-bold e-bolt-type--color-auto">
              For marketing &amp; CX strategy design
            </div>

            <p class="u-bolt-margin-bottom-medium e-bolt-type e-bolt-type--size-small e-bolt-type--subheadline e-bolt-type--weight-normal e-bolt-type--color-auto">
              Visualize customer journeys and engagement strategies across all
              touchpoints and activate them.
            </p>
            <bolt-stack class="u-bolt-margin-top-medium">
              <a href="/customer-engagement-blueprint/dashboard" class="e-bolt-button t-bolt-yellow">Pega Customer Engagement Blueprint™<span class="e-bolt-button__icon-after" aria-hidden="true"><svg class="e-bolt-icon" viewBox="0 0 32 32" aria-hidden="true">
                    <path fill="#151619" d="M29.06 15.02l-6.48-7.68a.988.988 0 00-1.4-.12c-.42.36-.48.98-.12 1.4l5.38 6.36H4.42c-.56 0-1 .44-1 1s.44 1 1 1h22l-5.38 6.36c-.36.42-.3 1.06.12 1.4a.98.98 0 001.4-.12l6.48-7.66c.48-.56.48-1.38 0-1.96l.02.02z" /></svg></span></a></bolt-stack>
          </bolt-layout-item>
        </bolt-layout></div></bolt-layout-item>
  </bolt-layout>
</div>
</bolt-modal>

  </div>

  </div>

      
              






        

<bolt-band
   class="u-hide@small is-ready"   
>
  <div  class="c-bolt-band c-bolt-band--small c-bolt-band--valign-center c-bolt-band--full-bleed">
                      
            
        
        
                <div class="c-bolt-band__content">
        



<div  class="e-bolt-wrapper">                                                            
            








    
          
  
            
          
                  
          
  
            
          
                  
          
  
            
          
                  
          
  
            
          
              
          
            
            
<bolt-share
   size="medium"    opacity="100"    align="start"    display="inline"    class="js-current-page-share"
>
    
  <div  class="c-bolt-share c-bolt-share--opacity-100">
          




    
<bolt-list
   tag="ul"    display="inline"    spacing="small"    separator="none"    align="start"    valign="center"       
>
      
    
  <ssr-keep
    for="bolt-list"
     role="list"      class="c-bolt-list c-bolt-list--display-inline c-bolt-list--spacing-small c-bolt-list--align-start c-bolt-list--valign-center"
  >
                  

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
            <span class="c-bolt-share__label c-bolt-share__label--medium">Share this page</span>

      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                        <a  href="https://www.facebook.com/sharer/sharer.php?u=https://www.pega.com/about/news&amp;src=sdkpreparse" class="c-bolt-share__link js-bolt-share__link--facebook" target="_blank" rel="noopener">
          





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M2 0a2 2 0 00-2 2v28a2 2 0 002 2h13.705v-9.871H12v-4.292h3.705v-3.165C15.705 11 17.948 9 21.225 9c1.569 0 2.917.117 3.31.168v3.84h-2.271c-1.784 0-2.127.847-2.127 2.089v2.74h4.248l-.554 4.292h-3.694V32H30a2 2 0 002-2V2a2 2 0 00-2-2H2z"/></svg>          <span class="c-bolt-share__link-text">
            Share via Facebook
          </span>
        </a>
          
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                        <a  href="https://twitter.com/intent/tweet?url=https://www.pega.com/about/news&amp;text=Newsroom&amp;via=pega" class="c-bolt-share__link js-bolt-share__link--x" target="_blank" rel="noopener">
          





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M19.044 13.55L30.957 0h-2.823L17.79 11.765 9.53 0H0l12.493 17.79L0 32h2.823l10.923-12.424L22.471 32H32L19.044 13.55zm-3.866 4.398l-1.266-1.772L3.84 2.08h4.336l8.128 11.377 1.266 1.771 10.566 14.788h-4.337l-8.621-12.067z"/></svg>          <span class="c-bolt-share__link-text">
            Share via X
          </span>
        </a>
          
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                        <a  href="https://www.linkedin.com/shareArticle?url=https://www.pega.com/about/news&amp;title=Newsroom" class="c-bolt-share__link js-bolt-share__link--linkedin" target="_blank" rel="noopener">
          





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M31.992 32H32V20.362c0-5.692-1.23-10.077-7.906-10.077-3.21 0-5.363 1.756-6.242 3.42h-.093v-2.888h-6.33v21.181h6.591V21.511c0-2.762.525-5.432 3.956-5.432 3.381 0 3.431 3.151 3.431 5.609V32h6.585zM0 10.286h6.857V32H0V10.286zM4 0C1.792 0 0 1.783 0 3.981S1.792 8 4 8s4-1.82 4-4.019C7.999 1.783 6.207 0 4 0z"/></svg>          <span class="c-bolt-share__link-text">
            Share via LinkedIn
          </span>
        </a>
          
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
     role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start"
  >
                        <a href="/cdn-cgi/l/email-protection#714e0204131b1412054c3f140602031e1e1c57101c014a131e15084c38544341021006544341051918025443411e1f544341211416105f121e1c544341101f1554434105191e04161905544341081e045443411c1816190554434117181f155443411805544341181f051403140205181f1654423054434119050501025442305443375443370606065f011416105f121e1c54433710131e04055443371f140602" class="c-bolt-share__link js-bolt-share__link--email" target="_blank" rel="noopener">
          





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M30 4H2C.9 4 0 4.9 0 6v21c0 1.1.9 2 2 2h28c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-1.41 2L16 18.59 3.41 6H28.59zM2 27V7.41L14.59 20c.39.39.9.58 1.41.58.51 0 1.03-.2 1.42-.58L30 7.41V27H2z"/></svg>          <span class="c-bolt-share__link-text">
            Share via Email
          </span>
        </a>
          
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
   last    role="presentation"   
>
  <ssr-keep
    for="bolt-list-item"
     role="listitem"      class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-small c-bolt-list-item--align-start c-bolt-list-item--last-item"
  >
              






<bolt-copy-to-clipboard >
  <span  class="c-bolt-copy-to-clipboard js-bolt-copy-to-clipboard">
    <button class="c-bolt-copy-to-clipboard__trigger" data-clipboard-text="https://www.pega.com/about/news">
          <span class="c-bolt-share__link">
      





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" fill-rule="evenodd" d="M25.85.87l5.25 5.26-.01.01c.58.58.9 1.35.9 2.17 0 .82-.32 1.59-.9 2.17L19.16 22.42a3.045 3.045 0 01-4.32 0l-3.67-3.67c-.39-.4-.39-1.03 0-1.42a.996.996 0 011.41 0L16.25 21c.41.41 1.09.41 1.5 0L29.68 9.05a1.06 1.06 0 000-1.5l-5.25-5.26c-.4-.4-1.1-.4-1.5 0l-4.07 4.08c-.39.39-1.02.4-1.41 0-.39-.4-.39-1.03 0-1.42L21.52.87c1.16-1.16 3.17-1.16 4.33 0zM9.07 29.68l4.07-4.07-.01-.01a.987.987 0 011.41 0c.39.4.39 1.03 0 1.42l-4.07 4.08c-.6.6-1.39.9-2.17.9s-1.56-.3-2.16-.9L.89 25.84a3.072 3.072 0 010-4.33L12.83 9.56a3.072 3.072 0 014.33 0l3.67 3.67c.39.4.39 1.03 0 1.42a.996.996 0 01-1.41 0l-3.67-3.67c-.41-.41-1.09-.41-1.5 0L2.32 22.92c-.41.41-.41 1.09 0 1.5l5.25 5.26c.41.42 1.09.41 1.5 0z" clip-rule="evenodd"/></svg>      <span class="c-bolt-share__link-text">
        Copy share link
      </span>
    </span>
  
    </button>

    <span class="c-bolt-copy-to-clipboard__transition">
          <span class="c-bolt-share__link">
      





  <svg  class="c-bolt-share__copy-animation e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" fill-rule="evenodd" d="M30 3c.1-.54.62-.92 1.16-.82l-.02-.02c.54.1.92.62.82 1.16l-1.48 8.6c-.14.82-.84 1.4-1.64 1.4h-.24l-8.38-1.3a1 1 0 01-.84-1.14c.08-.56.6-.92 1.14-.84l7.12 1.1c-.1-.1-.18-.2-.24-.34C25.42 6.06 21 3 15.98 3S6.46 6.12 4.5 10.94c-.16.38-.52.62-.92.62-.12 0-.26-.02-.38-.08-.5-.2-.74-.78-.54-1.3C4.94 4.6 10.16 1 16 1.02c5.5 0 10.48 3.26 12.92 8.34L30 3zm-2.56 18.12a.97.97 0 011.3-.54h-.06c.52.2.76.8.54 1.3-2.3 5.48-7.5 9.02-13.26 9.02-5.4 0-10.28-3.14-12.76-8.04l-1.24 7.3c-.08.5-.5.84-.98.84H.82c-.54-.1-.92-.62-.82-1.16l1.5-8.6c.16-.9.98-1.52 1.88-1.38l8.38 1.3c.54.08.92.6.84 1.14-.08.54-.6.92-1.14.84l-6.34-.98c2.18 4.14 6.3 6.76 10.9 6.76 4.94 0 9.44-3.06 11.42-7.8z" clip-rule="evenodd"/></svg>      <span class="u-bolt-visuallyhidden">
        Copying...
      </span>
    </span>
  
    </span>

    <span class="c-bolt-copy-to-clipboard__confirmation">
          <div class="c-bolt-share__link">
      





  <svg  class="e-bolt-icon e-bolt-icon--medium" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M12.11 27c-.62 0-1.22-.26-1.65-.73L.26 15.16a.996.996 0 01.06-1.41.996.996 0 011.41.06l10.2 11.12c.12.13.22.13.34 0L30.26 5.32a.988.988 0 011.41-.06c.41.37.43 1.01.06 1.41l-17.98 19.6c-.42.46-1.02.73-1.64.73z" class="cls-2"/></svg>      <span class="c-bolt-share__link-text">
        Copied!
      </span>
    </div>
  
    </span>
  </span>
</bolt-copy-to-clipboard>
  
      </ssr-keep>
</bolt-list-item>
            </ssr-keep>
</bolt-list>
      </div>
</bolt-share>
              </div>

      </div>
    
      </div>
</bolt-band>
          </div>
  </main>

      










<footer  class="c-bolt-page-footer js-bolt-page-footer">
  <nav class="c-bolt-page-footer__nav c-bolt-page-footer__nav--main" aria-label="Footer links">
    <div class="c-bolt-page-footer__nav-item c-bolt-page-footer__nav-item--description">
      



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--xlarge">About Pega</h2>

<p>Pega delivers the platform to reimagine, run, and evolve the processes and decisions an enterprise can&#039;t afford to get wrong. We combine AI with proven architecture to keep mission-critical operations governed, scalable, and continuously adaptable. Since 1983, the world&#039;s largest organizations have trusted Pega to turn transformation ambition into durable results.</p>

    </div>
      


<div  class="c-bolt-page-footer__nav-item c-bolt-page-footer__nav-item--social">
  <h3  class="c-bolt-page-footer__nav-headline">
    Join the conversation
  </h3>
  <button class="c-bolt-page-footer__nav-headline c-bolt-page-footer__nav-headline--trigger js-bolt-page-footer-toggle-trigger" type="button" aria-expanded="false">
    Join the conversation
    <span class="c-bolt-page-footer__nav-headline--trigger__icon" aria-hidden="true">
      





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>    </span>
  </button>
  <ul class="c-bolt-page-footer__nav-list">
      


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://twitter.com/pega" target="_blank" rel="noopener" class="c-bolt-page-footer__nav-link" aria-describedby="page-footer-new-window">
          <span class="c-bolt-page-footer__nav-link__icon">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M19.044 13.55L30.957 0h-2.823L17.79 11.765 9.53 0H0l12.493 17.79L0 32h2.823l10.923-12.424L22.471 32H32L19.044 13.55zm-3.866 4.398l-1.266-1.772L3.84 2.08h4.336l8.128 11.377 1.266 1.771 10.566 14.788h-4.337l-8.621-12.067z"/></svg></span>
        <span class="c-bolt-page-footer__nav-link__text">X (Twitter)</span>
      </a>
</li>

  


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.facebook.com/pegasystems" target="_blank" rel="noopener" class="c-bolt-page-footer__nav-link" aria-describedby="page-footer-new-window">
          <span class="c-bolt-page-footer__nav-link__icon">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M18.787 32V17.404h4.897l.734-5.69h-5.631V8.082c0-1.646.455-2.769 2.82-2.769l3.01-.001V.222C24.096.156 22.309 0 20.229 0c-4.343 0-7.317 2.651-7.317 7.519v4.195H8v5.69h4.912V32h5.874z"/></svg></span>
        <span class="c-bolt-page-footer__nav-link__text">Facebook</span>
      </a>
</li>

  


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.linkedin.com/company/165426" target="_blank" rel="noopener" class="c-bolt-page-footer__nav-link" aria-describedby="page-footer-new-window">
          <span class="c-bolt-page-footer__nav-link__icon">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" fill-rule="evenodd" d="M2 0a2 2 0 00-2 2v28a2 2 0 002 2h28a2 2 0 002-2V2a2 2 0 00-2-2H2zm23 25h-3.728v-5.85c0-1.395-.028-3.183-1.94-3.183-1.94 0-2.237 1.515-2.237 3.082v5.95h-3.728V12.982h3.58v1.639h.052c.498-.944 1.716-1.94 3.53-1.94 3.776 0 4.471 2.487 4.471 5.717v6.601zM7.297 12.981h3.732V25H7.297V12.982zM7 9.162a2.162 2.162 0 014.323 0c0 1.193-.968 2.181-2.162 2.181C7.969 11.343 7 10.355 7 9.162z" clip-rule="evenodd"/></svg></span>
        <span class="c-bolt-page-footer__nav-link__text">Linkedin</span>
      </a>
</li>

  


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.youtube.com/user/Pegasystems" target="_blank" rel="noopener" class="c-bolt-page-footer__nav-link" aria-describedby="page-footer-new-window">
          <span class="c-bolt-page-footer__nav-link__icon">  





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M18.891 15.5l-4.685-2.784v5.568L18.89 15.5z"/><path fill="#001F5F" fill-rule="evenodd" d="M2 0a2 2 0 00-2 2v28a2 2 0 002 2h28a2 2 0 002-2V2a2 2 0 00-2-2H2zm21.043 9.398a2.292 2.292 0 011.586 1.636c.386 1.453.37 4.481.37 4.481s0 3.013-.37 4.466a2.292 2.292 0 01-1.586 1.636C21.634 22 16 22 16 22s-5.62 0-7.043-.398a2.292 2.292 0 01-1.586-1.636C7 18.528 7 15.5 7 15.5s0-3.013.37-4.466c.208-.795.83-1.438 1.587-1.652C10.366 9 16 9 16 9s5.634 0 7.043.398z" clip-rule="evenodd"/></svg></span>
        <span class="c-bolt-page-footer__nav-link__text">Youtube</span>
      </a>
</li>

  </ul>
</div>
    
      
          


<div  class="c-bolt-page-footer__nav-item">
  <h3  class="c-bolt-page-footer__nav-headline">
    Company
  </h3>
  <button class="c-bolt-page-footer__nav-headline c-bolt-page-footer__nav-headline--trigger js-bolt-page-footer-toggle-trigger" type="button" aria-expanded="false">
    Company
    <span class="c-bolt-page-footer__nav-headline--trigger__icon" aria-hidden="true">
      





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>    </span>
  </button>
  <ul class="c-bolt-page-footer__nav-list">
                          
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/about" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">About Pega</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/about/office-locations" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Office Locations</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/about/careers" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Careers</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/contact-us" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Contact Us</span>
      </a>
</li>
                      
        
                                    
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <span  class="cheshire-telephone c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">US: 1-888-PEGA-NOW</span>
      </span>
</li>
                      
        
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <span  class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">AU: 1800 763 425</span>
      </span>
</li>
          
  </ul>
</div>
          
          


<div  class="c-bolt-page-footer__nav-item">
  <h3  class="c-bolt-page-footer__nav-headline">
    Pega Sites
  </h3>
  <button class="c-bolt-page-footer__nav-headline c-bolt-page-footer__nav-headline--trigger js-bolt-page-footer-toggle-trigger" type="button" aria-expanded="false">
    Pega Sites
    <span class="c-bolt-page-footer__nav-headline--trigger__icon" aria-hidden="true">
      





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>    </span>
  </button>
  <ul class="c-bolt-page-footer__nav-list">
                          
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://community.pega.com/" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Community</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://forums.pega.com/" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Pega Forums</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://academy.pega.com" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Pega Academy Training</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://design.pega.com/" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Product Design</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://partners.pega.com/" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Partners</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/events/pegaworld" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">PegaWorld Conference</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/blog" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Blog</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://my.pega.com" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">MyPega</span>
      </a>
</li>
          
  </ul>
</div>
          
          


<div  class="c-bolt-page-footer__nav-item">
  <h3  class="c-bolt-page-footer__nav-headline">
    Resources
  </h3>
  <button class="c-bolt-page-footer__nav-headline c-bolt-page-footer__nav-headline--trigger js-bolt-page-footer-toggle-trigger" type="button" aria-expanded="false">
    Resources
    <span class="c-bolt-page-footer__nav-headline--trigger__icon" aria-hidden="true">
      





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>    </span>
  </button>
  <ul class="c-bolt-page-footer__nav-list">
                          
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/analyst-reports" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Analyst Reports</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/demos" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Demo Videos</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/platform-trial" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Pega Platform Trial</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/services" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Partners &amp; Consulting Services</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/trust" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Trust Center</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/tech-knowledge" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Tech Knowledge</span>
      </a>
</li>
          
  </ul>
</div>
      


  </nav>
  <aside aria-label="More footer links">
    <nav class="c-bolt-page-footer__nav c-bolt-page-footer__nav--aside" aria-label="Utilities">
          




<div  class="c-bolt-page-footer__nav-item c-bolt-page-footer__nav-item--language">
  <h3  class="c-bolt-page-footer__nav-headline">
    Languages
  </h3>
  <button class="c-bolt-page-footer__nav-headline c-bolt-page-footer__nav-headline--trigger js-bolt-page-footer-toggle-trigger" type="button" aria-expanded="false">
    Languages
    <span class="c-bolt-page-footer__nav-headline--trigger__icon" aria-hidden="true">
      





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>    </span>
  </button>
  <ul class="c-bolt-page-footer__nav-list">
              
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">English</span>
      </a>
</li>
          
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/fr" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Français</span>
      </a>
</li>
          
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/de" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Deutsch</span>
      </a>
</li>
          
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/it" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Italiano</span>
      </a>
</li>
          
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/ja" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">日本語</span>
      </a>
</li>
          
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/pt-br" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Português</span>
      </a>
</li>
          
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/es" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Español</span>
      </a>
</li>
  
  </ul>
</div>


    




<div  class="c-bolt-page-footer__nav-item c-bolt-page-footer__nav-item--legal">
  <h3  class="c-bolt-page-footer__nav-headline">
    Legal
  </h3>
  <button class="c-bolt-page-footer__nav-headline c-bolt-page-footer__nav-headline--trigger js-bolt-page-footer-toggle-trigger" type="button" aria-expanded="true">
    Legal
    <span class="c-bolt-page-footer__nav-headline--trigger__icon" aria-hidden="true">
      





  <svg  class="e-bolt-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true"><path fill="#001F5F" d="M16.04 23c-.4 0-.78-.16-1.06-.44L3.28 10.7c-.38-.4-.38-1.02 0-1.42.4-.38 1.02-.38 1.42 0l11.32 11.48 11.24-11.4a.99.99 0 011.42 0c.4.38.4 1.02 0 1.42l-11.6 11.76c-.28.28-.66.44-1.06.44l.02.02z"/></svg>    </span>
  </button>
  <ul class="c-bolt-page-footer__nav-list">
              
              
    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/terms" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Terms of Use</span>
      </a>
</li>
          
              
    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/accessibility" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Accessibility</span>
      </a>
</li>
          
              
    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/trademarks" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Trademarks</span>
      </a>
</li>
          
              
    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/privacy-and-security" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Privacy</span>
      </a>
</li>
          
              
                    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/privacy/preference-center" class="u-bolt-margin-right-xsmall@medium u-base--icon__ccpa c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Your Privacy Choices</span>
      </a>
</li>
  
      <li class="c-bolt-page-footer__nav-list-item c-page-footer__nav-list-item">
    <span id="teconsent" class="js-teconsent c-base-cookie-preferences-link">
    </span>
  </li>

  </ul>
</div>



      <span class="c-bolt-page-footer__nav-item c-bolt-page-footer__nav-item--copyrights">&copy;2026 Pegasystems Inc.</span>
    </nav>
  </aside>
  <span id="page-footer-new-window" hidden>Open in new window</span>
</footer>

  </div>

  </div>

    <div id="consent_blackbar"></div><div class="abm-toast"></div><div class="gsc-parking-lot"></div>
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"node\/63966","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJyNVIuS2yAM_KE4tLne_Y5GBsUmweBBwrn06ysc59GLL-2MB9tiJcRqJWQmAR8PZCVlY5m3bU7oLLKA0DBCT77rBfb-E7qQWgwbfPbpsndQxAcvZ7ChIhhOpxO8ve8-1hx67whsioJWoC1tG0gBtxARp2-9Jl0SDCQI4kX9vk_Lx72PNd7uHWbfEQuTnieSIuhzv-sY8LwWItKJAaODMQOOo8cIAU9cvAALKkMUlShvj5RX3ZP4vbcoXk8TP5A6Kakzs0rpmovkoqBsAdtURElKR1_Z9E7673wq1bvd28_LLTNZHMX2CPuUB823pVV61MvBr93PhdJajpwC10IItvzV5cBbmwZ4-9j9AHSHUlmjDoG9aH5KRNEka44pl4Eh-HhcCVFdNDVZ2TpROyfMpR2UX5oqtxMG75Rop_UKZ9jYlMm4XEYMWzzg56bDIsNoLq_NiBm7jGPPV9Ddsi1xLG3w3JPbzKljxHDW6imYBq1yi0yNZLTHy36bgpi6NIvIblZoFW7q8mDrfDQXYKOFIn7YGpLDYL78P-xLr1Iyyu-Yol6bG3SDj42kFFrM-u66QK_wc5a9Zs4vUTmdmHLjaKwqqbJ8BV8uw6R67P8b2HDpOlW6tsQLl57QrSCeiL6YQ5XNWWkN1HhV6vMt037fWIwTclPHx7ztbDI6irh2H6vKsCPotWbherCrVdOONNePi7lLSem-ywNIzIoN0kRZR99SmICxA6aggtYDjfMYUrdsDQOb29f2QWIjZU4a0_8m89Wwja3daqEmT6cLWqPvdcmTt2RmiSx2TubB0TV6sspn7sEbgFPJlpq_CFh6zjz-QO0rYKvDIICk8QVy6c6bjP4B0tFUB_KMrTPrWfVW-9tdw90hiyr4rKoaTG3TTSWFzbxutZtKoD9uN658","theme":"pegawww_theme","theme_token":null},"ajaxTrustedUrl":[],"googleAnalyticsEt":{"method":"dataLayer","trackers":[{"selector":"bolt-accordion bolt-accordion-item p, bolt-accordion bolt-accordion-item .c-bolt-headline--large, bolt-accordion bolt-accordion-item","event":"click","category":"interact","action":"EVG - Accordion Trigger click","label":"!text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-accordion-item__trigger-label"},{"selector":"bolt-accordion bolt-accordion-item bolt-button, bolt-accordion bolt-accordion-item bolt-link, bolt-accordion bolt-accordion-item .e-bolt-button","event":"click","category":"interact","action":"EVG - Accordion CTA click","label":"!href","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"bolt-action-blocks bolt-action-block a, bolt-action-blocks .c-partner-card__logo-link","event":"click","category":"browse","action":"EVG - Action Menu click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"bolt-band .c-bolt-band__content bolt-teaser bolt-button, bolt-band .c-bolt-band__content bolt-button-group bolt-button, .o-bolt-grid__cell.u-bolt-text-align-center bolt-button:only-child, bolt-band .o-bolt-grid__cell bolt-button","event":"click","category":"interact","action":"EVG - Band CTA click","label":"!href !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"bolt-band#p-fe6e2b92-edbf-4470-a07a-7e050fd28f4c, .c-bolt-band__pinned-item, #lets-go-link, #p-3a2c8a9e-4a7c-4aa8-ba12-5ab8922016ee bolt-button, #p-52264729-7fab-499d-b922-876f7e2b962f a","event":"click","category":"interact","action":"EVG - Band CTA click","label":"!href !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"bolt-band .band-cta, bolt-band .o-bolt-grid__cell .e-bolt-text-link, bolt-layout-item .e-bolt-button","event":"click","category":"interact","action":"EVG - Band CTA click","label":"!href !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"#p-d1787c59-3933-4496-b1c3-227694e7c83e .c-bolt-headline--link, #pw-page-reg-btn, #p-fc8a7505-6256-425a-895e-961104e519d7 .e-bolt-button","event":"click","category":"interact","action":"EVG - Band CTA click","label":"!href !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-link "},{"selector":"bolt-band .c-bolt-band__content bolt-teaser .e-bolt-button, bolt-band .c-bolt-band__content bolt-button-group .e-bolt-button, .o-bolt-grid__cell.u-bolt-text-align-center .e-bolt-button:only-child, bolt-band .o-bolt-grid__cell .e-bolt-button","event":"click","category":"interact","action":"EVG - Band CTA click","label":"!href !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"bolt-carousel, .c-bolt-slideshow__navigation .js-bolt-slideshow__navigation-btn","event":"click","category":"asset engagement","action":"EVG - Carousel nav click","label":"!currentPage","value":1,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-carousel__button"},{"selector":".c-bolt-headline--xsmall .e-bolt-text-link, .c-bolt-headline--xsmall bolt-link","event":"click","category":"browse","action":"EVG - Eyebrow Link click","label":"!href !text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":".modal-cta, bolt-modal bolt-button, bolt-modal .e-bolt-button, bolt-modal a","event":"click","category":"interact","action":"OVL - Modal CTA click","label":"!href","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"bolt-card-replacement bolt-card-replacement-link","event":"click","category":"interact","action":"EVG - Preview Card click","label":"!href","value":2,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-card_replacement__link"},{"selector":"bolt-card-replacement bolt-card-replacement-action, .card-cta, .bolt-card-replacement .bolt-card-replacement-link, bolt-card-replacement .e-bolt-text-link, bolt-card-replacement bolt-card-replacement-link","event":"click","category":"interact","action":"EVG - Preview Card click","label":"!href","value":2,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-card_replacement__link"},{"selector":".evg-special-offer","event":"click","category":"interact","action":"EVG - Special Offer click","label":"!href","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"bolt-tabs","event":"click","category":"interact","action":"EVG - Tab click","label":"!text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-tabs__label-inner"},{"selector":"bolt-trigger","event":"click","category":"interact","action":"EVG - Tab click","label":"!text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-trigger"},{"selector":"bolt-teaser bolt-link, bolt-grid-item bolt-band .c-bolt-headline bolt-link, bolt-band .c-bolt-headline bolt-link, .teaser-link-click, bolt-band .c-bolt-headline .e-bolt-text-link, .c-bolt-teaser .c-bolt-teaser__headline a","event":"click","category":"browse","action":"EVG - Teaser Link click","label":"!href !text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":".o-bolt-grid__cell ul li a, .o-bolt-grid__cell p a, .o-bolt-grid__cell bolt-grid-item p a, bolt-layout-item p a, .o-bolt-grid__cell span a, bolt-layout-item span a, bolt-layout-item .e-bolt-type--headline .e-bolt-text-link, bolt-layout-item p a","event":"click","category":"interact","action":"EVG - Text Link click","label":"!href !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"bolt-card-replacement form input, bolt-layout-item .c-base-ocpl-form form .js-form-item input","event":"click","category":"asset engagement","action":"FRM - Form Interaction click","label":"!currentPage","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"button.webform-button--submit, #edit-calculator-form .webform-button--submit, #edit-actions-submit","event":"click","category":"interact","action":"FRM - Form Submit Button click","label":"!currentPage","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":".c-webform-card__mobile-cta .js-webform-card__mobile-cta-button, .c-webform-card__mobile-cta .e-bolt-button","event":"click","category":"interact","action":"FRM - Mobile CTA click","label":"!currentPage","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"footer .c-page-footer__primary .o-bolt-ui-list__item a, footer .c-bolt-page-footer__nav--main .c-bolt-page-footer__nav-item a","event":"click","category":"browse","action":"FTR - Footer Menu click","label":"!href !text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"footer .c-page-footer__secondary a, footer .c-base-ocpl-footer__item .e-bolt-text-link, footer .c-bolt-page-footer__nav--aside .c-bolt-page-footer__nav-link","event":"click","category":"browse","action":"FTR - Secondary Link click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"footer .c-page-footer__nav-item--social .c-page-footer__nav-link, footer .c-bolt-page-footer__nav-item--social .c-bolt-page-footer__nav-link","event":"click","category":"browse","action":"FTR - Social Link click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":".c-pega-wwo__block-action .c-pega-wwo__block-action-link, .int-cta-click","event":"click","category":"interact","action":"INT - CTA click","label":"!href !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"bolt-interactive-step bolt-animate bolt-cta bolt-link, bolt-animate bolt-button, bolt-animate .e-bolt-button","event":"click","category":"interact","action":"INT - Microjourney - CTA click","label":"!text !href","value":2,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-link"},{"selector":"bolt-interactive-pathways bolt-interactive-pathway, bolt-interactive-pathways bolt-interactive-pathway bolt-interactive-step","event":"click","category":"interact","action":"INT - Microjourney - Step click","label":"!text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-interactive-pathway__nav-item, .c-bolt-interactive-step__title"},{"selector":".c-pega-wwo__toggle  .wwo-toggle .wwo-toggle__item","event":"click","category":"interact","action":"INT - Tab click","label":"!text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".flyout-cta-click, .prod-toast bolt-button, .prod-toast .e-bolt-button","event":"click","category":"hand-raise","action":"NAV - Flyout - CTA click","label":"!href","value":3,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header .c-page-header__contact bolt-button, .c-bolt-page-header .c-bolt-page-header__cta a, header .c-page-header__contact .e-bolt-button","event":"click","category":"hand-raise","action":"NAV - Main - CTA Button click","label":"!text !currentPage","value":3,"noninteraction":false,"ga4":[],"shadowSelector":".c-bolt-button"},{"selector":"header .c-mega-nav__mobile-contact .c-mega-nav__mobile-contact-link, .c-bolt-page-header .c-bolt-page-header__cta a","event":"click","category":"hand-raise","action":"NAV - Main - CTA Button click","label":"!text !currentPage","value":3,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header .c-mega-nav #cd-primary-nav .c-mega-nav__link, .c-bolt-page-header__nav .c-bolt-page-header__nav-list--site .c-bolt-page-header__nav-link","event":"click","category":"browse","action":"NAV - Main - Nav click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header .c-page-header__image .c-site-logo, .c-bolt-page-header .c-bolt-page-header__logo, .c-base-ocpl-logo","event":"click","category":"browse","action":"NAV - Main - Pega Logo click","label":"!currentPage","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header .c-header-buttons .c-global-search__panel-trigger","event":"click","category":"interact","action":"NAV - Main - Search click","label":"!currentPage","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"nav .c-bolt-navbar-item a","event":"click","category":"browse","action":"NAV - Subnav - Link click","label":"!text !href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header #block-languageswitcher .c-language-switcher .c-utility-nav__item .c-header-dropdown__level-1 a, .c-bolt-page-header__nav .c-bolt-page-header__nav-list--user .language-switcher-language-url .language-link","event":"click","category":"browse","action":"NAV - Utility - Language Selector click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header nav .c-utility-nav.u-float-right .c-utility-nav__link, .c-utility-nav.u-float-right .c-utility-nav__item a, .js-account-info__anonymous .js-bolt-page-header-nav .js-bolt-page-header-nav-item a","event":"click","category":"hand-raise","action":"NAV - Utility - Log In \/ Sign Up click","label":"!text !href","value":3,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header .c-bolt-page-header__nav-list--related-sites bolt-layout-item bolt-stack .e-bolt-text-link","event":"click","category":"browse","action":"NAV - Utility - Pega Sites click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header .c-account-info .c-account-info__signout a","event":"click","category":"interact","action":"NAV - Utility - Sign Out click","label":"!currentPage","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"header .c-account-info .c-account-info__main a, .c-bolt-page-header__nav .c-bolt-page-header__nav-list--user .c-bolt-page-header__nav-link","event":"click","category":"interact","action":"NAV - Utility -  User Account click","label":"!currentPage !text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":".js-pega-lang-selection__confirmation-prompt--approve","event":"click","category":"browse","action":"OVL - Language Detector click - Yes","label":"!text !href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":".js-pega-lang-selection__confirmation-prompt--dismiss","event":"click","category":"browse","action":"OVL - Language Detector click - No","label":"!text !href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"#pega-lang-selection__save-preferred","event":"click","category":"browse","action":"OVL - Language Detector click - Save Preferred","label":"!text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"bolt-carousel-slide .c-bolt-teaser__action-list .e-bolt-text-link","event":"click","category":"interact","action":"SOC - Share Tool click","label":"!customToken","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"bolt-share.js-share-best-of bolt-menu-item[data-ga-custom-token], bolt-share.js-share-best-of bolt-copy-to-clipboard[data-ga-custom-token], bolt-share.js-share-best-of bolt-menu-item, bolt-share.js-share-best-of bolt-copy-to-clipboard","event":"click","category":"interact","action":"SOC - Share Tool click","label":"!customToken","value":2,"noninteraction":false,"ga4":{"event":"click","click_text":"!text","click_url":"!href","click_type":"share","click_location":"main body","click_count":"1"},"shadowSelector":""},{"selector":".js-did-you-mean","event":"click","category":"interact","action":"SOLR - Did You Mean click","label":"!text","value":2,"noninteraction":false,"ga4":[],"shadowSelector":""},{"selector":"header .c-global-search-panel-trigger bolt-button, .c-bolt-page-header .c-bolt-page-header__action-trigger--search, header .c-global-search-panel-trigger .e-bolt-button","event":"click","category":"browse","action":"SOLR - Search Box Open","label":"!currentPage","value":1,"noninteraction":false,"ga4":[],"shadowSelector":""}]},"lmms":{"path":"https:\/\/lmms.pega.com\/prweb\/api\/LMMSServices\/marketing","debug":false,"xhrTimeout":"5000","idReqDays":"15","force_enqueue_requests":false,"form_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/LMMSServices\/marketing\/CaptureFormSubmitAction","form_multi_event_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/LMMS\/v1\/CaptureMultipleFormSubmitAction","form_multi_event_reg_info_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/LMMS\/v1\/GetEventRegInfo","validate_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/LMMSUserPreferences\/marketing\/GetContactPreferences","chatbot_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/LMMSServices\/marketing\/CapturePageVisit","resource_track_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/LMMSServices\/marketing\/CapturePageVisit","proxy":{"form_endpoint":"\/lmms\/api\/v1\/submit"},"countryCodes":{"Afghanistan":"AF","Albania":"AL","Algeria":"DZ","American Samoa":"AS","Andorra":"AD","Angola":"AO","Anguilla":"AI","Antarctica":"AQ","Antigua \u0026 Barbuda":"AG","Argentina":"AR","Armenia":"AM","Aruba":"AW","Ascension Island":"AC","Australia":"AU","Austria":"AT","Azerbaijan":"AZ","Bahamas":"BS","Bahrain":"BH","Bangladesh":"BD","Barbados":"BB","Belarus":"BY","Belgium":"BE","Belize":"BZ","Benin":"BJ","Bermuda":"BM","Bhutan":"BT","Bolivia":"BO","Bosnia \u0026 Herzegovina":"BA","Botswana":"BW","Bouvet Island":"BV","Brazil":"BR","British Indian Ocean Territory":"IO","British Virgin Islands":"VG","Brunei":"BN","Bulgaria":"BG","Burkina Faso":"BF","Burundi":"BI","Cambodia":"KH","Cameroon":"CM","Canada":"CA","Canary Islands":"IC","Cape Verde":"CV","Caribbean Netherlands":"BQ","Cayman Islands":"KY","Central African Republic":"CF","Ceuta \u0026 Melilla":"EA","Chad":"TD","Chile":"CL","China":"CN","Christmas Island":"CX","Clipperton Island":"CP","Cocos (Keeling) Islands":"CC","Colombia":"CO","Comoros":"KM","Congo - Brazzaville":"CG","Congo - Kinshasa":"CD","Cook Islands":"CK","Costa Rica":"CR","Croatia":"HR","Cuba":"CU","Cura\u00e7ao":"CW","Cyprus":"CY","Czechia":"CZ","C\u00f4te d\u2019Ivoire":"CI","Denmark":"DK","Diego Garcia":"DG","Djibouti":"DJ","Dominica":"DM","Dominican Republic":"DO","Ecuador":"EC","Egypt":"EG","El Salvador":"SV","Equatorial Guinea":"GQ","Eritrea":"ER","Estonia":"EE","Eswatini":"SZ","Ethiopia":"ET","Falkland Islands":"FK","Faroe Islands":"FO","Fiji":"FJ","Finland":"FI","France":"FR","French Guiana":"GF","French Polynesia":"PF","French Southern Territories":"TF","Gabon":"GA","Gambia":"GM","Georgia":"GE","Germany":"DE","Ghana":"GH","Gibraltar":"GI","Greece":"GR","Greenland":"GL","Grenada":"GD","Guadeloupe":"GP","Guam":"GU","Guatemala":"GT","Guernsey":"GG","Guinea":"GN","Guinea-Bissau":"GW","Guyana":"GY","Haiti":"HT","Heard \u0026 McDonald Islands":"HM","Honduras":"HN","Hong Kong SAR China":"HK","Hungary":"HU","Iceland":"IS","India":"IN","Indonesia":"ID","Iran":"IR","Iraq":"IQ","Ireland":"IE","Isle of Man":"IM","Israel":"IL","Italy":"IT","Jamaica":"JM","Japan":"JP","Jersey":"JE","Jordan":"JO","Kazakhstan":"KZ","Kenya":"KE","Kiribati":"KI","Kosovo":"XK","Kuwait":"KW","Kyrgyzstan":"KG","Laos":"LA","Latvia":"LV","Lebanon":"LB","Lesotho":"LS","Liberia":"LR","Libya":"LY","Liechtenstein":"LI","Lithuania":"LT","Luxembourg":"LU","Macao SAR China":"MO","Madagascar":"MG","Malawi":"MW","Malaysia":"MY","Maldives":"MV","Mali":"ML","Malta":"MT","Marshall Islands":"MH","Martinique":"MQ","Mauritania":"MR","Mauritius":"MU","Mayotte":"YT","Mexico":"MX","Micronesia":"FM","Moldova":"MD","Monaco":"MC","Mongolia":"MN","Montenegro":"ME","Montserrat":"MS","Morocco":"MA","Mozambique":"MZ","Myanmar (Burma)":"MM","Namibia":"NA","Nauru":"NR","Nepal":"NP","Netherlands":"NL","Netherlands Antilles":"AN","New Caledonia":"NC","New Zealand":"NZ","Nicaragua":"NI","Niger":"NE","Nigeria":"NG","Niue":"NU","Norfolk Island":"NF","Northern Mariana Islands":"MP","North Korea":"KP","North Macedonia":"MK","Norway":"NO","Oman":"OM","Outlying Oceania":"QO","Pakistan":"PK","Palau":"PW","Palestinian Territories":"PS","Panama":"PA","Papua New Guinea":"PG","Paraguay":"PY","Peru":"PE","Philippines":"PH","Pitcairn Islands":"PN","Poland":"PL","Portugal":"PT","Puerto Rico":"PR","Qatar":"QA","Romania":"RO","Russia":"RU","Rwanda":"RW","R\u00e9union":"RE","Samoa":"WS","San Marino":"SM","Sark":"CQ","Saudi Arabia":"SA","Senegal":"SN","Serbia":"RS","Seychelles":"SC","Sierra Leone":"SL","Singapore":"SG","Sint Maarten":"SX","Slovakia":"SK","Slovenia":"SI","Solomon Islands":"SB","Somalia":"SO","South Africa":"ZA","South Georgia \u0026 South Sandwich Islands":"GS","South Korea":"KR","South Sudan":"SS","Spain":"ES","Sri Lanka":"LK","St. Barth\u00e9lemy":"BL","St. Helena":"SH","St. Kitts \u0026 Nevis":"KN","St. Lucia":"LC","St. Martin":"MF","St. Pierre \u0026 Miquelon":"PM","St. Vincent \u0026 Grenadines":"VC","Sudan":"SD","Suriname":"SR","Svalbard \u0026 Jan Mayen":"SJ","Sweden":"SE","Switzerland":"CH","Syria":"SY","S\u00e3o Tom\u00e9 \u0026 Pr\u00edncipe":"ST","Taiwan":"TW","Tajikistan":"TJ","Tanzania":"TZ","Thailand":"TH","Timor-Leste":"TL","Togo":"TG","Tokelau":"TK","Tonga":"TO","Trinidad \u0026 Tobago":"TT","Tristan da Cunha":"TA","Tunisia":"TN","Turkmenistan":"TM","Turks \u0026 Caicos Islands":"TC","Tuvalu":"TV","T\u00fcrkiye":"TR","U.S. Outlying Islands":"UM","U.S. Virgin Islands":"VI","Uganda":"UG","Ukraine":"UA","United Arab Emirates":"AE","United Kingdom":"GB","United States":"US","Uruguay":"UY","Uzbekistan":"UZ","Vanuatu":"VU","Vatican City":"VA","Venezuela":"VE","Vietnam":"VN","Wallis \u0026 Futuna":"WF","Western Sahara":"EH","Yemen":"YE","Zambia":"ZM","Zimbabwe":"ZW","\u00c5land Islands":"AX"},"ecmVocabMap":{"challenge-1":"CHALLENGE","country-1":"COUNTRY","fxnlarea-1":"FUNCTIONAL_AREA","georeg-1":"GEOGRAPHIC_REGION","industry-1":"INDUSTRY","industry-2":"INDUSTRY_SEGMENT","platcap-1":"PLATFORM_CAPABILITY","horprd-1":"PRODUCT_AREA","horprd-2":"PRODUCT","prdsub-1":"PRODUCT_SUB_AREA","lang-1":"LANGUAGE","resconttype-1":"CONTENT_TYPE","salesstg-1":"SALES_STAGE","topic-1":"TOPIC_AREA","vintent-1":"INTENT"},"autoPageTrack":true},"personalize":{"nbc_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/PegaMKTContainer\/V3\/Container","nbc_timeout":3000},"captureResponse":{"capture_response_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/PegaMKTContainer\/V3\/CaptureResponse","capture_response_timeout":3000,"element_visibility_range":50},"cdhImpressionEnable":"true","global_search":{"suggester":"global_search_suggester","view_name":"search_site","display_id":"page_1"},"pegaSso":{"personalizedLoginLinkCookie":"hellodata","userLoggedIn":false,"menuPersonalizationEnable":true,"isPersistentLoginPath":false},"pegaAnalytics":{"baseUrl":"https:\/\/www.pega.com\/","debug":false,"gaViaDataLayer":true,"ga4ViaDataLayer":true},"gautmpGa4":{"fileDownload":{"event":"file_download_cs"}},"lang_confirmation_prompt":{"currentLangcode":"en","show_guidance_prompt":true,"messageHtml":"\n\n\n\n\n\n        \n\u003Cbolt-modal\n   class=\u0022js-pega-lang-selection__prompt\u0022    id=\u0022js-pega-lang-selection__prompt\u0022 width=\u0022auto\u0022 spacing=\u0022medium\u0022 scroll=\u0022container\u0022 uuid=\u0022js-pega-lang-selection__prompt\u0022\n  uuid=\u0022js-pega-lang-selection__prompt\u0022\n\u003E\n  \u003Cdiv\u003E\n  \u003Cdiv class=\u0022c-language-switcher-prompt\u0022\u003E\n    \u003Ch3\u003ELanguage Settings\u003C\/h3\u003E\n    \n\n\n\n \n  \n\n\n\n\n  \n\n  \n\n\n\n\n\n\n\n\n\u003Cp  class=\u0022c-bolt-text c-bolt-text--regular c-bolt-text--left c-bolt-text--normal c-bolt-text--xsmall\u0022\u003ESelect your preferred language for pega.com, including future visits.\u003C\/p\u003E\n    \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--none\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022none\u0022 checked=\u0022checked\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--none\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003ENone\u003C\/label\u003E\n    \u003C\/div\u003E\n    \u003Cdiv class=\u0022c-pega-lang-selection__set-default--container\u0022\u003E\n        \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--en\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022en\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--en\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003EEnglish\u003C\/label\u003E\n    \u003C\/div\u003E\n        \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--fr\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022fr\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--fr\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003EFran\u00e7ais\u003C\/label\u003E\n    \u003C\/div\u003E\n        \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--de\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022de\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--de\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003EDeutsch\u003C\/label\u003E\n    \u003C\/div\u003E\n        \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--it\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022it\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--it\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003EItaliano\u003C\/label\u003E\n    \u003C\/div\u003E\n        \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--ja\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022ja\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--ja\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003E\u65e5\u672c\u8a9e\u003C\/label\u003E\n    \u003C\/div\u003E\n        \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--pt-br\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022pt-br\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--pt-br\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003EPortugu\u00eas\u003C\/label\u003E\n    \u003C\/div\u003E\n        \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput name=\u0022pega-lang-selection__set-default\u0022 type=\u0022radio\u0022 id=\u0022pega-lang-selection__set-default--es\u0022 class=\u0022c-bolt-input c-bolt-input--radio\u0022 value=\u0022es\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__set-default--es\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--radio\u0022\u003EEspa\u00f1ol\u003C\/label\u003E\n    \u003C\/div\u003E\n        \u003C\/div\u003E\n\n    \n    \n    \n\n\u003Cbolt-grid\n   gutter=\u0022small\u0022    row-gutter=\u0022medium\u0022   \n\u003E\n      \n\n\u003Cbolt-grid-item\n  row-start=\u00221\u0022  row-span=\u00221\u0022  column-start=\u00227\u0022  column-span=\u00226\u0022  valign=\u0022auto\u0022  \n\u003E\n        \n      \n\n \n\n\n\n\n\u003Cbutton  type=\u0022button\u0022 class=\u0022js-pega-lang-selection__confirmation-prompt--approve e-bolt-button e-bolt-button--block\u0022  \u003E\u003Cspan class=\u0022e-bolt-button__icon-before\u0022 aria-hidden=\u0022true\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--small\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 d=\u0022M12.11 27c-.62 0-1.22-.26-1.65-.73L.26 15.16a.996.996 0 01.06-1.41.996.996 0 011.41.06l10.2 11.12c.12.13.22.13.34 0L30.26 5.32a.988.988 0 011.41-.06c.41.37.43 1.01.06 1.41l-17.98 19.6c-.42.46-1.02.73-1.64.73z\u0022 class=\u0022cls-2\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003ESave\n\u003C\/button\u003E    \n\u003C\/bolt-grid-item\u003E\n      \n\n\u003Cbolt-grid-item\n  row-start=\u00221\u0022  row-span=\u00221\u0022  column-start=\u00221\u0022  column-span=\u00226\u0022  valign=\u0022auto\u0022  \n\u003E\n        \n      \n\n \n\n\n\n\n\u003Cbutton  type=\u0022button\u0022 class=\u0022js-pega-lang-selection__confirmation-prompt--dismiss e-bolt-button e-bolt-button--secondary e-bolt-button--block\u0022  \u003E\u003Cspan class=\u0022e-bolt-button__icon-before\u0022 aria-hidden=\u0022true\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--small\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 d=\u0022M17.41 16l14.3-14.29A.996.996 0 1030.3.3L16.01 14.59 1.71.29C1.32-.1.68-.1.29.29s-.39 1.03 0 1.42L14.58 16 .29 30.29a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29L16 17.41 30.29 31.7c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 000-1.41L17.42 16z\u0022 class=\u0022cls-2\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003ECancel\n\u003C\/button\u003E    \n\u003C\/bolt-grid-item\u003E\n  \u003C\/bolt-grid\u003E\n  \u003C\/div\u003E\n\u003C\/div\u003E\n\n\u003C\/bolt-modal\u003E\n"},"pega_lang_selection":{"redirect_banner_content":"\u003Cdiv\u003E\n\n\n\n\n\n\n\n\n\n\n\n        \n\n\u003Cbolt-band\n   class=\u0022c-pega-lang-selection__redirect-notify is-ready\u0022   \n\u003E\n  \u003Cdiv  class=\u0022c-bolt-band c-bolt-band--small c-bolt-band--valign-center t-bolt-xlight c-bolt-band--full-bleed\u0022\u003E\n                      \n            \n        \n        \n                \u003Cdiv class=\u0022c-bolt-band__content\u0022\u003E\n        \n\n\n\n\u003Cdiv  class=\u0022e-bolt-wrapper\u0022\u003E                      \n\n\u003Cbolt-grid\n   gutter=\u0022small\u0022    row-gutter=\u0022medium\u0022   \n\u003E\n      \n\n\u003Cbolt-grid-item\n  row-start=\u00221\u0022  row-span=\u00221\u0022  column-start=\u00221\u0022  column-span=\u002211\u0022  valign=\u0022center\u0022  \n\u003E\n      \n\n\n\n \n  \n\n\n\n\n  \n\n  \n\n\n\n\n\n\n\n\n\u003Cp  class=\u0022c-bolt-text c-bolt-text--regular c-bolt-text--normal c-bolt-text--xsmall\u0022\u003E\u003Cspan class=\u0022c-pega-lang-selection__redirect-notice--lef-icon\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--medium\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 fill-rule=\u0022evenodd\u0022 d=\u0022M16 0C7.18 0 0 7.18 0 16s7.18 16 16 16 16-7.18 16-16S24.82 0 16 0zm0 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14-6.28 14-14 14zm0-15.44c-.8 0-1.5.7-1.5 1.5v5.8c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5v-5.8c0-.8-.7-1.5-1.5-1.5zm1-3.52c-.2.2-.6.4-1 .4s-.7-.1-1-.4c-.2-.2-.4-.6-.4-1s.2-.8.4-1c.2-.2.6-.4 1-.4s.8.2 1 .4c.2.2.4.6.4 1s-.1.7-.4 1z\u0022 clip-rule=\u0022evenodd\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003E\u003Cspan class=\u0022c-pega-lang-selection__redirect-notice--center-text u-bolt-padding-left-xsmall\u0022\u003E\n    Your preferred language is set to :LANGUAGE_2. Do you want to view this page in :LANGUAGE_1? \u003Ca class=\u0022js-pega-lang-selection c-pega-lang-selection__redirect-notice--undo c-bolt-link c-bolt-text--small u-bolt-padding-left-xxsmall@large\u0022 href=\u0022:LINK\u0022\u003EYes, view it in :LANGUAGE_1\u003C\/a\u003E\u003C\/span\u003E\u003C\/p\u003E\n\n\n\u003C\/bolt-grid-item\u003E\n      \n\n\u003Cbolt-grid-item\n  row-start=\u00221\u0022  row-span=\u00221\u0022  column-start=\u002212\u0022  column-span=\u00221\u0022  valign=\u0022auto\u0022  \n\u003E\n    \n\n\n\n\n\n  \u003Csvg  class=\u0022js-pega-lang-selection__redirect-notify--close e-bolt-icon e-bolt-icon--medium\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 fill-rule=\u0022evenodd\u0022 d=\u0022M0 16C0 7.18 7.18 0 16 0s16 7.18 16 16-7.18 16-16 16S0 24.82 0 16zm2 0c0 7.72 6.28 14 14 14s14-6.28 14-14S23.72 2 16 2 2 8.28 2 16zm17.52-4.94a.99.99 0 011.42 0h-.04c.4.4.4 1.02 0 1.42l-3.54 3.54 3.54 3.54c.4.4.4 1.02 0 1.42-.18.2-.46.3-.7.3-.24 0-.5-.1-.7-.3l-3.54-3.54-3.54 3.54c-.18.2-.46.3-.7.3-.24 0-.5-.1-.7-.3a.99.99 0 010-1.42l3.54-3.54-3.54-3.54a.99.99 0 010-1.42.99.99 0 011.42 0l3.54 3.54 3.54-3.54z\u0022 clip-rule=\u0022evenodd\u0022\/\u003E\u003C\/svg\u003E\n\u003C\/bolt-grid-item\u003E\n  \u003C\/bolt-grid\u003E\n\n          \u003C\/div\u003E\n\n      \u003C\/div\u003E\n    \n      \u003C\/div\u003E\n\u003C\/bolt-band\u003E\n\n\u003C\/div\u003E\n","guidance_prompt":"\n\n\n\n\n\n        \n\u003Cbolt-modal\n   class=\u0022js-pega-lang-selection__prompt\u0022    id=\u0022js-pega-lang-selection__prompt\u0022 width=\u0022auto\u0022 spacing=\u0022medium\u0022 scroll=\u0022container\u0022 uuid=\u0022js-pega-lang-selection__prompt\u0022\n  uuid=\u0022js-pega-lang-selection__prompt\u0022\n\u003E\n  \u003Cdiv\u003E\n  \u003Cdiv class=\u0022c-pega-lang-selection__guidance-prompt\u0022\u003E\n    \n\n\n\n \n  \n\n\n\n\n  \n\n  \n\n\n\n\n\n\n\n\n\u003Cp  class=\u0022c-bolt-text c-bolt-text--regular c-bolt-text--left c-bolt-text--normal c-bolt-text--medium\u0022\u003EThis web page is not in your browser\u0027s default language. Do you want to view the page in your default language?\u003C\/p\u003E\n\n\n        \n\n        \n    \u003Cdiv class=\u0022c-pega-lang-selection__guidance-prompt--mobile-hidden\u0022\u003E\n    \n\n\u003Cbolt-grid\n   gutter=\u0022small\u0022    row-gutter=\u0022medium\u0022   \n\u003E\n      \n\n\u003Cbolt-grid-item\n  row-start=\u00221\u0022  row-span=\u00221\u0022  column-start=\u00221\u0022  column-span=\u00226\u0022  valign=\u0022auto\u0022  \n\u003E\n              \n\n \n\n\n\n\n\u003Ca  href=\u0022#\u0022 class=\u0022js-pega-lang-selection__confirmation-prompt--dismiss e-bolt-button e-bolt-button--secondary e-bolt-button--small e-bolt-button--block\u0022  \u003E\u003Cspan class=\u0022e-bolt-button__icon-before\u0022 aria-hidden=\u0022true\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--medium\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 d=\u0022M17.41 16l14.3-14.29A.996.996 0 1030.3.3L16.01 14.59 1.71.29C1.32-.1.68-.1.29.29s-.39 1.03 0 1.42L14.58 16 .29 30.29a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29L16 17.41 30.29 31.7c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 000-1.41L17.42 16z\u0022 class=\u0022cls-2\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003ENo, continue in English\n\u003C\/a\u003E    \n\u003C\/bolt-grid-item\u003E\n      \n\n\u003Cbolt-grid-item\n  row-start=\u00221\u0022  row-span=\u00221\u0022  column-start=\u00227\u0022  column-span=\u00226\u0022  valign=\u0022auto\u0022  \n\u003E\n              \n\n \n\n\n\n\n\u003Ca  href=\u0022#\u0022 class=\u0022js-pega-lang-selection__confirmation-prompt--approve e-bolt-button e-bolt-button--small e-bolt-button--block\u0022  \u003E\u003Cspan class=\u0022e-bolt-button__icon-before\u0022 aria-hidden=\u0022true\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--medium\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 d=\u0022M12.11 27c-.62 0-1.22-.26-1.65-.73L.26 15.16a.996.996 0 01.06-1.41.996.996 0 011.41.06l10.2 11.12c.12.13.22.13.34 0L30.26 5.32a.988.988 0 011.41-.06c.41.37.43 1.01.06 1.41l-17.98 19.6c-.42.46-1.02.73-1.64.73z\u0022 class=\u0022cls-2\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003E\u003Cspan class=\u0022js-pega-lang-selection__placeholder\u0022\u003EYes, view in \u003C\/span\u003E\u003C\/a\u003E    \n\u003C\/bolt-grid-item\u003E\n  \u003C\/bolt-grid\u003E\n    \u003C\/div\u003E\n    \u003Cdiv class=\u0022c-pega-lang-selection__guidance-prompt--mobile-visible\u0022\u003E\n      \u003Cdiv\u003E\n                    \n\n \n\n\n\n\n\u003Ca  href=\u0022#\u0022 class=\u0022js-pega-lang-selection__confirmation-prompt--dismiss e-bolt-button e-bolt-button--secondary e-bolt-button--large e-bolt-button--block\u0022  \u003E\u003Cspan class=\u0022e-bolt-button__icon-before\u0022 aria-hidden=\u0022true\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--medium\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 d=\u0022M17.41 16l14.3-14.29A.996.996 0 1030.3.3L16.01 14.59 1.71.29C1.32-.1.68-.1.29.29s-.39 1.03 0 1.42L14.58 16 .29 30.29a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29L16 17.41 30.29 31.7c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 000-1.41L17.42 16z\u0022 class=\u0022cls-2\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003ENo, continue in English\n\u003C\/a\u003E    \n      \u003C\/div\u003E\n      \u003Cdiv class=\u0022c-pega-lang-selection__guidance-prompt--second-button\u0022\u003E\n                    \n\n \n\n\n\n\n\u003Ca  href=\u0022#\u0022 class=\u0022js-pega-lang-selection__confirmation-prompt--approve e-bolt-button e-bolt-button--large e-bolt-button--block\u0022  \u003E\u003Cspan class=\u0022e-bolt-button__icon-before\u0022 aria-hidden=\u0022true\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--medium\u0022 xmlns=\u0022http:\/\/www.w3.org\/2000\/svg\u0022 viewBox=\u00220 0 32 32\u0022 aria-hidden=\u0022true\u0022\u003E\u003Cpath fill=\u0022#001F5F\u0022 d=\u0022M12.11 27c-.62 0-1.22-.26-1.65-.73L.26 15.16a.996.996 0 01.06-1.41.996.996 0 011.41.06l10.2 11.12c.12.13.22.13.34 0L30.26 5.32a.988.988 0 011.41-.06c.41.37.43 1.01.06 1.41l-17.98 19.6c-.42.46-1.02.73-1.64.73z\u0022 class=\u0022cls-2\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003E\u003Cspan class=\u0022js-pega-lang-selection__placeholder\u0022\u003EYes, view in \u003C\/span\u003E\u003C\/a\u003E    \n      \u003C\/div\u003E\n    \u003C\/div\u003E\n    \u003Cdiv class=\u0022c-bolt-input-list__item\u0022\u003E\n      \u003Cinput type=\u0022checkbox\u0022 id=\u0022pega-lang-selection__save-preferred\u0022 class=\u0022c-bolt-input c-bolt-input--checkbox\u0022 value=\u0022\u0022\/\u003E\n      \u003Clabel for=\u0022pega-lang-selection__save-preferred\u0022 class=\u0022c-bolt-inline-label c-bolt-inline-label--checkbox\u0022\u003ERemember my preferred language setting.\u003C\/label\u003E\n    \u003C\/div\u003E\n\n  \u003C\/div\u003E\n\u003C\/div\u003E\n\n\u003C\/bolt-modal\u003E\n","language_links":{"en":{"url":"\/about\/news","title":"English","language":{},"attributes":{"class":["language-link","js-pega-lang-selection__link","is-active"]},"query":[],"title_en":"English"},"fr":{"url":"\/fr\/about\/news","title":"Fran\u00e7ais","language":{},"attributes":{"class":["language-link","js-pega-lang-selection__link"]},"query":[],"title_en":"French"},"de":{"url":"\/de\/about\/news","title":"Deutsch","language":{},"attributes":{"class":["language-link","js-pega-lang-selection__link"]},"query":[],"title_en":"German"},"it":{"url":"\/it\/about\/news","title":"Italiano","language":{},"attributes":{"class":["language-link","js-pega-lang-selection__link"]},"query":[],"title_en":"Italian"},"ja":{"url":"\/ja\/about\/news","title":"\u65e5\u672c\u8a9e","language":{},"attributes":{"class":["language-link","js-pega-lang-selection__link"]},"query":[],"title_en":"Japanese"},"pt-br":{"url":"\/pt-br\/about\/news","title":"Portugu\u00eas","language":{},"attributes":{"class":["language-link","js-pega-lang-selection__link"]},"query":[],"title_en":"Portuguese"},"es":{"url":"\/es\/about\/news","title":"Espa\u00f1ol","language":{},"attributes":{"class":["language-link","js-pega-lang-selection__link"]},"query":[],"title_en":"Spanish"}}},"pega_notification_feed":{"notification_worker_enabled":false,"debug":false,"icons_debug":false,"api_base_url":"https:\/\/accounts.pega.com\/api\/v1","sso_frame_url":"https:\/\/accounts.pega.com\/sso-frame","page_url":"https:\/\/accounts.pega.com\/notifications","settings_url":"https:\/\/accounts.pega.com\/notifications\/preferences","js_base_path":"\/modules\/shared\/pega_notification_feed\/js\/dist\/","icon_base_url":"https:\/\/accounts.pega.com\/themes\/custom\/accounts_theme\/dist\/build\/element-icons\/","refresh_on_init":false,"refresh_time_limit":3600000},"pega_otp":{"countries":{"AF":"Afghanistan","AL":"Albania","DZ":"Algeria","AS":"American Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarctica","AG":"Antigua \u0026 Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AC":"Ascension Island","AU":"Australia","AT":"Austria","AZ":"Azerbaijan","BS":"Bahamas","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BY":"Belarus","BE":"Belgium","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BA":"Bosnia \u0026 Herzegovina","BW":"Botswana","BV":"Bouvet Island","BR":"Brazil","IO":"British Indian Ocean Territory","VG":"British Virgin Islands","BN":"Brunei","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Cambodia","CM":"Cameroon","CA":"Canada","IC":"Canary Islands","CV":"Cape Verde","BQ":"Caribbean Netherlands","KY":"Cayman Islands","CF":"Central African Republic","EA":"Ceuta \u0026 Melilla","TD":"Chad","CL":"Chile","CN":"China","CX":"Christmas Island","CP":"Clipperton Island","CC":"Cocos (Keeling) Islands","CO":"Colombia","KM":"Comoros","CG":"Congo - Brazzaville","CD":"Congo - Kinshasa","CK":"Cook Islands","CR":"Costa Rica","HR":"Croatia","CU":"Cuba","CW":"Cura\u00e7ao","CY":"Cyprus","CZ":"Czechia","CI":"C\u00f4te d\u2019Ivoire","DK":"Denmark","DG":"Diego Garcia","DJ":"Djibouti","DM":"Dominica","DO":"Dominican Republic","EC":"Ecuador","EG":"Egypt","SV":"El Salvador","GQ":"Equatorial Guinea","ER":"Eritrea","EE":"Estonia","SZ":"Eswatini","ET":"Ethiopia","FK":"Falkland Islands","FO":"Faroe Islands","FJ":"Fiji","FI":"Finland","FR":"France","GF":"French Guiana","PF":"French Polynesia","TF":"French Southern Territories","GA":"Gabon","GM":"Gambia","GE":"Georgia","DE":"Germany","GH":"Ghana","GI":"Gibraltar","GR":"Greece","GL":"Greenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard \u0026 McDonald Islands","HN":"Honduras","HK":"Hong Kong SAR China","HU":"Hungary","IS":"Iceland","IN":"India","ID":"Indonesia","IR":"Iran","IQ":"Iraq","IE":"Ireland","IM":"Isle of Man","IL":"Israel","IT":"Italy","JM":"Jamaica","JP":"Japan","JE":"Jersey","JO":"Jordan","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","XK":"Kosovo","KW":"Kuwait","KG":"Kyrgyzstan","LA":"Laos","LV":"Latvia","LB":"Lebanon","LS":"Lesotho","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MO":"Macao SAR China","MG":"Madagascar","MW":"Malawi","MY":"Malaysia","MV":"Maldives","ML":"Mali","MT":"Malta","MH":"Marshall Islands","MQ":"Martinique","MR":"Mauritania","MU":"Mauritius","YT":"Mayotte","MX":"Mexico","FM":"Micronesia","MD":"Moldova","MC":"Monaco","MN":"Mongolia","ME":"Montenegro","MS":"Montserrat","MA":"Morocco","MZ":"Mozambique","MM":"Myanmar (Burma)","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Netherlands","AN":"Netherlands Antilles","NC":"New Caledonia","NZ":"New Zealand","NI":"Nicaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Norfolk Island","MP":"Northern Mariana Islands","KP":"North Korea","MK":"North Macedonia","NO":"Norway","OM":"Oman","QO":"Outlying Oceania","PK":"Pakistan","PW":"Palau","PS":"Palestinian Territories","PA":"Panama","PG":"Papua New Guinea","PY":"Paraguay","PE":"Peru","PH":"Philippines","PN":"Pitcairn Islands","PL":"Poland","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","RO":"Romania","RU":"Russia","RW":"Rwanda","RE":"R\u00e9union","WS":"Samoa","SM":"San Marino","CQ":"Sark","SA":"Saudi Arabia","SN":"Senegal","RS":"Serbia","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapore","SX":"Sint Maarten","SK":"Slovakia","SI":"Slovenia","SB":"Solomon Islands","SO":"Somalia","ZA":"South Africa","GS":"South Georgia \u0026 South Sandwich Islands","KR":"South Korea","SS":"South Sudan","ES":"Spain","LK":"Sri Lanka","BL":"St. Barth\u00e9lemy","SH":"St. Helena","KN":"St. Kitts \u0026 Nevis","LC":"St. Lucia","MF":"St. Martin","PM":"St. Pierre \u0026 Miquelon","VC":"St. Vincent \u0026 Grenadines","SD":"Sudan","SR":"Suriname","SJ":"Svalbard \u0026 Jan Mayen","SE":"Sweden","CH":"Switzerland","SY":"Syria","ST":"S\u00e3o Tom\u00e9 \u0026 Pr\u00edncipe","TW":"Taiwan","TJ":"Tajikistan","TZ":"Tanzania","TH":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad \u0026 Tobago","TA":"Tristan da Cunha","TN":"Tunisia","TM":"Turkmenistan","TC":"Turks \u0026 Caicos Islands","TV":"Tuvalu","TR":"T\u00fcrkiye","UM":"U.S. Outlying Islands","VI":"U.S. Virgin Islands","UG":"Uganda","UA":"Ukraine","AE":"United Arab Emirates","GB":"United Kingdom","US":"United States","UY":"Uruguay","UZ":"Uzbekistan","VU":"Vanuatu","VA":"Vatican City","VE":"Venezuela","VN":"Vietnam","WF":"Wallis \u0026 Futuna","EH":"Western Sahara","YE":"Yemen","ZM":"Zambia","ZW":"Zimbabwe","AX":"\u00c5land Islands"},"langcode":"en","resend_timer":30},"user":{"uid":0,"permissionsHash":"b8ad869503236274d43862c89ca61ea148357a887796ad7acdefeff1c1d04b32"}}</script>
<script src="/sites/default/files/js/js_GZkNjWkbEw61JnW7JYQjBXgI2Cr1zJltd5DoS7hrXeU.js?scope=footer&amp;delta=0&amp;language=en&amp;theme=pegawww_theme&amp;include=eJyNU1tu3DAMvNB6VbRAr0PQEiNrI4mGSNtJT1-u7WzcdOH2Rw9y-NAMhSKkkOqNvHJzN7l6LvDj5_dvgOE2icJIEUGSkkChOsGSdIAXblMRyKm-XvCvFPcQP6A-cS3UW2wBmfqSFGimqjBjTgGVAnDN73Dx3MiFNo2Yr3jDt0vEScvotu2ydoQV87smLy5QwRp6FOq0oX_d_D1ndfeli5l7zJ9WKBwwuy_3g18HKuSMh5GrtScdhpJqp8y5x2Z7jJnO8GvZwVqRU1TjRah1gcZGHjVxPYNvz-iEsPnhv4GdTDGSKLWzkIEwPEEcmQuenZCIdQliYmIkGIz3_BEXLCyiqfRx2MyR2dj6lAtI3RMb8EytpbDzmrFGEMo2N1bQhYSZ4-4qRdzjdD1IPlITtpzpF7mvhmvt_dV4nhMtG9qyv9jS5uTJrQrvdmF3CAydVTb111F_AISn5qn7g4B9tN3xAvfxBfGNcwbl8QS5f4LHFPwDBI1STbpil2V5MrTevlEw5G9k4If5"></script>

  </body>
</html>
