Harvard Psychedelic-Assisted Psychotherapy: Neglected Clinical Complexities 2026

Harvard Psychedelic-Assisted Psychotherapy: Neglected Clinical Complexities 2026

144.95 USD In stock Buy at Merchant

/* Scoped Wrapper to prevent theme conflicts */ .hms-conf-wrapper { font-family: ‘Inter’, sans-serif; color: #1e293b; background-color: #f8fafc; line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; } .hms-conf-wrapper *, .hms-conf-wrapper *::before, .hms-conf-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; } .hms-conf-wrapper h1, .hms-conf-wrapper h2, .hms-conf-wrapper h3, .hms-conf-wrapper h4 { color: #0f172a; font-weight: 700; line-height: 1.3; } .hms-conf-wrapper p { margin-bottom: 1rem; } .hms-conf-wrapper a { text-decoration: none; transition: all 0.2s; } .hms-conf-wrapper ul { list-style: none; } /* Icon Fixes */ .hms-conf-wrapper i[data-lucide], .hms-conf-wrapper svg.lucide { display: inline-block !important; vertical-align: middle; flex-shrink: 0 !important; } /* Layout & Spacing Utils */ .hms-container { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; } .hms-container-md { max-width: 64rem; margin: 0 auto; padding: 0 1.5rem; } .hms-section { padding: 5rem 0; } .hms-text-center { text-align: center; } .hms-mb-2 { margin-bottom: 0.5rem; } .hms-mb-4 { margin-bottom: 1rem; } .hms-mb-6 { margin-bottom: 1.5rem; } .hms-mb-10 { margin-bottom: 2.5rem; } .hms-mb-16 { margin-bottom: 4rem; } .hms-bg-white { background-color: #ffffff; } .hms-bg-slate-50 { background-color: #f8fafc; } .hms-bg-slate-100 { background-color: #f1f5f9; } .hms-bg-slate-900 { background-color: #0f172a; } /* Grid System */ .hms-grid { display: grid; gap: 1.5rem; } .hms-grid-2 { grid-template-columns: 1fr; } .hms-grid-3 { grid-template-columns: 1fr; } .hms-grid-4 { grid-template-columns: repeat(2, 1fr); } @media (min-width: 768px) { .hms-grid-2 { grid-template-columns: repeat(2, 1fr); gap: 2rem;} .hms-grid-3 { grid-template-columns: repeat(3, 1fr); gap: 2rem;} .hms-grid-4 { grid-template-columns: repeat(4, 1fr); gap: 1.5rem;} } /* Flexbox Utils */ .hms-flex { display: flex; } .hms-flex-col { flex-direction: column; } .hms-items-center { align-items: center; } .hms-justify-center { justify-content: center; } .hms-justify-between { justify-content: space-between; } .hms-gap-2 { gap: 0.5rem; } .hms-gap-3 { gap: 0.75rem; } .hms-gap-4 { gap: 1rem; } /* Section Titles */ .hms-section-title { font-size: 2rem; margin-bottom: 1rem; } @media (min-width: 768px) { .hms-section-title { font-size: 2.25rem; } } .hms-section-title.white { color: white; } .hms-divider { width: 6rem; height: 0.25rem; background-color: #a51c30; margin: 0 auto; border-radius: 9999px; } /* HERO SECTION */ .hms-hero { background-color: #0f172a; background-image: url(“data:image/svg+xml,%3Csvg width=’60’ height=’60’ viewBox=’0 0 60 60′ xmlns=’http://www.w3.org/2000/svg’%3E%3Cg fill=’none’ fill-rule=’evenodd’%3E%3Cg fill=’%23334155′ fill-opacity=’0.4’%3E%3Cpath d=’M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z’/%3E%3C/g%3E%3C/g%3E%3C/svg%3E”); border-bottom: 8px solid #a51c30; padding: 5rem 1rem 6rem 1rem; text-align: center; } .hms-logo-wrapper { background: white; display: inline-block; padding: 1rem 2rem; border-radius: 1rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border: 1px solid #e2e8f0; margin-bottom: 1.5rem; } .hms-logo-wrapper img { height: 40px; width: auto; max-width: 100%; display: block; } @media (min-width: 768px) { .hms-logo-wrapper img { height: 56px; } } .hms-hero-badge { display: inline-block; padding: 0.375rem 1.25rem; border-radius: 9999px; background: rgba(165, 28, 48, 0.2); border: 1px solid rgba(165, 28, 48, 0.3); color: #f1cbd0; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1.5rem; } .hms-hero h1 { font-size: 2.25rem; color: white; margin-bottom: 1rem; letter-spacing: -0.02em; } @media (min-width: 768px) { .hms-hero h1 { font-size: 3.75rem; } } .hms-hero h2 { font-size: 1.25rem; font-weight: 300; color: #cbd5e1; margin-bottom: 2.5rem; } @media (min-width: 768px) { .hms-hero h2 { font-size: 1.875rem; } } .hms-hero-info { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(30, 41, 59, 0.5); padding: 0.75rem 1.5rem; border-radius: 0.5rem; border: 1px solid #334155; color: #cbd5e1; font-size: 0.875rem; margin-bottom: 3rem; } .hms-hero-info i { color: #d37382; } .hms-hero-footer { font-size: 0.75rem; color: #94a3b8; text-transform: uppercase; font-weight: 600; letter-spacing: 0.05em; } /* BUTTONS */ .hms-btn-white { display: inline-block; background: white; color: #a51c30; padding: 0.375rem 1.25rem; border-radius: 9999px; font-weight: 700; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); } .hms-btn-white:hover { background: #fdf3f4; } .hms-btn-cta { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; background-color: #a51c30; color: white !important; padding: 1.25rem 3rem; border-radius: 9999px; font-weight: 700; font-size: 1.25rem; transition: all 0.2s; box-shadow: 0 4px 6px -1px rgba(165, 28, 48, 0.3); text-decoration: none !important; } .hms-btn-cta:hover { background-color: #8b1424; box-shadow: 0 10px 15px -3px rgba(165, 28, 48, 0.4); transform: translateY(-2px); } /* DRIVE BANNER */ .hms-drive-banner { background-color: #a51c30; padding: 1rem; text-align: center; color: white; border-bottom: 1px solid #8b1424; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); font-size: 0.875rem; } @media (min-width: 768px) { .hms-drive-banner { font-size: 1rem; } } .hms-drive-banner-content { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; } @media (min-width: 768px) { .hms-drive-banner-content { flex-direction: row; } } /* CARDS */ .hms-card { background: white; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1); border: 1px solid #e2e8f0; transition: box-shadow 0.2s, border-color 0.2s; } .hms-card:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border-color: #cbd5e1; } .hms-card-lg { padding: 2rem; position: relative; overflow: hidden; } @media (min-width: 768px) { .hms-card-lg { padding: 3rem; } } /* OVERVIEW SECION */ .hms-quote-bg { position: absolute; top: 0; right: 0; transform: translate(1rem, -1rem); color: #fdf3f4; opacity: 0.5; display: none; } @media (min-width: 768px) { .hms-quote-bg { display: block; } } .hms-overview-text p { color: #475569; font-size: 1rem; line-height: 1.7; position: relative; z-index: 10; margin-bottom: 1.5rem; } @media (min-width: 768px) { .hms-overview-text p { font-size: 1.125rem; } } .hms-overview-text p:first-child { color: #1e293b; font-weight: 500; font-size: 1.125rem; } @media (min-width: 768px) { .hms-overview-text p:first-child { font-size: 1.25rem; } } .hms-objective-item { display: flex; gap: 1rem; align-items: flex-start; } .hms-objective-item i { color: #a51c30; margin-top: 0.125rem; } .hms-objective-item p { color: #334155; margin: 0; font-size: 0.875rem; } @media (min-width: 768px) { .hms-objective-item p { font-size: 1rem; } } .hms-audience-card { text-align: center; background: #f8fafc; display: flex; flex-direction: column; align-items: center; } .hms-audience-card i { color: #a51c30; margin-bottom: 0.75rem; width: 2rem; height: 2rem; } .hms-audience-card h4 { font-size: 0.875rem; color: #1e293b; } @media (min-width: 768px) { .hms-audience-card h4 { font-size: 1rem; } } /* THEMES */ .hms-icon-box { width: 3rem; height: 3rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; flex-shrink: 0; } .hms-icon-box.crimson { background: #fdf3f4; color: #a51c30; } .hms-icon-box.slate { background: #f1f5f9; color: #475569; } .hms-theme-card h3 { font-size: 1.25rem; margin-bottom: 0.75rem; } .hms-theme-card p { color: #475569; margin: 0; font-size: 0.875rem; } @media (min-width: 768px) { .hms-theme-card p { font-size: 1rem; } } /* DIRECTORS & FACULTY */ .hms-speaker-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; } @media (min-width: 640px) { .hms-speaker-card.row-layout { flex-direction: row; text-align: left; align-items: flex-start; gap: 1.5rem; } } .hms-speaker-img { width: 80px !important; height: 80px !important; min-width: 80px !important; border-radius: 50% !important; object-fit: cover !important; border: 1px solid #e2e8f0; background: #f8fafc; display: flex; align-items: center; justify-content: center; color: #a51c30; } .hms-faculty-card .hms-speaker-img { margin: 0 auto 1rem auto; background: #fdf3f4; border-color: #f9e4e6; } .hms-speaker-name { font-size: 1.125rem; font-weight: 700; margin-bottom: 0.25rem; } @media (min-width: 768px) { .hms-speaker-name { font-size: 1.25rem; } } .hms-speaker-badge { display: inline-block; padding: 0.25rem 0.75rem; background: #fdf3f4; color: #8b1424; font-size: 0.75rem; font-weight: 600; border-radius: 9999px; margin-bottom: 0.75rem; } .hms-list-disc { padding-left: 1.25rem; text-align: left; } .hms-list-disc li { position: relative; margin-bottom: 0.375rem; font-size: 0.875rem; color: #475569; list-style-type: none; } .hms-list-disc li::before { content: “•”; color: #a51c30; font-weight: bold; position: absolute; left: -1rem; top: 0; } /* SCHEDULE */ .hms-schedule-day { background-color: #1e293b; border-radius: 1rem; padding: 1.5rem; border: 1px solid #334155; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); margin-bottom: 2rem; } @media (min-width: 768px) { .hms-schedule-day { padding: 2.5rem; } } .hms-schedule-header { display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid #334155; padding-bottom: 1.5rem; margin-bottom: 1.5rem; } .hms-schedule-icon { background: rgba(165, 28, 48, 0.2); color: #d37382; padding: 0.75rem; border-radius: 0.5rem; display: flex; } .hms-schedule-icon.slate { background: rgba(71, 85, 105, 0.3); color: #cbd5e1; border: 1px solid #475569; } .hms-schedule-header h3 { color: white; font-size: 1.25rem; margin-bottom: 0.125rem; } @media (min-width: 768px) { .hms-schedule-header h3 { font-size: 1.5rem; } } .hms-schedule-header p { color: #d37382; font-size: 0.875rem; margin: 0; } .hms-schedule-header p.slate { color: #94a3b8; } .hms-schedule-row { display: flex; flex-direction: column; padding: 1rem 0.5rem; border-bottom: 1px solid rgba(51, 65, 85, 0.5); border-radius: 0.5rem; transition: background 0.2s; } .hms-schedule-row:hover { background-color: rgba(51, 65, 85, 0.2); } .hms-schedule-row:last-child { border-bottom: none; } @media (min-width: 640px) { .hms-schedule-row { flex-direction: row; } } .hms-time-col { color: #d37382; font-weight: 600; font-size: 0.875rem; margin-bottom: 0.25rem; flex-shrink: 0; } @media (min-width: 640px) { .hms-time-col { width: 33.333%; margin-bottom: 0; font-size: 1rem; padding-right: 1rem; } } .hms-content-col h4 { color: white; font-weight: 500; font-size: 0.875rem; margin-bottom: 0.25rem; } @media (min-width: 768px) { .hms-content-col h4 { font-size: 1rem; } } .hms-content-col p { color: #94a3b8; font-size: 0.75rem; margin: 0; display: flex; align-items: center; gap: 0.25rem; } @media (min-width: 768px) { .hms-content-col p { font-size: 0.875rem; } } .hms-schedule-row.break-row { background-color: rgba(51, 65, 85, 0.1); } .hms-schedule-row.break-row .hms-time-col { color: #94a3b8; } .hms-schedule-row.break-row h4 { color: #cbd5e1; display: flex; align-items: center; gap: 0.5rem; } /* REVIEWS */ .hms-review-card { position: relative; } .hms-review-quote-icon { position: absolute; top: 1.5rem; right: 1.5rem; color: #f9e4e6; width: 2.5rem; height: 2.5rem; } .hms-stars { display: flex; gap: 0.25rem; color: #fbbf24; margin-bottom: 1rem; } .hms-review-text { font-style: italic; color: #475569; margin-bottom: 1.5rem; position: relative; z-index: 10; font-size: 0.875rem; } @media (min-width: 768px) { .hms-review-text { font-size: 1rem; } } .hms-reviewer-name { font-weight: 700; color: #0f172a; margin-bottom: 0.125rem; font-size: 1rem; } .hms-reviewer-title { color: #64748b; font-size: 0.75rem; margin: 0; } @media (min-width: 768px) { .hms-reviewer-title { font-size: 0.875rem; } } /* FAQ */ .hms-faq-item { background: #f8fafc; border-radius: 0.75rem; border: 1px solid #e2e8f0; margin-bottom: 1rem; overflow: hidden; } .hms-faq-summary { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.5rem; font-weight: 600; color: #0f172a; cursor: pointer; list-style: none; font-size: 0.875rem; } @media (min-width: 768px) { .hms-faq-summary { font-size: 1rem; } } .hms-faq-summary::-webkit-details-marker { display: none; } .hms-faq-summary i { color: #a51c30; transition: transform 0.3s; } .hms-faq-item[open] .hms-faq-summary i { transform: rotate(-180deg); } .hms-faq-content { padding: 0 1.5rem 1.5rem 1.5rem; color: #475569; border-top: 1px solid #e2e8f0; margin-top: 0.5rem; padding-top: 1rem; font-size: 0.875rem; line-height: 1.6; } @media (min-width: 768px) { .hms-faq-content { font-size: 1rem; } } 5th Annual Conference Harvard Psychedelic-Assisted Psychotherapy Neglected Clinical Complexities Attended Audience: Clinicians & Therapists Developed By: Cambridge Health Alliance (Harvard Medical School teaching hospital) Course Materials Available: All session recordings, slides, and resources are now uploaded to Google Drive. Access Drive Conference Overview Engage with the evolving landscape of psychedelic-assisted psychotherapy by exploring complex clinical challenges, novel experiences, and emerging best practices at our 5th annual conference. Gain confidence through case studies, vignettes, and expert guidance designed to support both new and experienced clinicians. Clinicians encounter a wide range of complex clinical challenges in psychedelic-assisted psychotherapy (PAP). While many of these arise in other forms of treatment, longer sessions with dramatically lowered defenses and the frequent arising of transpersonal, spiritual, and other novel experiences require clinicians to broaden their skillsets and relational capacities. In addition to providing an update to progress in the field, our 5th conference will explore a wide range of these challenges, including potential adverse effects of PAP, how to identify and work with our own metaphysical assumptions, and how to understand and respond to novel experiences. The program will include multiple case studies and clinical vignettes designed to illuminate the nuances of PAP for both newcomers and veteran therapists alike. If you would like to join the exploration and gain confidence in addressing these and other often neglected facets of the work, please join us in February 2026, either in person or online. We look forward to meeting you or seeing you again! Learning Objectives Articulate the basic structure and core principles of psychedelic-assisted psychotherapy (PAP). List the most commonly used medicines in PAP and their current applications. Review the current evidence base for the efficacy of PAP for various conditions. Explain how clinicians can improve the patient experience by fully exploring the emotions of grief and awe in PAP sessions. Summarize common metaphysical interpretations of the PAP experience, and techniques to respectfully acknowledge these in client sessions. Identify opportunities to effectively integrate spiritual, existential, religious, and theological domains in PAP. Describe Western vs. Indigenous approaches to understanding and working with non-ordinary states of consciousness. List several potential harms that can occur with PAP, and how therapists can minimize them. Discuss benefits and challenges of working within a multidisciplinary PAP team. Name categories of somatic experiences common in PAP. Describe the foundations and aspects of the non-directive approach as a framework for working with participants through psilocybin sessions, and pragmatic advantages of this approach when working with OCD. Articulate effective ways that clinicians can address neglected complexities of the clinical encounter in PAP. Who Should Participate This comprehensive program is designed to support a wide range of mental health and medical professionals, whether you are new to the field or a veteran practitioner. Psychiatrists & MDs Psychologists Social Workers & MFTs Researchers Core Themes & Objectives Exploring the depths of clinical practice, integration, and emerging modalities in PAP. Foundations & Evidence Basic structure, core principles, commonly used medicines, and current clinical outcomes and evidence of PAP. Clinical Complexities Addressing adverse effects, minimizing harms, handling somatic experiences, and navigating sessions that don’t go according to plan. Spiritual & Cultural Integration Working with metaphysical assumptions, integrating SERT domains, and bridging Western and Indigenous frameworks (e.g., understandings of ego dissolution). Specific Modalities Psychedelic-boosted behavior therapy (using OCD as a case example) and navigating the benefits and challenges of interdisciplinary teams. Course Directors Ronald D. Siegel PsyD | Course Director Faculty, Center for Mindfulness and Compassion, Cambridge Health Alliance Assistant Professor of Psychology in the Department of Psychiatry, Part-time Harvard Medical School Faculty, Institute for Meditation and Psychotherapy Jim Hopper PhD | Course Director Consultant, Outpatient Addictions Service, Cambridge Health Alliance Teaching Associate in Psychiatry, Part-time Harvard Medical School Psychotherapist in Private Practice Laura Warren MD | Course Director Psychiatry Faculty Member, Cambridge Health Alliance Faculty and Mentor, CHA Center for Mindfulness and Compassion Lecturer on Psychiatry, Part-time, Harvard Medical School Member, Board of Advisors, Institute for Meditation and Psychotherapy Monnica Williams PhD | Course Director Canada Research Chair for Mental Health Disparities, Director of the Laboratory for Culture and Mental Health Disparities and Associate Professor, School of Psychology, University of Ottawa, Canada Clinical Director, Behavioral Wellness Clinic, LLC Karen Kuc MPH | Course Director Director, Continuing Education in Psychiatry, Cambridge Health Alliance​​​ Associate in Psychiatry, Harvard Medical School Course Faculty Marni Chanoff MD Founder and CEO, Joy In Health Clinical Associate, McLean Hospital Lecturer on Psychiatry, Part-time, HMS Terence Ching PhD Licensed Clinical Psychologist Instructor, Department of Psychiatry, Yale School of Medicine Rheinila Fernandes MD Psychiatrist in Private Practice Embodied Mind Medicine Daniel Grossman MA Fifth-year doctoral candidate in Medical/Clinical Psychology University of Alabama Birmingham Daan Keiman MA Educational Lead ADEPT, Open Foundation Psychedelic and Buddhist Chaplain, Heart-Head Healing Roman Palitsky MDiv, PhD Assistant Professor, Psychiatry and Behavioral Sciences, Emory University Director of Research Projects in Spiritual Health, Emory University Sergio Pérez Rosal MD Adjunct Professor, Psychedelics and Consciousness Studies, University of Ottawa Research Associate, Chacruna Institute Anne Vallely PhD Associate Professor, Classics and Religious Studies, University of Ottawa Founding Member, Academy of Mindfulness and Contemplative Studies Full Conference Schedule All agenda sessions are in Eastern Time. Day 1 Thursday, February 26, 2026 8:15 – 8:50 am Registration Check-in & Continental Breakfast 8:50 – 9:00 am Welcome & Introduction Jim Hopper; Ronald D. Siegel; Laura Warren; Monnica Williams 9:00 – 9:45 am Back to Basics: The Method and the Medicines of PAP Monnica Williams 9:45 – 10:15 am Updates on the Evidence: Clinical Outcomes of PAP Jim Hopper; Ronald D. Siegel 10:15 – 10:45 am Panel Discussion/Q&A Jim Hopper; Ronald D. Siegel; Monnica Williams 10:45 – 11:00 am Networking Break 11:00 – 11:30 am Neglected Considerations for Set & Settings Laura Warren 11:30 am – 12:15 pm Integrating SERT in Psychedelics Therapy Roman Palitsky 12:15 – 12:30 pm Q&A Roman Palitsky 12:30 – 1:30 pm Lunch Break 1:30 – 2:30 pm Neglected Complexities in Psychedelic-Assisted Psychotherapy: A Religious Studies Perspective Anne Vallely 2:30 – 3:30 pm Minding the Body: Somatic Experiences in Psychedelic Therapy Daniel Grossman 3:30 – 3:45 pm Networking Break 3:45 – 4:30 pm Respecting the Spiritual Understanding and Framework of your Clients Daan Keiman 4:30 – 5:00 pm Panel Discussion/Q&A Anne Vallely; Daan Keiman; Daniel Grossman Day 2 Friday, February 27, 2026 8:40 – 8:45 am Welcome Day 2 8:45 – 9:30 am Integrating Western & Indigenous Perspectives Sergio Pérez Rosal 9:30 – 10:15 am Case Vignettes: Ego Dissolution – Western vs. Indigenous Understandings Sergio Pérez Rosal; Ronald D. Siegel 10:15 – 10:45 am Panel Discussion/Q&A Ronald D. Siegel; Sergio Pérez Rosal 10:45 – 11:00 am Networking Break 11:00 – 11:45 am Learning from Bad Experiences Monnica Williams 11:45 am – 12:30 pm Staying Alert to Potential Harms Roman Palitsky 12:30 – 12:45 pm Panel Discussion/Q&A Monnica Williams; Roman Palitsky 12:45 – 1:45 pm Lunch Break 1:45 – 2:30 pm Toward Psychedelic-Boosted Behavior Therapy: OCD as a Case Example Terence Ching 2:30 – 3:30 pm Benefits and Challenges of Interdisciplinary KAP Marni Chanoff 3:30 – 3:45 pm Networking Break 3:45 – 4:15 pm Complexities in Psychedelic-Assisted Therapy: When Things Don’t Go According to Plan Rheinila Fernandes 4:15 – 5:00 pm Wrap-Up Panel Discussion/Q&A Monnica Williams; Laura Warren; Ronald D. Siegel; Jim Hopper Attendee Reviews Hear what past attendees have to say about the conference. “This conference deeply expanded my understanding of somatic experiences in PAP. The case studies were incredibly practical for my private practice. A must-attend!” Dr. Sarah Jenkins Clinical Psychologist “The integration of Indigenous perspectives with Western clinical frameworks was profound and respectfully handled. The insights on ego dissolution were invaluable.” Mark T. Licensed Clinical Social Worker “As a psychiatrist new to psychedelic-assisted therapy, the expert guidance on navigating adverse effects and ‘bad trips’ gave me the confidence I needed to move forward.” Dr. Emily Chen Psychiatrist Frequently Asked Questions How do I access the course recordings and materials? All session recordings, slide decks, and supplementary materials have been uploaded to a secure Google Drive folder. Once you register for the post-event access, you will receive an email containing the direct Google Drive link to access everything on demand. Are Continuing Education (CE) credits or certificates available? No, we do not provide Continuing Education (CE) credits or certificates for this recorded course material. The resources are provided for informational and self-guided learning purposes only. Is this course suitable for beginners in Psychedelic-Assisted Psychotherapy? Absolutely. The program includes foundational sessions like “Back to Basics: The Method and the Medicines of PAP” while also providing complex case vignettes and deeper integrations designed to illuminate nuances for veteran therapists. Ready to Access the Conference Materials? Get immediate, lifetime access to all session recordings, slide decks, and supplementary resources. Purchase Full Access

AI Readiness

Good foundation, but some important product data is still missing.

72%