# Stage Joy > Stage Joy provides home staging services and instant quote generation for San Diego luxury properties. Stage Joy offers home staging services designed to help homeowners and real estate professionals prepare properties for sale. The company provides staging consultations, property preparation guidance, and quote generation through an AI chatbot system. Services cover staging scope assessment, package options, and timeline coordination. The platform aims to streamline the staging inquiry and quoting process for residential properties. ## Who this is for San Diego luxury home sellers and real estate agents looking for professional staging services to maximize property appeal and sale value. ## Pages - [stagejoy.com/](https://stagejoy.com/): === https://stagejoy.com/blog/listing-a-house === Listing a House: Complete Guide to Selling Your Property Understanding - [stagejoy.comstagejoy.com/](stagejoy.com/): === https://stagejoy.com/blog/listing-a-house === Listing a House: Complete Guide to Selling Your Property Understanding - [Stage Joy AI Instant Quote Generator Knowledge Base](https://stagejoy.com): Stage Joy AI Instant Quote Generator Website Chatbot Knowledge Base + Client Intake Script Prepared for Stage Joy. Use t ## AI agent Stage Joy runs an AI agent called Stage Joy Quote Generator (professional). It handles inbound questions, qualifies prospects, and can book meetings. ## Ask a question (agent API) POST a plain-language question to get a structured answer: https://clientxserver-production.up.railway.app/api/agent/e5a818aa-f1ce-4ebb-b92b-dcb6b30ee5a3/query Body: { "q": "your question", "company": "(opt)", "domain": "(opt)", "email": "(opt)" } Returns: { "answer", "use_case", "fit", "fit_score", "confidence" } ## Evaluate prospect fit (agent API) POST structured data to get a machine-readable ICP fit score: https://clientxserver-production.up.railway.app/api/agent/e5a818aa-f1ce-4ebb-b92b-dcb6b30ee5a3/evaluate Body (all optional): { "company", "domain", "industry", "headcount", "use_case", "stack", "budget", "timeline", "email" } Returns: { "fit", "fit_score", "rationale", "gaps", "next_steps" } ## Book a meeting (agent API) POST https://clientxserver-production.up.railway.app/api/agent/e5a818aa-f1ce-4ebb-b92b-dcb6b30ee5a3/book-demo Body: { "name", "email", "company" (opt), "use_case" (opt), "slot" (opt, ISO 8601) } If no slot provided, the next available time is selected automatically. GET https://clientxserver-production.up.railway.app/api/agent/e5a818aa-f1ce-4ebb-b92b-dcb6b30ee5a3/slots → available slots for the next 7 days ## Optional - [Full knowledge base](https://clientxserver-production.up.railway.app/api/agent/e5a818aa-f1ce-4ebb-b92b-dcb6b30ee5a3/llms-full.txt): Inline content, Q&A, objection handling, and competitive cards - [Capabilities manifest](https://clientxserver-production.up.railway.app/api/agent/e5a818aa-f1ce-4ebb-b92b-dcb6b30ee5a3/capabilities.json): Structured JSON — integrations, API schema, available features - [Website](https://stagejoy.com): Human-facing homepage --- Generated by ClientX · 2026-05-20T21:55:28.969Z