Trauma doesn’t just live in the past—it lives in our bodies and our neighborhoods. Awaken Pittsburgh is connecting our community to the Trauma Resiliency Protocol (TRP): a gentle, fast-acting way to heal from painful experiences without having to relive them.
You don’t have to tell the story to change the ending.
For many survivors of violence or loss, traditional "talk therapy" feels heavy. The idea of sitting in a room and describing your worst moments over and over can be exhausting—and sometimes, it makes the pain feel even fresher.
TRP is different. It is a non-clinical, "no-talking-required" approach. You don’t have to share the details of your story with us to get relief from the weight of it.
What is the Trauma Resiliency Protocol?
A Simple "Reset" for Your Mind and Body
Developed by the experts at Tactical Resiliency USA, this protocol is designed to stop the "alarm" from going off in your brain. Whether you experienced a single event or years of community trauma and stress, TRP helps your nervous system realize that you are safe now.
No Re-Traumatization: You are never asked to describe the trauma out loud.
Rapid Relief: Most people feel a significant "lightening" of their emotional load in just 1 to 3 sessions.
Breaking the Cycle: When we heal ourselves, we stop passing trauma down to our children and our neighbors.
Flexible Healing: We meet you where you are. You can choose an in-person session in a safe Allegheny County location or a virtual session via Zoom from the comfort of your own home. Both options offer the same level of care and effectiveness.
Healing for Every Corner
of Our Region
We are here for anyone who has been impacted by violence, abuse, or systemic trauma. If you are struggling with:
Flashbacks or intrusive thoughts
Feeling "on edge" or jumpy (Hyper-vigilance)
Difficulty sleeping or constant worry
Feeling "stuck" in anger, grief, or fear
...then this protocol was built for you. We believe that everyone—regardless of their background—deserves access to the best tools for recovery.
Building a Resilient
Greater Pittsburgh
At Awaken Pittsburgh, we believe that personal healing is a radical act of community care. By offering a direct bridge to TRP providers, we aim to provide our neighbors with the tools to move from "survival mode" into a life of presence, joy, and peace.
Your healing journey doesn't
have to be long or loud.
It can be quiet, fast, and effective. Reach out today to be connected with a provider who can help you find your footing again.
In partnership with:
Take the First Step
Still have questions? Our FAQs offer quick answers and helpful details.
Is this the same as talk therapy?
No. Traditional therapy often involves discussing your past and analyzing your feelings over months or years. TRP is a non-clinical coaching protocol. It focuses on how your brain processes a memory rather than the "story" of the memory itself.
How many sessions will I need?
While everyone is unique, the protocol is designed for speed. Many people experience a complete neutralization of the traumatic "sting" in one to three sessions. Unlike traditional methods, we
aren't looking for incremental progress—we are looking for a resolution.
Is this hypnosis?
No. You are fully awake, alert, and in control the entire time. The provider simply guides you through a series of mental exercises.
Do I have to come into an office?
Not if you don’t want to. While we offer in-person sessions for those who prefer face-to-face connection, the Trauma Resiliency Protocol is just as effective when done over Zoom. Many people find they feel
more relaxed and open when they are in their own familiar space.
How does it actually work in the brain?
When we experience trauma, the "emotional
center" of our brain (the amygdala) gets stuck in a loop, treating the memory like a current threat. TRP uses a specific visualization technique that helps the brain move that memory into long-term storage, where it no longer triggers a "fight or flight" response.
What does it cost to get a session?
Right now, sessions are available at no cost. The
Allegheny County Department of Human Services (DHS) recently funded specialized
training for facilitators across our county to ensure this life-changing tool is accessible to the community. Because of this support, Awaken Pittsburgh can connect you with providers who are offering these sessions for free for a limited time.
Once this specific funding is exhausted, Awaken
Pittsburgh remains deeply committed to keeping this program accessible. We are actively working on future grants and "pay-it-forward" models to ensure that cost is never the barrier between a member of our community and
their ability to heal from trauma.
Do I have to talk about what happened to me?
Absolutely not. This is one of the biggest benefits of TRP. You do not need to tell the provider the details of the event, the names of people involved, or what occurred. You only need to be able to briefly bring
the memory to your own mind so the "reset" can happen internally.
Is it permanent?
Yes. Once the brain learns to store a memory correctly and the emotional "charge" is removed, the change is lasting. You will still remember that the event happened, but it will no longer cause the same physical or emotional pain when it comes to mind.
Do I have to fill out paperwork?
We keep it simple. We ask you to complete a brief
assessment before and after your sessions. This includes questions about common symptoms associated with trauma, like anxiety or trouble sleeping. These answers allow you to see your own progress and help us provide the Allegheny
County Department of Human Services with the data they need to report the outcomes for their funder. Your personal identity is protected, but your success helps us prove that Pittsburgh is a place that heals.
Awaken Pittsburgh fosters well-being, empathy, and compassion for all by teaching and encouraging mindfulness and meditation practices.
GET THE RIPPLE EFFECT
DELIVER TO YOUR INBOX ✉️
SUBSCRIBE TO NEWSLETTER
x
Thanks to QuestionPro for providing us free survey templates for running multiple types of surveys. It aids in strengthening our nonprofit family.
jQuery(function(){
// Images
//begin updates to alternate text, title, and aria-label if needed only
var imgCnt = 1;
jQuery('img').each(function () {
var curAlt = jQuery(this).attr('alt');
var curTitle = jQuery(this).attr('title');
var curAriaLbl = jQuery(this).attr('aria-label');
var curImgPrnts = jQuery(this).parents().map(function () {
return this.tagName;
})
.get()
.join(', ');
//no alt text or empty alt text or undefined
if (!curAlt || curAlt === '' || curAlt === 'undefined') {
jQuery(this).attr('alt', ''); //decorative
if (curImgPrnts.includes('A,') || curImgPrnts.includes(' A ')) {
jQuery(this).attr('alt', 'Image link #' + imgCnt);
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
} else {
jQuery(this).attr('title', curTitle);
}
if (!curAriaLbl || curAriaLbl === '' || curAriaLbl === 'undefined') {
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
} else {
jQuery(this).attr('aria-label', curTitle);
}
} else {
/*add it back in*/
jQuery(this).attr('aria-label', curAriaLbl);
}
} else {
//if empty then should not contain title or aria-label
jQuery(this).removeAttr('aria-label');
jQuery(this).removeAttr('title');
}
} else {
//alt present so we should leave alt alone
jQuery(this).attr('alt', curAlt);
//if title present add an aria-label as well
if (!curTitle || curTitle === '' || curTitle === 'undefined') {
}
else {
/*Add title back in*/
jQuery(this).attr('title', curTitle);
//first check to make sure it doesn't already have aria-label
if (!curAriaLbl || curAriaLbl === '' || curAriaLbl === 'undefined') {
jQuery(this).attr('aria-label', curTitle);
} else {
/*add it back in*/
jQuery(this).attr('aria-label', curAriaLbl);
}
}
}
imgCnt++;
});
//end updates to alternate text, title, and aria-label if needed only
var h1Cnt = 0;
jQuery("h1").each(function () {
h1Cnt++;
});
if(h1Cnt == 0){
jQuery("#main").prepend('<div role="region" aria-label="Main Heading"><h1 class="sr-only">' + jQuery("title").html() + '</h1></div>');
}
/*shortcut not contained within previous navigation container - setup for unique landmark*/
jQuery("#wp-toolbar").removeAttr("role").removeAttr("aria-label");
jQuery("#wpadminbar").attr("role", "navigation");
jQuery("#wpadminbar").attr("aria-label", "Toolbar");
var navCnt = 1;
jQuery("nav").each( function(){
jQuery(this).attr("aria-label","Navigation Menu #"+navCnt);
navCnt++;
});
//location map
jQuery('iframe').each(function(){
var curTarget = String(jQuery(this).attr('src'));
if(curTarget.includes('google') && curTarget.includes('map')){
jQuery(this).attr('aria-label','Google Map');
}
});
//remove role from ul, li, buttons, and a = you can't change the default purpose on these without changing all the others
setTimeout(function(){
jQuery('#menu-desktop-menu').removeAttr('role');
jQuery('#menu-desktop-menu').find('a').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('menuitem')){
jQuery(this).removeAttr('role');
}
});
jQuery('#menu-desktop-menu').find('button').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('menuitem')){
jQuery(this).removeAttr('role');
}
});
jQuery('#menu-desktop-menu').find('li').each(function(){
var curRole = String(jQuery(this).attr('role'));
if(curRole.includes('none')){
jQuery(this).removeAttr('role');
}
});
},1200);
//fix discernible links
var curCnt = 1;
jQuery('body').find('a').each(function(){
var curContent = String(jQuery(this).html());
var curhref = String(jQuery(this).attr('href'));
if(curContent === ''){
if(curhref === ''){
jQuery(this).append('<span class="sr-only">Link #'+curCnt+'</span>');
}else{
jQuery(this).append('<span class="sr-only">Link: '+curhref+'</span>');
}
}
});
setTimeout(function(){
jQuery('a[data-brz-link-type="external"]').each(function(){
jQuery(this).attr('aria-label','opens in new window or tab').attr('role','button');
});
}, 1500);
});
( function ( body ) {
'use strict';
body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
} )( document.body );
var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};