Waboom AI
AI Training

AI Training

AI Team TrainingPopular

Hands-on workshops for marketing, sales, operations, and customer service teams.

AI Strategy Workshop

Executive workshops for leadership teams. Identify opportunities. Calculate ROI. Walk out with a roadmap.

Claude Code Workshop

Build apps in hours not months. Ship websites, automations, and tools with AI.

AI Training for Teams

AI Training for Teams

Hands-on workshops for marketing, sales, operations, and customer service teams. Not theory. Real tools. Real tasks. Real outcomes.

2,000+ people trained across NZ

Learn more
AI Automation

AI Automation

AI Agents & AutomationPopular

Your AI workforce: outbound, proposals, knowledge and support agents. Find buyers, write SOWs, answer every call.

AI Retainer Support

Already built with us? Stay on retainer and we keep shipping new agents and features for your business.

Microsoft Copilot Agents

Build custom Copilot agents in Power Automate & Copilot Studio. Automate workflows across your entire Microsoft 365 ecosystem.

Waboom Concierge

Personalised inbound for premium brands. An AI concierge greets every visitor, builds an on-the-spot quote, and books a real conversation.

AI Automation & Integration

AI Automation & Integration

We build faster and more cost effectively than traditional development teams. You tell us the problem. We deliver the solution.

30+ projects live in 24 months

Learn more
AI Voice Agents

AI Voice Agents

AI Voice Agents

24/7 AI-powered phone agents for inbound & outbound calls. Never miss a lead, handle enquiries, book appointments automatically.

AI Receptionist

Pay-as-you-go inbound receptionist. Answers, transfers calls, takes messages inside your VoIP. $1/min with auto top-up.

Voice Agent Pricing

Transparent pricing for AI voice agents. See costs per minute and platform fees.

AI Voice Agent Demo

Talk to Michelle on three voice AI engines side by side. Hear the latency, find the model that fits.

Listen to Our Voices

Preview all 32 AI voice agents across NZ, AU, UK and US. Find the perfect voice for your brand.

Case Studies

Real customer results. Vendor leads, viewings booked, relationships scaled. Every story has the math.

AI Voice Agents

AI Voice Agents

Never miss a lead. AI agents that answer calls 24/7, qualify prospects, and book appointments automatically.

30+ voice agents deployed

Learn more
Case Studies

Case Studies

Melbourne: 5 listings from one 14-year dormant contactPopular

$2.9M of CBD apartments relisted by the same agent who sold them in 2012. AI dialled the dormant number.

Home builder: AU$374.4M in lost sales uncovered

5,200 cold calls into a 70,000-prospect CRM. 234 confirmed lost deals at AU$1.6M each. A very leaky bucket.

Sydney agent: 141 vendor leads in 90 days

9,856 dials, 1,997 conversations, 141 warm-transferred sellers at $32.74 each.

Christchurch developer: 49 viewings in 14 days

931 Meta leads called same-day. 49 viewings booked at $7.12 each.

City Sales Auckland: 100,000+ relationships

How a leading Auckland firm strengthened over 100,000 client relationships with AI.

See all case studies

Browse every Waboom customer case study in one place.

Real numbers from real Waboom customers

Real numbers from real Waboom customers

Vendor leads. Viewings booked. Relationships scaled. Every story has the math.

5,000+ AI-handled conversations

Learn more
Resources

Resources

AI Resources & Guides

Free templates, frameworks, and implementation guides to help you adopt AI effectively in your organisation.

Blog

Expert insights on AI voice agents, automation strategies, and industry best practices from the Waboom team.

Workshop Tutorial Videos

Paid-attendee video library. Cowork 101 and Claude Code 101, on demand with clickable chapter navigation.

AI Resources Hub

AI Resources Hub

Free tools and guides to help you implement AI effectively. From policy templates to ROI calculators.

New resources added monthly

Learn more
Contact

Contact

Contact Us

Get in touch with our team. We'd love to hear about your AI goals.

About Waboom AI

Learn about our mission, team, and why we're passionate about AI adoption in NZ.

Let's Talk AI

Let's Talk AI

Whether you need training, automation, or strategy - we're here to help you adopt AI effectively.

Response within 24 hours

