Documentation Index
Fetch the complete documentation index at: https://howto.paigeme.dev/llms.txt
Use this file to discover all available pages before exploring further.
This page is a working draft. Review the descriptions below and let us know what to adjust.
What it does
Understands intent
Reads each incoming message, figures out what the user wants, and routes the conversation to the right next step — whether that’s answering a question, starting a flow, or escalating.
Stays in character
Replies in the tone and voice you’ve configured for your brand. Stays focused on the topics your bot is meant to handle and politely redirects off-topic messages.
Pulls from your knowledge
Answers questions using the knowledge base documents you’ve added to the project — product info, FAQs, policies, and anything else you want it to reference.
Collects information naturally
Asks for the details your bot needs (name, email, preferred date, etc.) without forcing users through rigid forms. Validates and stores answers as it goes.
Hands off cleanly
Knows when to step out of free-form chat and start a structured WhatsApp Flow, send a template, or hand the conversation to a human teammate.
Remembers context
Keeps track of where each user is in their conversation, so a user who returns hours or days later picks up exactly where they left off.
How to shape it
You don’t program the Conversational Agent directly. You shape its behavior by talking to the Code Agent — for example:“Make the bot greet users in Afrikaans and English, and only answer questions about our restaurant menu and bookings. For anything else, suggest they call us instead.”The Code Agent updates the bot’s prompts, knowledge base, and routing so the Conversational Agent behaves the way you described. You can iterate as often as you like — every conversation that happens after a deploy uses the new behavior.
When to use it
The Conversational Agent shines whenever your bot needs to handle messages that aren’t predictable button taps:- Customer support — answering FAQs, troubleshooting, and routing tricky questions to a human.
- Lead qualification — asking the right follow-up questions based on what the user just said.
- Discovery and search — helping users find a product, service, or piece of information by describing it.
- Onboarding — walking a new user through setup with conversational prompts instead of static menus.
