All Articles
AI / Automation9 min readApril 28, 2025

How to Build an AI Chatbot for Your Philippine Business (And What It Actually Costs)

AI chatbots are no longer just for large enterprises. This guide explains the real options, realistic costs, and what separates chatbots that work from ones that frustrate customers.

Every week, a Philippine business owner asks us some version of the same question: "Can we put a chatbot on our website?" The answer is always yes — but the better question is what kind of chatbot you actually need and what outcome you're expecting from it.

The worst chatbots are everywhere. Scripted flows that trap users in decision trees, "I didn't understand that" responses to straightforward questions, and bots that push every inquiry toward "please call our hotline." These don't reduce workload — they create frustration and drive customers away. Built well, a chatbot genuinely handles a significant portion of routine queries, freeing your team for higher-value conversations.

First: what kind of chatbot do you actually need?

Not all chatbots are the same. The category matters for cost, build approach, and expected capability.

Rule-based chatbots follow a fixed decision tree. They're good for highly predictable, structured interactions — booking forms, status lookups with a known set of states, FAQs with a small number of questions. They can't handle anything outside their defined paths, and they age poorly as your business changes. Cheap to build, limited in scope.

AI-powered chatbots use a large language model to understand natural language and generate contextual responses. They can handle a much wider range of queries, understand intent even when phrased unexpectedly, and maintain conversational context across a session. They require a knowledge base to ground their responses — more on that below.

AI agents go further: they don't just answer questions but take actions — scheduling appointments, creating tickets, querying live data, sending messages. Our AI SMS Scheduler is an example: it doesn't just answer questions about interview slots, it books them, sends reminders, and handles reschedule requests end-to-end.

Common use cases for Philippine businesses

Customer Support

Answer FAQs, handle order status queries, escalate complex issues to a human agent

Lead Qualification

Ask qualifying questions, collect contact info, score and route leads to your sales team

Appointment Scheduling

Check availability, book slots, send confirmations and reminders automatically

Internal Knowledge Base

Let staff query HR policies, SOPs, and internal documents in plain language

What it actually costs

Chatbot costs vary enormously depending on the approach. Here's a realistic breakdown for a Philippine business context.

Hosted platforms (e.g., Intercom, Tidio, Crisp)

₱1,500–₱12,000/month

SaaS chatbot platforms with AI features included. Low setup effort, reasonable capability for standard customer support flows. Limited customization, ongoing subscription cost, and your conversation data lives on their servers. Good starting point if you're not sure whether a chatbot will work for your use case.

OpenAI API integration (GPT-4o)

₱40,000–₱120,000 build + API usage costs

Custom-built chatbot using the OpenAI API with retrieval-augmented generation (RAG) from your own documents. High capability, full customization, strong language understanding. API costs scale with usage — typically ₱500–₱5,000/month for moderate traffic. Data is sent to OpenAI's servers, which may be a consideration for sensitive business data.

Locally-hosted LLM (Ollama + open-source model)

₱80,000–₱200,000 build + server hosting

Custom chatbot running entirely on your own infrastructure. No per-query API costs after initial setup, full data privacy — no data leaves your servers. This is what we built for our University AI Chatbot client, where student data privacy was a hard requirement. Higher upfront cost but lower long-term operating cost for high-volume applications.

The knowledge base problem: why most chatbots fail

The most common reason AI chatbots disappoint is not the model — it's the knowledge base. An AI chatbot can only answer accurately from information it's been given. If your product FAQs are outdated, your pricing is incomplete, or your policies are scattered across five different documents in inconsistent formats, the chatbot will produce inaccurate or contradictory answers.

Before building a chatbot, the most valuable investment you can make is auditing and consolidating your knowledge base. What are the 50 most common questions your customers or staff ask? Do you have accurate, up-to-date answers for all of them in a single, accessible format? If not, that's the first thing to fix — and no amount of AI sophistication compensates for gaps in the underlying information.

Philippine-specific considerations

Language. Filipino customers naturally code-switch between English and Tagalog (and regional languages). Modern LLMs handle this reasonably well, but your knowledge base content and the chatbot's default response language should match your customer base. For most Philippine B2B contexts, English-first is fine. For B2C and lower-income segments, Tagalog-primary or bilingual is worth the additional effort.

Data privacy. The Philippines has the Data Privacy Act (RA 10173). If your chatbot collects personal information or handles customer data, you need to ensure your implementation complies — including appropriate disclosures and data handling practices. Locally-hosted LLMs have a clear advantage here since data never leaves your infrastructure.

Integration with local systems. Philippine businesses commonly use GCash, Maya, or local banking APIs for payments; custom POS systems; and locally-built ERPs. A chatbot that can query order status or account information needs to integrate with these systems. Plan for this integration cost — it's often as significant as the chatbot itself.

A practical path to getting started

1

List the top 30 questions your customers or staff ask regularly. This is your initial knowledge base scope.

2

Decide on your data privacy requirements. If sensitive data is involved, local hosting is worth the cost.

3

Start with a hosted platform if you're testing the concept — it's the lowest-risk way to validate whether a chatbot adds value in your context.

4

Move to a custom build once you understand the query patterns and your specific integration requirements.

5

Plan for ongoing maintenance. The knowledge base needs regular updates as your products, pricing, and policies change.

Written by Lumawig Edge

We've built production AI chatbots and agent systems for Philippine clients. If you want an honest scoping conversation about what a chatbot would cost and deliver for your specific use case, reach out.

Talk to us