Learn more
09 885 9695 (NZ)+61 485 027 479 (AU)
Back to BlogEngineering

You Changed Your Price List at 9am. When Does Your AI Voice Agent Know?

Leonardo Garcia-Curtis05/06/2026
TL;DR

Your AI voice agent does not memorise your prices. It reads them from a knowledge base at call time, so an edit lands on the very next call. It also re-crawls your website on a regular schedule, takes many files (markdown and plain text beat heavy PDFs), and accepts new products through our update APIs the moment you launch them. Here is how to keep what your agent knows current, without re-teaching it.

You Changed Your Price List at 9am. When Does Your AI Voice Agent Know?

You put your prices up at 9am. By 9:05 a caller asks the new rate. Does your AI voice agent quote the old number or the new one?

A voice agent knowledge base update reaches callers faster than most people expect. The trick is knowing how the agent stores what it knows, and how to keep it current.

Most people assume an AI agent learns things the way a person does. So they think a change means re-teaching it. That model is wrong, and the wrong model gets expensive.

New to this? Our plain English guide to what an AI voice agent is covers the basics first.

How does an AI voice agent actually store what it knows?

A good AI voice agent does not memorise your price list. It reads the list the moment a caller asks. Picture it glancing at a printed sheet on the desk.

That approach has a name: retrieval augmented generation, or RAG.

Your hours, prices, policies and FAQs live in a knowledge base. A caller asks a question. The agent grabs the right passage and answers from it.

The knowledge does not live inside the model. The agent looks it up fresh.

This changes the whole refresh question. You are not retraining a brain. You are updating a document the agent reads from.

We cover the mechanics in our explainer on how voice agents retrieve company knowledge.

How fast does a voice agent knowledge base update reach callers?

Edit a knowledge document and a well built agent uses the new version on the very next call.

The reason is simple. The agent does not keep a fixed copy of your prices in its head. It looks the document up the moment a caller asks, so as soon as you save a change, the next lookup returns the new text.

You change the price, you save it, and the next caller hears the updated pricing. The model itself never changes. Only the document it reads from does.

This is what the industry calls retrieval augmented generation. If you want the technical version, Google Cloud's primer explains it clearly.

Does the agent keep your website up to date by itself?

Yes. Add your website as a source, and the agent re-crawls it automatically on a regular schedule. Change a price or a policy page, and it picks the change up without you re-uploading anything.

So you have two clean ways to keep the agent current. Edit a document in the knowledge base for an instant change. Or let the site crawl carry the slower, standing updates.

Most businesses use both. The crawl keeps the broad picture fresh, and a direct edit handles the price you changed this morning.

What files should you put in the knowledge base?

You can load many files into one knowledge base. Markdown, plain text, Word, CSV, spreadsheets, HTML and PDFs all work, up to 50MB each.

Markdown and plain text beat a heavy PDF every time. Retrieval reads words, not pictures, so a clean text file gets quoted accurately.

A glossy brochure PDF full of images often does not. The text is trapped in the design, and the agent cannot read it cleanly.

Split your knowledge across more than one knowledge base on the same agent. Products in one, policies in another, FAQs in a third. The agent draws on all of them.

Plain files, well named, beat one fat document. See how the agent then acts on what it finds in functions and extracted variables.

Can you push new products to the agent the moment they launch?

Yes. You do not wait for anyone. Our APIs let you push a new file or URL straight into the knowledge base as the product goes live.

Release a new price list, a new spec sheet, a new policy. A single API call adds it, and the agent can answer about it on the next call.

That matters most when your range changes often. The agent stays current with your catalogue, without anyone re-teaching it by hand.

How do you change what the agent does, not just what it knows?

Changing behaviour is a different lever from changing knowledge. Say you want the agent to ask a new qualifying question. Or take a different booking path.

Or change its tone. That lives in the agent's configuration, not the knowledge base.

A behaviour change takes a redeploy, so it is not quite next call the way a document edit is. It is the difference between updating a fact and rewriting part of the script.

This is why testing matters more for your behaviour changes than for a price edit. A new conversation path can bite you in ways a price number never will.

We run every change through structured checks before it reaches your callers. Our guide to batch testing voice agents walks through it.

The agents we run also tighten themselves up over time, separate from any edit you make. We explain that in how our voice agents get smarter every night.

