What is RAG?
Retrieval-augmented generation (RAG) combines a language model with a search step: for a given query, relevant documents are fetched first (retrieval), then the model formulates its answer based on those findings (generation). This brings current, private or highly specific content into the answer without retraining the model.
For businesses, RAG has two faces. Internally, it is the pattern behind chatbots and AI agents that work with company knowledge - help centres, contracts, CRM notes. Externally, it is the mechanism of your AI visibility: ChatGPT Search, Perplexity and Google's AI Overviews work on the same principle - they fetch web pages live and quote from them. Whatever cannot be fetched or cited simply does not appear in the answer.
RAG reduces hallucinations but does not eliminate them: the answer is only as good as the sources found and the ranking behind them. For your website this means self-contained passages that answer a concrete question with sourced facts stand the best chance of serving as a source.
Why does RAG matter?
Cloudflare measured in June 2025 that OpenAI crawls roughly 1,700 times before a single visitor comes back. Content is fetched en masse but cited rarely - which pages make it into the answer is decided by their citability.
RAG in practice
- 01A support chatbot pulls its answers from the company's own help centre and links the source instead of inventing freely.
- 02Perplexity answers “best AI agency in Vienna” with citations from comparison pages fetched live - if you cannot be fetched there, you do not exist in the answer.
- 03An internal AI agent searches proposals and CRM notes before every answer - company knowledge stays current without retraining the model.
From the journal
- CRM hygiene before AI: why bad data ruins every automationMost AI projects do not fail because of the model - they fail because of what the model is fed: stale contacts, duplicates, empty required fields. Gartner expects six in ten AI projects to be abandoned for exactly this reason by the end of 2026. Here is what bad CRM data actually costs, how fast your database decays - and how to clean up without losing a year.
- AI Visibility Check: What 20 Checks Reveal About Your WebsiteChatGPT, Perplexity and Google AI Overviews are becoming the first port of call for more and more people - but whether your website shows up there is decided at very concrete, testable points. Our free AI visibility check tests 20 of them. Here is what the four categories mean and why they decide your visibility.


