<!DOCTYPE html>
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#">
  <head>
    <meta charset="utf-8" />
<script
  async='async'
  type='text/javascript'
  crossorigin=''
  src='//consent.truste.com/notice?domain=design.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="Deepen your knowledge and broaden your perspectives to Build for Change. Discover Pega Community Blog." />
<meta property="article:published_time" content="2020-11-12T07:06:53-0500" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@pega" />
<meta name="google-site-verification" content="H6hIxbb5FP7cbmxUeRYsjh7IX93MNzZ2TdRy8haJShg" />
<link href="https://assets.sitescdn.net/answers/v1/answers.css" rel="stylesheet" type="text/css" />
<script src="https://assets.sitescdn.net/answers/v1.16.5/answers.min.js"></script>
<script src="https://assets.sitescdn.net/ytag/ytag.min.js"></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" />
<link rel="alternate" hreflang="en" href="https://community.pega.com/blog" />
<link rel="canonical" href="https://community.pega.com/blog" />
<link rel="shortlink" href="https://community.pega.com/node/2267796" />
<script src="/sites/default/files/google_tag/gtm_tbqm5br/google_tag.script.js?tduhs0" defer></script>

    <title>Blog | Pega Community</title>

    
    <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_r9xk-BWPpbW89HAmfvkhrdCZp9hVF8aBK4A_h9sCDgk.css?delta=0&amp;language=en&amp;theme=pdn_theme&amp;include=eJyFk_FygyAMxl9I5G4v5AVIhRkJR-Ja9_TD2q3d2nP_BPn45TMmAiKoQ8rv6JWr9SJ2xYsOMQUcfAR1rANmTZpQOj9hSI1rCaGJjthP9uG5a6mU8mRDXQpQf9t2BSqMFUqU75O70i-5LI6SRAxdCXnQiDNaz3Ph3IzF-EWU59dnJ64zqBFdqdX3EhFNflqNg9z8cYQBFuWSiPWR-hF3xjGp3YIZiR3QXR02I3t3u2pjynYHzSldtkp-jp7qgTCnbJSZHNS2jiPhEX-tIoKfDl1d5bNgNQFLRQ-aOB_hp4XInFPQaASh-mgqykJ6lBMRAtYjYrf6n2hNIsX6_EFPzd5lanu_bllokud8SyzNgjNQ-kT7V-iz831rxUfC807vrx7gHS52C7-q3X56eyPaWDpBajfizd7Wvo2sk1UU5zZ6wW6zFXuN_cxhIfwCcPJJ_g" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css__Yxzynh4VIweOonEHgRSeSB3hZvHJM9MviuJ6bw8tZI.css?delta=1&amp;language=en&amp;theme=pdn_theme&amp;include=eJyFk_FygyAMxl9I5G4v5AVIhRkJR-Ja9_TD2q3d2nP_BPn45TMmAiKoQ8rv6JWr9SJ2xYsOMQUcfAR1rANmTZpQOj9hSI1rCaGJjthP9uG5a6mU8mRDXQpQf9t2BSqMFUqU75O70i-5LI6SRAxdCXnQiDNaz3Ph3IzF-EWU59dnJ64zqBFdqdX3EhFNflqNg9z8cYQBFuWSiPWR-hF3xjGp3YIZiR3QXR02I3t3u2pjynYHzSldtkp-jp7qgTCnbJSZHNS2jiPhEX-tIoKfDl1d5bNgNQFLRQ-aOB_hp4XInFPQaASh-mgqykJ6lBMRAtYjYrf6n2hNIsX6_EFPzd5lanu_bllokud8SyzNgjNQ-kT7V-iz831rxUfC807vrx7gHS52C7-q3X56eyPaWDpBajfizd7Wvo2sk1UU5zZ6wW6zFXuN_cxhIfwCcPJJ_g" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_KS3AGjHY5JGYUpSMiNH7X7oxNqp_p0Bqm1JNH0VJeLI.css?delta=2&amp;language=en&amp;theme=pdn_theme&amp;include=eJyFk_FygyAMxl9I5G4v5AVIhRkJR-Ja9_TD2q3d2nP_BPn45TMmAiKoQ8rv6JWr9SJ2xYsOMQUcfAR1rANmTZpQOj9hSI1rCaGJjthP9uG5a6mU8mRDXQpQf9t2BSqMFUqU75O70i-5LI6SRAxdCXnQiDNaz3Ph3IzF-EWU59dnJ64zqBFdqdX3EhFNflqNg9z8cYQBFuWSiPWR-hF3xjGp3YIZiR3QXR02I3t3u2pjynYHzSldtkp-jp7qgTCnbJSZHNS2jiPhEX-tIoKfDl1d5bNgNQFLRQ-aOB_hp4XInFPQaASh-mgqykJ6lBMRAtYjYrf6n2hNIsX6_EFPzd5lanu_bllokud8SyzNgjNQ-kT7V-iz831rxUfC807vrx7gHS52C7-q3X56eyPaWDpBajfizd7Wvo2sk1UU5zZ6wW6zFXuN_cxhIfwCcPJJ_g" />

    <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"node\/2267796","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJyFVdtu2zAM_SHLQgsM2PuAfcAK7FWgJcZWI4uGSCfNvn6U7VzatOmLTB8e0eIRSUPCIk5OE7KFanMDzCgu5lf0QsV6ZnvCN3FDDOj8ANKROMwSJeId-5Wtp9E9_3h6cjxAweA8ZVG66xL5vTtEPDpIyaWY9zVc7j-NMkGRjIWdhohF4cbv1VKv0oLGW8LZG7vRQ9agNpR5gtRur00Ps4yTXR-NxoW-wDTwmXdF2jlPc5ciDxiaKWTHCMUP9mq2V9PNEtOqQQVlwBEtvMLby-K-AVWQibIek42fWWh85DNR9eLPGTsqI4hhOSX8gjIVCrMXc1DpIuXPSSzR70-mg6xpYg8OMqSTgqoJjop2wGikgIq6-mehKSYSe7G-dOiFeZhEb_YjJY0jr1hHSWxdTJ-og3RFXT2UvZ5swfqY7Uo0u_iGN0Huc4MwxmyEKHVQ9Nn3CR_xl1MMmunDqF2hI2MxAaeanizSfk3fzSmZYwwymLVYTEGekzzaMyAELI8YE6gQ336bt_L7jqFSJtGUqiNFyA8P927LvVJ3t7jCSd_9qe7Cc1l_YNBuZzzkA7DJcFjdod44aMeejRXuifQqr6XqUOwnmCMt_aKjat1Va85erPampidNhHRj_If2I9Dmzrd603VYreyC4MUuq4qR6jxa8G0W1L5fmv-d_JvTU0G7A4_C7daff9f2fFkiPf-uvvstq12bvuWBjn-WEvpFc75w006XcoheJ0-t-w1nsjfJBJNIC8csw_BCYJqLR638HNK57I7Y1a_Z25clNce-kM5s7eQHzIN-LtzU5zck1TTmuOVS_zBbwjoCSnMZIvY6Tlbdn-32bOPTz9xibvjEgqOtQ6upN8Z2WdtRpU74H4YGs3g","theme":"pdn_theme","theme_token":null},"ajaxTrustedUrl":{"\/blog#search-results":true},"googleAnalyticsEt":{"method":"dataLayer","trackers":[{"selector":"bolt-teaser bolt-button, bolt-teaser bolt-button-group bolt-button, bolt-button-group bolt-button","event":"click","category":"browse","action":"EVG - Band CTA click","label":"!href !text","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":"bolt-card .c-bolt-card .c-bolt-card__media a, .c-bolt-card__footer .c-bolt-card__footer-item bolt-button, .c-bolt-card__footer bolt-button, .c-bolt-card .c-bolt-card__body bolt-teaser a","event":"click","category":"browse","action":"EVG - Preview Card click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-page-footer__footer-menus .o-bolt-ui-list .c-link","event":"click","category":"browse","action":"FTR - Footer Menu click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-page-footer__secondary .c-page-footer__i18n .c-link, .c-page-footer__secondary .c-page-footer__legal .c-link","event":"click","category":"browse","action":"FTR - Secondary Link click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-page-footer__social-links .c-share__items .c-share__item .c-share__link","event":"click","category":"browse","action":"FTR - Social Link click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-mega-nav ul.c-mega-nav__level-2 .c-mega-nav__link, .c-mega-nav__link","event":"click","category":"browse","action":"NAV - Main - Nav click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-page-header__image .c-site-logo","event":"click","category":"browse","action":"NAV - Main - Pega Community Logo click","label":"!currentPage","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-header-buttons .c-header-buttons__item .c-global-search__panel-trigger","event":"click","category":"interact","action":"NAV - Main - Search click","label":"!currentPage","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-utility-nav.u-float-right .c-utility-nav__item a","event":"click","category":"hand-raise","action":"NAV - Utility - Log In \/ Sign Up click","label":"!href","value":3,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-utility-nav__item .c-utility-nav__link, .c-utility-nav__item .js-header-dropdown li a","event":"click","category":"browse","action":"NAV - Utility - Pega Sites click","label":"!href","value":1,"noninteraction":false,"ga4":[],"shadowSelector":null},{"selector":".c-account-info__wrapper .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":"div.c-account-info__wrapper div.c-account-info ul.c-account-info__menu li a","event":"click","category":"interact","action":"NAV - Utility - User Account click","label":"!currentPage","value":2,"noninteraction":false,"ga4":[],"shadowSelector":null}]},"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","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\/V2\/Container","nbc_timeout":3000},"captureResponse":{"capture_response_endpoint":"https:\/\/lmms.pega.com\/prweb\/api\/PegaMKTContainer\/V2\/CaptureResponse","capture_response_timeout":3000,"element_visibility_range":50},"cdhImpressionEnable":null,"global_search":{"suggester":"global_search_suggester","view_name":"search_site","display_id":"page_1"},"pegaSso":{"personalizedLoginLinkCookie":"hellodata","userLoggedIn":false,"menuPersonalizationEnable":false,"isPersistentLoginPath":true},"data":{"extlink":{"extTarget":true,"extTargetAppendNewWindowLabel":"(opens in a new window)","extTargetNoOverride":true,"extNofollow":false,"extNoreferrer":false,"extFollowNoOverride":true,"extClass":"0","extLabel":"(link is external)","extImgClass":false,"extSubdomains":false,"extExclude":"\\.pega\\.com|pega\\.com","extInclude":"","extCssExclude":"","extCssInclude":"","extCssExplicit":"","extAlert":false,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","extHideIcons":false,"mailtoClass":"0","telClass":"tel","mailtoLabel":"(link sends email)","telLabel":"(link is a phone number)","extUseFontAwesome":false,"extIconPlacement":"append","extFaLinkClasses":"fa fa-external-link","extFaMailtoClasses":"fa fa-envelope-o","extAdditionalLinkClasses":"","extAdditionalMailtoClasses":"","extAdditionalTelClasses":"","extFaTelClasses":"fa fa-phone","whitelistedDomains":[],"extExcludeNoreferrer":""}},"pegaAnalytics":{"baseUrl":"https:\/\/community.pega.com\/","debug":false,"gaViaDataLayer":true,"ga4ViaDataLayer":true},"pega_autopilot":{"feedback_form":{"webform_id":"search_assist_feedback_form","webform_route":"\/pega_autopilot\/feedback","recaptcha_site_key":"6LevhpIUAAAAAEZsR5UoDoqrLSMbaD_G_4lx1UPi","isCaptchaEnabled":true},"settings":{"char_length":"4000","disclaimer_text":"\u003Cp\u003E\u003Cstrong\u003ELet\u2019s get started!\u003C\/strong\u003E\u003C\/p\u003E\r\n\r\n\u003Cp\u003EAsk me a question or choose a prompt below. Keep in mind that I\u2019m always learning, so feel free to give me feedback too! Remember to avoid sharing personal or sensitive information in your questions, or rely solely on my answers for important decisions.\u003C\/p\u003E\r\n\r\n\u003Cp\u003EBy chatting with me, you agree to our\u0026nbsp;\u003Ca target=\u0022_blank\u0022 href=\u0022https:\/\/www.pega.com\/terms\u0022\u003Eterms\u003C\/a\u003E\u0026nbsp;and\u0026nbsp;\u003Ca target=\u0022_blank\u0022 href=\u0022https:\/\/www.pega.com\/privacy\u0022\u003Eprivacy policy\u003C\/a\u003E.\u003C\/p\u003E\r\n","external_urls_disclaimer":"This response includes an external link for reference. Please note that we cannot ensure the accuracy or reliability of its content.\r\n"},"entities":{"omnipresent_bot":{"isGlobal":true,"name":"omnipresent_bot","title":"Pega GenAI Athena","headline":"Pega GenAI","description":"Athena","cta_button_text":"Need further assistance on your search query? \u003Cstrong\u003EEngage with our GenAI Search Assistant\u003C\/strong\u003E","disclaimer_intro_text":"\u003Cp\u003E\u003Cstrong\u003ELet\u2019s get started!\u0026nbsp;\u003C\/strong\u003E\u003Cbr \/\u003E\r\nAsk me a question or choose a helpful suggestion to start chatting. Keep in mind that I\u2019m always learning, so feel free to give me feedback too!\u003Cbr \/\u003E\r\nRemember to avoid sharing personal or sensitive information in your questions, or rely solely on my answers for important decisions.\u003Cbr \/\u003E\r\nBy chatting with me, you agree to our\u0026nbsp;\u003Ca href=\u0022https:\/\/www.pega.com\/terms\u0022\u003Eterms\u003C\/a\u003E\u0026nbsp;and\u0026nbsp;\u003Ca href=\u0022https:\/\/www.pega.com\/privacy\u0022\u003Eprivacy policy\u003C\/a\u003E.\u003C\/p\u003E\r\n","chatbot_settings":{"endpoint":"https:\/\/genai-worker.pegasystems.workers.dev","buddyName":"CommunitySearchAssist","isGlobal":true,"isOmni":true,"inputPlaceholderText":"Ask me a question or enter a topic of interest","maxMode":"embed"},"library":"pega_autopilot\/yext-search-inline-chat-service","resource_count":3,"isFullScreen":false,"hideControls":false,"maxMode":"embed"}}},"gautmpGa4":{"fileDownload":{"event":"file_download_cs"}},"basePath":"modules\/contrib\/vote_up_down","pega_react_select":{"blog_project_role":{"name":"blog_project_role","isMulti":1,"isNested":0,"isClearable":false,"closeMenuOnSelect":false,"conditionalSelect":false,"placeholder":"Project Role","defaultValue":[],"options":[{"value":"9176","label":"Account Executive (3)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole1#search-results","data-url-alias":"blog_role","ecm-id":"Role1"},{"value":"9231","label":"Business Architect (41)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole2#search-results","data-url-alias":"blog_role","ecm-id":"Role2"},{"value":"38121","label":"Citizen Developer (15)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole31#search-results","data-url-alias":"blog_role","ecm-id":"Role31"},{"value":"9186","label":"Consulting Solution Executive (5)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole11#search-results","data-url-alias":"blog_role","ecm-id":"Role11"},{"value":"39911","label":"Customer Service Developer (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole4#search-results","data-url-alias":"blog_role","ecm-id":"Role4"},{"value":"27941","label":"Data Scientist (6)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole28#search-results","data-url-alias":"blog_role","ecm-id":"Role28"},{"value":"38116","label":"Decisioning Architect (3)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole30#search-results","data-url-alias":"blog_role","ecm-id":"Role30"},{"value":"27546","label":"Experience Designer (44)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole26#search-results","data-url-alias":"blog_role","ecm-id":"Role26"},{"value":"9291","label":"Lead System Architect (21)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole9#search-results","data-url-alias":"blog_role","ecm-id":"Role9"},{"value":"9276","label":"Next-Best-Action Analyst (13)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole6#search-results","data-url-alias":"blog_role","ecm-id":"Role6"},{"value":"38126","label":"Next-Best-Action Designer (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole32#search-results","data-url-alias":"blog_role","ecm-id":"Role32"},{"value":"38131","label":"Next-Best-Action Specialist (3)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole33#search-results","data-url-alias":"blog_role","ecm-id":"Role33"},{"value":"9196","label":"Pega Delivery Leader (4)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole13#search-results","data-url-alias":"blog_role","ecm-id":"Role13"},{"value":"9201","label":"Robotics System Architect (17)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole14#search-results","data-url-alias":"blog_role","ecm-id":"Role14"},{"value":"9206","label":"Sales Consultant (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole15#search-results","data-url-alias":"blog_role","ecm-id":"Role15"},{"value":"9211","label":"Sales Manager (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole16#search-results","data-url-alias":"blog_role","ecm-id":"Role16"},{"value":"9226","label":"Senior System Architect (7)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole19#search-results","data-url-alias":"blog_role","ecm-id":"Role19"},{"value":"9236","label":"Solutions Consultant (8)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole20#search-results","data-url-alias":"blog_role","ecm-id":"Role20"},{"value":"9241","label":"Solutions Consulting Manager (4)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole21#search-results","data-url-alias":"blog_role","ecm-id":"Role21"},{"value":"9246","label":"Solutions Engineer (4)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole22#search-results","data-url-alias":"blog_role","ecm-id":"Role22"},{"value":"9251","label":"System\/Cloud Ops Administrator (8)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole23#search-results","data-url-alias":"blog_role","ecm-id":"Role23"},{"value":"9256","label":"System Architect (53)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole24#search-results","data-url-alias":"blog_role","ecm-id":"Role24"},{"value":"38151","label":"Team Lead (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole37#search-results","data-url-alias":"blog_role","ecm-id":"Role37"},{"value":"42571","label":"UI Solutions Developer (8)","children":[],"data-url":"\/blog?f%5B0%5D=blog_role%3ARole38#search-results","data-url-alias":"blog_role","ecm-id":"Role38"}]},"blog_industry":{"name":"blog_industry","isMulti":1,"isNested":0,"isClearable":false,"closeMenuOnSelect":false,"conditionalSelect":false,"placeholder":"Industry","defaultValue":[],"options":[{"value":"30881","label":"Cross-Industry (36)","children":[{"value":"9671","label":"Cross-Industry (28)","children":[{"value":"9856","label":"Cross-Industry (27)","children":[],"data-url":"\/blog?f%5B0%5D=blog_industry%3AIndSeg99","data-url-alias":"blog_industry","ecm-id":"IndSeg99"}],"data-url":"\/blog?f%5B0%5D=blog_industry%3AInd8","data-url-alias":"blog_industry","ecm-id":"Ind8"}],"data-url":"\/blog?f%5B0%5D=blog_industry%3AIndGr1#search-results","data-url-alias":"blog_industry","ecm-id":"IndGr1"},{"value":"30811","label":"Financial Services (1)","children":[{"value":"9611","label":"Financial Services (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_industry%3AInd1","data-url-alias":"blog_industry","ecm-id":"Ind1"}],"data-url":"\/blog?f%5B0%5D=blog_industry%3AIndGr5#search-results","data-url-alias":"blog_industry","ecm-id":"IndGr5"}]},"blog_capability":{"name":"blog_capability","isMulti":1,"isNested":1,"isClearable":false,"closeMenuOnSelect":false,"conditionalSelect":false,"placeholder":"Capability","defaultValue":[],"options":[{"value":"9051","label":"User Experience (35)","children":[{"value":"39656","label":"Constellation (23)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub32","data-url-alias":"blog_capability","ecm-id":"PCSub32"},{"value":"43586","label":"Accessibility (10)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub37","data-url-alias":"blog_capability","ecm-id":"PCSub37"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap14#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap14"},{"value":"9026","label":"Low-Code App Development (22)","children":[{"value":"31536","label":"App Studio (13)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub7","data-url-alias":"blog_capability","ecm-id":"PCSub7"},{"value":"31506","label":"App Factory (9)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub10","data-url-alias":"blog_capability","ecm-id":"PCSub10"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap1#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap1"},{"value":"9066","label":"Cloud Services (20)","children":[{"value":"32031","label":"Pega Cloud (20)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub11","data-url-alias":"blog_capability","ecm-id":"PCSub11"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap3#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap3"},{"value":"36546","label":"Artificial Intelligence (17)","children":[{"value":"53476","label":"Generative AI (11)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub38","data-url-alias":"blog_capability","ecm-id":"PCSub38"},{"value":"39401","label":"Process AI (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub28","data-url-alias":"blog_capability","ecm-id":"PCSub28"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap18#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap18"},{"value":"125611","label":"Blueprint (10)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap31#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap31"},{"value":"9071","label":"Data Integration (9)","children":[{"value":"36631","label":"Data Management (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub21","data-url-alias":"blog_capability","ecm-id":"PCSub21"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap4#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap4"},{"value":"9036","label":"Robotic Process Automation (8)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap11#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap11"},{"value":"36576","label":"Next Best Action (4)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap24#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap24"},{"value":"9041","label":"Security (4)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap12#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap12"},{"value":"28506","label":"Conversational Channels (3)","children":[{"value":"36611","label":"Chat and Messaging (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub17","data-url-alias":"blog_capability","ecm-id":"PCSub17"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap16#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap16"},{"value":"9061","label":"Case Management (2)","children":[{"value":"36606","label":"Microjourney (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub16","data-url-alias":"blog_capability","ecm-id":"PCSub16"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap2#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap2"},{"value":"36561","label":"Customer Journeys (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap21#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap21"},{"value":"9081","label":"DevOps (2)","children":[{"value":"31501","label":"Testing Applications (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub1","data-url-alias":"blog_capability","ecm-id":"PCSub1"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap6#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap6"},{"value":"36566","label":"Digital Personalization (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap22#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap22"},{"value":"34621","label":"Enterprise Application Development (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap17#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap17"},{"value":"36581","label":"Outbound Marketing (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap25#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap25"},{"value":"9031","label":"Reporting (2)","children":[{"value":"39631","label":"Insights (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub31","data-url-alias":"blog_capability","ecm-id":"PCSub31"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap10#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap10"},{"value":"9046","label":"System Administration (2)","children":[{"value":"31511","label":"Updates (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APCSub2","data-url-alias":"blog_capability","ecm-id":"PCSub2"}],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap13#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap13"},{"value":"42686","label":"Workflow Automation (2)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap30#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap30"},{"value":"36556","label":"Change and Revision Management (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap20#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap20"},{"value":"9076","label":"Decision Management (1)","children":[],"data-url":"\/blog?f%5B0%5D=blog_capability%3APlatCap5#search-results","data-url-alias":"blog_capability","ecm-id":"PlatCap5"}]}},"productVersionSelectFacet":{"42971":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1410#search-results","47586":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1421#search-results","49661":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1436#search-results","39236":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1390#search-results","34561":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1218#search-results","35831":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1271#search-results","37676":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1341#search-results","38741":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1344#search-results","38751":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1346#search-results","39496":"\/blog?f%5B0%5D=blog_product_area%3APrdVer1394#search-results","4696":"\/blog?f%5B0%5D=blog_product_area%3AHorPrd1#search-results","4761":"\/blog?f%5B0%5D=blog_product_area%3AHorPrd93#search-results","4751":"\/blog?f%5B0%5D=blog_product_area%3AHorPrd91#search-results","4716":"\/blog?f%5B0%5D=blog_product_area%3AHorPrd6#search-results","4766":"\/blog?f%5B0%5D=blog_product_area%3APrd1#search-results","5256":"\/blog?f%5B0%5D=blog_product_area%3APrd8#search-results","4826":"\/blog?f%5B0%5D=blog_product_area%3APrd11#search-results","4786":"\/blog?f%5B0%5D=blog_product_area%3APrd102#search-results","53931":"\/blog?f%5B0%5D=blog_product_area%3APrd167#search-results","5246":"\/blog?f%5B0%5D=blog_product_area%3APrd78#search-results","39471":"\/blog?f%5B0%5D=blog_product_area%3APrd159#search-results","35996":"\/blog?f%5B0%5D=blog_product_area%3APrd156#search-results","53111":"\/blog?f%5B0%5D=blog_product_area%3APrd161#search-results","36241":"\/blog?f%5B0%5D=blog_product_area%3APrd158#search-results","4796":"\/blog?f%5B0%5D=blog_product_area%3APrd104#search-results","36236":"\/blog?f%5B0%5D=blog_product_area%3APrd157#search-results","4736":"\/blog?f%5B0%5D=blog_product_area%3AHorPrd75#search-results","4746":"\/blog?f%5B0%5D=blog_product_area%3AHorPrd90#search-results","4731":"\/blog?f%5B0%5D=blog_product_area%3AHorPrd74#search-results"},"searchAnalytics":{"facets":"[]"},"pegaSearchCore":{"result_count":203,"facetsLinksDisplay":1},"pega_bolt_theme":{"searchFacetsMobileTemplate":"  \n\u003Cdiv class=\u0022c-bolt-search-filters\u0022\u003E\n  \u003Cdiv class=\u0022c-bolt-search-filters__trigger js-search-filters-trigger\u0022\u003E\n    \n    \n\n \n\n\n\n\n\u003Cbutton  type=\u0022button\u0022 class=\u0022js-modal-search-filters-show e-bolt-button e-bolt-button--border-radius-full e-bolt-button--icon-only\u0022 aria-label=\u0022Show search filters\u0022 \u003E\u003Cspan class=\u0022e-bolt-button__icon-center\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.52 32c-.36 0-.71-.09-1.03-.28l-3.03-1.78c-.61-.36-.99-1.02-.99-1.72V17.09L.49 3.31c-.52-.6-.64-1.42-.31-2.14C.51.45 1.21 0 2 0h27.99c.79 0 1.49.45 1.82 1.17.33.72.21 1.54-.31 2.14L19.53 17.08V30c0 .72-.38 1.36-1.01 1.73-.31.18-.66.27-1.01.27h.01zM2 2l11.98 13.77c.32.37.49.83.49 1.31v11.13l3.03 1.78.03-12.91c0-.48.17-.95.49-1.31L30 2H2z\u0022\/\u003E\u003C\/svg\u003E\u003C\/span\u003E\u003C\/button\u003E  \u003C\/div\u003E\n  \u003Cdiv class=\u0022c-bolt-search-filters__panel js-search-filters-panel\u0022\u003E\n    \u003Cdiv class=\u0022c-bolt-search-filters__title\u0022\u003E\n      \n\n\n\n \n  \n\n\n\n\n  \n\n  \n\n\n\n\n\n\n\n\n\u003Ch2  class=\u0022u-bolt-width-10\/12 c-bolt-headline c-bolt-headline--bold c-bolt-headline--xxlarge\u0022\u003EFilters\u003C\/h2\u003E\n\n    \u003C\/div\u003E\n          \u003Cdiv class=\u0022c-base-search-filters__clear\u0022\u003E\u003C\/div\u003E\n        \u003Cdiv class=\u0022c-bolt-search-filters__panel-content\u0022\u003E\n      \u003Cdiv class=\u0022c-search-facets__facets c-search-overlay\u0022\u003E\n      \u003C\/div\u003E\n    \u003C\/div\u003E\n    \u003Cdiv class=\u0022c-bolt-search-filters__panel-controls c-bolt-search-filters__panel-controls--submit\u0022\u003E\n      \n\n \n\n\n\n\n\u003Cbutton  type=\u0022button\u0022 class=\u0022js-modal-search-filters-hide c-base-modal-search-filters-hide e-bolt-button e-bolt-button--block\u0022  \u003ECancel\n\u003C\/button\u003E    \u003C\/div\u003E\n    \u003Cdiv class=\u0022c-bolt-search-filters__panel-controls c-bolt-search-filters__panel-controls--close\u0022\u003E\n            \n\n \n\n\n\n\n\u003Cbutton  type=\u0022button\u0022 class=\u0022js-modal-search-filters-hide c-base-modal-search-filters-hide e-bolt-button e-bolt-button--transparent e-bolt-button--border-radius-full e-bolt-button--icon-only\u0022 aria-label=\u0022Close search filters\u0022 \u003E\u003Cspan class=\u0022e-bolt-button__icon-center\u0022 aria-hidden=\u0022true\u0022\u003E\u003Csvg  class=\u0022e-bolt-icon e-bolt-icon--large\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\u003E\u003C\/button\u003E    \u003C\/div\u003E\n  \u003C\/div\u003E\n\u003C\/div\u003E\n\n","searchBoxInHeader":true},"pegaYext":{"searchToken":"eyJ0eXAiOiJKV1QiLCJraWQiOiJtdlkyc2dfeVlQZVI3TFpycnlDNjR3IiwiYWxnIjoiSFMyNTYifQ.eyJhdWQiOlsiL3YyL2FjY291bnRzL21lL3NlYXJjaCIsIi92Mi9hY2NvdW50cy9tZS9zZWFyY2gvcXVlcnkiLCIvdjIvYWNjb3VudHMvbWUvc2VhcmNoL2F1dG9jb21wbGV0ZSIsIi92Mi9hY2NvdW50cy9tZS9hbnN3ZXJzIiwiL3YyL2FjY291bnRzL21lL3NlYXJjaC92ZXJ0aWNhbC9hdXRvY29tcGxldGUiLCIvdjIvYWNjb3VudHMvbWUvc2VhcmNoL3ZlcnRpY2FsL3F1ZXJ5IiwiL3YyL2FjY291bnRzL21lL3NlYXJjaC9maWx0ZXJzZWFyY2giXSwiZXhwIjoxNzc2ODYzNjc1LCJxdWVyeSI6eyJleHBlcmllbmNlVmVyc2lvbiI6IlBST0RVQ1RJT04iLCJleHBlcmllbmNlS2V5IjoiYWNxdWlhLWFuc3dlcnMiLCJpZGVudGl0eSI6IntcImV4dGVybmFsSWRlbnRpdGllc1wiOlt7XCJzb3VyY2VcIjpcIlBVTVwiLFwiaWRlbnRpdGllc1wiOltcIm5vdC1yZXN0cmljdGVkXCJdfV19In19.S-TyJeSgUGOTg3eD9FfHm4165-5YdqwshIob-Ug-QKo","experienceKey":"acquia-answers","environment":"production","businessId":"3731231","experienceVersion":"PRODUCTION","redirectUrl":"\/search\/all","globalSearchBarPlaceholderText":"Search Pega Community"},"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":"","refresh_on_init":false,"refresh_time_limit":3600000},"user":{"account_name":"Anonymous","email":"Anonymous","uid":0,"permissionsHash":"a0f18a410afbc8271e711c97a928c26fe2713163a403e3933b12f601545a1542"},"alerts":[]}</script>
<script src="/sites/default/files/js/js_3k2bkuyhXdX9eIaEuQtHPH55oDD0Ya9e8BSnECTriTA.js?scope=header&amp;delta=0&amp;language=en&amp;theme=pdn_theme&amp;include=eJyFVNtu2zAM_aHIQgoM2PuAfcAK7FWgJcZWIouCRCfNvn6U7SZOm7ovFn14dDm8QcDMhq8Ji4Zqlx2Ugmx8PKJlyvpYtKXBvPzY703pIaMzliJjZNMGsidz9ngxEIIJPp6M7SF2-OyUBJkj5mLkCJ8F3uEb1z3a5TFBaJbfXQcjD0nPyy65aApCtr2-m83dNCP74NnLnRXkHgfUcIS318m9AkVGoigPL8qOhWnY8ikvKstzxoHyAKwKXwN-QUmZ3GhZnUWwp_icVNjb01W1EN0uYQcGIoSrgEU7HARtoaDiDPa0-Eem5AOxvlmNuGMJwH567hcsibmFxJKcj5TVc27gR04YhuXolgLr-lFdoBbCHf2sDtzgo2Ki0EKWtesCbvGnY3vRWjZZmS4Fs3KYqiaegvs1_TCGoC7eca_mclEZyxh4a0-P4DBvMRJ0Pn57d1kK8DuGOvjAIqk6goe4-biHLZ8jtU6LE7QD6aR3Y4Y7IsnEvdYMsn6CGZLazd4tOas1oG9WsyrKJO8g2ej_of4INLG1jSSqzoiZnREsPwoKdRZMzqWja_dOLfwQwsVpKaM-gEUuzdJlf-cme51OevldfZ-3zHZt3ab0dPkzlcEvGuONGw7yyWdvZX7U2l3wQnqlyKlAknw1TaobodCYLUr1RhfeS-eCbb1Nr38maabYTDIvpb02mGe5zq1q7BuSBNZHv2i5yihdBBtpvt2t-_V9Dsxxf9HL2vj9z9hg_A-852Ll"></script>

  </head>
  <body>
        <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-TBQM5BR" 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 Community">
        <span class="c-bolt-page-header__logo__img" aria-hidden="true">
          <img src="/themes/custom/pdn_theme/images/pega-logo.svg" alt="">
        </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">
    <div>
  
    
      
<div class="searchbar-container"></div>
  </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 c-bolt-page-header__nav--align-site-nav-items-end" 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">
                        Get Involved
          
        </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">
                          Become a Groundbreaker
          
          </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">
                        Become a Groundbreaker
          
        </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/expert-circles" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Expert Circles
          
          </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">
                        Expert Circles
          
        </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://community.pega.com/expert-circle/ai" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        AI Expert Circle
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/expert-circle/blueprint-app-design" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Blueprint and App Design Expert Circle
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/expert-circle/pega-as-a-service" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega As-a-Service Expert Circle
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/expert-circle/user-experience" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        User Experience Expert Circle
          
        </span>
      </a>
      </li>

                            
</ul>
      
          
      </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>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/groundbreakers-program" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Groundbreakers Engagement Program
          
        </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">
                          Explore Pega Community
          
          </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">
                        Explore Pega 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://community.pega.com/get-started" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Get Started with Pega Community
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="https://community.pega.com/events" href="https://community.pega.com/events" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Events and Webinars
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/get-help" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Get Help
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                            
</ul>
      
          
      </li>

                                                
                            
                                                              
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  title="Browse the Pega Exchange" href="https://community.pega.com/marketplace" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Browse Pega Marketplace
          
          </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">
                        Browse Pega Marketplace
          
        </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="Find a Partner" href="https://www1.pega.com/services/partnerships/search" 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="ISV Sign Up" href="https://www1.pega.com/services/partnerships/isv-program" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        ISV Sign Up
          
        </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="https://www.pega.com/events/pegaworld"      height="full"    id="p-764d921b-f1dc-4429-8c38-5b6586a6c6d2"
  
  >

    
  <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/events/pegaworld" class="c-bolt-card-replacement__link" aria-label="Show more" >
                      </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-352acbec-2f50-4c16-aab3-f1c25bb7ab91" src="https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-02/pw26-og-img.png?itok=kgYg6rjm" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-02/pw26-og-img.png?itok=VxZTsuu0 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-02/pw26-og-img.png?itok=oF2erj73 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-02/pw26-og-img.png?itok=vYX9uCFx 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-02/pw26-og-img.png?itok=iEIBmm2q 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-02/pw26-og-img.png?itok=ffxZyTz0 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/pw26-og-img.png?itok=0PTyJgAn 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-02/pw26-og-img.png?itok=kgYg6rjm 1024w" height="611" width="1081" alt="PW 2026 promo image"
  >

  
                    <img  class="c-bolt-image__image c-bolt-image__lazyload c-bolt-image__lazyload--fade js-lazyload" alt="PW 2026 promo image" data-srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-02/pw26-og-img.png?itok=VxZTsuu0 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-02/pw26-og-img.png?itok=oF2erj73 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-02/pw26-og-img.png?itok=vYX9uCFx 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-02/pw26-og-img.png?itok=iEIBmm2q 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-02/pw26-og-img.png?itok=ffxZyTz0 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/pw26-og-img.png?itok=0PTyJgAn 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-02/pw26-og-img.png?itok=kgYg6rjm 1024w" data-sizes="auto" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-02/pw26-og-img.png?itok=kgYg6rjm" />

        <noscript> <img  class="c-bolt-image__image" alt="PW 2026 promo image" src="https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-02/pw26-og-img.png?itok=kgYg6rjm" ="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-02/pw26-og-img.png?itok=VxZTsuu0 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-02/pw26-og-img.png?itok=oF2erj73 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-02/pw26-og-img.png?itok=vYX9uCFx 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-02/pw26-og-img.png?itok=iEIBmm2q 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-02/pw26-og-img.png?itok=ffxZyTz0 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/pw26-og-img.png?itok=0PTyJgAn 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-02/pw26-og-img.png?itok=kgYg6rjm 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-e8d79133-bae6-4f22-bc24-e2c32a2aeaa2" class="c-bolt-eyebrow c-bolt-eyebrow--regular">JUNE 7-9 2026 | LAS VEGAS</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-2a2707bb-52b7-4e1b-ba11-bc81835ed67c">PegaWorld 2026</div>

  


    <p>Join us at PegaWorld 2026, June 7-9, to discover AI, automation, and the latest enterprise solutions - live.</p>


      
  </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">
                        Training and Documentation
          
        </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">
      <div class="c-bolt-page-header__nav-content">
                                  

            


        



<bolt-card-replacement
   url="https://forums.pega.com/"      height="full"    id="p-07687362-a859-4eaf-ba05-0e9de38b4df1"
  
  >

    
  <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://forums.pega.com/" class="c-bolt-card-replacement__link" aria-label="Show more" >
                      </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-ffe0a8c7-c418-4a61-a013-be8ec140a3cf" src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=-_OZEuNe" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=sND1s9ln 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=uWIOeC6k 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=b90QwkLM 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=kqsm2LkY 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=z910gZiX 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=-_OZEuNe 640w" height="490" width="735" alt=" "
  >

  
                    <img  class="c-bolt-image__image c-bolt-image__lazyload c-bolt-image__lazyload--fade js-lazyload" alt=" " data-srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=sND1s9ln 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=uWIOeC6k 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=b90QwkLM 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=kqsm2LkY 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=z910gZiX 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=-_OZEuNe 640w" data-sizes="auto" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=-_OZEuNe" />

        <noscript> <img  class="c-bolt-image__image" alt=" " src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=-_OZEuNe" ="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=sND1s9ln 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=uWIOeC6k 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=b90QwkLM 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=kqsm2LkY 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=z910gZiX 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/AI%20promo%20image%20Forums.png?itok=-_OZEuNe 640w" /> </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-cd144510-7fee-459f-b78c-c839c8e7083e" class="c-bolt-eyebrow c-bolt-eyebrow--regular">JOIN THE CONVERSATION</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-e9d0a952-2126-4860-bcb5-eaaf142b6e98">Pega Forums</div>

  


    <p>Connect with other Pega experts to get product insights and share your expertise.&nbsp;</p>


      
  </bolt-stack>

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


  



                      
    </div>
  </li>
                                      
                            
                                                                                                                                                      
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  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">
                          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  href="https://academy.pega.com/dashboard" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        My Dashboard
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://academy.pega.com/instructor-led" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Instructor-led training
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



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

                            
</ul>
      
          
      </li>

                                                
                            
                                                                                                          
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="https://docs.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">
                          Pega Documentation
          
          </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 Documentation
          
        </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/search" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Find documentation
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://docs.pega.com/bundle/pega-all-products/page/resource-library/product-list/all-products.html" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Latest release documentation
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://docs.pega.com/category/all-doc-journeys" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Documentation Journeys
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://docs.pega.com/bundle/platform/page/platform/deployment/platform-support-guide/platform-support-guide.html" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Platform Support Guide
          
        </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">
                        Hubs
          
        </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/products" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Product and Topic Hubs
          
          </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">
                        Product and Topic Hubs
          
        </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://community.pega.com/products/whats-new/platform" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        What&#039;s New in Pega Platform &amp; CRM
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/products/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="https://community.pega.com/project/blueprint-delivered" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Blueprint Delivered
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/products/customer-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="https://community.pega.com/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="https://community.pega.com/products/sales-automation" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Sales Automation
          
        </span>
      </a>
      </li>

                            
</ul>
      
          
      </li>

                                                
                            
                                                                                                                                                      
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item has-children">
                              <a  href="https://community.pega.com/roles" class="c-bolt-page-header__nav-link c-bolt-page-header__nav-link--heading">
          <strong class="c-bolt-page-header__nav-link__content">
                          Role Hubs
          
          </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">
                        Role Hubs
          
        </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://community.pega.com/roles/business-architect" >
        <span class="c-bolt-page-header__nav-link__content">
                        Business Architect
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/roles/decisioning-architect" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Decisioning Architect
          
        </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://community.pega.com/roles/robotics-system-architect" >
        <span class="c-bolt-page-header__nav-link__content">
                        Robotics System Architect
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/roles/solution-designer" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Solution Designer
          
        </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://community.pega.com/roles/system-architect" >
        <span class="c-bolt-page-header__nav-link__content">
                        System Architect
          
        </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://community.pega.com/roles" >
        <span class="c-bolt-page-header__nav-link__content">
                        View all Pega roles
          
        </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="https://community.pega.com/roles"      height="full"    id="p-493e790b-c18e-460e-8495-ddbbd52578af"
  
  >

    
  <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://community.pega.com/roles" class="c-bolt-card-replacement__link" aria-label="Show more" >
                      </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-4bf8369a-0570-4953-8d51-f4f745e7856e" src="https://community.pega.com/sites/default/files/styles/1920/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=WuHL3vPG" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=dIHOs8tY 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=0J4OBJF3 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=qugTACzL 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=7oEbjVLk 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=T01cwcMy 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=E2LLFTvC 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=Jf4uOqA- 1024w, https://community.pega.com/sites/default/files/styles/1366/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=lk4secxc 1366w, https://community.pega.com/sites/default/files/styles/1536/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=dZL0J-Me 1536w, https://community.pega.com/sites/default/files/styles/1920/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=WuHL3vPG 1920w" height="1080" width="1920" alt=" "
  >

  
                    <img  class="c-bolt-image__image c-bolt-image__lazyload c-bolt-image__lazyload--fade js-lazyload" alt=" " data-srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=dIHOs8tY 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=0J4OBJF3 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=qugTACzL 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=7oEbjVLk 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=T01cwcMy 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=E2LLFTvC 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=Jf4uOqA- 1024w, https://community.pega.com/sites/default/files/styles/1366/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=lk4secxc 1366w, https://community.pega.com/sites/default/files/styles/1536/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=dZL0J-Me 1536w, https://community.pega.com/sites/default/files/styles/1920/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=WuHL3vPG 1920w" data-sizes="auto" srcset="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" src="https://community.pega.com/sites/default/files/styles/1920/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=WuHL3vPG" />

        <noscript> <img  class="c-bolt-image__image" alt=" " src="https://community.pega.com/sites/default/files/styles/1920/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=WuHL3vPG" ="https://community.pega.com/sites/default/files/styles/50/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=dIHOs8tY 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=0J4OBJF3 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=qugTACzL 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=7oEbjVLk 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=T01cwcMy 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=E2LLFTvC 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=Jf4uOqA- 1024w, https://community.pega.com/sites/default/files/styles/1366/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=lk4secxc 1366w, https://community.pega.com/sites/default/files/styles/1536/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=dZL0J-Me 1536w, https://community.pega.com/sites/default/files/styles/1920/public/media/images/2022-07/Role_Menu_Tile_0.png?itok=WuHL3vPG 1920w" /> </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-ad617d56-b457-4bdb-9043-8a64c43c478d" class="c-bolt-eyebrow c-bolt-eyebrow--regular">Find your Pega path</p>

  


    <p>Boost your career with Pega technology</p>


      
  </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">
                        Support
          
        </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://support.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 Center
          
          </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 Center
          
        </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://support.pega.com/search?f%5B0%5D=content_type%3ASupport%20Doc" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Support Docs
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://support.pega.com/search?f%5B0%5D=content_type%3AKnown%20Issue" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Known Issues
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://support.pega.com/pega-platform-resolved-issues" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Resolved issues
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://support.pega.com/content-page/support-technical-communications" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Technical Communications
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://support.pega.com/installation-and-update-information-pega-products" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Installation and Update Roadmaps
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://support.pega.com/search?f%5B0%5D=content_type%3ASecurity%20Advisory" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Security Advisory
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                            
</ul>
      
          
      </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--flat 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">
                        Programs
          
        </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://community.pega.com/groundbreakers-program" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Pega Groundbreakers Program
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



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

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="/content-contributor-program" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Content Contributor Program
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  href="https://community.pega.com/client-programs" class="c-bolt-page-header__nav-link" >
        <span class="c-bolt-page-header__nav-link__content">
                        Client Programs
          
        </span>
      </a>
      </li>

                                                
        
        
                        
                
                        
                                
                    
                        



<li  class="js-bolt-page-header-nav-item c-bolt-page-header__nav-list-item">
                      <a  title="Fostering increased engagement and value among our partners." 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>

                            
</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="https://pega.com" 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)" 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); 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="https://www.pega.com/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
   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">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="M32 12.26c0-5.46-5.06-9.91-11.27-9.91-4.75 0-8.89 2.55-10.54 6.4C4.51 9.06 0 13.21 0 18.28c0 2.31.94 4.51 2.66 6.25l-.03 4.79c0 .42.05.73.42.92.2.1.65.19.88.01.98-.75 3.75-2.84 3.75-2.84 1.04.28 2.11.43 3.18.43 4.42 0 8.22-2.33 9.91-5.67 1.09 0 2.2-.15 3.27-.44l3.47 2.87c.19.16.61.28.85.27.36 0 .95-.27.94-1.08-.03-1.53-.08-5.03-.08-5.03 1.79-1.81 2.77-4.1 2.77-6.49l.01-.01zM10.86 25.85c-1.05 0-2.09-.16-3.1-.49l-.52-.17-2.61 2.15.02-3.66-.32-.3c-1.51-1.4-2.34-3.22-2.34-5.11 0-4.17 3.98-7.57 8.87-7.57 4.89 0 8.87 3.39 8.87 7.57s-3.98 7.57-8.87 7.57v.01zm16.69-8.24l-.32.3.03 3.89-2.76-2.29-.52.17c-.8.26-1.63.4-2.46.47.14-.6.21-1.22.21-1.86 0-4.82-4.08-8.8-9.35-9.46 1.53-2.69 4.78-4.48 8.35-4.48 5.11 0 9.28 3.55 9.28 7.92 0 1.98-.87 3.88-2.45 5.35l-.01-.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://forums.pega.com" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Forums<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">Ask questions and share knowledge with peers</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
   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="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>
            </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="https://www.pega.com/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=/blog">Log in</a> or <a href="/user/register?destination=community.pega.com/blog">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=/blog">Log in</a> or <a href="/user/register?destination=community.pega.com/blog">sign up</a> to set up personalized notifications.
    </p>
  
    </div>
  </li>

</ul>

      </li>








<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>
      
  </div>
</nav>
 
          </div>
  </div>
  </header>

  
  
  


  <main id="main-content"  id="main-content">
          <div class="o-bolt-wrapper">
    <div id="block-pdn-theme-alerts">
  
    
      <div data-alert-types></div>

  </div>


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












<bolt-band
   class="is-ready"   
>
  <div  class="c-bolt-band c-bolt-band--valign-center t-bolt-xlight c-bolt-band--full-bleed">
                      
            
        
        
                <div class="c-bolt-band__content">
        



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

    
        

        <div>
        

            

  






<bolt-band
   class="is-ready"    id="p-d16c7a75-c72b-4aff-a53e-8b56cbdfa28e"
>
  <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">
                
      
        



<img  style="--e-bolt-image-position: center top" src="https://community.pega.com/sites/default/files/styles/1920/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=WecmSOnf" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=M807QphA 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=bpKP-S9t 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=NInyNsZx 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=1vXmeFdk 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=El_wQPfL 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=zk4nZSpu 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=zAT_Gu1k 1024w, https://community.pega.com/sites/default/files/styles/1366/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=-2uAEkUo 1366w, https://community.pega.com/sites/default/files/styles/1536/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=ZUUTdT2H 1536w, https://community.pega.com/sites/default/files/styles/1920/public/media/images/2021-02/Community_Blog_Hero_v4.jpg?itok=WecmSOnf 1920w" height="1071" width="2200" alt=" " class="e-bolt-image e-bolt-image--bg">

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

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



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








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



<div  class="e-bolt-wrapper">                              <div  class="o-bolt-grid o-bolt-grid--flex o-bolt-grid--matrix o-bolt-grid--large o-bolt-grid--middle o-bolt-grid--center">
        <div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-1/1@small">
                          <bolt-stack>
  
  
  
            

            



 
  




  

  








<h1  class="u-bolt-text-transform-none c-bolt-headline--center c-bolt-headline c-bolt-headline--regular c-bolt-headline--xxxlarge" id="p-0dfc7509-31d3-4330-b999-fca0d4aa7134"><div>Pega Community <b>Blog</b></div></h1>

  


  

            



 
  




  

  








<h2  class="u-bolt-text-transform-none c-bolt-headline--center c-bolt-headline c-bolt-headline--regular c-bolt-headline--xlarge" id="p-eb75735e-d939-44a3-84ad-03ea34de4917"><div>Pega technology and thought leadership. Knowledge and perspectives to Build for Change.</div></h2>

  



      
  </bolt-stack>

                  
      </div>

    </div>
    <div  class="o-bolt-grid o-bolt-grid--flex o-bolt-grid--matrix o-bolt-grid--large o-bolt-grid--middle o-bolt-grid--center">
        <div class="o-bolt-grid__cell u-bolt-width-1/1 u-bolt-width-0/1@small">
                
      </div>

    </div>
  
  
          </div>

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

    </div>

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

  


  

            

  






<bolt-band
   class="is-ready"    id="p-ed10fde2-00a3-43ef-a820-4bbccc73bb17"
>
  <div  class="c-bolt-band c-bolt-band--small c-bolt-band--valign-center t-bolt-dark 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--large">
      

            

  
  
  

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

  
      

  
      <div class="paragraph paragraph--embedded-block embedded-block--default">
      <div class="views-element-container">


  








<bolt-band
   class="is-ready"   
>
  <div  class="c-bolt-band c-bolt-band--xsmall c-bolt-band--valign-center t-bolt-navy c-bolt-band--full-bleed">
                      
            
        
        
                <div class="c-bolt-band__content">
        



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

<bolt-grid
   gutter="small"    row-gutter="small"    class="c-global-search-panel__content__transition"
>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 2@large"  column-span="12 10@large"  valign="auto"   class="c-global-search-panel__content__transition"
>
      <form class="pega-search-core-search-form blog-search-blog-search-block-search-form js-primary-search-form js-blog_search_block-search-form" data-drupal-selector="pega-search-core-search-form" action="/blog#search-results" method="post" id="pega-search-core-search-form" accept-charset="UTF-8">
  





<div class="js-form-item form-item js-form-type-search form-item-q js-form-item-q c-bolt-input-list__item">
      





<input data-drupal-selector="edit-q" type="search" id="edit-q" name="q" size="60" maxlength="128" placeholder="Enter search terms..." class="form-search c-bolt-input c-bolt-input--search" />

  

        
  <div class="c-bolt-input-icons">
    <bolt-input-icons>
  <bolt-list display="inline" spacing="xsmall">


    
          
                <bolt-list-item>
          <button class="c-bolt-input-icon c-bolt-input-icon--link" type="submit" aria-label="Search">
            





  <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.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>          </button>
        </bolt-list-item>

          
  </bolt-list>
</bolt-input-icons>
  </div>

    



  
<label for="edit-q" class="c-bolt-floating-label"> <span>Search</span></label>

          </div>






 




<button  class="visually-hidden button js-form-submit form-submit e-bolt-button" data-drupal-selector="edit-submit" type="submit" id="edit-submit" name="op" value="Submit"  >Submit
</button><input autocomplete="off" data-drupal-selector="form-il06mpm5wrbjvlw-xc5kdajhtitzmh1fs1loynzi-ga" type="hidden" name="form_build_id" value="form-iL06mpm5WrbjVLW_xC5KDajHTitZmh1fs1LoYNzI_GA" />
<input data-drupal-selector="edit-pega-search-core-search-form" type="hidden" name="form_id" value="pega_search_core_search_form" />

</form>

    <div class="js-did-you-mean">
      
      
                      </div>
  
</bolt-grid-item>
  </bolt-grid>

          </div>

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

  






                                        

<bolt-band
   class="search-layout-2-col-with-header js-ajax-search js-facets-mobile-widget search-result-layout-grid search-result-layout-grid-2-col is-ready"    data-view-name="blog_search" data-display-name="blog_search_block" data-dom-id="28c8f21f7970d570125788dd294d3d813d15178c3b30ac173f7753bfaa130ad1" data-items-per-page="18"
>
  <div  class="c-bolt-band c-bolt-band--valign-center t-bolt-light c-bolt-band--full-bleed">
                      
            
        
        
                <div class="c-bolt-band__content">
        



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


  
              
  

<bolt-grid
   gutter="medium"    row-gutter="large"   
>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1"  column-span="12"  valign="auto"  
>
  
</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 1@medium"  column-span="12 3@medium"  valign="auto"   class="u-bolt-padding-bottom-none u-bolt-padding-bottom-medium@medium"
>
      
                  <div class="c-search-filters__title">
          



 
  




  

  








<h2  class="u-bolt-width-10/12 c-bolt-headline c-bolt-headline--bold c-bolt-headline--xxlarge">Filters</h2>
        </div>
        <div class="js-facet-links">
          <span id="search-results" class="search-results__anchor"></span>
                    <div class="c-search-summary c-bolt-text"></div>
        </div>
            <div class="c-search-facets js-search-facets">
        



<fieldset class="product-version-select js-form-item form-item js-form-wrapper form-wrapper c-bolt-fieldset" data-drupal-facet-id="blog_product_area" data-drupal-facet-alias="blog_product_area">
  <legend class="c-bolt-legend">
    



 
  




  

  








<h2  class="c-bolt-headline--capitalize c-bolt-headline c-bolt-headline--bold c-bolt-headline--medium">Product Area</h2>
  </legend>
  <div class="c-bolt-input-list">
    
    
    <div class="js-form-item form-item form-type-select2 js-form-type-select2 form-item- js-form-item- form-no-label">
        


<select class="product-version-select__product form-select select2-widget c-bolt-input c-bolt-input--select" data-select2-config="{&quot;multiple&quot;:false,&quot;placeholder&quot;:&quot;Choose Product&quot;,&quot;allowClear&quot;:false,&quot;dir&quot;:&quot;ltr&quot;,&quot;language&quot;:&quot;en&quot;,&quot;tags&quot;:false,&quot;theme&quot;:&quot;default&quot;,&quot;maximumSelectionLength&quot;:0,&quot;tokenSeparators&quot;:[],&quot;selectOnClose&quot;:false,&quot;width&quot;:&quot;100%&quot;}"><option value="" selected="selected" ></option><option value="all_products" >All Products</option><option value="5246" >Pega Platform</option><option value="4766" >Pega Customer Decision Hub</option><option value="5256" >Pega Customer Service</option><option value="4826" >Pega Customer Service for Financial Services</option><option value="4786" >Pega Deployment Manager</option><option value="53931" >Pega Infinity</option><option value="39471" >Pega Process AI</option><option value="35996" >Pega Process Fabric Hub</option><option value="53111" >Pega Process Mining</option><option value="36236" >Pega Robot Manager</option><option value="36241" >Pega Robotic Automation</option><option value="4796" >Pega Robotic Process Automation</option></select><div class="c-bolt-input-icons"><bolt-input-icons><bolt-list display="inline" spacing="xsmall"><bolt-list-item><div class="c-bolt-input-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></bolt-list-item></bolt-list></bolt-input-icons></div>
        </div>


  </div>
</fieldset>

      

<fieldset class="c-bolt-fieldset">
  <legend class="c-bolt-legend">
    



 
  




  

  








<h2  class="c-bolt-headline--capitalize c-bolt-headline c-bolt-headline--bold c-bolt-headline--medium">Capability</h2>
  </legend>
  <div class="c-bolt-input-list">
    
    
      
  
  
  

<div data-drupal-facet-id="blog_capability" data-drupal-facet-alias="blog_capability" class="facet-inactive c-bolt-input-list__item">
          
      
<label for="blog_capability" class="u-bolt-visuallyhidden c-bolt-block-label">    <div class="c-bolt-input-icon--invalid">
      





  <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="M.26 28.98C.61 29.61 1.28 30 2 30h28c.72 0 1.38-.39 1.74-1.02.36-.63.35-1.4-.03-2.02l-14-23a2 2 0 00-3.42 0l-14 23c-.37.62-.38 1.39-.03 2.02zM2 28L16 5l14 23H2zm14-8.1c.62 0 1.17-.53 1.17-1.14v-4.39c0-.61-.55-1.14-1.17-1.14-.62 0-1.17.53-1.17 1.14v4.39c0 .61.55 1.14 1.17 1.14zm0 4.46c.31 0 .62-.15.78-.3.16-.15.31-.45.31-.76s-.16-.61-.31-.76c-.23-.23-.47-.3-.78-.3-.31 0-.62.15-.78.3-.23.23-.31.45-.31.76s.16.61.31.76c.16.15.47.3.78.3z" clip-rule="evenodd"/></svg>    </div>
   <span></span></label>
  
    <div class="c-bolt-block-input-wrapper">
                    <div data-react-select="blog_capability">
            

<select id="blog_capability" class="c-bolt-input c-bolt-input--select"><option value="/blog?f%5B0%5D=blog_capability%3APlatCap14#search-results" >User Experience (35)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap1#search-results" >Low-Code App Development (22)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap3#search-results" >Cloud Services (20)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap18#search-results" >Artificial Intelligence (17)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap31#search-results" >Blueprint (10)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap4#search-results" >Data Integration (9)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap11#search-results" >Robotic Process Automation (8)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap24#search-results" >Next Best Action (4)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap12#search-results" >Security (4)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap16#search-results" >Conversational Channels (3)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap2#search-results" >Case Management (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap21#search-results" >Customer Journeys (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap6#search-results" >DevOps (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap22#search-results" >Digital Personalization (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap17#search-results" >Enterprise Application Development (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap25#search-results" >Outbound Marketing (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap10#search-results" >Reporting (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap13#search-results" >System Administration (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap30#search-results" >Workflow Automation (2)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap20#search-results" >Change and Revision Management (1)</option><option value="/blog?f%5B0%5D=blog_capability%3APlatCap5#search-results" >Decision Management (1)</option></select><div class="c-bolt-input-icons"><bolt-input-icons><bolt-list display="inline" spacing="xsmall"><bolt-list-item><div class="c-bolt-input-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></bolt-list-item></bolt-list></bolt-input-icons></div>              </div>
          
                </div>
  </div>


  </div>
</fieldset>
  
      

<fieldset class="c-bolt-fieldset">
  <legend class="c-bolt-legend">
    



 
  




  

  








<h2  class="c-bolt-headline--capitalize c-bolt-headline c-bolt-headline--bold c-bolt-headline--medium">Industry</h2>
  </legend>
  <div class="c-bolt-input-list">
    
    
      
  
  
  

<div data-drupal-facet-id="blog_industry" data-drupal-facet-alias="blog_industry" class="facet-inactive c-bolt-input-list__item">
          
      
<label for="blog_industry" class="u-bolt-visuallyhidden c-bolt-block-label">    <div class="c-bolt-input-icon--invalid">
      





  <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="M.26 28.98C.61 29.61 1.28 30 2 30h28c.72 0 1.38-.39 1.74-1.02.36-.63.35-1.4-.03-2.02l-14-23a2 2 0 00-3.42 0l-14 23c-.37.62-.38 1.39-.03 2.02zM2 28L16 5l14 23H2zm14-8.1c.62 0 1.17-.53 1.17-1.14v-4.39c0-.61-.55-1.14-1.17-1.14-.62 0-1.17.53-1.17 1.14v4.39c0 .61.55 1.14 1.17 1.14zm0 4.46c.31 0 .62-.15.78-.3.16-.15.31-.45.31-.76s-.16-.61-.31-.76c-.23-.23-.47-.3-.78-.3-.31 0-.62.15-.78.3-.23.23-.31.45-.31.76s.16.61.31.76c.16.15.47.3.78.3z" clip-rule="evenodd"/></svg>    </div>
   <span></span></label>
  
    <div class="c-bolt-block-input-wrapper">
                    <div data-react-select="blog_industry">
            

<select id="blog_industry" class="c-bolt-input c-bolt-input--select"><option value="/blog?f%5B0%5D=blog_industry%3AIndGr1#search-results" >Cross-Industry (36)</option><option value="/blog?f%5B0%5D=blog_industry%3AIndGr5#search-results" >Financial Services (1)</option></select><div class="c-bolt-input-icons"><bolt-input-icons><bolt-list display="inline" spacing="xsmall"><bolt-list-item><div class="c-bolt-input-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></bolt-list-item></bolt-list></bolt-input-icons></div>              </div>
          
                </div>
  </div>


  </div>
</fieldset>
  
      

<fieldset class="c-bolt-fieldset">
  <legend class="c-bolt-legend">
    



 
  




  

  








<h2  class="c-bolt-headline--capitalize c-bolt-headline c-bolt-headline--bold c-bolt-headline--medium">Project Role</h2>
  </legend>
  <div class="c-bolt-input-list">
    
    
      
  
  
  

<div data-drupal-facet-id="blog_project_role" data-drupal-facet-alias="blog_role" class="facet-inactive c-bolt-input-list__item">
          
      
<label for="blog_project_role" class="u-bolt-visuallyhidden c-bolt-block-label">    <div class="c-bolt-input-icon--invalid">
      





  <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="M.26 28.98C.61 29.61 1.28 30 2 30h28c.72 0 1.38-.39 1.74-1.02.36-.63.35-1.4-.03-2.02l-14-23a2 2 0 00-3.42 0l-14 23c-.37.62-.38 1.39-.03 2.02zM2 28L16 5l14 23H2zm14-8.1c.62 0 1.17-.53 1.17-1.14v-4.39c0-.61-.55-1.14-1.17-1.14-.62 0-1.17.53-1.17 1.14v4.39c0 .61.55 1.14 1.17 1.14zm0 4.46c.31 0 .62-.15.78-.3.16-.15.31-.45.31-.76s-.16-.61-.31-.76c-.23-.23-.47-.3-.78-.3-.31 0-.62.15-.78.3-.23.23-.31.45-.31.76s.16.61.31.76c.16.15.47.3.78.3z" clip-rule="evenodd"/></svg>    </div>
   <span></span></label>
  
    <div class="c-bolt-block-input-wrapper">
                    <div data-react-select="blog_project_role">
            

<select id="blog_project_role" class="c-bolt-input c-bolt-input--select"><option value="/blog?f%5B0%5D=blog_role%3ARole1#search-results" >Account Executive (3)</option><option value="/blog?f%5B0%5D=blog_role%3ARole2#search-results" >Business Architect (41)</option><option value="/blog?f%5B0%5D=blog_role%3ARole31#search-results" >Citizen Developer (15)</option><option value="/blog?f%5B0%5D=blog_role%3ARole11#search-results" >Consulting Solution Executive (5)</option><option value="/blog?f%5B0%5D=blog_role%3ARole4#search-results" >Customer Service Developer (1)</option><option value="/blog?f%5B0%5D=blog_role%3ARole28#search-results" >Data Scientist (6)</option><option value="/blog?f%5B0%5D=blog_role%3ARole30#search-results" >Decisioning Architect (3)</option><option value="/blog?f%5B0%5D=blog_role%3ARole26#search-results" >Experience Designer (44)</option><option value="/blog?f%5B0%5D=blog_role%3ARole9#search-results" >Lead System Architect (21)</option><option value="/blog?f%5B0%5D=blog_role%3ARole6#search-results" >Next-Best-Action Analyst (13)</option><option value="/blog?f%5B0%5D=blog_role%3ARole32#search-results" >Next-Best-Action Designer (2)</option><option value="/blog?f%5B0%5D=blog_role%3ARole33#search-results" >Next-Best-Action Specialist (3)</option><option value="/blog?f%5B0%5D=blog_role%3ARole13#search-results" >Pega Delivery Leader (4)</option><option value="/blog?f%5B0%5D=blog_role%3ARole14#search-results" >Robotics System Architect (17)</option><option value="/blog?f%5B0%5D=blog_role%3ARole15#search-results" >Sales Consultant (1)</option><option value="/blog?f%5B0%5D=blog_role%3ARole16#search-results" >Sales Manager (1)</option><option value="/blog?f%5B0%5D=blog_role%3ARole19#search-results" >Senior System Architect (7)</option><option value="/blog?f%5B0%5D=blog_role%3ARole20#search-results" >Solutions Consultant (8)</option><option value="/blog?f%5B0%5D=blog_role%3ARole21#search-results" >Solutions Consulting Manager (4)</option><option value="/blog?f%5B0%5D=blog_role%3ARole22#search-results" >Solutions Engineer (4)</option><option value="/blog?f%5B0%5D=blog_role%3ARole23#search-results" >System/Cloud Ops Administrator (8)</option><option value="/blog?f%5B0%5D=blog_role%3ARole24#search-results" >System Architect (53)</option><option value="/blog?f%5B0%5D=blog_role%3ARole37#search-results" >Team Lead (1)</option><option value="/blog?f%5B0%5D=blog_role%3ARole38#search-results" >UI Solutions Developer (8)</option></select><div class="c-bolt-input-icons"><bolt-input-icons><bolt-list display="inline" spacing="xsmall"><bolt-list-item><div class="c-bolt-input-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></bolt-list-item></bolt-list></bolt-input-icons></div>              </div>
          
                </div>
  </div>


  </div>
</fieldset>
  
      </div>
                
</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 4@medium"  column-span="12 9@medium"  valign="auto"   class="u-bolt-padding-bottom-xlarge"
>
      
              
      <div class="js-search-results ">
        
        
        

        
                                                                                                                                                                                                            


<bolt-grid
   gutter="medium"    row-gutter="medium"   
>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 1@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/keynote_hero_0.png?itok=IMAsaI0q 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/keynote_hero_0.png?itok=6hsFYsLC 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/keynote_hero_0.png?itok=1H9i6UR9 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/keynote_hero_0.png?itok=szNJdQz7 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/keynote_hero_0.png?itok=j8U_mUGD 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7 640w" height="400" width="800" alt="Keynote hero" 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">Ivan Anikanov</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/modernization-blueprint-pega-service" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Modernization with Blueprint on Pega‑as‑a‑Service<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></h3></h2>
                            </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://community.pega.com/blog/modernization-blueprint-pega-service"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/modernization-blueprint-pega-service" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 5@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/1536/public/media/images/2026-04/Designer%20%281%29.png?itok=9EU1jCg-" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-04/Designer%20%281%29.png?itok=DbULCw0- 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-04/Designer%20%281%29.png?itok=-RK5cdjD 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-04/Designer%20%281%29.png?itok=i3JHEnJQ 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-04/Designer%20%281%29.png?itok=9KqAbxeY 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-04/Designer%20%281%29.png?itok=QsRy7eZK 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-04/Designer%20%281%29.png?itok=CyeMRnPk 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-04/Designer%20%281%29.png?itok=j-jbntO_ 1024w, https://community.pega.com/sites/default/files/styles/1366/public/media/images/2026-04/Designer%20%281%29.png?itok=9bKK3BTZ 1366w, https://community.pega.com/sites/default/files/styles/1536/public/media/images/2026-04/Designer%20%281%29.png?itok=9EU1jCg- 1536w" height="1024" width="1536" alt="Enahanced Disaster Recovery 2" 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">Abhay Prabhu</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/mastering-enhanced-disaster-recovery" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Mastering Enhanced Disaster Recovery<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></h3></h2>
                            </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://community.pega.com/blog/mastering-enhanced-disaster-recovery"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/mastering-enhanced-disaster-recovery" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 9@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-04/GettyImages-2208231362.jpg?itok=5_9L7NlU" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-04/GettyImages-2208231362.jpg?itok=JXMEIKUB 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-04/GettyImages-2208231362.jpg?itok=jkVlRNmV 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-04/GettyImages-2208231362.jpg?itok=YKhSrENg 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-04/GettyImages-2208231362.jpg?itok=1ZSIvw4P 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-04/GettyImages-2208231362.jpg?itok=6STakTvn 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-04/GettyImages-2208231362.jpg?itok=5_9L7NlU 640w" height="400" width="800" alt="Man using laptop computer to engage with digital content." 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">Roberto Genco</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/email-pega-how-position-platform-vs-customer-service-agentic-ai" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Email in Pega: How to Position Platform vs. Customer Service (with Agentic AI)<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></h3></h2>
                            </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://community.pega.com/blog/email-pega-how-position-platform-vs-customer-service-agentic-ai"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/email-pega-how-position-platform-vs-customer-service-agentic-ai" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 1@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/keynote_hero_0.png?itok=IMAsaI0q 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/keynote_hero_0.png?itok=6hsFYsLC 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/keynote_hero_0.png?itok=1H9i6UR9 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/keynote_hero_0.png?itok=szNJdQz7 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/keynote_hero_0.png?itok=j8U_mUGD 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7 640w" height="400" width="800" alt="Keynote hero" 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">Ivan Anikanov</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/pega-cloud-2026-roadmap" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Pega Cloud 2026 Roadmap<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></h3></h2>
                            </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://community.pega.com/blog/pega-cloud-2026-roadmap"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/pega-cloud-2026-roadmap" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 5@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/keynote_hero_0.png?itok=IMAsaI0q 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/keynote_hero_0.png?itok=6hsFYsLC 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/keynote_hero_0.png?itok=1H9i6UR9 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/keynote_hero_0.png?itok=szNJdQz7 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/keynote_hero_0.png?itok=j8U_mUGD 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7 640w" height="400" width="800" alt="Keynote hero" 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">Ivan Anikanov</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/blueprint-agents-how-pega-genai-reshaping-way-we-deliver" class="e-bolt-text-link e-bolt-text-link--reversed-underline">From Blueprint to Agents: How Pega GenAI Is Reshaping the Way We Deliver<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></h3></h2>
                            </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://community.pega.com/blog/blueprint-agents-how-pega-genai-reshaping-way-we-deliver"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/blueprint-agents-how-pega-genai-reshaping-way-we-deliver" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 9@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/keynote_hero_0.png?itok=IMAsaI0q 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/keynote_hero_0.png?itok=6hsFYsLC 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/keynote_hero_0.png?itok=1H9i6UR9 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/keynote_hero_0.png?itok=szNJdQz7 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/keynote_hero_0.png?itok=j8U_mUGD 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7 640w" height="400" width="800" alt="Keynote hero" 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">Ivan Anikanov</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/pega-cloud-technology-strategy-extract-pega-cloud-summit-2026" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Pega Cloud Technology Strategy: An Extract from the Pega Cloud Summit 2026<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></h3></h2>
                            </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://community.pega.com/blog/pega-cloud-technology-strategy-extract-pega-cloud-summit-2026"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/pega-cloud-technology-strategy-extract-pega-cloud-summit-2026" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 1@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/keynote_hero_0.png?itok=IMAsaI0q 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/keynote_hero_0.png?itok=6hsFYsLC 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/keynote_hero_0.png?itok=1H9i6UR9 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/keynote_hero_0.png?itok=szNJdQz7 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/keynote_hero_0.png?itok=j8U_mUGD 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7 640w" height="400" width="800" alt="Keynote hero" 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">Ivan Anikanov</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/ask-leaders-cloud-strategy-ai-and-future-pega-highlights-cloud-summit-2026-ama-panel" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Ask the Leaders: Cloud Strategy, AI, and the Future of Pega — Highlights from the Cloud Summit 2026 AMA Panel<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></h3></h2>
                            </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://community.pega.com/blog/ask-leaders-cloud-strategy-ai-and-future-pega-highlights-cloud-summit-2026-ama-panel"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/ask-leaders-cloud-strategy-ai-and-future-pega-highlights-cloud-summit-2026-ama-panel" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 5@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/Mastering%20PDM%20BC%26DM%20Pipelines%20Demo.png?itok=B9jPnjZF" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/Mastering%20PDM%20BC%26DM%20Pipelines%20Demo.png?itok=qkqLOPl_ 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/Mastering%20PDM%20BC%26DM%20Pipelines%20Demo.png?itok=8qTehDFC 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/Mastering%20PDM%20BC%26DM%20Pipelines%20Demo.png?itok=UHcXYbhY 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/Mastering%20PDM%20BC%26DM%20Pipelines%20Demo.png?itok=9Gc5E_rT 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/Mastering%20PDM%20BC%26DM%20Pipelines%20Demo.png?itok=DoOpK0WB 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/Mastering%20PDM%20BC%26DM%20Pipelines%20Demo.png?itok=B9jPnjZF 640w" height="420" width="854" alt="Pega Deployment Manager Business Change Pipeline diagram with CDH and Business Operations Environment flow" 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">Tihomir Petrovic</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/mastering-pega-deployment-manager-business-change-data-migration-pipelines" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Mastering Pega Deployment Manager Business Change &amp; Data Migration Pipelines<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></h3></h2>
                            </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://community.pega.com/blog/mastering-pega-deployment-manager-business-change-data-migration-pipelines"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/mastering-pega-deployment-manager-business-change-data-migration-pipelines" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 9@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-03/keynote_hero_0.png?itok=IMAsaI0q 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-03/keynote_hero_0.png?itok=6hsFYsLC 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-03/keynote_hero_0.png?itok=1H9i6UR9 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-03/keynote_hero_0.png?itok=szNJdQz7 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-03/keynote_hero_0.png?itok=j8U_mUGD 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-03/keynote_hero_0.png?itok=wBS0-ZV7 640w" height="400" width="800" alt="Keynote hero" 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">Ivan Anikanov</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/blueprint-autonomous-enterprise-key-takeaways-pega-cloud-summit-2026-client-lens-keynote" class="e-bolt-text-link e-bolt-text-link--reversed-underline">From Blueprint to the Autonomous Enterprise: Key Takeaways from the Pega Cloud Summit 2026 Client Lens Keynote<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></h3></h2>
                            </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://community.pega.com/blog/blueprint-autonomous-enterprise-key-takeaways-pega-cloud-summit-2026-client-lens-keynote"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/blueprint-autonomous-enterprise-key-takeaways-pega-cloud-summit-2026-client-lens-keynote" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 1@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages-1331493599.jpg?itok=HSVb2ZyA" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-02/GettyImages-1331493599.jpg?itok=XQXFW65g 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-02/GettyImages-1331493599.jpg?itok=AeTcwId8 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-02/GettyImages-1331493599.jpg?itok=yH9pVZOp 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-02/GettyImages-1331493599.jpg?itok=putqKJr5 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-02/GettyImages-1331493599.jpg?itok=8ezwMUXF 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages-1331493599.jpg?itok=HSVb2ZyA 640w" height="400" width="800" alt="Man working in a call center on the phone in front of his laptop" 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">Andi Mutlow</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/building-agentic-customer-service-experiences-pega-customer-service" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Building Agentic Customer Service Experiences with Pega Customer Service<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></h3></h2>
                            </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://community.pega.com/blog/building-agentic-customer-service-experiences-pega-customer-service"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/building-agentic-customer-service-experiences-pega-customer-service" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 5@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages_%20AA028620_couple_on_bike.jpg?itok=oK6O9rJs" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-02/GettyImages_%20AA028620_couple_on_bike.jpg?itok=TuVt_sYQ 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-02/GettyImages_%20AA028620_couple_on_bike.jpg?itok=8WYKgGhY 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-02/GettyImages_%20AA028620_couple_on_bike.jpg?itok=iW0tw41x 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-02/GettyImages_%20AA028620_couple_on_bike.jpg?itok=vxGfAJGx 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-02/GettyImages_%20AA028620_couple_on_bike.jpg?itok=uWa9uzkK 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages_%20AA028620_couple_on_bike.jpg?itok=oK6O9rJs 640w" height="400" width="800" alt="People on a bicycle" 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">Joe Carew</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/how-real-time-learning-unlocks-predictive-accuracy-process-ai" class="e-bolt-text-link e-bolt-text-link--reversed-underline">How Real Time Learning Unlocks Predictive Accuracy in Process AI<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></h3></h2>
                            </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://community.pega.com/blog/how-real-time-learning-unlocks-predictive-accuracy-process-ai"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/how-real-time-learning-unlocks-predictive-accuracy-process-ai" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 9@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages-520230184.jpg?itok=W6y1ZLSJ" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-02/GettyImages-520230184.jpg?itok=IMR2G3NY 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-02/GettyImages-520230184.jpg?itok=QM_U4-bK 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-02/GettyImages-520230184.jpg?itok=2_4jAhXI 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-02/GettyImages-520230184.jpg?itok=cfqYVRSs 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-02/GettyImages-520230184.jpg?itok=xsx_CUMt 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages-520230184.jpg?itok=W6y1ZLSJ 640w" height="400" width="800" alt="Checking phone and drinking coffee over a stack of documents." 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">Matthew Camuso</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/blueprint-chat-agent-your-real-time-sidekick" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Blueprint Chat Agent: Your Real-Time Sidekick<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></h3></h2>
                            </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://community.pega.com/blog/blueprint-chat-agent-your-real-time-sidekick"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/blueprint-chat-agent-your-real-time-sidekick" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 1@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages-1271272786.jpg?itok=wz_LKEaJ" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-02/GettyImages-1271272786.jpg?itok=QfAjkxir 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-02/GettyImages-1271272786.jpg?itok=xBKpkeL2 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-02/GettyImages-1271272786.jpg?itok=icpp7kH3 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-02/GettyImages-1271272786.jpg?itok=dY_vY4nS 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-02/GettyImages-1271272786.jpg?itok=N6653SJb 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-02/GettyImages-1271272786.jpg?itok=wz_LKEaJ 640w" height="400" width="800" alt="People gathering around a laptop looking enthralled." 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">
                                    



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/beyond-build-why-your-best-lsa-now-your-mini-cto" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Beyond the build: Why your best LSA is now your &#039;mini-CTO&#039;<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></h3></h2>
                            </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://community.pega.com/blog/beyond-build-why-your-best-lsa-now-your-mini-cto"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/beyond-build-why-your-best-lsa-now-your-mini-cto" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 5@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/ThinkstockPhotos-470133305.jpg?itok=GAnePu1d" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-01/ThinkstockPhotos-470133305.jpg?itok=nUuYSkuD 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-01/ThinkstockPhotos-470133305.jpg?itok=QRSwyWm4 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-01/ThinkstockPhotos-470133305.jpg?itok=bwEc4UBf 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-01/ThinkstockPhotos-470133305.jpg?itok=GF-uQBr9 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-01/ThinkstockPhotos-470133305.jpg?itok=Fo3sjIL2 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/ThinkstockPhotos-470133305.jpg?itok=GAnePu1d 640w" height="400" width="800" alt="Abstract blur of lights. " 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">Martin Cook</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/how-do-i-unlock-process-mining-insights-pega-app-studio" class="e-bolt-text-link e-bolt-text-link--reversed-underline">How do I unlock process mining insights in Pega App Studio?<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></h3></h2>
                            </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://community.pega.com/blog/how-do-i-unlock-process-mining-insights-pega-app-studio"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/how-do-i-unlock-process-mining-insights-pega-app-studio" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 9@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-01/Picture1.jpg?itok=T7TmFs1e" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-01/Picture1.jpg?itok=l5R-XeBJ 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-01/Picture1.jpg?itok=0Ia2MHGB 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-01/Picture1.jpg?itok=sNnjrrxe 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-01/Picture1.jpg?itok=IMqaLLR_ 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-01/Picture1.jpg?itok=cxezP8ZJ 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/Picture1.jpg?itok=5UirU-MC 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-01/Picture1.jpg?itok=T7TmFs1e 1024w" height="720" width="1080" alt="Young woman sitting and looking at her mobile phone" 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">Kamil Janeczek</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/blueprint-mobile-app-building-exceptional-mobile-experiences-pega" class="e-bolt-text-link e-bolt-text-link--reversed-underline">From Blueprint to Mobile App: Building Exceptional Mobile Experiences with 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></h3></h2>
                            </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://community.pega.com/blog/blueprint-mobile-app-building-exceptional-mobile-experiences-pega"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/blueprint-mobile-app-building-exceptional-mobile-experiences-pega" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 1@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/1536/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=KOHiZ_BZ" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=UTgsxLGL 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=fwOCOcro 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=wxhheEd_ 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=KkbXRNLi 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=vqgqHnIG 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=UDEqDltO 640w, https://community.pega.com/sites/default/files/styles/1024/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=lBJx0mAF 1024w, https://community.pega.com/sites/default/files/styles/1366/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=fGlSipG6 1366w, https://community.pega.com/sites/default/files/styles/1536/public/media/images/2026-01/ReleaseRoadmapAMA.png?itok=KOHiZ_BZ 1536w" height="920" width="1706" alt="Pega-as-a-Service Release and Roadmap" 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">Ivan Anikanov and Satya Mishra</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/q4-2025-pega-service-release-roadmap-key-insights-and-future-innovations" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Q4 2025 Pega As-a-Service Release &amp; Roadmap: Key Insights and Future Innovations<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></h3></h2>
                            </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://community.pega.com/blog/q4-2025-pega-service-release-roadmap-key-insights-and-future-innovations"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/q4-2025-pega-service-release-roadmap-key-insights-and-future-innovations" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 5@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/1%29%20Blog%20Lead%20Image%20_resize.png?itok=dPgHlYjN" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-01/1%29%20Blog%20Lead%20Image%20_resize.png?itok=fc7XbHlk 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-01/1%29%20Blog%20Lead%20Image%20_resize.png?itok=YOkTU79u 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-01/1%29%20Blog%20Lead%20Image%20_resize.png?itok=rMyOuwKh 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-01/1%29%20Blog%20Lead%20Image%20_resize.png?itok=1Ep3lm9Q 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-01/1%29%20Blog%20Lead%20Image%20_resize.png?itok=qwlhcy5T 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/1%29%20Blog%20Lead%20Image%20_resize.png?itok=dPgHlYjN 640w" height="457" width="800" alt="With Pega GenAI Blueprint™ for Customer Engagement you and your team input details about your organization and Blueprint will generate and visualize your customer engagement strategies." 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">Matthew Camuso</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/briefs-blueprint-how-supporting-document-uploads-power-smarter-customer-engagement" class="e-bolt-text-link e-bolt-text-link--reversed-underline">From Briefs to Blueprint: How Supporting Document Uploads Power Smarter Customer Engagement<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></h3></h2>
                            </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://community.pega.com/blog/briefs-blueprint-how-supporting-document-uploads-power-smarter-customer-engagement"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/briefs-blueprint-how-supporting-document-uploads-power-smarter-customer-engagement" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
      

<bolt-grid-item
  row-start="auto"  row-span="auto"  column-start="1 9@small"  column-span="12 4@small"  valign="auto"  
>
  











<bolt-card-replacement
       height="full"    theme="xlight"
  class=&quot;t-bolt-xlight&quot;
  >

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

  
            <div>    
      
        



<img  src="https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/GettyImages-1484912807.jpg?itok=oW8381a6" srcset="https://community.pega.com/sites/default/files/styles/50/public/media/images/2026-01/GettyImages-1484912807.jpg?itok=4xEUX4dm 50w, https://community.pega.com/sites/default/files/styles/100/public/media/images/2026-01/GettyImages-1484912807.jpg?itok=uqExXLmh 100w, https://community.pega.com/sites/default/files/styles/200/public/media/images/2026-01/GettyImages-1484912807.jpg?itok=3DYF4jri 200w, https://community.pega.com/sites/default/files/styles/320/public/media/images/2026-01/GettyImages-1484912807.jpg?itok=qhBRO1FY 320w, https://community.pega.com/sites/default/files/styles/480/public/media/images/2026-01/GettyImages-1484912807.jpg?itok=57usEbM0 480w, https://community.pega.com/sites/default/files/styles/640/public/media/images/2026-01/GettyImages-1484912807.jpg?itok=oW8381a6 640w" height="400" width="800" alt="Conceptual image of cloud on a chip. " 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">Chaitra Kamaraju</p>
                          



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large"><h3  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--link"><a  href="https://community.pega.com/blog/complete-guide-configuring-pega-seamless-access-analytical-data-systems" class="e-bolt-text-link e-bolt-text-link--reversed-underline">Complete Guide to Configuring Pega for Seamless Access to Analytical Data Systems<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></h3></h2>
                            </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://community.pega.com/blog/complete-guide-configuring-pega-seamless-access-analytical-data-systems"   >
  <ssr-keep for="bolt-card-replacement-action" class="c-bolt-card_replacement__action">
                  
                          
        
        
                  
                                
          
                  
        

 




<a  href="https://community.pega.com/blog/complete-guide-configuring-pega-seamless-access-analytical-data-systems" target="_self" class="e-bolt-button e-bolt-button--transparent e-bolt-button--block"  >Read blog<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>

</bolt-grid-item>
  </bolt-grid>


        
      
      <div class="js-search-pager">
          



      


<bolt-pagination
   total="12"    current="1"    class="u-bolt-margin-top-large js-ajax-pagination"
>
  <nav class="c-bolt-pagination c-bolt-pagination--align-center" role="navigation" aria-label="Pagination Navigation">
    
    
    
                                                                        <span  aria-current="true" class="c-bolt-pagination__item is-current">
            <span class="c-bolt-pagination__text">
              <span class="u-bolt-visuallyhidden">
                You are currently on page
              </span>1</span>
          </span>
                                                        <a  href="?page=1" class="c-bolt-pagination__item">
            <span class="c-bolt-pagination__text">
              <span class="u-bolt-visuallyhidden">
                Navigate to page
              </span>2</span>
          </a>
                                                        <a  href="?page=2" class="c-bolt-pagination__item">
            <span class="c-bolt-pagination__text">
              <span class="u-bolt-visuallyhidden">
                Navigate to page
              </span>3</span>
          </a>
                                                        <a  href="?page=3" class="c-bolt-pagination__item">
            <span class="c-bolt-pagination__text">
              <span class="u-bolt-visuallyhidden">
                Navigate to page
              </span>4</span>
          </a>
                                                        <a  href="?page=4" class="c-bolt-pagination__item">
            <span class="c-bolt-pagination__text">
              <span class="u-bolt-visuallyhidden">
                Navigate to page
              </span>5</span>
          </a>
                  
          <span class="c-bolt-pagination__item c-bolt-pagination__item--ellipsis" role="presentation">&hellip;</span>
    
                      <a  href="?page=11" class="c-bolt-pagination__item">
        <span class="c-bolt-pagination__text">
          <span class="u-bolt-visuallyhidden">
            Navigate to last page
          </span>
          12
        </span>
      </a>
    
                      <a  href="?page=1" class="c-bolt-pagination__item c-bolt-pagination__item--next">
        <span class="c-bolt-pagination__text">
          Next
        </span>
        <span class="c-bolt-pagination__icon">
          





  <svg  class="e-bolt-icon e-bolt-icon--small 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>
      </nav>
</bolt-pagination>

      </div>

      
      

      
      
    
      </div>

      
</bolt-grid-item>
  </bolt-grid>


          </div>

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

    </div>
  




  </div>

  



  </div>
    </div>

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

  



    </div>

  </article>

          </div>

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

  </div>
<div data-pega-autopilot="omnipresent_bot" id="block-pdn-theme-pegachatbotblock">
  
    
      <div class="js-pega-autopilot"></div>

  </div>

  </div>

  </div>

  </main>

      
      <footer role="contentinfo">
      










<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 Pegasystems</h2>

<p>Pega is The Enterprise Transformation Company™ that helps organizations Build for Change® with enterprise AI decisioning and workflow automation. Many of the world’s most influential businesses rely on our platform to solve their most pressing challenges, from personalizing engagement to automating service to streamlining operations. Since 1983, we’ve built our scalable and flexible architecture to help enterprises meet today’s customer demands while continuously transforming for tomorrow.</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="https://www.pega.com/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="https://www.pega.com/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="https://www.pega.com/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="https://community.pega.com/get-help" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Contact Us</span>
      </a>
</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="/" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Pega Community</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</span>
      </a>
</li>
                      
                          
        
                
        


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


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/blog" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Pega Blog</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>
          
  </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="/get-started" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Get Started with Pega</span>
      </a>
</li>
                      
                          
        
                
        


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://docs.pega.com/" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Documentation</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">Training</span>
      </a>
</li>
                      
                          
        
                
        


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


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="/marketplace" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Marketplace</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--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="https://www.pega.com/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="https://support.pega.com/" class="c-bolt-page-footer__nav-link" >
        <span class="c-bolt-page-footer__nav-link__text">Support</span>
      </a>
</li>
          
              
    
        
    


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


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www1.pega.com/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="https://pega.com/privacy/preference-center" class="u-bolt-margin-right-xsmall c-bolt-page-footer__nav-link" >
          <span class="c-bolt-page-footer__nav-link__icon">        <?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" class="e-bolt-icon e-bolt-icon--large" xml:space="preserve" style="enable-background:new 0 0 500 239.8;width:32px;height:auto" viewBox="0 0 500 239.8">
  <path d="M380.1 0H119.9C53.1 0 0 53.1 0 119.9s53.1 119.9 119.9 119.9h260.3c66.8 0 119.9-53.1 119.9-119.9S445.2 0 380.1 0zM236.3 219.2H119.9c-54.8 0-99.3-44.5-99.3-99.3s44.5-99.3 99.3-99.3h169.5l-53.1 198.6zm179.8-47.9c-3.4 3.4-10.3 3.4-13.7 0l-37.7-37.7-37.7 37.7c-3.4 3.4-10.3 3.4-13.7 0-3.4-3.4-3.4-10.3 0-13.7l36-37.7-37.7-37.7c-3.4-3.4-3.4-10.3 0-13.7s10.3-3.4 13.7 0l37.7 37.7 37.7-37.7c3.4-3.4 10.3-3.4 13.7 0 3.4 3.4 3.4 10.3 0 13.7l-36 37.7 37.7 37.7c3.4 3.4 3.4 10.2 0 13.7zM99.3 118.2l30.8 29.1 65.1-77.1c3.4-3.4 10.3-3.4 15.4 0 3.4 3.4 5.1 10.3 1.7 13.7l-71.9 83.9c-1.7 1.7-3.4 3.4-5.1 3.4-3.4 1.7-8.6 1.7-12-1.7l-37.7-37.6c-3.4-3.4-3.4-10.3 0-13.7 3.4-3.4 10.3-3.4 13.7 0z" style="fill:#06f"></path>
</svg>

      </span>
        <span class="c-bolt-page-footer__nav-link__text">Your Privacy Choices</span>
      </a>
</li>
          
              
    
        
    


<li  class="c-bolt-page-footer__nav-list-item">
  <a  href="https://www.pega.com/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 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 class="c-cta-band__sticky">
      

    








<bolt-band
   class="is-ready"   
>
  <div  class="c-bolt-band c-bolt-band--small c-bolt-band--valign-center t-bolt-navy c-bolt-band--full-bleed">
                          


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



<img  src="/sites/default/files/cta-band-images/background.png" loading="lazy" class="e-bolt-image e-bolt-image--bg">
  
          </div>
                  
      </div>
</bolt-background>

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



<div  class="e-bolt-wrapper">            <div class="c-bolt-band__pinned-items">
                              
                <div  class="c-bolt-band__pinned-item c-bolt-band__pinned-item--end">
                      

 




<button  type="button" class="c-cta-band-close-btn e-bolt-button e-bolt-button--transparent e-bolt-button--icon-only" aria-label="Close" ><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" fill-rule="evenodd" d="M0 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" clip-rule="evenodd"/></svg></span></button>
                </div>
                          </div>
          </div>

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



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





<bolt-list
   tag="div"    display="inline"    spacing="medium"    separator="none"    align="justify"    valign="center"       
>
      
    
  <ssr-keep
    for="bolt-list"
         class="c-bolt-list c-bolt-list--display-inline c-bolt-list--spacing-medium c-bolt-list--align-justify c-bolt-list--valign-center"
  >
                  

<bolt-list-item
      
>
  <ssr-keep
    for="bolt-list-item"
         class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-medium c-bolt-list-item--align-justify"
  >
              



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--bold c-bolt-headline--large c-bolt-headline--uppercase">The Power of Pega Resources</h2>
    



 
  




  

  








<h2  class="c-bolt-headline c-bolt-headline--regular c-bolt-headline--medium"><div><p>Experience the benefits of Pega Community when you log in.</p></div></h2>
  
      </ssr-keep>
</bolt-list-item>
                        

<bolt-list-item
   last     
>
  <ssr-keep
    for="bolt-list-item"
         class="c-bolt-list-item c-bolt-list-item--display-inline c-bolt-list-item--spacing-medium c-bolt-list-item--align-justify c-bolt-list-item--last-item"
  >
                      




    
<bolt-list
   tag="ul"    display="inline"    spacing="xsmall"    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-xsmall 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-xsmall c-bolt-list-item--align-start"
  >
                

 




<a  href="/user/register?destination=community.pega.com/blog" class="e-bolt-button"  >Join Now
</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-xsmall c-bolt-list-item--align-start c-bolt-list-item--last-item"
  >
                

 




<a  href="/user/login?destination=/blog" class="e-bolt-button e-bolt-button--secondary"  >Log in
</a>    
      </ssr-keep>
</bolt-list-item>
            </ssr-keep>
</bolt-list>
  
      </ssr-keep>
</bolt-list-item>
            </ssr-keep>
</bolt-list>

          </div>

      </div>
    

            </div>
</bolt-band>

  </div>


    </footer>
  
      



<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 Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
        </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>
  
</div>

  </div>

    <div id="consent_blackbar"></div><div class="abm-toast"></div><div class="gsc-parking-lot"></div>
    <script src="/sites/default/files/js/js_Z16ePLAAF19LiXcPuQuWmqo969cZoBMmATI1M8iNHKY.js?scope=footer&amp;delta=0&amp;language=en&amp;theme=pdn_theme&amp;include=eJyFVNtu2zAM_aHIQgoM2PuAfcAK7FWgJcZWIouCRCfNvn6U7SZOm7ovFn14dDm8QcDMhq8Ji4Zqlx2Ugmx8PKJlyvpYtKXBvPzY703pIaMzliJjZNMGsidz9ngxEIIJPp6M7SF2-OyUBJkj5mLkCJ8F3uEb1z3a5TFBaJbfXQcjD0nPyy65aApCtr2-m83dNCP74NnLnRXkHgfUcIS318m9AkVGoigPL8qOhWnY8ikvKstzxoHyAKwKXwN-QUmZ3GhZnUWwp_icVNjb01W1EN0uYQcGIoSrgEU7HARtoaDiDPa0-Eem5AOxvlmNuGMJwH567hcsibmFxJKcj5TVc27gR04YhuXolgLr-lFdoBbCHf2sDtzgo2Ki0EKWtesCbvGnY3vRWjZZmS4Fs3KYqiaegvs1_TCGoC7eca_mclEZyxh4a0-P4DBvMRJ0Pn57d1kK8DuGOvjAIqk6goe4-biHLZ8jtU6LE7QD6aR3Y4Y7IsnEvdYMsn6CGZLazd4tOas1oG9WsyrKJO8g2ej_of4INLG1jSSqzoiZnREsPwoKdRZMzqWja_dOLfwQwsVpKaM-gEUuzdJlf-cme51OevldfZ-3zHZt3ab0dPkzlcEvGuONGw7yyWdvZX7U2l3wQnqlyKlAknw1TaobodCYLUr1RhfeS-eCbb1Nr38maabYTDIvpb02mGe5zq1q7BuSBNZHv2i5yihdBBtpvt2t-_V9Dsxxf9HL2vj9z9hg_A-852Ll"></script>
<script src="/sites/default/files/asset_injector/js/com_2511_shared_content_block_view_all_link_changes-75ec5dacde984fe4be45e58b6a843bfa.js?tduhs0"></script>
<script src="/sites/default/files/asset_injector/js/partners_redirect-cd9e62c4e9f5e4653c4492988cc1f3b9.js?tduhs0"></script>
<script src="/sites/default/files/js/js_tFB6H5n-XtYgTTMkc5xKicFiWThPXrdyr5kcYDwSCxg.js?scope=footer&amp;delta=3&amp;language=en&amp;theme=pdn_theme&amp;include=eJyFVNtu2zAM_aHIQgoM2PuAfcAK7FWgJcZWIouCRCfNvn6U7SZOm7ovFn14dDm8QcDMhq8Ji4Zqlx2Ugmx8PKJlyvpYtKXBvPzY703pIaMzliJjZNMGsidz9ngxEIIJPp6M7SF2-OyUBJkj5mLkCJ8F3uEb1z3a5TFBaJbfXQcjD0nPyy65aApCtr2-m83dNCP74NnLnRXkHgfUcIS318m9AkVGoigPL8qOhWnY8ikvKstzxoHyAKwKXwN-QUmZ3GhZnUWwp_icVNjb01W1EN0uYQcGIoSrgEU7HARtoaDiDPa0-Eem5AOxvlmNuGMJwH567hcsibmFxJKcj5TVc27gR04YhuXolgLr-lFdoBbCHf2sDtzgo2Ki0EKWtesCbvGnY3vRWjZZmS4Fs3KYqiaegvs1_TCGoC7eca_mclEZyxh4a0-P4DBvMRJ0Pn57d1kK8DuGOvjAIqk6goe4-biHLZ8jtU6LE7QD6aR3Y4Y7IsnEvdYMsn6CGZLazd4tOas1oG9WsyrKJO8g2ej_of4INLG1jSSqzoiZnREsPwoKdRZMzqWja_dOLfwQwsVpKaM-gEUuzdJlf-cme51OevldfZ-3zHZt3ab0dPkzlcEvGuONGw7yyWdvZX7U2l3wQnqlyKlAknw1TaobodCYLUr1RhfeS-eCbb1Nr38maabYTDIvpb02mGe5zq1q7BuSBNZHv2i5yihdBBtpvt2t-_V9Dsxxf9HL2vj9z9hg_A-852Ll"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<script src="/sites/default/files/js/js_0KMRU2UZuTXAXJzOvrs3QYbWCKaISaJZKE5ZRcD7TZA.js?scope=footer&amp;delta=5&amp;language=en&amp;theme=pdn_theme&amp;include=eJyFVNtu2zAM_aHIQgoM2PuAfcAK7FWgJcZWIouCRCfNvn6U7SZOm7ovFn14dDm8QcDMhq8Ji4Zqlx2Ugmx8PKJlyvpYtKXBvPzY703pIaMzliJjZNMGsidz9ngxEIIJPp6M7SF2-OyUBJkj5mLkCJ8F3uEb1z3a5TFBaJbfXQcjD0nPyy65aApCtr2-m83dNCP74NnLnRXkHgfUcIS318m9AkVGoigPL8qOhWnY8ikvKstzxoHyAKwKXwN-QUmZ3GhZnUWwp_icVNjb01W1EN0uYQcGIoSrgEU7HARtoaDiDPa0-Eem5AOxvlmNuGMJwH567hcsibmFxJKcj5TVc27gR04YhuXolgLr-lFdoBbCHf2sDtzgo2Ki0EKWtesCbvGnY3vRWjZZmS4Fs3KYqiaegvs1_TCGoC7eca_mclEZyxh4a0-P4DBvMRJ0Pn57d1kK8DuGOvjAIqk6goe4-biHLZ8jtU6LE7QD6aR3Y4Y7IsnEvdYMsn6CGZLazd4tOas1oG9WsyrKJO8g2ej_of4INLG1jSSqzoiZnREsPwoKdRZMzqWja_dOLfwQwsVpKaM-gEUuzdJlf-cme51OevldfZ-3zHZt3ab0dPkzlcEvGuONGw7yyWdvZX7U2l3wQnqlyKlAknw1TaobodCYLUr1RhfeS-eCbb1Nr38maabYTDIvpb02mGe5zq1q7BuSBNZHv2i5yihdBBtpvt2t-_V9Dsxxf9HL2vj9z9hg_A-852Ll"></script>

  </body>
</html>
