Working with AI

How to build a simple AI assistant for your business, no code

You do not need a developer to build a useful AI assistant. Here is how to make one that knows your business and does a real job.

"AI assistant" sounds like something only a tech company could pull off. If the phrase makes you feel a bit out of your depth, that is completely fair, and completely wrong.

The tools to make a custom assistant that knows your business, follows your rules and handles a specific job are now genuinely usable by a non technical person. In an afternoon. Without writing a single line of code.

The trick is to aim small and clear. Not "an assistant that runs my business," but "an assistant that answers our most common customer questions in our tone," or "one that drafts quotes from our price list."

A narrow, well defined assistant is both easier to build and far more useful than a vague one. I work alongside these tools every day, and the small ones are almost always the ones that earn their keep.

Pick one clear job

Start by deciding exactly what this assistant is for, in one sentence. The narrower the better.

An assistant that does one job well will beat a general one that does everything vaguely, and it is far easier to get right. Think onboarding questions, first-draft quotes, summarising enquiries, explaining your services.

Give it your knowledge

An assistant is only as good as what it knows. The modern no-code tools let you upload your own material, your price list, your FAQs, your policies, your past answers, and have the assistant answer from that, not from generic internet knowledge.

This is what turns a generic chatbot into something that actually knows your business.

Gather the documents that hold your answers: services, prices, common questions, the way you like things phrased. That collection becomes your assistant's brain.

The geeky bit

When you upload your documents, the tool is quietly setting up Retrieval Augmented Generation (RAG). Your files become a knowledge base, chopped into passages and stored so they can be searched by meaning, not just keywords. When a customer asks a question, the assistant first retrieves the few passages that look most relevant, your actual price line, your actual policy, and answers from those rather than from its general training. That is why it can quote your prices instead of inventing plausible ones. Sitting above all that is the system instruction: a block of text the assistant reads before every reply, fixing who it is, what it must not do, and the tone to hold. The knowledge base gives it the facts. The system instruction gives it the rules. Get both right and you have an assistant grounded in your business, not the open internet.

Write its instructions like a job description

Tell it who it is, who it is helping, what it should and should not do, and the tone to use. "You help our customers with booking questions. Be warm and brief. If you are unsure, say so and offer to pass it to a person. Never guess a price."

Clear instructions are the difference between an assistant you trust and one you have to babysit.

Test it like a sceptical customer

Before it goes anywhere near a real customer, try to break it. Ask the awkward questions, the edge cases, the things it should refuse. See where it guesses or goes off script, and tighten the instructions until it behaves.

This is the step people skip, and the one that matters most.

Start it somewhere low risk

Put it to work internally first, or on a quiet corner of your business, before you trust it with customers. Let it earn the role.

Once it has proven itself on the small job, you will quickly see the next three jobs it could take on.

None of this needs code. It needs a clear job, your own knowledge, good instructions and honest testing. Get those right and you have something genuinely useful, built by you, in less time than you would think.

If you would like an assistant built properly, one that knows your business and behaves reliably rather than guessing, that is exactly the kind of thing we make.

Book a quick chat →

Related: How to handle customer questions while you sleep, with AI.

Common questions

Can I build an AI assistant without coding?

Yes. Modern no-code tools let you upload your own documents, write plain-language instructions, and create an assistant that answers from your business knowledge, no programming required. The skill is in defining the job and testing it well.

What makes an AI assistant actually useful?

A narrow, clear job and access to your own knowledge. An assistant that does one thing well, using your prices, FAQs and policies, beats a general one that answers everything vaguely from generic internet knowledge.

How do I stop my AI assistant from giving wrong answers?

Give it clear instructions about what it must not do, feed it only your trusted material, tell it to say when it is unsure, and test it hard with awkward questions before any customer sees it.