Donate Visit 988 Site Call 988 Call TCN

Physical Wellbeing

Physical health is the foundation of overall well-being. It includes everything from regular movement and balanced nutrition to sleep, hydration, and preventive care. Taking care of your body helps you feel energized, manage stress, and reduce the risk of illness.

Explore the resources below for tools, trackers, and educational materials to support your physical wellness—whether you're starting fresh or building on healthy habits.


 Staying Active


Nutrition


Restorative Rest

// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });