What problem does it solve? Psychology clinics in Argentina must coordinate appointment scheduling, patient reminders, tax-compliant invoicing, and video consultations across disconnected tools, creating manual overhead and missed appointments. ## Core Features & Use Cases - Appointment Scheduling: NestJS and Prisma services detect scheduling conflicts and compute available time slots, with a SvelteKit booking interface. - WhatsApp Automation: Baileys-based messaging sends confirmations and 24-hour/2-hour reminders, parses patient replies, and escalates crisis keywords. - AFIP Electronic Invoicing: Generates Factura C vouchers with CAE numbers through the Argentine tax authority and produces monthly income and tax reports. - AI Clinical Assistant: Claude Opus and Sonnet models summarize session notes, generate reports, and predict therapeutic outcomes. - Use Case: A clinic books a virtual session, the patient receives a WhatsApp confirmation and reminders, the practitioner gets an AI-generated clinical summary, and an AFIP-compliant invoice is issued after the LiveKit video consultation. ## Quick Start Ask the assistant to set up the Sesión platform by cloning the repository, configuring the environment variables for PostgreSQL, Anthropic, WhatsApp, LiveKit, and AFIP, then running the Prisma migrations and development servers.