Engine Prompts
Edit the copy blocks that power the chatbot engine. Saved changes take effect immediately.
base_prompt
Core system instruction sent to Gemini on every turn. Defines personality, guidelines, and rules.
channel_addendum
Appended after base_prompt on web turns. Tells the model how UI elements render on web.
welcome
First message sent to new customers. The engine does not run on this turn; it kicks in on the customer's next reply.
generic_error
Single customer-facing error message used for every engine/tool failure. Customer does not care which subsystem failed.
other_pet_type_reply
Sent when the customer picks "Other" for pet type. Offers to notify them later.
other_pet_notify_yes
Sent after the customer opts in to expansion notifications.
other_pet_notify_no
Sent after the customer declines expansion notifications.
subscription_explanation
Shown on web when the customer asks "how does the subscription work" from the order summary. Markdown is rendered.
policy_unknown
Returned by answer_policy when the requested key is not in the known policy set. Prevents fabrication — routes to escalation.
policy_shipping_lead
Answer for shipping lead time questions. Edit when real SLAs are locked in.
policy_refund
Answer for refund/returns questions.
policy_payment_methods
Answer for payment method questions.
policy_support_channel
Answer for support/phone/contact channel questions.
policy_delivery_area
Answer for delivery coverage questions.