Where Does ChatGPT Get Its Data? Training Data, Live Web and Licensed Sources Explained

Last updated: August 17, 2026

TL;DR
ChatGPT draws on four sources: the training data baked into its model (a huge web crawl plus books, code and licensed datasets, frozen at a knowledge cutoff), the live web when it runs a real-time search, licensed publisher content that OpenAI pays to surface, and the context you provide in your prompt, uploads and memory. It does not have live access to everything, and when it guesses it can hallucinate. Knowing which of these sources feeds a given answer is the key to influencing what ChatGPT says about your brand.

When ChatGPT answers a question, the information can come from very different places. Some of it was learned months or years ago during training and is now frozen inside the model. Some of it was fetched from a live web page seconds before you got your reply. Some of it comes from publishers OpenAI pays to license. And some of it comes straight from you: your prompt, your uploaded file, or something ChatGPT remembered about you.

Understanding the difference matters. If you want your brand, product or content to show up in ChatGPT answers, you need to know which of these pipes the model is drinking from for a given query. This guide breaks down all four sources, explains the training cutoff, answers the common “does ChatGPT use Reddit” question, and covers what ChatGPT genuinely cannot do.

The four sources behind a ChatGPT answer

At a high level, every ChatGPT response is assembled from up to four inputs:

  • Training data: the frozen knowledge learned when the model was built.
  • Web search: current web information retrieved when ChatGPT decides to search.
  • Licensed publisher content: sources OpenAI pays to train on and surface.
  • Your own context: the prompt, uploaded files, memory and custom instructions.

Most everyday answers lean on training data. Questions about current events, prices or recent news tend to trigger a live search. The rest of this article looks at each source in turn.

1. Training data: the frozen knowledge inside the model

The foundation of ChatGPT is the text it was trained on. During training, OpenAI feeds the model an enormous corpus of text and code and teaches it to predict the next token. The patterns it learns become its “knowledge”. Nothing is looked up at answer time from this source: the information is baked into the model’s weights.

OpenAI has been progressively less specific about exact datasets in newer models, but the broad ingredients are well documented for earlier GPT models and have not fundamentally changed:

  • A large web crawl. The single biggest ingredient is filtered text scraped from the open web. For GPT-3, OpenAI used a subset of Common Crawl (a public, non-profit web archive) spanning 2016 to 2019, filtered down from roughly 45 TB of compressed text to about 570 GB of higher-quality text.
  • Books. Two book corpora (referred to in the GPT-3 paper as Books1 and Books2) contribute long-form, well-edited prose.
  • Wikipedia. English Wikipedia is a small but heavily weighted, high-quality source.
  • Web pages linked from Reddit. A dataset OpenAI called WebText2 is built from outbound links in Reddit posts with at least a few upvotes, used as a crude quality filter.
  • Code. Large volumes of source code (for example from public repositories) give the model its programming ability.
  • Licensed and third-party data. For GPT-4 and later, OpenAI describes the mix as “publicly available data” plus “data licensed from third-party providers”, without listing sizes or names.

Higher-quality sources are typically sampled more often than raw web text during training, which is why Wikipedia and books punch above their weight relative to their raw size.

The knowledge cutoff: why training data goes stale

Because training data is collected up to a certain point and then frozen, every model has a knowledge cutoff: the date after which it has no built-in knowledge of the world. Ask a model about something that happened after its cutoff and, without browsing, it either says it does not know or guesses.

Cutoffs vary by model. OpenAI lists October 2023 for GPT-4o, September 2024 for the original GPT-5, December 2025 for GPT-5.5, and February 2026 for GPT-5.6. ChatGPT model availability varies by plan and request. Built-in model knowledge stops at the relevant cutoff, and newer information may require web search or another connected source.

The important thing to remember is that a stale cutoff is exactly why the next source exists.

2. Live web search: fetching real-time pages

To get past the cutoff, OpenAI added web search to ChatGPT. Launched on October 31, 2024 and rolled out to all users (including logged-out users) through early 2025, ChatGPT search lets the model fetch and read live web pages when a question needs current information.

When you ask about news, sports scores, stock prices, a product’s current specs or anything time-sensitive, ChatGPT can decide to run a search rather than rely on training data. You can also choose Search from the tools menu. Under the hood it can rewrite your question into one or more targeted search queries and send them to third-party search providers. OpenAI currently identifies Bing and Shopify among those providers, but it does not publish the complete retrieval and ranking system.

