Houzi Docs logo Houzi Docs

Houzi now ships with built-in AI features that make your real estate app smarter for your users. The AI features are powered by your own AI provider account (bring your own key), so you stay in full control of the provider, the model, and the cost.

There are three AI features in the app:

1. AI Home — Tailored for You

The home screen greets users with a natural language search box and a Tailored for You section — AI-generated shortcuts based on the taxonomies of your website (property types, statuses, and features), along with Top Matches for You. See the Home AI Layout guide to select this design and configure the AI widgets.

AI home screen with Tailored for You suggestions

Users can type (or speak) what they’re looking for in plain language — for example, “Looking for residential options in Miami preferably with swimming pool and outdoor shower”. The AI understands the query, converts it into structured search filters (property type, location, features), and shows matching listings. Users can refine further with suggested follow-up chips like Under $1M or 3+ Bedrooms.

AI search screen with parsed natural language query and matching listings

3. Ask About This Listing

On the property details screen, buyers can chat with AI about the listing. The AI answers questions strictly based on the listing data — directions to the property, agent contact, floor details, and more — with rich, actionable cards (map with directions, agent call/message buttons, floor plan).

Ask AI chat about a property listing


How to enable AI features

1. Upgrade

The AI features require:

Update the Houzi Rest Api plugin on your WordPress site and rebuild your app with the latest Houzi version. If you’re upgrading an existing project, follow the 1.4.8 Migration Guide first.

2. Enable AI on the plugin

In your WordPress admin, go to Houzi Rest Api → AI tab.

Houzi Rest Api plugin AI settings tab

Turn on Enable AI — the master switch for all AI features.

3. Add your AI provider key

Houzi AI works on a bring-your-own-key (BYOK) model. Your API key stays on your server; the app never sees it. Pick one of the supported providers and paste its API key:

Select the provider in the AI Provider dropdown and paste the key in the API Key field.

4. Choose a model (we recommend flash / lite models)

Since AI calls are billed to your provider account, we recommend using the flash / lite / mini model of each provider. They are very cost effective and more than sufficient for the features Houzi offers:

Provider Recommended Model Recommended Lite Model
Google (Gemini) gemini-3-flash-preview gemini-3.1-flash-lite
Claude (Anthropic) claude-haiku-4-5 claude-haiku-4-5
OpenAI gpt-5-mini gpt-5-nano

Note: These are the recommended models as of writing this doc (23 July 2026). Please check your provider’s website for the latest available models when you set this up — newer flash / lite variants may have been released since.

5. Pick the features you want

Under Features, toggle each AI feature individually:

6. Optional settings

Hit Save Changes — and that’s it. Launch the app and the AI features will light up on the home screen.

Previous: Publishing to the GooglePlay Next: Setup Houzi Rest Api plugin