Skip to main content
After creating an assistant, configure what it says, what it can look up, and how calls should behave. To open the configuration page, click Assistants in the left sidebar, then click the assistant you want to edit.

Configuration Areas

The left panel groups settings into three areas.
AreaWhat You Control
Assistant SettingsPrompt, voice, custom variables, and knowledge base
Call SettingsPhone call behavior and webcall chat timing
Advanced SettingsWebsite embed, keyword boosting, and post-call analysis

Prompt

Click Assistant Settings and then Prompt. The prompt is the assistant’s working script. It has three important parts.
PartWhat to Write
First MessageThe exact opening line the assistant says when the call connects
ObjectiveThe assistant’s role, goal, and business context
Response GuidelinesRules for tone, language, answer length, objections, and handoff behavior

First Message

Keep the first message short and clear.
Hello, this is Ananya from Aakash Digital. Am I speaking with @{{callee_name}}?
Use @{{variable_name}} when the greeting should include a value from the calling list, such as the customer’s name. The Interruptible setting controls whether the customer can speak before the first message finishes.

Objective

Write one short paragraph that tells the assistant what to achieve.
You are Ananya, an academic counselor calling on behalf of Aakash Digital.
Your goal is to understand the student's exam preparation status and book a demo class if they are interested.

Response Guidelines

Use bullet points for rules the assistant must follow.
- Keep answers under 40 words.
- Be polite and direct.
- Switch to Hindi if the customer starts speaking Hindi.
- If the customer asks for pricing, use the attached knowledge base.
- If the customer is upset, apologize once and end the call politely.

Voice

Click Assistant Settings and then Voice.
FieldWhat It Means
Primary LanguageThe main language for the call
Secondary LanguageOptional backup language
Voice CharacterThe voice customers will hear
Use Most Used or Neutral to filter voice options. Save the voice, then run a test call before using it in a campaign.

Custom Variables

Click Assistant Settings and then Custom Variables. Custom variables are placeholders that Ringg AI fills in for each call. They usually come from a campaign CSV or from your backend.
VariableExample ValueWhere You Might Use It
callee_nameVikramFirst message
loan_amount120000Collections script
course_nameJEE AdvancedAdmissions or education script
Use the same spelling in the assistant prompt and in the CSV column name. For example, @{{callee_name}} needs a CSV column named callee_name.

Knowledge Base

Click Assistant Settings and then Knowledge Base.
  1. Select an existing knowledge base.
  2. Confirm it is trained and ready.
  3. Click Save.
Use a knowledge base when the assistant needs to answer questions from approved documents, such as FAQs, pricing, policy rules, product details, or eligibility criteria. See Create a Knowledge Base if you need to create one first.

Call Settings

Click Call Settings and then Call.
SettingPlain-English Meaning
Maximum Call DurationThe longest one call can last
Inactivity DurationHow long silence can continue before the assistant reacts
TimezoneThe timezone used for call schedules and reporting
Noise FilteringHelps reduce background noise
Voicemail DetectionDetects voicemail instead of a live person
Leave Voicemail MessageLets the assistant leave a voicemail message
Retry CallTries again when voicemail is detected
Silence Callee During IntroductionPrevents interruption during the opening line
Silence Callee When Assistant is SpeakingReduces cross-talk while the assistant speaks
Enable Background AudioAdds background sound for a more natural call
Enable Graceful Exit WarningWarns the customer before ending the call
For a first launch, keep settings simple. Set a reasonable maximum duration, choose the correct timezone, and test voicemail behavior before calling real contacts.

Chat Settings

Click Call Settings and then Chat. These settings apply to Webcall assistants.
SettingWhat It Controls
Maximum Call LengthThe total webcall session length
Idle Timeout WarningWhen the user is warned about inactivity
Idle Timeout EndWhen the webcall ends after inactivity

Embed

Click Advanced Settings and then Embed. Use this only for a Webcall assistant.
  1. Choose the widget theme, size, feedback screen, and branding.
  2. Select the SDK version.
  3. Click Preview to check the widget.
  4. Copy the generated code.
  5. Send the code to the website owner or developer.
Website teams should add the embed code to the website, not to internal documents or email templates.

Keyword Boosting

Click Advanced Settings and then Keyword Boosting. Add words the assistant must recognize correctly, such as brand names, course names, product names, city names, acronyms, or plan names.
  1. Type one keyword.
  2. Click Add.
  3. Repeat for each important word.

Custom Analysis

Click Advanced Settings and then Custom Analysis. Custom analysis extracts structured results after each call. Use it when your team needs consistent reporting fields. Example fields:
FieldTypeMeaning
interestedBooleanWhether the customer showed interest
preferred_courseStringCourse mentioned by the customer
objectionStringMain reason the customer did not agree
Example prompt:
From the transcript, extract whether the customer agreed to a demo booking, the preferred course, and the main objection if they declined.
Click Save, then Test Analysis before launch.

Run a Test Call

Click Test call in the top-right corner. Use a real phone number owned by your team. Check that:
  • The first message sounds right.
  • Variables such as customer name are filled correctly.
  • The assistant follows the objective.
  • The voice and language are appropriate.
  • The call ends politely.
  • The transcript and analysis are useful.

Developer Handoff

Send this information to the engineer or website owner before launch:
ItemWhy It Matters
agent_idRequired for API calls, campaigns, webhooks, and webcall setup
Custom variable namesMust match CSV columns or backend payload fields
Knowledge base name or IDHelps confirm the right documents are attached
Embed codeNeeded only for webcall website setup
Webhook events neededExamples: call status, recording, transcript, custom analysis, all processing completed
Test call resultsGives the developer a real call to verify history, webhooks, and reporting
For production integrations, ask the developer to configure webhooks after the assistant is approved. See Webhook setup.