Search answers may include inline citations and a Sources panel with cited sources and other relevant links. These citations show which sources the interface presents, but they do not expose every retrieval step or prove that one page caused a particular claim. For a deeper look at how that retrieval and ranking works, and how to get your pages picked up, see how ChatGPT search works and how to rank in ChatGPT.

Training data vs live search: how the two differ

The same model can answer the same question in two very different ways depending on which source it uses. Here is how they compare:

Aspect Training data (no browsing) Live web search
Freshness Frozen at the knowledge cutoff Current or recently indexed web information
Citations None (knowledge is internal) Inline citations and source links when available
What shapes the answer How often your content appeared in the training corpus Which live pages rank and get read for the query
Best for General knowledge, concepts, how-tos News, prices, recent releases, current facts
Hallucination risk Higher for anything after the cutoff Lower, but depends on the sources read

For a brand, this distinction is everything. To influence a training-data answer you need to be broadly present across the web over time. To influence a live-search answer you need pages that rank and earn citations for the specific query today.

3. Licensed publisher content: sources OpenAI pays for

A third input sits between training and live search: content that OpenAI has explicitly licensed from publishers. Rather than rely only on crawled or free web data, OpenAI has signed a wave of paid deals that grant it rights to train on, and in many cases surface, a publisher’s archive.

Notable examples include the Associated Press (July 2023, the first major news deal, licensing AP’s text archive back to 1985), Axel Springer (December 2023, covering outlets like Politico and Business Insider, and pairing training rights with real-time, attributed summaries inside ChatGPT), the Financial Times, News Corp (reported at over 250 million dollars across five years, the largest publicly reported figure), Vox Media, The Atlantic, Dotdash Meredith and Le Monde, among others.

These deals matter for provenance because licensed content is eligible for attributed summaries, citations and links inside ChatGPT, especially in search answers. A licensing relationship can make a publisher’s content available for attributed summaries and links, but it does not guarantee placement for a particular query. We maintain a full, sourced map of these agreements in our OpenAI publisher deals post and a cross-industry overview in the AI content licensing deals hub. The flip side, the publishers and authors suing instead of signing, is covered in AI copyright lawsuits.

4. Your own context: prompt, uploads and memory

The final source is the one people forget: you. A large share of what shapes any given answer is the context you supply in the moment.

  • The prompt. Everything you type, including examples, constraints and pasted text, is data the model reasons over directly.
  • Uploaded files. When you attach a PDF, spreadsheet or image, ChatGPT reads it and can answer from its contents, which is retrieval from a source you provided rather than from training.
  • Memory. ChatGPT can carry information across conversations, both as explicit “saved memories” and as a synthesis of your past chats, so earlier context can quietly inform new answers.
  • Custom instructions and Projects. Standing instructions about who you are and how you want responses, plus files and instructions scoped to a Project, feed into every relevant reply.

This context is powerful but private and per-user. It shapes your answers, not everyone else’s, so it is not a lever for public brand visibility. It is, however, why the same question can produce different answers for different people.

Does ChatGPT use Reddit?

OpenAI has documented Reddit-related inputs in earlier systems. WebText2, used for GPT-3, selected web pages from outbound Reddit links. That does not establish the complete training mix for current ChatGPT models.

Second, and more directly, OpenAI signed a data licensing partnership with Reddit announced on May 16, 2024 (reported to be worth around 70 million dollars a year). The deal gives OpenAI access to Reddit’s Data API, letting ChatGPT draw on real-time, structured Reddit content and feature it in products. So when you see ChatGPT reference a community’s consensus or cite a Reddit thread, that can reflect both older training data and this ongoing licensed feed. Reddit is one of the most frequently surfaced sources across AI assistants, which is why forum presence has become a real part of AI visibility strategy.

What ChatGPT does NOT do