Frequently Asked Questions

How quickly does an AI voice agent update when I change the knowledge base?

Your document edit lands on the next call. The agent reads the knowledge live, not from memory, so a price, an hours change or a new policy is current straight away.

Do I need to retrain the AI when my information changes?

No. Your retrieval based agent reads from a knowledge base at call time. A fact change needs an edit, not a retrain.

Fine tuning is only for changing how the model behaves or sounds, never for adding fresh facts.

What file formats work best in a voice agent knowledge base?

Markdown and plain text work best, because retrieval reads words, not pictures. Word, CSV, spreadsheets, HTML and PDFs also load, up to 50MB each.

Avoid PDFs packed with images, where the text is trapped in the design. A clean text file gets quoted far more accurately.

Can the agent read my website automatically?

Yes. Add your site as a source and the agent re-crawls it on a regular schedule. It picks up your changes without you re-uploading anything.

Can I update the knowledge base by API when I launch a product?

Yes. Our APIs push a new file or URL straight into the knowledge base. Release the product, make the call, and the agent can answer about it on the next call.

What is the difference between updating knowledge and changing behaviour?

Knowledge is what the agent knows: prices, hours, policies, FAQs. You update it by editing a document or letting the site crawl.

Behaviour is what the agent does: the questions it asks, the path it follows, its tone. You change that by configuration and a redeploy.

Keeping an agent current is not a technical chore. It is whether your callers hear the truth, on the call that counts.

Want an agent that updates on the next call, crawls your site, and takes new products by API? Book a setup conversation and we will set it up with you.

LG

Leonardo Garcia-Curtis

Founder & CEO at Waboom AI. Building voice AI agents that convert.

Ready to Build Your AI Voice Agent?

Let's discuss how Waboom AI can help automate your customer conversations.

Book a Free Demo

Related Pages

AI Voice Agents

The complete guide to AI voice agents for New Zealand and Australian businesses.

Voice Agent Pricing

Pay-as-you-go starter, monthly subscriptions, enterprise.

Related Articles

Your Voice Agent Demo Sounds Flawless Until a Real Call Lands. The Nine Checks of a Production Grade Agent.

Your Voice Agent Demo Sounds Flawless Until a Real Call Lands. The Nine Checks of a Production Grade Agent.

What Actually Separates Waboom from Every Other AI Voice Platform

What Actually Separates Waboom from Every Other AI Voice Platform

Why Your AI Agent Mispronounces 'Rotorua' (and How We Fix It)

Why Your AI Agent Mispronounces 'Rotorua' (and How We Fix It)

Waboom AI

Empowering New Zealand and Australian businesses with AI voice agents and automation that deliver real, measurable value.

info@waboom.ai+64 9 885 9695 (NZ)+61 485 027 479 (AU)
Level 8, 139 Quay Street
Auckland CBD, New Zealand

Voice Agents

  • AI Voice Agents
  • AI Receptionist NZ
  • AI Receptionist Australia
  • AI Phone Answering
  • AI Virtual Receptionist
  • AI Receptionist Pay As You Go
  • Waboom Concierge
  • Medical Answering Service
  • Answering Service Australia
  • AI Sales Agent
  • Voice Agent Pricing
  • Listen to Voices
  • Real Estate Guide

By Industry

  • Real Estate
  • Mortgage Brokers
  • Insurance Brokers
  • Property Managers
  • Medical Clinics
  • Dentists
  • Vets
  • Childcare + ECE
  • Car Dealerships
  • Construction + Builders
  • Electricians
  • Plumbers
  • HVAC
  • Accountants
  • Law Firms
  • All industries and regions

Workshops

  • AI Team Training
  • AI Strategy Workshop
  • AI Champion Workshop
  • Claude Team Training
  • Claude Code Workshop
  • Lovable Workshop
  • Free AI Workshop

Automation

  • AI Automation
  • Microsoft Copilot Agents
  • Integrations

Company

  • About Us
  • Contact
  • Partners
  • Pipedrive Partner
  • Resources
  • Blog
  • AI Agency NZ
  • AI Agency Australia

Powered by leading AI technologies

VAPIOpenAIZapierMakeStripe

© 2026 Waboom.ai. All rights reserved.

PrivacyTermsSecurity