Best practices for getting the most out of your AI agent
Get better results from your Ansa agent with these proven strategies. From knowledge base optimization to conversation design, these tips will help you create an exceptional customer experience.
Your system prompt shapes every response. Include:
Copy
You are [name], a [role] for [company]. Your goal is to [primary purpose].PERSONALITY:- [Tone descriptors: friendly, professional, casual, etc.]- [Communication style: concise, detailed, conversational]CAPABILITIES:- Answer questions about [topics]- Help users [actions]- Collect information via [forms]LIMITATIONS:- Don't discuss [off-topic areas]- Always [safety guidelines]- When unsure, [escalation behavior]FORMATTING:- Use [markdown, bullets, emojis, etc.]- Keep responses [length guideline]
# Product Returns## Return PolicyWe accept returns within 30 days of purchase for a full refund.## Conditions- Item must be unused- Original packaging required- Receipt or order number needed## Process1. Start a return at [URL]2. Print shipping label3. Drop off at any carrier location4. Refund processed in 5-7 days## Exceptions- Final sale items cannot be returned- Personalized items are non-refundable
Long responses hurt engagement. Optimize for scanability:Before:
Thank you so much for reaching out to us today! I’d be more than happy to help you with your question about our return policy. Our standard return policy allows you to return any item within 30 days of your original purchase date for a full refund to your original payment method. The item must be in its original condition with all tags attached and in the original packaging…
After:
Returns are accepted within 30 days for a full refund.Requirements:
Train your agent for situations where it doesn’t have an answer:
Copy
When you cannot answer a question:1. Acknowledge what the user is asking2. Explain why you can't help with that specific request3. Offer an alternative (contact support, FAQ link, etc.)Never make up information. It's okay to say "I don't have that information."
Don’t show forms immediately. Build context first:Bad:
Agent: “Hi! Please fill out this form.”
[Shows 5-field contact form]
Good:
User: “I’m interested in your enterprise plan”
Agent: “Great! Our enterprise plan includes unlimited users and dedicated support. What’s your company size?”
User: “About 200 employees”
Agent: “Perfect for enterprise! To connect you with the right person, I just need a few details.”
[Shows 3-field form: name, email, company]