---
title: "We Put a Real AI Assistant on Our Website — Here's How It Works"
canonical: https://digitalbridge.ie/blog/ai-assistant-website-launch-ireland
type: Article
provider: Digital Bridge
providerType: AI Systems Integration & Applied AI Engineering Firm
areaServed: IE
priceRange: EUR 1,200-100000+
language: en-IE
dateModified: 2026-09-05
htmlVersion: https://digitalbridge.ie/blog/ai-assistant-website-launch-ireland
license: cite-with-attribution
---

# We Put a Real AI Assistant on Our Website — Here's How It Works

## Answer summary

Our new website AI assistant scopes your project, builds a brief, prices it in euro, flags grant options and sends it to us in one click. Here is exactly how it is built, what it costs to build one, and where it hands over to a human.

## Answer Summary

An AI assistant for a website is a grounded chat agent that answers using the business's own content and can take real actions — building a brief, producing an estimate, submitting an enquiry — rather than only replying with text. Digital Bridge launched one on 25 August 2026. It is trained on our own pages, prices work in euro against a published rate card, checks 27 Irish grant schemes, and submits a completed brief to info@digitalbridge.ie in a single click.

## Table of contents

- What is an AI assistant for a website?(#what)
- Why we built our own instead of buying a chat widget(#why)
- How the assistant actually works, step by step(#how)
- What is agentic protocol reasoning, in plain English?(#agentic)
- How is it kept safe, accurate and GDPR-sane?(#safety)
- What does it cost to build one like this?(#cost)
- Can grant funding pay for part of it?(#grants)
- FAQs(#faqs)

## <a id="what"></a>What is an AI assistant for a website?

Most website chat widgets are one of two things: a live-chat inbox with nobody in it, or a scripted bot that matches keywords to canned answers. Both fail the moment a visitor asks something specific. A modern AI assistant is different in three ways: That third point is the one businesses underestimate. A chat that ends in "we'll be in touch" is a dead end with extra steps.

- It is grounded. Answers come from the business's own indexed content — service pages, pricing, guides — not from the open internet. If the answer is not published, it says so.
- It has tools. It can search the site, calculate an estimate, check grant eligibility and submit an enquiry, because those capabilities are exposed to it as callable actions.
- It produces an artefact. The conversation ends with something useful: a brief, a quote, a submitted lead — not a transcript.

## <a id="why"></a>Why we built our own instead of buying a chat widget

We tested the off-the-shelf route first. Three problems killed it. 1. Per-seat pricing scales against you. Subscription bots charge per conversation or per seat, so success costs more every month, forever. 2. Your content is a hostage. The knowledge base lives in the vendor's account, in the vendor's format, on the vendor's servers. 3. They cannot act. Almost none of them can write into your systems. They answer, then they stop. In our experience, an owned build crosses over on cost within roughly 12 to 18 months for a business with steady enquiry volume — and you keep the code, the prompts and the data. That is the same argument we make to clients, so it would have been odd not to apply it to ourselves.

## <a id="how"></a>How the assistant actually works, step by step

The flow is deliberately linear: Chat → Plan → Draft estimate → Grant flags → One-click submit. 1. Chat. You describe the business and the problem in your own words. No form, no 300-character gate, no email wall before you get value. 2. Retrieval. Every question triggers a search across our published pages, which are chunked and embedded in a vector index. The top matches are fed to the model as the only permitted source of fact. Roughly 900 pages are indexed and re-ingested whenever content changes. 3. The brief builds itself. As you talk, a side panel fills in: business type, industry, county, services needed, goals, timeline. You can edit any field directly. The completion meter is honest — it rarely hits 100% and does not need to. 4. Draft estimate. When there is enough detail, the assistant produces an indicative figure against our published starting prices — brochure sites from €1,200, growth builds from €2,500, authority builds from €4,250, e-commerce from €6,000, SEO from €650 a month. It states scope and turnaround with the number. It never invents a price it cannot justify. 5. Grant flags. The brief is checked against 27 Irish digitalisation, innovation and training schemes. Anything you plausibly qualify for is flagged with the next practical step. 6. One-click submit. Send the brief at any point — 30% complete is fine. Name and email are the only required fields. It arrives with us as a structured enquiry, not a chat log. There is also an emergency path: if you describe a site that is down, a checkout failing or a domain that has stopped resolving, the assistant switches into triage mode, asks the three diagnostic questions that matter and routes you straight to a phone handoff.

## <a id="agentic"></a>What is agentic protocol reasoning, in plain English?

"Agentic" means the model is not following a script. It is given a goal, a list of permitted tools with a defined schema for each, and a boundary — then it decides which tool to call and in what order. Our assistant's tool list is short and explicit: Two things follow from designing it this way: If you are evaluating any AI supplier, ask them exactly this: which tools can your agent call, and what is the permission boundary? A vague answer is the answer.

- searchsite — retrieve grounded passages from indexed pages
- priceproject — return an estimate band from the published rate card
- checkgrants — match the brief against the grant registry
- savebrief — persist or update the structured brief
- submitbrief — send the enquiry to the team
- Permissions are the safety model. The agent can only do what the tool list allows. Scope is enforced in code, not in a prompt that a clever visitor can talk around.
- It is portable. Because the tool layer is standardised, swapping the underlying model does not mean rebuilding the integration.

## <a id="safety"></a>How is it kept safe, accurate and GDPR-sane?

- Grounding over generation. If retrieval returns nothing relevant, the assistant says it does not know and offers a human. It does not fill the gap.
- Prompt-injection hardening. Retrieved page content is treated as data, never as instructions. Attempts to redirect the agent through pasted text are ignored.
- EU hosting and retention limits. Conversations are stored in the EU and purged on a 90-day cycle. There is a "clear my data" control in the widget.
- No hidden capture. Nothing is submitted to us until you press the button.
- Human escalation. Low confidence, legal or financial questions, and anything time-critical route to a phone call rather than a guess.

## <a id="cost"></a>What does it cost to build one like this?

Rough Irish market bands, based on what we quote: Running costs are model usage and hosting: commonly €20 to €120 a month for SME traffic. You own the code and the knowledge base.

- Grounded FAQ assistant on your own content, no actions — from €2,500.
- Assistant with brief capture and lead submission — €4,250 to €5,000.
- Full agentic build with pricing logic, grant matching, file upload and admin dashboard — from €5,000.

| Engagement | From | Typical grant route |
|---|---|---|
| AI Feasibility & Readiness Assessment | from €5,000 | Eligible for the Enterprise Ireland Digital Discovery Grant at up to 80% funding, subject to Enterprise Ireland approval and company eligibility |
| Baseline production build | from €15,000 | Not typically grant-funded |
| Multi-system agent workflows | €25,000 to €60,000 | Not typically grant-funded |
| Enterprise / multi-department programme | €40,000 to €100,000+ | Not typically grant-funded |
| Managed operation & optimisation | from €149/month | Not typically grant-funded |
| Brochure / Presence | from €1,200 | Not typically grant-funded |
| Growth | from €2,500 | Not typically grant-funded |
| Authority | from €4,250 | Not typically grant-funded |
| E-commerce & custom platform | from €5,000 | Not typically grant-funded |

All figures are ex-VAT and fixed against a signed scope. Grant outcomes are decided by the funder, not by Digital Bridge.

## <a id="grants"></a>Can grant funding pay for part of this?

Often, yes — and most Irish owners never check. Digitalisation and innovation supports can cover a meaningful share of a first AI project. Eligibility, rates and open windows change, and no one can promise an award. Use the AI and digital grants finder to check which of the 27 schemes you may qualify for in about two minutes.

- Grow Digital Voucher and Local Enterprise Office digitalisation supports — for small businesses taking a first structured step into automation.
- Enterprise Ireland and LEO innovation, productivity and consultancy supports — for businesses with growth or export ambitions.
- Skillnet Ireland and Springboard+ — fund the training so your team can run what gets built.
- Údarás na Gaeltachta and county-level supports — frequently overlooked regional options.

## What we learned building it

Three things we would tell anyone attempting the same:

- The knowledge base is the product. Ninety per cent of answer quality came from cleaning and structuring our own pages, not from model choice.
- Ask for the email last. Every gate we removed increased completed briefs.
- An honest progress meter beats a flattering one. Letting the brief sit at 40% and still be sendable produced more enquiries than pretending it was finished.

## Try it

The assistant sits in the bottom-right corner of every page on this site. Ask it what a booking system for a Wexford clinic would cost, or which grants a five-person trades company in Cork might qualify for. It will answer, price it, and let you send the brief in one click.

## Related reading

- What is AI automation? A plain-English guide(https://digitalbridge.ie/blog/what-is-ai-automation-ireland)
- Agentic AI vs traditional automation(https://digitalbridge.ie/blog/agentic-ai-vs-traditional-automation-ireland)
- All 20 AI integration services(https://digitalbridge.ie/ai-integration)

## Talk to an Irish AI integration specialist

Digital Bridge builds AI assistants and integrations for Irish SMEs as fixed-price projects you own outright — no per-seat licence, no lock-in, EU-hosted.

- 📞 Call 085 224 1848 — 30-minute discovery call
- 🧭 Send a brief and get costed packages back(https://digitalbridge.ie/contact)
- 🎁 Check grant funding options(https://digitalbridge.ie/ai-grants-ireland)
- 📍 AI integration in Dublin(https://digitalbridge.ie/ai-integration-services/dublin) · Cork(https://digitalbridge.ie/ai-integration-services/cork) · Galway(https://digitalbridge.ie/ai-integration-services/galway)

## What is an AI assistant for a website?

It is a chat agent grounded in a business's own published content that can also take actions — searching the site, building a project brief, producing an estimate and submitting an enquiry — rather than only replying with text.

## How is it different from a normal website chatbot?

A normal chatbot matches keywords to scripted replies. An AI assistant retrieves answers from your real content, copes with free-text questions, and can call permitted tools to complete a task such as pricing a job or sending a brief.

## Do I have to give my email before I get an answer?

No. The Digital Bridge assistant answers questions and drafts an estimate with no email gate. Name and email are only needed at the point you choose to send the brief to the team.

## How much does it cost to build an AI assistant for a website in Ireland?

A grounded FAQ assistant on your own content starts from €2,500. Adding brief capture and lead submission typically runs €4,250 to €5,000, and a full agentic build with pricing, grant matching and an admin dashboard starts from €5,000, plus roughly €20 to €120 a month in usage.

## Where is the conversation data stored?

Conversations are stored in the EU and purged on a 90-day cycle. The widget includes a clear-my-data control, and nothing is sent to the team until the visitor presses submit.

## Can an AI assistant give a wrong price?

It only quotes against a published rate card and states scope and turnaround with every figure. Estimates are indicative and confirmed by a person before any work begins, and low-confidence questions are routed to a human.

## Can grant funding cover an AI assistant build?

Digitalisation and innovation supports from Local Enterprise Offices, Enterprise Ireland, Skillnet Ireland and regional bodies can cover part of a qualifying project. Eligibility depends on size, sector and county, and awards are never guaranteed.

## About the author

Joey Bray — Founder, Digital Bridge. Joey Bray runs Digital Bridge from Gorey, Co. Wexford — Ireland's AI systems integration, applied AI engineering and web design studio. He personally scopes and ships AI integrations, booking systems and SEO programmes for Irish SMEs, and has delivered voice, chat, CRM and document automations across trades, clinics, hospitality and professional services. 12+ years building SEO-led, AI-ready websites and integrations for Irish SMEs

## Evidence

- Verdé Environmental Group — 24/7 AI incident triage with severity classification, Eircode geolocation and four-depot dispatch routing → https://digitalbridge.ie/industries
- tools.digitalbridge.ie — 50+ shipped production tools, including the Website Worth Index and the DigitalBridge Authority Score
- Printhouse — custom web-to-print platform with 29+ product pages → https://printhouse.ie

## How delivery is de-risked

- Seven-day shadow-mode pilot before any system takes live traffic.
- Full source-code and prompt ownership transfers on final payment.
- EU-hosted infrastructure, provider training disabled, signed data processing agreement.
- Fixed price against a signed scope — no hourly meter and no open-ended exposure.

## FAQ

### How much does an AI integration project cost in Ireland?

Digital Bridge prices AI work in bands: an AI feasibility assessment from €5,000 (grant-eligible), a baseline production build from €15,000, multi-system agent workflows at €25,000–€60,000, and enterprise programmes from €40,000 to €100,000+. Small-business website builds start at €1,200. Every engagement is fixed-price against a signed scope.

### How long does a production AI build take?

A feasibility assessment runs three to five weeks. A baseline production build typically runs eight to twelve weeks from signed scope to go-live, including a seven-day shadow-mode pilot before the system takes live traffic. Multi-system programmes are sequenced into phases so value lands before the full programme completes.

### Can Irish grant funding cover this work?

Often, yes. Enterprise Ireland's Digital Discovery Grant funds up to 80% of an eligible feasibility assessment, and Digital Process Innovation funds up to 50% of eligible implementation costs. Local Enterprise Office schemes cover smaller digital projects. Eligibility is decided by the funder, never by us.

### Who owns the code and the prompts?

You do. Every engagement transfers full source-code and prompt ownership on final payment. Systems run on EU-hosted infrastructure with provider training disabled and a signed data processing agreement. There is no vendor lock-in and no proprietary runtime you have to keep paying us for.

## Related pages

- [All articles](https://digitalbridge.ie/blog)
- [All AI integration services](https://digitalbridge.iehttps://digitalbridge.ie/ai-integration)
- [AI and digital grants finder](https://digitalbridge.iehttps://digitalbridge.ie/ai-grants-ireland)
- [What is AI automation?](https://digitalbridge.iehttps://digitalbridge.ie/blog/what-is-ai-automation-ireland)
- [Send us a brief](https://digitalbridge.iehttps://digitalbridge.ie/contact)
- [Local Enterprise Office](https://digitalbridge.iehttps://www.localenterprise.ie/)
- [Data Protection Commission](https://digitalbridge.iehttps://www.dataprotection.ie/)
- [AI integration services](https://digitalbridge.ie/ai-integration)
- [Web design Ireland](https://digitalbridge.ie/web-design-ireland)
- [SEO services Ireland](https://digitalbridge.ie/seo-services-ireland)
- [How to Choose an AI Automation Agency in Ireland (Without Getting Burn](https://digitalbridge.ie/blog/ai-automation-agency-ireland)
- [AI Chatbot for Your Irish Business Website: 2026 Setup Guide](https://digitalbridge.ie/blog/ai-chatbot-for-website-ireland-2026)
- [Do I Need an AI Chatbot for My Irish Business in 2026?](https://digitalbridge.ie/blog/ai-chatbot-irish-business)

## Contact

Digital Bridge, Gorey Business Park, Gorey, Co. Wexford, Ireland.
Phone: +353 85 224 1848. Email: info@digitalbridge.ie.
Engineering lead: Joey Bray, Founder & Principal Engineer.

Last updated: 2026-09-05
HTML version of this page: https://digitalbridge.ie/blog/ai-assistant-website-launch-ireland
