CASE STUDY
Case study: a pre-sales agent that quotes with dollar precision
The business problem
A US construction and remodeling company lived a classic funnel problem: leads write at night, sales answers in the morning, and the first quote draft ate senior time on every single lead, qualified or not. The pricing truth lived in a spreadsheet only two people really knew how to drive.
The architecture
- A conversational agent receives the lead, in the site chat or by message.
- Extraction first, price second: the model turns the conversation into a structured quote request (scope, size, extras, missing info), then the deterministic pricing engine, built from the official spreadsheet, computes the numbers. The model never invents a price.
- The brain is the iSol API, so lead conversations stay on sovereign infrastructure.
The extraction, live
A realistic lead message, processed today against the live gateway. Note what it does not do: it does not guess a price, it lists what is missing and asks exactly one good next question:

Results in production
- Hundreds of real leads served, with quote drafts matching the official spreadsheet to the dollar.
- The sales cycle shortened: the first human touch starts from a structured, half-qualified conversation.
- Proposals became consistent: one pricing engine, one voice, every lead.
What made it work
- Split judgment from arithmetic. The model understands and structures; the spreadsheet-derived engine prices. Each does what it is good at.
- "Never invent prices" in the system prompt is a business rule, not a style choice. It is what makes the agent safe to put in front of customers.
- One good question at a time converts better than a form with twelve fields.
Replicate the pattern
Put the agent on your site with the website chatbot guide and keep pricing in your own engine. The extraction prompt above is reusable as-is.
Ready to try it? Your key lives in the customer portal, isollm.ai/account → API keys. The endpoint is https://tokens.4clouders.com/v1. Prefer the outcome delivered instead of building it: that is exactly what iSol Squad is.