It is just as important to know the limits:

  • It does not have live access to everything. Without browsing, ChatGPT only knows what was in its training data up to the cutoff. Even with browsing, it reads a handful of pages per query, not the whole web, and it cannot see content behind logins or paywalls it is not licensed for.
  • It can hallucinate. When the model lacks a source, it may generate plausible-sounding but false information, including fake citations, statistics or quotes. This risk is highest for recent events beyond the cutoff and for niche topics thinly represented in training data.
  • It does not “remember” the public web in real time. Training is a periodic batch process, not a live index. New pages you publish today are not in the model until a future training run, though Search may surface them after they are discovered, crawled, and indexed.
  • It does not reveal its full training set. OpenAI does not publish an exhaustive list of every source, so any precise “ChatGPT was trained on X” claim beyond the documented categories is an estimate.

Why this matters for your brand

Once you see that ChatGPT has four different data sources, the strategy for showing up becomes clearer. Different sources reward different actions:

  • To influence training-data answers, build durable, widely-referenced presence across the web so your brand is well represented the next time the model is trained.
  • To influence live-search answers, publish pages that rank and earn citations for the queries you care about, the same discipline as generative engine optimization.
  • For licensed content, understand that publisher agreements can make material eligible for attributed summaries and links, but they do not guarantee placement for a query.
  • Track forums like Reddit, since licensed and community sources are cited heavily.

The problem is that you cannot see any of this by hand. You do not know whether ChatGPT is answering a brand query from training data or a live search, and if it is searching, you do not know which domains it cites. LLM Pulse runs prompts across ChatGPT, Perplexity, Gemini, Google AI Mode, and Google AI Overviews. It reports the visible citations alongside visibility, share of voice, and sentiment. Citation tracking shows which sources the interface displayed without claiming that one source caused the answer. To go deeper on the monitoring side, see our guide to tracking which sources AI cites.

Summary

ChatGPT’s answers are not magic and they are not a single database. They come from four sources: frozen training data (a large web crawl plus books, code, Wikipedia and licensed datasets, capped at a knowledge cutoff), live web search that fetches and cites current pages, licensed publisher content OpenAI pays to surface, and the context you supply through prompts, uploads and memory. Reddit feeds in through both training and a 2024 licensing deal. The model has real limits: no live access to everything, a real hallucination risk, and no exhaustive public source list. For brands, the winning move is to know which source is driving a given answer and to measure the citations behind it.

FAQ

Where does ChatGPT get its data?

From four places: training data (a large filtered web crawl including Common Crawl, plus books, code, Wikipedia and licensed datasets), live web search for current questions, licensed publisher content, and the context you provide in your prompt, uploads and memory. Most general answers use training data; time-sensitive ones trigger a live search.

How does ChatGPT get its information if it has a cutoff?

For anything up to its knowledge cutoff, ChatGPT uses the knowledge baked into its model during training. For newer information, it can use web search and provide source links when available.

What data was ChatGPT trained on?

A mix of a large filtered web crawl (Common Crawl for earlier models), book corpora, English Wikipedia, web pages linked from Reddit, source code, and, for GPT-4 and later, additional data licensed from third-party providers. OpenAI has not published an exhaustive list for its newest models.

Does ChatGPT use Reddit?

OpenAI used Reddit-linked web pages in the documented WebText2 dataset for GPT-3 and signed a data partnership with Reddit in May 2024. OpenAI has not published the complete training mix for current ChatGPT models. Reddit is one of the sources AI assistants cite most often.

Does ChatGPT search the web in real time?

It can. ChatGPT may search when a question benefits from current information, or you can choose Search from the tools menu. Search answers may include inline citations and a Sources panel. Without search, responses rely on the model’s training and conversation context.

What are ChatGPT’s sources for a given answer?

If ChatGPT used Search, inline citations and the Sources panel can show cited sources and other relevant links. Without Search, the model does not provide source-level attribution for its training data. Tools like LLM Pulse track which domains ChatGPT cites for your queries over time.

Does ChatGPT use licensed news content?

Yes. OpenAI has signed licensing deals with publishers such as the Associated Press, Axel Springer, the Financial Times and News Corp. Licensed content can be eligible for attributed summaries, citations, and links inside ChatGPT, but a licensing agreement does not guarantee placement for a query.

Why does ChatGPT sometimes make things up?

When the model lacks a reliable source, especially for events after its cutoff or niche topics thinly covered in training, it can generate plausible but false information, including invented citations. Enabling web search reduces but does not eliminate this risk, since accuracy then depends on the pages it reads.

Discover your brand's visibility in AI search effortlessly

Are you tracking your AI Search visbility?

START NOW WITH A
14-DAY FREE TRIAL