Patient clicks the CTA on a product page and enters the consultation flow.
flowchart TD A["▶ Patient on product page
(e.g. Regaine, Finasteride)"]:::startNode A --> B["Patient clicks
'Start Your Consultation' CTA"] B --> C["Consultation form loads
for product category"]:::greenNode C --> D["→ PHASE 2"]:::nextPhase classDef startNode fill:#1e3a5f,stroke:#60a5fa,color:#fff classDef greenNode fill:#065f46,stroke:#34d399,color:#fff classDef nextPhase fill:#1e3a5f,stroke:#60a5fa,color:#fff
Annotation
- System routes patient to the consultation form for that product category (e.g. Hair Loss)
- The product and category are passed through so the correct form loads
- No login or account required at this stage — anyone can start a consultation
- Account creation / login is only required later at checkout (Phase 3)