Spiritual Synergy LLC

Jáde Process®

Welcome to the Jáde Process® training resource center. Access the Synergy System, facilitator charts, manuals, and companion documents.

Your session has expired. Please log in again to access your training materials.
Unable to verify your access. Please log in again or return through The Wisdom of Love.

Facilitator Access

Enter your name and the passphrase provided by Desirée to access your training materials.

Synergy System

Access the full Synergy Index — your central hub for all Harmony Foundational charts, companion documents, CPI, and facilitator resources.

Enter the Synergy System →

Clearing Your Soul™

Visit our main website to learn about Jáde Process®, Loving Heart Connections®, book a session, or join our community.

Visit clearingyoursoul.com →
/* After MemberSpace confirms login, mint a local session cookie */ function bridgeMemberSpace(){ if(typeof MemberSpace==='undefined')return; function trySign(info){ if(!info||!info.email)return; fetch('/api/sign-session',{ method:'POST', headers:{'Content-Type':'application/json'}, body:JSON.stringify({ email:info.email, name:info.name||'', plans:(info.memberships||[]).map(function(m){ return{planId:m.planId,publicPlanId:m.publicPlanId,name:m.name,status:m.status}; }) }) }).then(function(res){ if(res.ok){ var dest=sessionStorage.getItem('synergy_return')||'/training/synergy/JP_Synergy_Index.html'; sessionStorage.removeItem('synergy_return'); window.location.href=dest; } }); } try{ MemberSpace.onReady(function(){trySign(MemberSpace.getMemberInfo())}); MemberSpace.onMemberLoginSuccess(function(info){trySign(info)}); }catch(e){} } /* poll for MemberSpace to load */ var msAttempts=0; var msTimer=setInterval(function(){ msAttempts++; if(typeof MemberSpace!=='undefined'||msAttempts>30){ clearInterval(msTimer);bridgeMemberSpace(); } },500);