NotebookLM is built around one discipline a general chatbot doesn't have: it answers from the documents you upload, cites the specific passages it used, and — per Google's own product documentation — declines to use its general training knowledge as a source, which turns hallucination from a default risk into a rarer failure mode you can usually catch by clicking the citation. For long PDFs — contracts, research reports, manuals — that groundedin-the-document design is the entire value. The costs are source limits that scale by tier, occasional citation misses, and a data flow worth understanding before you upload anything confidential.
RechargeMe publishes information, not legal or research advice. Everything below is sourced to Google's published documentation as of late 2025; the product ships changes frequently, so check the current limits page before relying on specifics.
What is the source-grounded design, exactly?
You create a notebook, upload sources — PDFs, text files, web links, per the supported-formats documentation — and the assistant's answers draw on those sources with inline citations pointing back to specific passages. Google's documentation describes this as source-grounding: the model's job is retrieval and summarization over your corpus, not open-world generation. Two practical consequences. Answers about what your documents actually say are dramatically more reliable than the same question asked of a chatbot with no sources. And answers about anything not in the sources get refused or flagged rather than improvised — the behavior to test on day one, because it calibrates how much you can lean on the tool.
What are the actual limits?
Per Google's limits documentation: a source cap per notebook and a total-sources cap per account, both of which have risen with tier — the free level allows dozens of sources per notebook, paid tiers through Google's subscription plans raise the counts, and each source has a per-file size limit that matters for hundred-page PDFs. Notebooks hold up to a stated number of sources; documents beyond the cap must be split across notebooks, which breaks cross-document search at the seam. The workaround is consolidation: merge related PDFs into one long source where the material belongs together, since the per-source page allowance is generous relative to the per-notebook source count.
How well does it handle a genuinely long document?
The documented behavior is retrieval: for each question, the system pulls the relevant passages and composes an answer from them. Where long PDFs strain it is cross-reference questions — "list every clause that mentions indemnification" — which depend on retrieval finding every instance; the honest practice is to run enumeration questions in passes (per section, per chapter) and check counts against the document's own search, available in any PDF reader. Citation-clicking is the verification habit: every load-bearing claim in an answer should survive opening the cited passage, and the occasional miscite — a citation that doesn't quite support the sentence attached to it — is the failure mode to watch for, the same one documented across grounded-AI products generally.
| Task | Works well | Watch out |
|---|---|---|
| "What does this report conclude about X?" | Yes — retrieval plus cited summary | Check the cited pages |
| Comparing two documents' terms | Yes, with both as sources | Ask for side-by-side with citations |
| "List every mention of Y" | Partially — retrieval-based | Run per-section; verify counts in the PDF reader |
| Questions beyond the sources | Refused or flagged | Good — test this early |
Related stories: Claude Projects vs custom GPTs: which container fits your recurring work? · Which Claude tier for which work? A decision guide from Anthropic's own pricing page.
What happens to the documents you upload?
Google's published privacy documentation for NotebookLM addresses this directly: content uploaded to notebooks is not used to train the underlying AI models, per the product's privacy notice, with the standard enterprise-grade caveats about account-level controls. That stated no-training posture is a meaningful difference from consumer chatbot defaults and is part of why the tool has been adopted for sensitive-ish material like legal and academic documents. "Not used for training" is not "invisible to Google" — it is processed on their infrastructure under their policies — so for genuinely privileged material, the same rules as any cloud tool apply: your organization's policy decides, not the tool's marketing.
Where does it fit among the alternatives?
Against a chatbot: NotebookLM trades open-world knowledge for groundedness — the right trade for your documents, the wrong one for general questions. Against a PDF reader's built-in AI features: those vary by vendor and mostly do page-local summarization; NotebookLM's advantage is corpus-level Q&A across many sources. Against self-built RAG — retrieval-augmented generation pipelines — NotebookLM is the no-infrastructure version, with the ceiling that entails: you can't tune retrieval, add metadata filters, or audit the pipeline. Teams with hard requirements outgrow it; individuals and small teams mostly never do.
What the documentation doesn't settle
Retrieval recall — the share of relevant passages actually surfaced per question — is not published, and no independent benchmark comparable across tools exists. Treat enumeration questions as unverified until checked, and treat any single-tool answer to a consequential question as a draft until the citation survives a click. That habit, more than any feature, is what makes source-grounded tools safe to lean on.
FAQ
- Does NotebookLM use the web too? Only if you add web pages as sources or enable features that browse; the core Q&A design works from your uploaded sources, per Google's documentation.
- Is my uploaded PDF used for training? Per the product's privacy notice, notebook content is not used to train its AI models. It is still processed on Google's infrastructure — your organization's data policy governs genuinely sensitive material.
- What if my PDF exceeds limits? Check the current per-source size cap and per-notebook source cap; the usual fixes are splitting long documents across notebooks or merging related files into fewer sources.

