AI Compliance Guidelines for Real Estate Agents

By the Follow Up Ace team· Last updated
Quick answer

Real estate agents using AI tools must follow three compliance layers: the Fair Housing Act (no steering, no coded demographic language), AI disclosure requirements (disclose AI identity in emails, SMS, and voice), and licensing boundaries (AI cannot provide valuations, legal advice, or mortgage guidance). Automated pre-send scanning tools can catch violations before messages reach clients.

Real estate agent reviewing AI-generated messages on a laptop with compliance checklist visible on screen

AI tools have moved fast into real estate workflows. Agents use them to draft follow-up emails, summarize lead notes, and score pipeline health. But speed creates risk: a poorly worded AI-generated message can expose an agent or brokerage to a Fair Housing complaint, a state licensing board action, or an FTC enforcement inquiry — before anyone has a chance to review it.

This guide covers the specific compliance obligations that apply when AI generates or assists with real estate communications, what automated safeguards exist, and how to structure your AI use so that it reduces legal exposure rather than creating it.

What compliance laws apply when real estate agents use AI?

Three federal frameworks are the floor. State rules layer on top and are frequently stricter. The key federal rules are the Fair Housing Act, the FTC's guidance on AI disclosures, and CAN-SPAM for email communications. Licensing boundaries set by your state real estate commission add a fourth layer that AI cannot cross.

Framework What it governs AI-specific risk
Fair Housing Act (42 U.S.C. 3601–3619) Prohibits discrimination in housing by race, color, religion, national origin, sex, familial status, disability AI trained on biased data can reproduce coded steering language
FTC AI Disclosure Guidance Requires disclosure when AI is used in consumer-facing communications AI impersonating the agent without disclosure is deceptive under FTC rules
CAN-SPAM Act Governs commercial email: opt-out, sender identity, subject line accuracy AI-drafted emails still need proper footers and "from" identity
State Licensing Regulations Defines what constitutes practicing real estate, appraising, or financial advising AI providing price opinions or contract advice crosses into unlicensed practice

What does the Fair Housing Act prohibit in AI-generated real estate messages?

The Fair Housing Act applies to AI-generated content the same way it applies to anything a licensee writes. The law does not exempt automated tools. If an AI produces a message that steers a buyer, describes a neighborhood in demographic terms, or uses coded language tied to protected classes, the agent who sends it is liable.

Prohibited language patterns in AI outputs include:

When a contact asks about neighborhood demographics, schools, or safety, AI should redirect them to objective third-party sources — school rating sites, public crime statistics, Walk Score — rather than providing characterizations. The distinction matters: sharing a link to publicly available data is different from offering the agent's (or AI's) characterization of an area.

What are AI disclosure requirements for real estate agents?

AI disclosure in real estate communications has three dimensions: email, SMS/text, and voice. Each channel requires its own disclosure format. The core rule is consistent: an AI assistant must not impersonate the human agent or deny being artificial when directly asked.

Channel-by-channel requirements:

These are not optional best practices. Several states — including California (SB 1001, 2018) and Texas — have enacted or proposed statutes requiring AI disclosure in consumer-facing contexts. Federal FTC guidance treats AI impersonation as a deceptive practice. Building disclosure into the message template at the platform level, rather than relying on the agent to add it manually each time, is the most reliable approach.

What can AI legally NOT do in real estate?

Licensing boundaries are strict. AI tools operating in a real estate context are not licensed appraisers, attorneys, financial advisors, or mortgage brokers. Crossing those lines — even if the output looks plausible — exposes the agent and potentially the platform to unlicensed practice claims.

AI must not:

AI can appropriately:

How do you automate compliance screening for AI-generated messages?

Manual review of every AI output is impractical at scale. Automated pre-send compliance scanning is the operational solution. The check runs before the message is delivered to the client, flagging violations and halting delivery until the agent reviews.

Follow Up Ace implements this through a dedicated scanForComplianceViolations() function in its compliance layer (chat-app/utils/complianceGuard.js:293). The scanner checks outbound text against two violation categories:

