> ## Documentation Index
> Fetch the complete documentation index at: https://docs.divorce.law/llms.txt
> Use this file to discover all available pages before exploring further.

# Victoria AI OS Overview

> A comprehensive overview of the world's first AI Operating System for family law

## What is Victoria AI OS?

Victoria AI OS is a revolutionary **multi-agent AI Operating System** purpose-built for divorce and family law firms. Unlike traditional legal software or single-agent chatbots, Victoria orchestrates multiple specialized AI legal assistants working together to handle every aspect of your cases.

## Key Differentiators

<CardGroup cols={2}>
  <Card title="Multi-Agent Architecture" icon="brain-circuit">
    4 specialized AI legal assistants (Co-Counsel, Financial Analyst, Discovery Manager, Client Liaison) work in parallel, each with deep expertise in their domain
  </Card>

  <Card title="Persistent Memory" icon="database">
    CaseMind remembers everything across all conversations, with 289+ extractable fact types and intelligent deduplication
  </Card>

  <Card title="Enterprise Document Processing" icon="file-shield">
    LexVault processes documents with AI-powered extraction, semantic search, and automatic categorization
  </Card>

  <Card title="True Multi-Tenancy" icon="building">
    3-layer isolation (subdomain, database RLS, application-level) ensures complete firm separation
  </Card>
</CardGroup>

## Architecture

Victoria AI OS is built on modern, enterprise-grade infrastructure:

### Frontend

* **React 18** with TypeScript for type safety
* **Vite** for fast development and production builds
* **Tailwind CSS** + shadcn/ui for beautiful, accessible UI
* **React Query** for efficient data fetching and caching

### Backend

* **Supabase PostgreSQL 15** with Row Level Security (RLS)
* **44 Edge Functions** (Deno runtime) for serverless compute
* **Cloudflare R2** for object storage
* **Qdrant** vector database for semantic search
* **Temporal.io** for workflow orchestration

### AI Infrastructure

* **Claude Haiku 4.5**: Fast routing/synthesis (\~200ms, $0.80/$4 per MTok)
* **Claude Sonnet 4.5**: Legal strategy & general work ($3/$15 per MTok)
* **Claude Opus 4.1**: Financial calculations, highest precision ($15/$75 per MTok)
* **Voyage-law-2**: Legal-optimized embeddings
* **Portkey**: AI gateway for model routing and cost tracking

## How It Works

<Steps>
  <Step title="Intelligent Routing">
    When you ask Victoria a question, the Orchestrator agent analyzes your request and routes it to the most appropriate specialist agent
  </Step>

  <Step title="Context Assembly">
    The selected agent gathers relevant context from CaseMind memory, LexVault documents, and case metadata
  </Step>

  <Step title="Expert Response">
    The specialist agent processes your request using its domain-specific knowledge and returns a detailed, contextual response
  </Step>

  <Step title="Memory Update">
    All new information is extracted and stored in CaseMind for future reference, with automatic deduplication
  </Step>
</Steps>

## Use Cases

### Legal Strategy

Victoria's Co-Counsel agent helps you:

* Draft motions and pleadings
* Research legal precedents
* Develop case strategy
* Prepare for hearings

### Financial Analysis

Victoria's Financial Analyst handles:

* Asset division calculations
* Spousal support analysis
* Child support calculations
* Financial discovery review

### Discovery Management

Victoria's Discovery Manager assists with:

* Discovery strategy planning
* Document request drafting
* Interrogatory preparation
* Deposition planning

### Case Organization

Victoria's Case Manager helps you:

* Track deadlines and court dates
* Organize case tasks
* Manage client communications
* Monitor case progress

### Client Communication

Victoria's Client Liaison drafts:

* Client update emails
* Explanation letters
* Settlement proposals
* Status reports

## Security & Compliance

<AccordionGroup>
  <Accordion title="Multi-Tenant Isolation" icon="shield-check">
    Victoria AI OS implements 3-layer isolation:

    1. **Subdomain Level**: Each firm gets a unique subdomain (e.g., `smith-law.divorce.law`)
    2. **Database Level**: PostgreSQL Row Level Security (RLS) with 100+ enforcement rules
    3. **Application Level**: API and function-level access checks

    No firm can ever access another firm's data.
  </Accordion>

  <Accordion title="Data Encryption" icon="lock">
    * **At Rest**: AES-256 encryption for all stored data
    * **In Transit**: TLS 1.3 for all network communications
    * **Attorney-Client Privilege**: All AI conversations are protected
  </Accordion>

  <Accordion title="Compliance" icon="badge-check">
    * **SOC 2 Type II** compliant infrastructure
    * **GDPR** compliant data handling
    * **Bar Ethics** compliant AI usage disclosure
    * **HIPAA** ready for health information (optional)
  </Accordion>

  <Accordion title="Access Controls" icon="user-lock">
    * Role-based access control (Firm Admin, Lawyer, Staff, Client)
    * Multi-factor authentication (MFA) available
    * Session management and audit logs
    * IP whitelisting (enterprise plans)
  </Accordion>
</AccordionGroup>

## Pricing & AI Usage

Victoria AI OS uses **transparent, usage-based pricing**:

* Monthly subscription fee per firm
* AI usage billed separately based on actual consumption
* Real-time cost tracking in the AI Usage dashboard
* Cost allocation by case, lawyer, and AI agent

<Tip>
  Most firms spend \$200-500/month on AI usage depending on case volume. Our AI Usage dashboard helps you monitor and optimize costs.
</Tip>

## Getting Started

Ready to transform your family law practice?

<Card title="Quick Start Guide" icon="rocket" href="/quickstart">
  Get your firm up and running in 5 minutes
</Card>

## Need Help?

<CardGroup cols={2}>
  <Card title="Schedule a Demo" icon="calendar" href="https://divorce.law/contact">
    See Victoria AI OS in action
  </Card>

  <Card title="Contact Sales" icon="phone" href="https://divorce.law/contact">
    Speak with our team about your needs
  </Card>
</CardGroup>
