# Version 1.8 AI Receptionist Demo

This version adds an AI Receptionist demo page at:

`/admin/receptionist`

## What it does

The receptionist demo can:

- Answer everyday customer questions
- Explain hours, pricing, services, service areas, and urgent requests
- Book demo appointments to a built-in simulated calendar
- Reschedule appointments
- Cancel appointments
- Create demo leads in the main dashboard
- Save conversation-style notes to the lead history

## Important limitation

This version uses a built-in simulated calendar so you can show the feature during demos before Google Calendar integration is configured.

It does **not** create real Google Calendar events yet.

## Future Google Calendar integration

A production Google Calendar integration would require:
- Google Cloud project
- OAuth consent setup
- Calendar API enabled
- OAuth credentials
- Token storage
- Real availability lookup
- Event create/update/delete calls