The same compliance logic is exposed through Follow Up Ace's MCP connector as the scan_message_for_compliance tool (mcp-server/src/complianceTools.ts:61). When agents connect Follow Up Ace to Claude (via https://followupace.com/mcp) or ChatGPT (via SSE at https://followupace.com/api/mcp/sse/), the AI model is instructed to run every drafted client message through compliance scanning before recommending the agent send it.

This means compliance scanning happens inside the AI session itself — not just at the platform perimeter — so the model surfaces issues at the drafting stage rather than after the message is written.

Step-by-step: building a compliant AI workflow

  1. Choose an AI tool with built-in compliance guardrails, not a general-purpose model with no real estate context. Compliance rules should be embedded in the system prompt, not added as an afterthought.
  2. Configure disclosure templates by channel. Set email footers, SMS attribution lines, and voice opening disclosures in the platform — never rely on agents to add these manually on each message.
  3. Enable pre-send scanning. Every AI-drafted outbound message should pass through a Fair Housing and licensing check before the agent can send it. Look for a tool that flags violations with explanations, not just a binary pass/fail.
  4. Block neighborhood characterizations. Configure the AI to redirect demographic and safety questions to third-party data sources. Do not allow the AI to characterize neighborhoods in any way.
  5. Define hard stop topics. Valuations, legal advice, contract interpretation, and mortgage recommendations should be configured as topics the AI refuses to address substantively — with a redirect to the appropriate licensed professional.
  6. Log AI-assisted communications. Maintain records of messages where AI drafted or substantially assisted. If a Fair Housing complaint is filed, message logs are discoverable. Knowing which messages were AI-assisted is essential for your defense.
  7. Train your team on AI limitations. Agents who believe AI output is automatically compliant are more dangerous than agents with no AI at all. Regular training on what the AI cannot do is as important as training on what it can.

How does AI compliance fit into a broader CRM workflow?

Compliance is not a separate layer — it is part of how you structure the AI workflow from the start. In a Follow Up Boss environment, AI tools interact with contacts across the full pipeline: initial outreach, drip sequences, appointment confirmations, and post-close follow-up. Each touchpoint carries the same compliance obligations.

The agentic capabilities in Follow Up Ace — which allow AI to take actions inside Follow Up Boss on the agent's behalf — are scoped specifically to avoid the high-risk categories. The AI can update contact tags, log notes, send templated messages, and surface alerts. It does not draft price opinions, interpret contracts, or take any action that would constitute advice beyond the agent's license.

For Zillow leads specifically, the Zillow speed-to-lead workflow uses the zillow_speed_to_lead_check tool (mcp-server/src/zillowTools.ts:261) to prioritize response timing. Compliance scanning applies to those AI-drafted responses the same way it applies to any other outbound message.

The practical test for any AI action in your CRM workflow: would a licensed agent be comfortable signing their name to this output? If the answer is no without revision, the AI should not be sending it autonomously.

What communication disclaimers should appear on AI-generated real estate content?

Standard disclaimers protect the agent, the brokerage, and the client. They should be template-level defaults — always present unless the agent explicitly removes them — not optional additions.

What should brokerages require for AI compliance oversight?

Brokerages carry vicarious liability for their agents' communications. An agent's AI-generated Fair Housing violation is the brokerage's problem. Compliance oversight at the brokerage level requires structure beyond individual agent self-policing.

Minimum brokerage-level requirements for AI use:

For brokerages with Follow Up Boss, the Ace Trove provides team-level controls over AI access and can be configured to enforce compliance standards across all agents on the account. This is a meaningful practical difference from each agent independently deploying consumer AI tools without brokerage oversight.

Summary: AI compliance checklist for real estate agents

The agents who get AI compliance right are not the ones who avoid AI — they are the ones who deploy it with guardrails. Automated scanning, required disclosures, and hard topic boundaries let you capture the productivity gains while keeping the brokerage out of the compliance crosshairs.

For a deeper look at how Follow Up Ace structures real-time compliance scanning inside Follow Up Boss, see the Compliance overview and the Guides library.

Try Follow Up Ace in your Follow Up Boss

Free to start, no sales call. Connect Follow Up Boss in one click and Ace works inside your CRM.

Get Started Free