Skip to the content.
AgentCare Logo

๐Ÿ“š AgentCare Documentation

Welcome to the comprehensive documentation for AgentCare - the AI-powered healthcare scheduling platform. This documentation provides everything you need to understand, deploy, and develop with AgentCare.

๐ŸŒ Visit the Official AgentCare Website

Experience the live AgentCare platform with interactive demos and full feature showcase

๐Ÿš€ Launch AgentCare Website

๐Ÿš€ Quick Navigation

๐Ÿƒโ€โ™‚๏ธ Getting Started

๐Ÿ—๏ธ Architecture & Design

๐Ÿ“ Project Organization

๐Ÿ”ง API & Development

๐Ÿš€ Enterprise Features

๐ŸŽฏ Quick Reference

โšก Quick Commands

# Quick start
npm run setup                 # Complete setup
npm run dev                   # Start development
npm run build                 # Build for production
npm run test                  # Run all tests

# Docker commands
docker-compose up             # Start all services
npm run docker:build         # Build containers

# Database operations
npm run db:setup             # Initialize database
npm run db:seed              # Add demo data

๐Ÿฅ Demo Credentials

All demo accounts use password: AgentCare2024!

๐ŸŒ Service Endpoints (Development)

๐Ÿ“Š System Overview

graph TB subgraph "Frontend Layer" React[React Application] UI[Material-UI Components] end subgraph "API Layer" Express[Express Server] Auth[JWT Authentication] end subgraph "Multi-Agent System" Supervisor[Supervisor Agent] Availability[Availability Agent] Booking[Booking Agent] FAQ[FAQ Agent] end subgraph "Data Layer" Postgres[(PostgreSQL)] Redis[(Redis Cache)] end subgraph "AI/LLM Layer" Ollama[Ollama LLM Service] RAG[RAG System] end React --> Express Express --> Supervisor Supervisor --> Availability Supervisor --> Booking Supervisor --> FAQ Supervisor --> Ollama Express --> Postgres Express --> Redis

๐Ÿค Contributing to Documentation

How to Contribute

  1. Find areas for improvement in existing docs
  2. Add missing documentation for new features
  3. Update outdated information as system evolves
  4. Improve clarity and examples for better understanding

Documentation Standards

๐Ÿ“ž Support & Resources

Getting Help

Additional Resources