Case Study 02

AI Client Support Agent

Industry
Real Estate — Agencies & Brokerages
Platform
n8n
Build time
~1 week
Service
AI Agent Implementation

Portfolio build — a complete, working system built and measured by Altus Initiatives to demonstrate this capability. Performance metrics below are measured from the build; agency-impact figures are projected for a representative brokerage.

The problem

Client-facing support is one of the highest-volume, most repetitive workloads in any real estate agency. The same questions arrive every week — listing details, process questions, appointment scheduling, document status, policy clarifications. Each one requires someone to read it, locate the answer, and write a reply — even when the answer hasn't changed in months.

For agencies running lean teams, this creates a compounding problem. Staff spend a disproportionate amount of time on questions that could be handled automatically, leaving less capacity for the complex, relationship-driven work that actually requires a licensed professional. Response times suffer. Quality becomes inconsistent. And the team gets pulled into administrative work that doesn't require their expertise.

The alternative — a generic chatbot — trades one problem for another. Rule-based bots can't handle anything outside their scripts. AI systems without grounding in real business data give confidently wrong answers — inventing statuses, misquoting policies, eroding the client trust that real estate businesses run on.

What's needed is an agent that can access real business data, answer accurately, and know when it's out of its depth — and hand off gracefully when it is.

The solution

Client inquiries are now handled automatically — retrieved, answered, and resolved or escalated without any manual intervention — in seconds. When a client inquiry arrives, the agent activates and works through the following sequence:

  1. Data Retrieval — The agent has access to three live data sources:
    • FAQ knowledge base — agency policies, common questions, listing and process information
    • Transaction lookup — real-time status by transaction or order ID
    • Client history — prior interactions and account context
  2. Response Generation — The agent reads the inquiry, queries the relevant data sources, and generates a natural language response grounded in actual business data — not inference or general knowledge.
  3. Confidence Self-Assessment — After generating its response, the agent scores its own answer on a scale of 1–10. A score below 7 — meaning the agent either could not locate sufficient data or had low confidence in its accuracy — routes the case to a human automatically.
  4. Escalation Routing — When confidence falls below threshold, the designated team member receives an immediate notification with the full inquiry context, the agent's attempted response, and the confidence score. Everything needed to respond is already there — no information gathering required.
  5. Full Logging — Every inquiry is recorded regardless of outcome, capturing the question, response, confidence score, and escalation status. The complete interaction history is available for review and quality monitoring.
  6. Conversation Continuity — The agent maintains context across up to 10 messages per session. Clients can ask follow-up questions naturally without repeating themselves — matching the experience of speaking with a member of the team.

Results

A part-time role, recovered

For an agency handling 30–50 client inquiries per week, this system recovers the equivalent of a part-time administrative role — returned entirely to client-facing and revenue-generating work.

  • Response time goes from hours to seconds for every standard inquiry, regardless of when it arrives or who is available.
  • Consistency restored — every client receives the same quality of response. Volume, time of day, and team availability no longer determine the quality of the answer.
  • Human effort redirected — the majority of standard inquiries resolve without escalation. Staff handle only the cases that genuinely require their judgment.
  • Escalation quality — every case that requires human review arrives with full context: the original inquiry, the agent's attempted response, and the confidence score. The information-gathering step is eliminated entirely.
  • Client experience maintained — multi-turn conversations are handled naturally. Clients are never asked to repeat themselves within a session.

Architecture

The system follows a webhook-trigger pattern with the AI agent at the center, connecting to three data tools and routing output through a confidence evaluation branch:

Inbound Client Inquiry (Webhook)
        │
        ▼
  AI Agent
        │
        ├── Tool: FAQ Lookup
        ├── Tool: Transaction Status Lookup
        └── Tool: Client History
        │
        ▼
  Response + Confidence Score (1–10)
        │
        ▼
  Confidence Evaluation
        │
        ├── Score ≥ 7 (Resolve)
        │       │
        │       ├── Log to Support Record
        │       └── Deliver Response
        │
        └── Score < 7 (Escalate)
                │
                ├── Team Notification (full context)
                ├── Log to Support Record (escalated)
                └── Deliver Escalation Confirmation

Full architecture documentation available upon engagement.

Tech stack

ComponentTool
Workflow automationn8n
AI agent and response generationAnthropic Claude Haiku
FAQ knowledge baseGoogle Sheets
Transaction status lookupHTTP Request to business data source
Client historyGoogle Sheets
Conversation memoryn8n Window Buffer Memory (10-message window)
Escalation notificationsSlack
Interaction loggingGoogle Sheets

Key design decisions

Confidence self-scoring as the escalation trigger. Rather than relying on keyword matching or rule-based routing to decide when to escalate, the agent evaluates its own response quality before delivery. A score below 7 triggers escalation automatically — catching uncertainty that rule-based systems miss entirely, because it operates on the quality of the answer rather than the content of the question. For a real estate agency where a wrong answer about a transaction or a policy can damage a client relationship, this distinction matters significantly.

Three separate data sources over a single knowledge base. FAQ content, transaction data, and client history are kept as distinct tools rather than merged into one source. This mirrors how a skilled team member would work — checking the relevant system for each type of question, rather than searching a single undifferentiated knowledge base. It also keeps each data source independently maintainable: updating a policy document doesn't require touching the transaction lookup, and vice versa.

Escalation with full context, not just a flag. When a case routes to a human, the notification includes the original inquiry, the agent's attempted response, and the confidence score. The team member has everything needed to act immediately. A bare escalation flag that sends someone hunting for context defeats the purpose of the system — and in a client-facing context, that delay is visible.

Conversation continuity across sessions. Client support conversations are rarely single exchanges. A question about a listing is followed by a question about the next step. The session memory window allows the agent to handle natural multi-turn conversations without losing context — delivering an experience consistent with speaking to a member of the team, not a form submission.

Want a system like this in your agency?

This is the same architecture we build for clients. The first step is a 30-minute discovery call — no pitch, no commitment.

Book a discovery call

View all case studies