Getting Started — Quick Start Guide

Welcome to ThriveLab’s knowledge base. This is your official entry point — context, tools, and critical rules to start working without breaking anything.

Key mindset: Your priority is not to memorize Zoho code. It’s to understand the business logic: how a patient flows from first contact to paying their subscription. Everything else comes after.


What is ThriveLab?

Telehealth company focused on hormonal wellness, weight loss, and preventive health. Operates in the United States with medical and operational support from El Salvador.

Main services:

  • Hormone Imbalance
  • Weight Loss
  • Peptides
  • Nutrition Coaching
  • Virtual Primary Care

The Tool Ecosystem

ThriveLab uses almost exclusively the Zoho suite:

ToolPurposeOwner
Zoho CRMBusiness core: patients, contacts, pipelinesEntire team
Zoho DeskInternal tickets (IT) and patient supportWilliam, Josué
Zoho BooksFinance: invoices, purchase orders, balancesAccounting / Luis
Zoho MeetingsVideo calls with patients (evaluating migration to Zoom)Providers
Zoho AnalyticsReports and dashboardsMauricio, Douglas, Luis
Zoho FormsSurveys and formsWilliam
Zoho FlowExternal workflows / webhooksDouglas
Zoho CreatorComplex external toolsDouglas
Zoho WorkDriveFile storage (like Google Drive)General
Zoho SignContract signingGeneral
Zoho SprintsProject management (Sprint 1 - 2026 active)PM + Team
Zoho VaultPassword managerWilliam
Zoho AssistRemote device control (technical support)William
Google CalendarProvider appointment calendarProviders
GitHubCode repositories (workspace: ThriveL)Dev team
PostmanAPI collectionDev team
TestflightMobile app beta (iOS)QA/Dev

CRM: Core Concepts

The Zoho CRM is the central system. Before touching anything, understand these concepts.

What is a Module?

Think of it as a database table. Each module captures a specific type of information with its own fields (columns) and entries (rows).

  • Standard Zoho modules: Open Activities, Notes → official docs at zoho.com
  • ThriveLab custom modules: built by the team over 4+ years — see Overview

The Central Module: Contacts

Contacts is the most important module in the system. Each entry = a person who has already paid for an appointment.

Inside a Contact you’ll see Related Lists — each one is a different module linked to that contact. See Contacts for full detail.

Patient Stages

Every Contact has a Stage tag:

StageMeaning
PC PlanHasn’t approved their treatment plan yet
JourneyActive, receiving service, paying $49/mo (billed quarterly)
RetentionAt risk of canceling
ODAlready left (off-boarding complete)
ExitMedically excluded
RindleSuccessfully retained

The Patient Journey

Self Assessment → Booking → Payment → Lead→Contact Conversion → Medical Profile → Treatment
  1. Patient completes Self Assessment (symptoms, severity 1–5, top 3 goals, exclusions)
  2. Books appointment → pays (5 insurance)
  3. Payment triggers Lead → Contact conversion in CRM
  4. Patient completes Medical Profile independently after booking
  5. Provider documents Encounter after the visit
  6. Patient enters Journey stage once plan is approved

See: Leads, Self Assessments, Contacts, Encounters


Care Team Hierarchy

RoleLocationFunction
PCA (Patient Care Agent)El SalvadorDoctors as patient customer service. Cannot prescribe.
Nurse Practitioner / ProviderUnited StatesPrescribe, sign plans, conduct appointments.
PC Plan RepUnited StatesSales/onboarding, converts lead to plan. Not a doctor.

IT/Engineering almost never speaks directly with patients.


Key People

PersonRoleContact for
Luis VidalEngineering LeadArchitecture, system access
William CanizalezIT / ZohoCRM, Desk, Forms, Vault, accesses
Douglas CanizalezDev / MarketingAnalytics, Marketing Automations
MauricioDev / AnalyticsAnalytics, engineering projects
Josué (José)IT SupportZoho day-to-day, specific APIs
DavidDesignPortal and app UI/UX

Next Steps

  1. Complete Initial Setup checklist
  2. Go through the full Self Assessment flow as a test patient
  3. Review Overview for all active modules
  4. Read Zoho Development when you need to touch code
  5. Get familiar with Zoho Desk - Tickets

Source: Onboarding sessions with Luis Vidal (May 18, 2026) and William Canizalez (May 19, 2026).