The Prompt tab is where you define what your assistant says and how it behaves. Two fields control this: the First spoken message (the assistant’s opening line) and the AI Script (the system prompt that shapes the assistant’s persona, goals, and conversational approach). Getting these right is the single most impactful thing you can do to improve call quality.Documentation Index
Fetch the complete documentation index at: https://docs.talkturo.ai/llms.txt
Use this file to discover all available pages before exploring further.
First spoken message
The first spoken message is the exact text the assistant says when a call connects. It plays immediately, before the caller has said anything. Write this as a natural greeting that:- Identifies who is calling (the assistant’s name or your company name)
- Sets the caller’s expectation for the conversation
- Invites the caller to engage
Ctrl+Space in the field to open the variable picker.
AI Script (system prompt)
The AI Script is the instruction set that runs throughout the entire call. The assistant reads this before every response. It defines:- The assistant’s name and role
- The goal of the conversation
- How to handle objections or edge cases
- What information to collect or share
Example: outbound sales prompt
Example: inbound support prompt
CRM variable interpolation
You can embed live CRM data into both the first message and the system prompt using double-brace variables. When the assistant is used in an outbound campaign, Talkturo replaces each variable with the actual value from the contact’s CRM record before the call starts.Available variables
Contact fields| Variable | Value |
|---|---|
{{contact.first_name}} | Contact’s first name |
{{contact.last_name}} | Contact’s last name |
{{contact.full_name}} | First name + last name |
{{contact.email}} | Email address |
{{contact.phone}} | Phone number |
{{contact.job_title}} | Job title |
{{contact.lead_status}} | Lead status in CRM |
| Variable | Value |
|---|---|
{{company.name}} | Company name |
{{company.website}} | Company website |
{{company.industry}} | Industry |
{{company.phone}} | Company phone |
{{company.city}} | City |
{{company.state}} | State or region |
{{company.country}} | Country |
| Variable | Value |
|---|---|
{{campaign.name}} | Name of the outbound campaign |
{{campaign.description}} | Campaign description |
{{campaign.from_number}} | The number the campaign calls from |
Ctrl+Space in either prompt field to open the variable picker and browse all available variables, including your custom fields.
Example with variables
Tips for writing effective prompts
Give the assistant a clear name and role. Callers respond better to an assistant that introduces itself with a name and a specific role rather than a generic greeting. State the goal of the call explicitly. Don’t leave it to the assistant to infer what success looks like. Write “Your goal is to book a demo” or “Your goal is to resolve the customer’s billing issue.” Include a conversation flow. A numbered outline of the ideal call structure helps the assistant stay on track, especially for longer or more complex calls. Write objection handling instructions. Think about the two or three most common reasons a caller might not engage and tell the assistant how to respond. Keep individual turns short. Voice assistants sound more natural when they speak in short bursts, not paragraphs. Remind the assistant in the prompt: “Keep each response to 1–2 sentences.” Use the AI prompt improver. Click Improve with AI in the prompt dialog to have Talkturo rewrite your prompt for clarity and voice call effectiveness. You can also load a starter template and modify it rather than starting from scratch.Variables are only replaced during live calls (inbound or campaign outbound). If you test a prompt in the browser demo, variables appear as their raw
{{placeholder}} text unless a contact and company are linked.