Practical techniques to help you get more from the AI tools you're already using — from working with your own business data to connecting your tools together.
General-purpose AI tools like ChatGPT and Claude are trained on public information. They know a lot about the world, but they know nothing about your business — your products, your customers, your internal processes, your pricing, your documentation.
This is the most common frustration people hit after the initial excitement of using AI wears off: "It gives good generic answers, but it doesn't know anything about us."
The good news is that there are now practical, accessible ways to give AI access to your business information — so it can answer questions, draft content, and support decisions based on your actual data, not just general knowledge.
The most straightforward way to use your business data with AI is to upload documents directly into the conversation.
Most AI tools — including ChatGPT, Claude, and Gemini — now let you upload PDFs, Word documents, spreadsheets, and other files. The AI reads the document and can then answer questions about it, summarise it, or use it as context for whatever you ask next.
This works well for: One-off questions, ad-hoc analysis, and situations where you need the AI to reference a specific document.
Be careful what you upload. Don't upload documents containing sensitive client data, personal information, financial details, or confidential business information to AI tools — especially on free plans. When you upload a document, it's sent to the AI provider's servers. Always check the tool's data policy and use business-tier plans with appropriate data protections when working with anything sensitive.
The limitation: The AI only has access to what you upload in that session. Most AI tools don't remember your documents between conversations by default — though some now offer memory features or "projects" that retain context. And you still can't upload your entire company knowledge base into a single chat.
When uploading individual documents isn't enough, the next step is a knowledge base — a collection of your business documents that an AI tool can search through and reference whenever it answers a question.
The technical term for this is RAG — Retrieval-Augmented Generation. It sounds complex, but the concept is straightforward:
Why this matters: It's the difference between an AI that gives you textbook answers and one that gives you answers based on how your business actually works.
Several tools now make this accessible without needing a developer:
Lets business users create custom GPTs with uploaded knowledge files
Offers Projects where you can add documents as persistent context
Integrates directly with Google Workspace — can search and reference your Google Docs, Sheets, Drive files, Gmail, and Calendar
Can search across your organisation's SharePoint, OneDrive, Outlook, and other Microsoft 365 files
Builds its responses from your support content — including help centre articles, uploaded documents, and webpages (covered in the Tools Directory — available to clients)
For most small businesses, starting with custom GPTs or Claude Projects is the simplest first step. You upload your key documents, and the AI uses them to give more relevant, accurate answers.
There's a newer development worth knowing about, even if you're not ready to use it today: MCP — the Model Context Protocol.
Here's the idea in plain language: instead of uploading documents manually or setting up a knowledge base, MCP lets AI tools connect directly to your business software — your CRM, your database, your file storage, your project management tool — and pull in information as needed.
Think of it like giving the AI a set of keys to your filing cabinets, rather than having to photocopy documents and hand them over every time.
Before MCP, every AI tool needed its own custom connection to each piece of software. MCP creates a standard way for AI to connect to any tool — like how USB became a universal standard for connecting devices. This means:
MCP is now supported by all the major AI providers and has become an industry-wide standard. For most small businesses, it's worth understanding the concept now so you can recognise the opportunity as the tools become more accessible. If you have a technical team or work with a developer, it's already worth exploring.
The direction of travel is clear — AI is moving from "a tool you paste things into" to "a tool that's connected to your business." Understanding this shift helps you make better decisions about which tools to invest in.
Using your business data with AI raises important questions about security and privacy. Here's what to keep in mind:
Understand where your data goes. When you upload a document to an AI tool, it's sent to that provider's servers. Read the data usage policy — most providers use data from consumer plans to improve their models, though you can usually opt out. Business plans typically have stronger protections.
Use business accounts, not personal ones. Most AI providers offer business or enterprise plans that include commitments around data handling, privacy, and not using your data for training. If you're putting business information into AI tools, use the appropriate plan.
Set clear team guidelines. Make sure your team knows which AI tools are approved, what types of information can be shared with them, and what's off-limits. This is especially important given the "shadow AI" problem — employees using AI tools without guidance.
→ For more on this topic, see Section 06 of the Business Guide: Security, Privacy & Risk
Once you're comfortable using AI for individual tasks, the next level is getting your tools to work together — so that actions in one system automatically trigger actions in another, with AI handling the parts that used to require a person.
This is where AI meets automation, and it's where many businesses see the biggest time savings.
Without automation, that's 15–20 minutes of research per meeting. With it, it happens automatically.
You don't need to write code to set this up. Several automation platforms let you connect your AI tools (like ChatGPT, Claude, or Gemini) to your other business apps — and build workflows visually:
Widely used, connects to thousands of apps including ChatGPT and Claude. Includes AI features that let you describe workflows in plain English. Good for straightforward automations.
Offers a visual workflow builder with advanced logic options. Has built-in connections to OpenAI, Claude, and other AI services. Steeper learning curve but worth it for advanced workflows.
Source-available option that can be self-hosted, meaning your data stays on your own servers. Supports all major AI providers. Well suited to businesses with strict data privacy requirements or a technical team member.
→ See detailed reviews of all three in the AI Tools Directory (available to clients)
Note on data: When you connect tools via these platforms, your data passes through their servers as well as the AI provider's — check their privacy policies if this matters for your business.
If you want to use a specific AI model in your automations, you'll need an API key — a code that lets automation tools talk directly to the AI service (never share these — they should always be kept private).
Here's what that involves:
It sounds technical, but each platform has step-by-step guides that walk you through it. Once set up, you can choose exactly which AI model powers each part of your workflow.
There are many informative YouTube tutorials showing how to connect AI tools to automation platforms. Whatever workflow you're trying to build, someone has probably made a step-by-step video showing how to do it.
What makes modern automation different from traditional "if this, then that" rules is the AI element. Instead of just moving data from one place to another, AI can interpret, summarise, categorise, and generate content as part of the workflow.
A customer emails your support address. AI reads the message and categorises it:
The AI doesn't just look for keywords — it understands the intent, even when customers don't use the "right" words.
That's what turns basic automation into something more useful.
When AI is making decisions or generating content as part of an automated workflow, you need guardrails — rules and checkpoints that keep things from going wrong.
Examples of guardrails:
The more autonomous you make a workflow, the more important these guardrails become. Remember: AI can still hallucinate or produce bad responses even inside an automation — the risk doesn't disappear just because it's part of a workflow.
A good rule: Don't automate anything you wouldn't want to explain to a customer if it went wrong.
Don't overcomplicate it. Pick something simple:
All of these tools have YouTube tutorials and excellent help documentation. You don't need to figure it out alone.
Keep it simple at first. A two-step automation that works reliably is more valuable than a ten-step workflow that breaks. Build confidence with simple workflows, then add complexity.
Don't over-automate too quickly. Automation should remove friction, not create new problems. Get one workflow working well before building the next.
Forgetting the human checkpoint. Some automations should include a review step before final actions — especially anything that sends communications to customers or makes financial decisions.
Silent failures and unexpected behaviour. Automations can break without warning, or the AI might do something odd that gets sent out automatically. Set up notifications so you know when things fail — and spot-check outputs regularly.
If you've read this far, you already know more about getting value from AI than most business owners. Here are three things you can do this week:
Take a task you already use AI for and apply the techniques from the Prompting Guide. Give it a role, be specific, provide an example. Compare the results.
Take one business document — a product guide, a policy document, a FAQ — and upload it to ChatGPT or Claude. Ask it questions. See how much more useful the answers become when the AI has context about your business.
Think about a repetitive process that involves moving information between tools. Even a simple two-step automation can save hours over a month.
For guidance on getting more value from AI in your specific business, get in touch.