
The first sentence has a job: make the caller stay on the line long enough for the second sentence to matter.
Prompt Fields And Meaning
Write each field for a different purpose.| Field | Use it for |
|---|---|
| Prompt text | The main instructions: goal, script, objections, eligibility rules, tone, and call ending behavior. |
| System prompt | Higher-level behavior constraints and persistent rules. |
| Agent identity | Who the agent is in a conversational flow setup. |
| Agent background | Context the agent should remember while handling flow nodes. |
| Welcome message | The first message when the agent is configured to start. |
Conversation Start Modes
- User starts
- Agent defined
- Agent dynamic
The caller speaks first. Good for inbound calls where the caller has a reason to call.
Write Prompt Instructions That Survive Real Calls
Use examples
Include phrasing for short answers, objections, wrong number, busy caller, and language switch.
Prompt Review Questions
Does the agent know success?
Does the agent know success?
If success is vague, post-call fields and summaries will be vague too.
Are variables wrapped correctly?
Are variables wrapped correctly?
Use placeholders such as
{{first_name}} and define defaults where needed.Does the welcome message match the route?
Does the welcome message match the route?
Inbound and outbound openings usually need different wording.
Can the prompt be shorter?
Can the prompt be shorter?
Long prompts are sometimes necessary, but repeated rules and unclear sections make behavior harder to debug.
Related Reading
Dynamic Variables
Add caller-specific values.
Single Prompt Agents
Use one instruction set.
Testing Agents
Test the first turn and edge cases.