Live Agents
26
Active production profiles
Dev Agents
14
Testing / staging
Locations
38
Unique storefronts
Changed Since Publish
21
Need republishing to ElevenLabs
Rule Details
| Name | inspection_fee_protocol_dicky |
|---|---|
| Type | custom |
| Severity | critical |
| Description |
<rule id="inspection_fee_protocol" severity="critical">
<when_asked_about_inspection>
<triggers>Any question about "check", "inspection", "diagnostic", "look at my car", "what do you do"</triggers>
<step1>
<response>[initial_check_description]</response>
</step1>
<step2>
<if_customer_asks_if_free>Do NOT say it's free. Continue to step 3.</if_customer_asks_if_free>
<if_customer_explicitly_asks_price>
<triggers>"how much", "what's the cost", "what does it cost", "what's the price"</triggers>
<response>[initial_check_cost]</response>
</if_customer_explicitly_asks_price>
</step2>
<step3>
<action>IMMEDIATELY continue to official_vehicle_procedure Step 1</action>
<ask>"Who do I have the pleasure of speaking with?" OR "Would you like to schedule an appointment to bring your vehicle in?"</ask>
</step3>
</when_asked_about_inspection>
<never>Never say the check is free</never>
<never>Never volunteer the price unless customer explicitly asks "how much" or "what does it cost"</never>
<never>Never stop after describing the check - ALWAYS continue to official_vehicle_procedure to collect customer info and book appointment</never>
</rule>
|