{
  "newsletter_slug": "station-press",
  "section": "press",
  "slug": "notebooklm-prompting",
  "title": "2025-12-20-notebooklm-prompting",
  "summary": "What’s changed recently (and why it matters for prompting) NotebookLM’s prompt surface area expanded a lot in 2025, so “best practices” now include choosing the right mechanism—not just wording: Oct 29, 2025: Chat was upgraded (latest Gemini models), including 1M token...",
  "published_at": "2025-12-20T00:00:00.000Z",
  "page_html": "<h2>What’s changed recently (and why it matters for prompting)</h2>\n<p>NotebookLM’s <em>prompt surface area</em> expanded a lot in 2025, so “best practices” now include choosing the right mechanism—not just wording:</p>\n<ul>\n<li><strong>Oct 29, 2025:</strong> Chat was upgraded (latest Gemini models), including <strong>1M token context window</strong>, much longer multi‑turn memory, saved conversation history rollout, and goal/voice/role steering. (<a href=\"https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/\">blog.google</a>)</li>\n<li><strong>Nov 13, 2025:</strong> <strong>Deep Research</strong> added (agentic web browsing + research plan + source-grounded report you can add into the notebook), plus new source types (Sheets, Drive URLs, images, PDFs from Drive, .docx). (<a href=\"https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/\">blog.google</a>)</li>\n<li><strong>Dec 16, 2025:</strong> <strong>Chat history fully rolled out across web + mobile</strong> (continue conversations, delete history; shared notebooks keep chats private per user). (<a href=\"https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai\">9to5google.com</a>)</li>\n<li><strong>Dec 18, 2025:</strong> <strong>Data Tables</strong> added (synthesizes sources into structured tables exportable to Google Sheets). (<a href=\"https://blog.google/technology/google-labs/notebooklm-data-tables/\">blog.google</a>)</li>\n</ul>\n<p>These directly affect prompting because you can now: (a) rely more on persistent multi-turn workflows, (b) push larger corpora, and (c) use specialized generators (Deep Research / Data Tables) instead of “ask chat to do everything”.</p>\n<hr>\n<h2>Mechanisms &amp; architectural choices (high-level) → opportunities &amp; constraints</h2>\n<h3>1) “Notebook = isolated corpus” (project boundary)</h3>\n<ul>\n<li><strong>Mechanism:</strong> A notebook is a collection of sources for a project; <strong>NotebookLM can’t access information across multiple notebooks at the same time</strong>. (<a href=\"https://support.google.com/notebooklm/answer/16206563?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> You get a clean <em>knowledge boundary</em>—great for governance, repeatability, and avoiding cross-project contamination.</li>\n<li><strong>Constraint:</strong> If your question spans projects, you must consolidate sources into one notebook (or move via exports/notes).</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Put the boundary into your prompt:</p>\n<blockquote>\n<p>“Answer using only sources in this notebook; if the notebook doesn’t contain X, tell me what’s missing.”</p>\n</blockquote>\n<hr>\n<h3>2) “Grounded answering with citations back to your sources”</h3>\n<ul>\n<li><strong>Mechanism:</strong> Chat answers are grounded in your uploaded sources and include citations; you can hover/inspect citations and jump to the quoted location. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> You can demand <em>auditable</em> answers (great for research, policy, legal-ish document work—while still not substituting for professional advice).</li>\n<li><strong>Constraint:</strong> Grounding reduces—but does not eliminate—errors. A 2025 study found NotebookLM had fewer hallucinations than some peers in their evaluation, but still exhibited <strong>overconfident interpretations</strong> (e.g., turning attributed claims into general statements). (<a href=\"https://arxiv.org/abs/2509.25498?utm_source=openai\">arxiv.org</a>)</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Ask for “evidence discipline”, not just citations:</p>\n<blockquote>\n<p>“For each claim, include a citation. If a claim is an interpretation, label it <em>Interpretation</em> and cite the text it’s based on.”</p>\n</blockquote>\n<hr>\n<h3>3) Retrieval control: include/exclude sources</h3>\n<ul>\n<li><strong>Mechanism:</strong> You can check/uncheck sources so the model uses only selected sources for an answer. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> Fast comparative analysis (“what does Source A say vs Source B?”), and you can quarantine low-quality sources.</li>\n<li><strong>Constraint:</strong> If you forget source selection, you may get blended answers that hide disagreements.</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Use source-scoped passes:</p>\n<ol>\n<li>“Summarize only Source A’s position.”</li>\n<li>“Summarize only Source B’s position.”</li>\n<li>“Now reconcile; list disagreements with citations.”</li>\n</ol>\n<hr>\n<h3>4) Ingestion architecture: “static snapshots” + manual sync for Drive docs/slides</h3>\n<ul>\n<li><strong>Mechanism:</strong> For Drive imports, NotebookLM makes a copy; it <strong>doesn’t automatically track changes</strong> and requires manual re-sync. Other source types must be re-uploaded; NotebookLM keeps a <strong>static copy at upload time</strong>. (<a href=\"https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> Reproducibility—your analysis is tied to a stable snapshot (useful for audits).</li>\n<li><strong>Constraint:</strong> You can silently reason over outdated content if you don’t sync.</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Put freshness checks into your workflow:</p>\n<blockquote>\n<p>“Before answering, tell me which sources look like drafts/older versions (based on dates visible in the text). If uncertain, ask me to sync/re-upload.”</p>\n</blockquote>\n<hr>\n<h3>5) Source-type constraints (web + YouTube are “transcript/text-first”)</h3>\n<ul>\n<li><strong>Mechanism:</strong><ul>\n<li>Web URL import scrapes <strong>only text</strong>; images/embedded media/nested pages aren’t imported; paywalls aren’t supported. (<a href=\"https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai\">support.google.com</a>)</li>\n<li>YouTube import uses <strong>only transcripts</strong>; requires public videos with captions; very new uploads may fail; deleted/private videos get removed later. (<a href=\"https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai\">support.google.com</a>)</li>\n</ul>\n</li>\n<li><strong>Opportunity:</strong> Prompt precisely for what <em>is</em> ingested (transcript-level analysis, quote mining).</li>\n<li><strong>Constraint:</strong> If meaning is carried by visuals/tables/figures not captured as text, your prompts won’t recover it unless you upload a source that actually contains that content (e.g., the PDF, slides, or an image source where supported).</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Ask for “coverage warnings”:</p>\n<blockquote>\n<p>“If the answer could depend on charts/figures/visuals, tell me explicitly what you can’t see from the imported text.”</p>\n</blockquote>\n<hr>\n<h3>6) Chat steering: styles + custom instructions/goals</h3>\n<ul>\n<li><strong>Mechanism:</strong> You can configure chat style (Default / Learning Guide / Custom) and response length. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Mechanism (2025 upgrade):</strong> NotebookLM added stronger goal/role steering and major context/memory upgrades (1M token context window, longer conversation memory). (<a href=\"https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/\">blog.google</a>)</li>\n<li><strong>Opportunity:</strong> Turn NotebookLM into a consistent “house style” analyst, tutor, editor, etc. across a long project.</li>\n<li><strong>Constraint:</strong> A strong persona can make answers <em>sound</em> coherent even when evidence is thin—so keep evidence requirements explicit.</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Separate <em>style</em> from <em>epistemics</em>:</p>\n<blockquote>\n<p>“Use an analytical tone, but never generalize beyond the citations. Prefer ‘The source states…’ over ‘It is true that…’.”</p>\n</blockquote>\n<hr>\n<h3>7) Agentic expansion: Discover Sources + Deep Research</h3>\n<ul>\n<li><strong>Discover Sources (Apr 2, 2025):</strong> describe a topic → NotebookLM scans many web pages → recommends up to ~10 sources you can import. (<a href=\"https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai\">blog.google</a>)</li>\n<li><strong>Deep Research (Nov 13, 2025):</strong> generates a research plan, browses <strong>hundreds of websites</strong>, produces a source-grounded report, and lets you add the report + sources into the notebook. (<a href=\"https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/\">blog.google</a>)</li>\n<li><strong>Opportunity:</strong> You can go from “I have no corpus” → “I have a curated corpus” quickly, then do grounded Q&amp;A.</li>\n<li><strong>Constraint:</strong> Web research quality depends on scope constraints you set (domain, time window, source quality bar). Also: importing too many heterogeneous sources can increase contradictions—prompting must manage that.</li>\n</ul>\n<p><strong>Prompting best practice (for Deep Research prompts):</strong></p>\n<blockquote>\n<p>“Research <strong>[question]</strong>. Prioritize primary sources and reputable outlets. Time window: <strong>2019–2025</strong>. Return: (1) research plan, (2) list of candidate sources with one-line credibility notes, (3) report with citations, (4) ‘open questions’ to resolve.”</p>\n</blockquote>\n<hr>\n<h3>8) Structured outputs: Audio Overviews + Data Tables</h3>\n<ul>\n<li><strong>Audio Overviews:</strong> converts sources into a conversation-style summary, but it’s explicitly not comprehensive/objective and can include inaccuracies; also has interaction limits (e.g., can’t interrupt hosts). (<a href=\"https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai\">blog.google</a>)</li>\n<li><strong>Data Tables (Dec 18, 2025):</strong> synthesizes sources into structured tables exportable to Sheets. (<a href=\"https://blog.google/technology/google-labs/notebooklm-data-tables/\">blog.google</a>)</li>\n<li><strong>Opportunity:</strong> Great for “turn messy text into manipulable structure” (action items, comparisons, study tables).</li>\n<li><strong>Constraint:</strong> Any synthesis can mis-map fields or flatten nuance—prompt for schema + exception handling.</li>\n</ul>\n<p><strong>Prompting best practice for tables:</strong></p>\n<blockquote>\n<p>“Create a table with columns: <strong>Claim</strong>, <strong>Who said it</strong>, <strong>Date</strong>, <strong>Evidence quote</strong>, <strong>Source</strong>. Leave cells blank rather than guessing.”</p>\n</blockquote>\n<hr>\n<h2>Best-practice prompting patterns (copy/paste)</h2>\n<h3>A) Evidence-first Q&amp;A (minimize overconfident synthesis)</h3>\n<blockquote>\n<p><strong>Task:</strong> Answer the question: <strong>[X]</strong><br><strong>Rules:</strong></p>\n<ol>\n<li>Use only notebook sources.</li>\n<li>Every sentence must have a citation.</li>\n<li>If sources conflict, show both sides with citations and do not resolve unless evidence explicitly resolves it.</li>\n<li>End with “What I still can’t answer from the sources”.</li>\n</ol>\n</blockquote>\n<h3>B) “Quote pack” before writing (separates retrieval from generation)</h3>\n<blockquote>\n<p>Pull 10–20 relevant quotes about <strong>[topic]</strong>. Group by theme. For each quote: include citation + one-line note on why it matters. Then ask me whether to draft a synthesis.</p>\n</blockquote>\n<h3>C) Comparative reading (forces explicit disagreements)</h3>\n<blockquote>\n<p>Compare Source A vs Source B on <strong>[question]</strong>. Output:</p>\n<ul>\n<li>Agreements (bullets, each with citations)</li>\n<li>Disagreements (bullets, each with citations)</li>\n<li>Missing info (what neither source addresses)</li>\n</ul>\n</blockquote>\n<h3>D) Turn sources into an actionable brief</h3>\n<blockquote>\n<p>Create a briefing doc for <strong>[audience]</strong> deciding <strong>[decision]</strong>. Include: options, pros/cons, risks, and “assumptions” (each assumption must cite what it’s based on, or be labeled unsupported).</p>\n</blockquote>\n<h3>E) Ongoing notebook “operating procedure” (use with custom goals)</h3>\n<blockquote>\n<p>You are my <strong>Evidence-First Research Assistant</strong>. Always: ask 1–3 clarifying questions if the task is underspecified; never invent details; prefer direct quotes; include citations per claim; separate facts vs interpretations.</p>\n</blockquote>\n<hr>\n<h2>Practical constraints to design around (so your prompts don’t fight the tool)</h2>\n<ul>\n<li><strong>If you ask for creativity beyond sources, NotebookLM may refuse</strong> (“can’t answer”) because chat is designed to rely on your sources. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Quota/limits matter in workflows:</strong> free vs Pro/Enterprise changes notebook count, sources per notebook, and daily query limits (and more). (<a href=\"https://support.google.com/notebooklm/answer/16213268?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Privacy mode differs by account type:</strong> consumer accounts may involve human review <em>if feedback is provided</em>, while Enterprise offerings provide stronger guarantees (no human review / no training on your content). (<a href=\"https://support.google.com/notebooklm/answer/16337734?utm_source=openai\">support.google.com</a>)</li>\n</ul>\n<hr>\n<h2>If you tell me your use case, I can tailor a “prompting playbook”</h2>\n<p>If you share (1) whether you’re using <strong>Free vs Pro vs Enterprise</strong>, (2) your domain (research, legal review, study, product spec, etc.), and (3) typical source types (PDFs, Drive, web, YouTube), I’ll propose a minimal set of reusable prompt templates + a recommended notebook structure that matches NotebookLM’s grounding/sync/source constraints.</p>\n<p><a href=\"https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/\">blog.google - NotebookLM adds custom goals, upgrades performance</a><a href=\"https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/\">blog.google - NotebookLM adds Deep Research, Docx, Sheets and more</a><a href=\"https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai\">9to5google.com - NotebookLM rolls out chat history, adds AI Ultra tier</a><a href=\"https://blog.google/technology/google-labs/notebooklm-data-tables/\">blog.google - Google’s NotebookLM introduces Data Tables feature</a><a href=\"https://support.google.com/notebooklm/answer/16206563?utm_source=openai\">support.google.com - Create a notebook in NotebookLM - NotebookLM Help</a><a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com - Use chat in NotebookLM - NotebookLM Help</a><a href=\"https://arxiv.org/abs/2509.25498?utm_source=openai\">arxiv.org - Not Wrong, But Untrue: LLM Overconfidence in Document-Based Queries</a><a href=\"https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai\">support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help</a><a href=\"https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai\">support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help</a><a href=\"https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai\">blog.google - NotebookLM Discover Sources: Add web research to your notebook</a><a href=\"https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai\">blog.google - NotebookLM now lets you listen to a conversation about your sources</a><a href=\"https://support.google.com/notebooklm/answer/16213268?utm_source=openai\">support.google.com - Upgrade NotebookLM - NotebookLM Help</a><a href=\"https://support.google.com/notebooklm/answer/16337734?utm_source=openai\">support.google.com - Use NotebookLM with a work or school Google account - NotebookLM Help</a></p>\n<h1>2025-12-20T22:37:44+02:00</h1>\n<p>(1509 words) </p>\n<h2>What’s changed recently (and why it matters for prompting)</h2>\n<p>NotebookLM’s <em>prompt surface area</em> expanded a lot in 2025, so “best practices” now include choosing the right mechanism—not just wording:</p>\n<ul>\n<li><strong>Oct 29, 2025:</strong> Chat was upgraded (latest Gemini models), including <strong>1M token context window</strong>, much longer multi‑turn memory, saved conversation history rollout, and goal/voice/role steering. (<a href=\"https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/\">blog.google</a>)</li>\n<li><strong>Nov 13, 2025:</strong> <strong>Deep Research</strong> added (agentic web browsing + research plan + source-grounded report you can add into the notebook), plus new source types (Sheets, Drive URLs, images, PDFs from Drive, .docx). (<a href=\"https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/\">blog.google</a>)</li>\n<li><strong>Dec 16, 2025:</strong> <strong>Chat history fully rolled out across web + mobile</strong> (continue conversations, delete history; shared notebooks keep chats private per user). (<a href=\"https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai\">9to5google.com</a>)</li>\n<li><strong>Dec 18, 2025:</strong> <strong>Data Tables</strong> added (synthesizes sources into structured tables exportable to Google Sheets). (<a href=\"https://blog.google/technology/google-labs/notebooklm-data-tables/\">blog.google</a>)</li>\n</ul>\n<p>These directly affect prompting because you can now: (a) rely more on persistent multi-turn workflows, (b) push larger corpora, and (c) use specialized generators (Deep Research / Data Tables) instead of “ask chat to do everything”.</p>\n<hr>\n<h2>Mechanisms &amp; architectural choices (high-level) → opportunities &amp; constraints</h2>\n<h3>1) “Notebook = isolated corpus” (project boundary)</h3>\n<ul>\n<li><strong>Mechanism:</strong> A notebook is a collection of sources for a project; <strong>NotebookLM can’t access information across multiple notebooks at the same time</strong>. (<a href=\"https://support.google.com/notebooklm/answer/16206563?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> You get a clean <em>knowledge boundary</em>—great for governance, repeatability, and avoiding cross-project contamination.</li>\n<li><strong>Constraint:</strong> If your question spans projects, you must consolidate sources into one notebook (or move via exports/notes).</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Put the boundary into your prompt:</p>\n<blockquote>\n<p>“Answer using only sources in this notebook; if the notebook doesn’t contain X, tell me what’s missing.”</p>\n</blockquote>\n<hr>\n<h3>2) “Grounded answering with citations back to your sources”</h3>\n<ul>\n<li><strong>Mechanism:</strong> Chat answers are grounded in your uploaded sources and include citations; you can hover/inspect citations and jump to the quoted location. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> You can demand <em>auditable</em> answers (great for research, policy, legal-ish document work—while still not substituting for professional advice).</li>\n<li><strong>Constraint:</strong> Grounding reduces—but does not eliminate—errors. A 2025 study found NotebookLM had fewer hallucinations than some peers in their evaluation, but still exhibited <strong>overconfident interpretations</strong> (e.g., turning attributed claims into general statements). (<a href=\"https://arxiv.org/abs/2509.25498?utm_source=openai\">arxiv.org</a>)</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Ask for “evidence discipline”, not just citations:</p>\n<blockquote>\n<p>“For each claim, include a citation. If a claim is an interpretation, label it <em>Interpretation</em> and cite the text it’s based on.”</p>\n</blockquote>\n<hr>\n<h3>3) Retrieval control: include/exclude sources</h3>\n<ul>\n<li><strong>Mechanism:</strong> You can check/uncheck sources so the model uses only selected sources for an answer. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> Fast comparative analysis (“what does Source A say vs Source B?”), and you can quarantine low-quality sources.</li>\n<li><strong>Constraint:</strong> If you forget source selection, you may get blended answers that hide disagreements.</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Use source-scoped passes:</p>\n<ol>\n<li>“Summarize only Source A’s position.”</li>\n<li>“Summarize only Source B’s position.”</li>\n<li>“Now reconcile; list disagreements with citations.”</li>\n</ol>\n<hr>\n<h3>4) Ingestion architecture: “static snapshots” + manual sync for Drive docs/slides</h3>\n<ul>\n<li><strong>Mechanism:</strong> For Drive imports, NotebookLM makes a copy; it <strong>doesn’t automatically track changes</strong> and requires manual re-sync. Other source types must be re-uploaded; NotebookLM keeps a <strong>static copy at upload time</strong>. (<a href=\"https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Opportunity:</strong> Reproducibility—your analysis is tied to a stable snapshot (useful for audits).</li>\n<li><strong>Constraint:</strong> You can silently reason over outdated content if you don’t sync.</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Put freshness checks into your workflow:</p>\n<blockquote>\n<p>“Before answering, tell me which sources look like drafts/older versions (based on dates visible in the text). If uncertain, ask me to sync/re-upload.”</p>\n</blockquote>\n<hr>\n<h3>5) Source-type constraints (web + YouTube are “transcript/text-first”)</h3>\n<ul>\n<li><strong>Mechanism:</strong><ul>\n<li>Web URL import scrapes <strong>only text</strong>; images/embedded media/nested pages aren’t imported; paywalls aren’t supported. (<a href=\"https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai\">support.google.com</a>)</li>\n<li>YouTube import uses <strong>only transcripts</strong>; requires public videos with captions; very new uploads may fail; deleted/private videos get removed later. (<a href=\"https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai\">support.google.com</a>)</li>\n</ul>\n</li>\n<li><strong>Opportunity:</strong> Prompt precisely for what <em>is</em> ingested (transcript-level analysis, quote mining).</li>\n<li><strong>Constraint:</strong> If meaning is carried by visuals/tables/figures not captured as text, your prompts won’t recover it unless you upload a source that actually contains that content (e.g., the PDF, slides, or an image source where supported).</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Ask for “coverage warnings”:</p>\n<blockquote>\n<p>“If the answer could depend on charts/figures/visuals, tell me explicitly what you can’t see from the imported text.”</p>\n</blockquote>\n<hr>\n<h3>6) Chat steering: styles + custom instructions/goals</h3>\n<ul>\n<li><strong>Mechanism:</strong> You can configure chat style (Default / Learning Guide / Custom) and response length. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Mechanism (2025 upgrade):</strong> NotebookLM added stronger goal/role steering and major context/memory upgrades (1M token context window, longer conversation memory). (<a href=\"https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/\">blog.google</a>)</li>\n<li><strong>Opportunity:</strong> Turn NotebookLM into a consistent “house style” analyst, tutor, editor, etc. across a long project.</li>\n<li><strong>Constraint:</strong> A strong persona can make answers <em>sound</em> coherent even when evidence is thin—so keep evidence requirements explicit.</li>\n</ul>\n<p><strong>Prompting best practice:</strong> Separate <em>style</em> from <em>epistemics</em>:</p>\n<blockquote>\n<p>“Use an analytical tone, but never generalize beyond the citations. Prefer ‘The source states…’ over ‘It is true that…’.”</p>\n</blockquote>\n<hr>\n<h3>7) Agentic expansion: Discover Sources + Deep Research</h3>\n<ul>\n<li><strong>Discover Sources (Apr 2, 2025):</strong> describe a topic → NotebookLM scans many web pages → recommends up to ~10 sources you can import. (<a href=\"https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai\">blog.google</a>)</li>\n<li><strong>Deep Research (Nov 13, 2025):</strong> generates a research plan, browses <strong>hundreds of websites</strong>, produces a source-grounded report, and lets you add the report + sources into the notebook. (<a href=\"https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/\">blog.google</a>)</li>\n<li><strong>Opportunity:</strong> You can go from “I have no corpus” → “I have a curated corpus” quickly, then do grounded Q&amp;A.</li>\n<li><strong>Constraint:</strong> Web research quality depends on scope constraints you set (domain, time window, source quality bar). Also: importing too many heterogeneous sources can increase contradictions—prompting must manage that.</li>\n</ul>\n<p><strong>Prompting best practice (for Deep Research prompts):</strong></p>\n<blockquote>\n<p>“Research <strong>[question]</strong>. Prioritize primary sources and reputable outlets. Time window: <strong>2019–2025</strong>. Return: (1) research plan, (2) list of candidate sources with one-line credibility notes, (3) report with citations, (4) ‘open questions’ to resolve.”</p>\n</blockquote>\n<hr>\n<h3>8) Structured outputs: Audio Overviews + Data Tables</h3>\n<ul>\n<li><strong>Audio Overviews:</strong> converts sources into a conversation-style summary, but it’s explicitly not comprehensive/objective and can include inaccuracies; also has interaction limits (e.g., can’t interrupt hosts). (<a href=\"https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai\">blog.google</a>)</li>\n<li><strong>Data Tables (Dec 18, 2025):</strong> synthesizes sources into structured tables exportable to Sheets. (<a href=\"https://blog.google/technology/google-labs/notebooklm-data-tables/\">blog.google</a>)</li>\n<li><strong>Opportunity:</strong> Great for “turn messy text into manipulable structure” (action items, comparisons, study tables).</li>\n<li><strong>Constraint:</strong> Any synthesis can mis-map fields or flatten nuance—prompt for schema + exception handling.</li>\n</ul>\n<p><strong>Prompting best practice for tables:</strong></p>\n<blockquote>\n<p>“Create a table with columns: <strong>Claim</strong>, <strong>Who said it</strong>, <strong>Date</strong>, <strong>Evidence quote</strong>, <strong>Source</strong>. Leave cells blank rather than guessing.”</p>\n</blockquote>\n<hr>\n<h2>Best-practice prompting patterns (copy/paste)</h2>\n<h3>A) Evidence-first Q&amp;A (minimize overconfident synthesis)</h3>\n<blockquote>\n<p><strong>Task:</strong> Answer the question: <strong>[X]</strong><br><strong>Rules:</strong></p>\n<ol>\n<li>Use only notebook sources.</li>\n<li>Every sentence must have a citation.</li>\n<li>If sources conflict, show both sides with citations and do not resolve unless evidence explicitly resolves it.</li>\n<li>End with “What I still can’t answer from the sources”.</li>\n</ol>\n</blockquote>\n<h3>B) “Quote pack” before writing (separates retrieval from generation)</h3>\n<blockquote>\n<p>Pull 10–20 relevant quotes about <strong>[topic]</strong>. Group by theme. For each quote: include citation + one-line note on why it matters. Then ask me whether to draft a synthesis.</p>\n</blockquote>\n<h3>C) Comparative reading (forces explicit disagreements)</h3>\n<blockquote>\n<p>Compare Source A vs Source B on <strong>[question]</strong>. Output:</p>\n<ul>\n<li>Agreements (bullets, each with citations)</li>\n<li>Disagreements (bullets, each with citations)</li>\n<li>Missing info (what neither source addresses)</li>\n</ul>\n</blockquote>\n<h3>D) Turn sources into an actionable brief</h3>\n<blockquote>\n<p>Create a briefing doc for <strong>[audience]</strong> deciding <strong>[decision]</strong>. Include: options, pros/cons, risks, and “assumptions” (each assumption must cite what it’s based on, or be labeled unsupported).</p>\n</blockquote>\n<h3>E) Ongoing notebook “operating procedure” (use with custom goals)</h3>\n<blockquote>\n<p>You are my <strong>Evidence-First Research Assistant</strong>. Always: ask 1–3 clarifying questions if the task is underspecified; never invent details; prefer direct quotes; include citations per claim; separate facts vs interpretations.</p>\n</blockquote>\n<hr>\n<h2>Practical constraints to design around (so your prompts don’t fight the tool)</h2>\n<ul>\n<li><strong>If you ask for creativity beyond sources, NotebookLM may refuse</strong> (“can’t answer”) because chat is designed to rely on your sources. (<a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Quota/limits matter in workflows:</strong> free vs Pro/Enterprise changes notebook count, sources per notebook, and daily query limits (and more). (<a href=\"https://support.google.com/notebooklm/answer/16213268?utm_source=openai\">support.google.com</a>)</li>\n<li><strong>Privacy mode differs by account type:</strong> consumer accounts may involve human review <em>if feedback is provided</em>, while Enterprise offerings provide stronger guarantees (no human review / no training on your content). (<a href=\"https://support.google.com/notebooklm/answer/16337734?utm_source=openai\">support.google.com</a>)</li>\n</ul>\n<hr>\n<h2>If you tell me your use case, I can tailor a “prompting playbook”</h2>\n<p>If you share (1) whether you’re using <strong>Free vs Pro vs Enterprise</strong>, (2) your domain (research, legal review, study, product spec, etc.), and (3) typical source types (PDFs, Drive, web, YouTube), I’ll propose a minimal set of reusable prompt templates + a recommended notebook structure that matches NotebookLM’s grounding/sync/source constraints.</p>\n<p><a href=\"https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/\">blog.google - NotebookLM adds custom goals, upgrades performance</a><a href=\"https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/\">blog.google - NotebookLM adds Deep Research, Docx, Sheets and more</a><a href=\"https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai\">9to5google.com - NotebookLM rolls out chat history, adds AI Ultra tier</a><a href=\"https://blog.google/technology/google-labs/notebooklm-data-tables/\">blog.google - Google’s NotebookLM introduces Data Tables feature</a><a href=\"https://support.google.com/notebooklm/answer/16206563?utm_source=openai\">support.google.com - Create a notebook in NotebookLM - NotebookLM Help</a><a href=\"https://support.google.com/notebooklm/answer/16179559?utm_source=openai\">support.google.com - Use chat in NotebookLM - NotebookLM Help</a><a href=\"https://arxiv.org/abs/2509.25498?utm_source=openai\">arxiv.org - Not Wrong, But Untrue: LLM Overconfidence in Document-Based Queries</a><a href=\"https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai\">support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help</a><a href=\"https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai\">support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help</a><a href=\"https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai\">blog.google - NotebookLM Discover Sources: Add web research to your notebook</a><a href=\"https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai\">blog.google - NotebookLM now lets you listen to a conversation about your sources</a><a href=\"https://support.google.com/notebooklm/answer/16213268?utm_source=openai\">support.google.com - Upgrade NotebookLM - NotebookLM Help</a><a href=\"https://support.google.com/notebooklm/answer/16337734?utm_source=openai\">support.google.com - Use NotebookLM with a work or school Google account - NotebookLM Help</a></p>\n",
  "body_markdown": "## What’s changed recently (and why it matters for prompting)\n\nNotebookLM’s *prompt surface area* expanded a lot in 2025, so “best practices” now include choosing the right mechanism—not just wording:\n\n- **Oct 29, 2025:** Chat was upgraded (latest Gemini models), including **1M token context window**, much longer multi‑turn memory, saved conversation history rollout, and goal/voice/role steering. ([blog.google](https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/))\n- **Nov 13, 2025:** **Deep Research** added (agentic web browsing + research plan + source-grounded report you can add into the notebook), plus new source types (Sheets, Drive URLs, images, PDFs from Drive, .docx). ([blog.google](https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/))\n- **Dec 16, 2025:** **Chat history fully rolled out across web + mobile** (continue conversations, delete history; shared notebooks keep chats private per user). ([9to5google.com](https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai))\n- **Dec 18, 2025:** **Data Tables** added (synthesizes sources into structured tables exportable to Google Sheets). ([blog.google](https://blog.google/technology/google-labs/notebooklm-data-tables/))\n\nThese directly affect prompting because you can now: (a) rely more on persistent multi-turn workflows, (b) push larger corpora, and (c) use specialized generators (Deep Research / Data Tables) instead of “ask chat to do everything”.\n\n---\n\n## Mechanisms & architectural choices (high-level) → opportunities & constraints\n\n### 1) “Notebook = isolated corpus” (project boundary)\n\n- **Mechanism:** A notebook is a collection of sources for a project; **NotebookLM can’t access information across multiple notebooks at the same time**. ([support.google.com](https://support.google.com/notebooklm/answer/16206563?utm_source=openai))\n- **Opportunity:** You get a clean *knowledge boundary*—great for governance, repeatability, and avoiding cross-project contamination.\n- **Constraint:** If your question spans projects, you must consolidate sources into one notebook (or move via exports/notes).\n\n**Prompting best practice:** Put the boundary into your prompt:\n\n> “Answer using only sources in this notebook; if the notebook doesn’t contain X, tell me what’s missing.”\n\n---\n\n### 2) “Grounded answering with citations back to your sources”\n\n- **Mechanism:** Chat answers are grounded in your uploaded sources and include citations; you can hover/inspect citations and jump to the quoted location. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Opportunity:** You can demand *auditable* answers (great for research, policy, legal-ish document work—while still not substituting for professional advice).\n- **Constraint:** Grounding reduces—but does not eliminate—errors. A 2025 study found NotebookLM had fewer hallucinations than some peers in their evaluation, but still exhibited **overconfident interpretations** (e.g., turning attributed claims into general statements). ([arxiv.org](https://arxiv.org/abs/2509.25498?utm_source=openai))\n\n**Prompting best practice:** Ask for “evidence discipline”, not just citations:\n\n> “For each claim, include a citation. If a claim is an interpretation, label it *Interpretation* and cite the text it’s based on.”\n\n---\n\n### 3) Retrieval control: include/exclude sources\n\n- **Mechanism:** You can check/uncheck sources so the model uses only selected sources for an answer. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Opportunity:** Fast comparative analysis (“what does Source A say vs Source B?”), and you can quarantine low-quality sources.\n- **Constraint:** If you forget source selection, you may get blended answers that hide disagreements.\n\n**Prompting best practice:** Use source-scoped passes:\n\n1. “Summarize only Source A’s position.”\n2. “Summarize only Source B’s position.”\n3. “Now reconcile; list disagreements with citations.”\n\n---\n\n### 4) Ingestion architecture: “static snapshots” + manual sync for Drive docs/slides\n\n- **Mechanism:** For Drive imports, NotebookLM makes a copy; it **doesn’t automatically track changes** and requires manual re-sync. Other source types must be re-uploaded; NotebookLM keeps a **static copy at upload time**. ([support.google.com](https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai))\n- **Opportunity:** Reproducibility—your analysis is tied to a stable snapshot (useful for audits).\n- **Constraint:** You can silently reason over outdated content if you don’t sync.\n\n**Prompting best practice:** Put freshness checks into your workflow:\n\n> “Before answering, tell me which sources look like drafts/older versions (based on dates visible in the text). If uncertain, ask me to sync/re-upload.”\n\n---\n\n### 5) Source-type constraints (web + YouTube are “transcript/text-first”)\n\n- **Mechanism:**\n\t- Web URL import scrapes **only text**; images/embedded media/nested pages aren’t imported; paywalls aren’t supported. ([support.google.com](https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai))\n\t- YouTube import uses **only transcripts**; requires public videos with captions; very new uploads may fail; deleted/private videos get removed later. ([support.google.com](https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai))\n- **Opportunity:** Prompt precisely for what *is* ingested (transcript-level analysis, quote mining).\n- **Constraint:** If meaning is carried by visuals/tables/figures not captured as text, your prompts won’t recover it unless you upload a source that actually contains that content (e.g., the PDF, slides, or an image source where supported).\n\n**Prompting best practice:** Ask for “coverage warnings”:\n\n> “If the answer could depend on charts/figures/visuals, tell me explicitly what you can’t see from the imported text.”\n\n---\n\n### 6) Chat steering: styles + custom instructions/goals\n\n- **Mechanism:** You can configure chat style (Default / Learning Guide / Custom) and response length. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Mechanism (2025 upgrade):** NotebookLM added stronger goal/role steering and major context/memory upgrades (1M token context window, longer conversation memory). ([blog.google](https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/))\n- **Opportunity:** Turn NotebookLM into a consistent “house style” analyst, tutor, editor, etc. across a long project.\n- **Constraint:** A strong persona can make answers *sound* coherent even when evidence is thin—so keep evidence requirements explicit.\n\n**Prompting best practice:** Separate *style* from *epistemics*:\n\n> “Use an analytical tone, but never generalize beyond the citations. Prefer ‘The source states…’ over ‘It is true that…’.”\n\n---\n\n### 7) Agentic expansion: Discover Sources + Deep Research\n\n- **Discover Sources (Apr 2, 2025):** describe a topic → NotebookLM scans many web pages → recommends up to ~10 sources you can import. ([blog.google](https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai))\n- **Deep Research (Nov 13, 2025):** generates a research plan, browses **hundreds of websites**, produces a source-grounded report, and lets you add the report + sources into the notebook. ([blog.google](https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/))\n- **Opportunity:** You can go from “I have no corpus” → “I have a curated corpus” quickly, then do grounded Q&A.\n- **Constraint:** Web research quality depends on scope constraints you set (domain, time window, source quality bar). Also: importing too many heterogeneous sources can increase contradictions—prompting must manage that.\n\n**Prompting best practice (for Deep Research prompts):**\n\n> “Research **\\[question\\]**. Prioritize primary sources and reputable outlets. Time window: **2019–2025**. Return: (1) research plan, (2) list of candidate sources with one-line credibility notes, (3) report with citations, (4) ‘open questions’ to resolve.”\n\n---\n\n### 8) Structured outputs: Audio Overviews + Data Tables\n\n- **Audio Overviews:** converts sources into a conversation-style summary, but it’s explicitly not comprehensive/objective and can include inaccuracies; also has interaction limits (e.g., can’t interrupt hosts). ([blog.google](https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai))\n- **Data Tables (Dec 18, 2025):** synthesizes sources into structured tables exportable to Sheets. ([blog.google](https://blog.google/technology/google-labs/notebooklm-data-tables/))\n- **Opportunity:** Great for “turn messy text into manipulable structure” (action items, comparisons, study tables).\n- **Constraint:** Any synthesis can mis-map fields or flatten nuance—prompt for schema + exception handling.\n\n**Prompting best practice for tables:**\n\n> “Create a table with columns: **Claim**, **Who said it**, **Date**, **Evidence quote**, **Source**. Leave cells blank rather than guessing.”\n\n---\n\n## Best-practice prompting patterns (copy/paste)\n\n### A) Evidence-first Q&A (minimize overconfident synthesis)\n\n> **Task:** Answer the question: **\\[X\\]**  \n> **Rules:**\n> \n> 1. Use only notebook sources.\n> 2. Every sentence must have a citation.\n> 3. If sources conflict, show both sides with citations and do not resolve unless evidence explicitly resolves it.\n> 4. End with “What I still can’t answer from the sources”.\n\n### B) “Quote pack” before writing (separates retrieval from generation)\n\n> Pull 10–20 relevant quotes about **\\[topic\\]**. Group by theme. For each quote: include citation + one-line note on why it matters. Then ask me whether to draft a synthesis.\n\n### C) Comparative reading (forces explicit disagreements)\n\n> Compare Source A vs Source B on **\\[question\\]**. Output:\n> \n> - Agreements (bullets, each with citations)\n> - Disagreements (bullets, each with citations)\n> - Missing info (what neither source addresses)\n\n### D) Turn sources into an actionable brief\n\n> Create a briefing doc for **\\[audience\\]** deciding **\\[decision\\]**. Include: options, pros/cons, risks, and “assumptions” (each assumption must cite what it’s based on, or be labeled unsupported).\n\n### E) Ongoing notebook “operating procedure” (use with custom goals)\n\n> You are my **Evidence-First Research Assistant**. Always: ask 1–3 clarifying questions if the task is underspecified; never invent details; prefer direct quotes; include citations per claim; separate facts vs interpretations.\n\n---\n\n## Practical constraints to design around (so your prompts don’t fight the tool)\n\n- **If you ask for creativity beyond sources, NotebookLM may refuse** (“can’t answer”) because chat is designed to rely on your sources. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Quota/limits matter in workflows:** free vs Pro/Enterprise changes notebook count, sources per notebook, and daily query limits (and more). ([support.google.com](https://support.google.com/notebooklm/answer/16213268?utm_source=openai))\n- **Privacy mode differs by account type:** consumer accounts may involve human review *if feedback is provided*, while Enterprise offerings provide stronger guarantees (no human review / no training on your content). ([support.google.com](https://support.google.com/notebooklm/answer/16337734?utm_source=openai))\n\n---\n\n## If you tell me your use case, I can tailor a “prompting playbook”\n\nIf you share (1) whether you’re using **Free vs Pro vs Enterprise**, (2) your domain (research, legal review, study, product spec, etc.), and (3) typical source types (PDFs, Drive, web, YouTube), I’ll propose a minimal set of reusable prompt templates + a recommended notebook structure that matches NotebookLM’s grounding/sync/source constraints.\n\n[blog.google - NotebookLM adds custom goals, upgrades performance](https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/)[blog.google - NotebookLM adds Deep Research, Docx, Sheets and more](https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/)[9to5google.com - NotebookLM rolls out chat history, adds AI Ultra tier](https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai)[blog.google - Google’s NotebookLM introduces Data Tables feature](https://blog.google/technology/google-labs/notebooklm-data-tables/)[support.google.com - Create a notebook in NotebookLM - NotebookLM Help](https://support.google.com/notebooklm/answer/16206563?utm_source=openai)[support.google.com - Use chat in NotebookLM - NotebookLM Help](https://support.google.com/notebooklm/answer/16179559?utm_source=openai)[arxiv.org - Not Wrong, But Untrue: LLM Overconfidence in Document-Based Queries](https://arxiv.org/abs/2509.25498?utm_source=openai)[support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help](https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai)[support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help](https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai)[blog.google - NotebookLM Discover Sources: Add web research to your notebook](https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai)[blog.google - NotebookLM now lets you listen to a conversation about your sources](https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai)[support.google.com - Upgrade NotebookLM - NotebookLM Help](https://support.google.com/notebooklm/answer/16213268?utm_source=openai)[support.google.com - Use NotebookLM with a work or school Google account - NotebookLM Help](https://support.google.com/notebooklm/answer/16337734?utm_source=openai)\n\n# 2025-12-20T22:37:44+02:00\n\n(1509 words) \n\n## What’s changed recently (and why it matters for prompting)\n\nNotebookLM’s *prompt surface area* expanded a lot in 2025, so “best practices” now include choosing the right mechanism—not just wording:\n\n- **Oct 29, 2025:** Chat was upgraded (latest Gemini models), including **1M token context window**, much longer multi‑turn memory, saved conversation history rollout, and goal/voice/role steering. ([blog.google](https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/))\n- **Nov 13, 2025:** **Deep Research** added (agentic web browsing + research plan + source-grounded report you can add into the notebook), plus new source types (Sheets, Drive URLs, images, PDFs from Drive, .docx). ([blog.google](https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/))\n- **Dec 16, 2025:** **Chat history fully rolled out across web + mobile** (continue conversations, delete history; shared notebooks keep chats private per user). ([9to5google.com](https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai))\n- **Dec 18, 2025:** **Data Tables** added (synthesizes sources into structured tables exportable to Google Sheets). ([blog.google](https://blog.google/technology/google-labs/notebooklm-data-tables/))\n\nThese directly affect prompting because you can now: (a) rely more on persistent multi-turn workflows, (b) push larger corpora, and (c) use specialized generators (Deep Research / Data Tables) instead of “ask chat to do everything”.\n\n---\n\n## Mechanisms & architectural choices (high-level) → opportunities & constraints\n\n### 1) “Notebook = isolated corpus” (project boundary)\n\n- **Mechanism:** A notebook is a collection of sources for a project; **NotebookLM can’t access information across multiple notebooks at the same time**. ([support.google.com](https://support.google.com/notebooklm/answer/16206563?utm_source=openai))\n- **Opportunity:** You get a clean *knowledge boundary*—great for governance, repeatability, and avoiding cross-project contamination.\n- **Constraint:** If your question spans projects, you must consolidate sources into one notebook (or move via exports/notes).\n\n**Prompting best practice:** Put the boundary into your prompt:\n\n> “Answer using only sources in this notebook; if the notebook doesn’t contain X, tell me what’s missing.”\n\n---\n\n### 2) “Grounded answering with citations back to your sources”\n\n- **Mechanism:** Chat answers are grounded in your uploaded sources and include citations; you can hover/inspect citations and jump to the quoted location. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Opportunity:** You can demand *auditable* answers (great for research, policy, legal-ish document work—while still not substituting for professional advice).\n- **Constraint:** Grounding reduces—but does not eliminate—errors. A 2025 study found NotebookLM had fewer hallucinations than some peers in their evaluation, but still exhibited **overconfident interpretations** (e.g., turning attributed claims into general statements). ([arxiv.org](https://arxiv.org/abs/2509.25498?utm_source=openai))\n\n**Prompting best practice:** Ask for “evidence discipline”, not just citations:\n\n> “For each claim, include a citation. If a claim is an interpretation, label it *Interpretation* and cite the text it’s based on.”\n\n---\n\n### 3) Retrieval control: include/exclude sources\n\n- **Mechanism:** You can check/uncheck sources so the model uses only selected sources for an answer. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Opportunity:** Fast comparative analysis (“what does Source A say vs Source B?”), and you can quarantine low-quality sources.\n- **Constraint:** If you forget source selection, you may get blended answers that hide disagreements.\n\n**Prompting best practice:** Use source-scoped passes:\n\n1. “Summarize only Source A’s position.”\n2. “Summarize only Source B’s position.”\n3. “Now reconcile; list disagreements with citations.”\n\n---\n\n### 4) Ingestion architecture: “static snapshots” + manual sync for Drive docs/slides\n\n- **Mechanism:** For Drive imports, NotebookLM makes a copy; it **doesn’t automatically track changes** and requires manual re-sync. Other source types must be re-uploaded; NotebookLM keeps a **static copy at upload time**. ([support.google.com](https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai))\n- **Opportunity:** Reproducibility—your analysis is tied to a stable snapshot (useful for audits).\n- **Constraint:** You can silently reason over outdated content if you don’t sync.\n\n**Prompting best practice:** Put freshness checks into your workflow:\n\n> “Before answering, tell me which sources look like drafts/older versions (based on dates visible in the text). If uncertain, ask me to sync/re-upload.”\n\n---\n\n### 5) Source-type constraints (web + YouTube are “transcript/text-first”)\n\n- **Mechanism:**\n\t- Web URL import scrapes **only text**; images/embedded media/nested pages aren’t imported; paywalls aren’t supported. ([support.google.com](https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai))\n\t- YouTube import uses **only transcripts**; requires public videos with captions; very new uploads may fail; deleted/private videos get removed later. ([support.google.com](https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai))\n- **Opportunity:** Prompt precisely for what *is* ingested (transcript-level analysis, quote mining).\n- **Constraint:** If meaning is carried by visuals/tables/figures not captured as text, your prompts won’t recover it unless you upload a source that actually contains that content (e.g., the PDF, slides, or an image source where supported).\n\n**Prompting best practice:** Ask for “coverage warnings”:\n\n> “If the answer could depend on charts/figures/visuals, tell me explicitly what you can’t see from the imported text.”\n\n---\n\n### 6) Chat steering: styles + custom instructions/goals\n\n- **Mechanism:** You can configure chat style (Default / Learning Guide / Custom) and response length. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Mechanism (2025 upgrade):** NotebookLM added stronger goal/role steering and major context/memory upgrades (1M token context window, longer conversation memory). ([blog.google](https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/))\n- **Opportunity:** Turn NotebookLM into a consistent “house style” analyst, tutor, editor, etc. across a long project.\n- **Constraint:** A strong persona can make answers *sound* coherent even when evidence is thin—so keep evidence requirements explicit.\n\n**Prompting best practice:** Separate *style* from *epistemics*:\n\n> “Use an analytical tone, but never generalize beyond the citations. Prefer ‘The source states…’ over ‘It is true that…’.”\n\n---\n\n### 7) Agentic expansion: Discover Sources + Deep Research\n\n- **Discover Sources (Apr 2, 2025):** describe a topic → NotebookLM scans many web pages → recommends up to ~10 sources you can import. ([blog.google](https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai))\n- **Deep Research (Nov 13, 2025):** generates a research plan, browses **hundreds of websites**, produces a source-grounded report, and lets you add the report + sources into the notebook. ([blog.google](https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/))\n- **Opportunity:** You can go from “I have no corpus” → “I have a curated corpus” quickly, then do grounded Q&A.\n- **Constraint:** Web research quality depends on scope constraints you set (domain, time window, source quality bar). Also: importing too many heterogeneous sources can increase contradictions—prompting must manage that.\n\n**Prompting best practice (for Deep Research prompts):**\n\n> “Research **\\[question\\]**. Prioritize primary sources and reputable outlets. Time window: **2019–2025**. Return: (1) research plan, (2) list of candidate sources with one-line credibility notes, (3) report with citations, (4) ‘open questions’ to resolve.”\n\n---\n\n### 8) Structured outputs: Audio Overviews + Data Tables\n\n- **Audio Overviews:** converts sources into a conversation-style summary, but it’s explicitly not comprehensive/objective and can include inaccuracies; also has interaction limits (e.g., can’t interrupt hosts). ([blog.google](https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai))\n- **Data Tables (Dec 18, 2025):** synthesizes sources into structured tables exportable to Sheets. ([blog.google](https://blog.google/technology/google-labs/notebooklm-data-tables/))\n- **Opportunity:** Great for “turn messy text into manipulable structure” (action items, comparisons, study tables).\n- **Constraint:** Any synthesis can mis-map fields or flatten nuance—prompt for schema + exception handling.\n\n**Prompting best practice for tables:**\n\n> “Create a table with columns: **Claim**, **Who said it**, **Date**, **Evidence quote**, **Source**. Leave cells blank rather than guessing.”\n\n---\n\n## Best-practice prompting patterns (copy/paste)\n\n### A) Evidence-first Q&A (minimize overconfident synthesis)\n\n> **Task:** Answer the question: **\\[X\\]**  \n> **Rules:**\n> \n> 1. Use only notebook sources.\n> 2. Every sentence must have a citation.\n> 3. If sources conflict, show both sides with citations and do not resolve unless evidence explicitly resolves it.\n> 4. End with “What I still can’t answer from the sources”.\n\n### B) “Quote pack” before writing (separates retrieval from generation)\n\n> Pull 10–20 relevant quotes about **\\[topic\\]**. Group by theme. For each quote: include citation + one-line note on why it matters. Then ask me whether to draft a synthesis.\n\n### C) Comparative reading (forces explicit disagreements)\n\n> Compare Source A vs Source B on **\\[question\\]**. Output:\n> \n> - Agreements (bullets, each with citations)\n> - Disagreements (bullets, each with citations)\n> - Missing info (what neither source addresses)\n\n### D) Turn sources into an actionable brief\n\n> Create a briefing doc for **\\[audience\\]** deciding **\\[decision\\]**. Include: options, pros/cons, risks, and “assumptions” (each assumption must cite what it’s based on, or be labeled unsupported).\n\n### E) Ongoing notebook “operating procedure” (use with custom goals)\n\n> You are my **Evidence-First Research Assistant**. Always: ask 1–3 clarifying questions if the task is underspecified; never invent details; prefer direct quotes; include citations per claim; separate facts vs interpretations.\n\n---\n\n## Practical constraints to design around (so your prompts don’t fight the tool)\n\n- **If you ask for creativity beyond sources, NotebookLM may refuse** (“can’t answer”) because chat is designed to rely on your sources. ([support.google.com](https://support.google.com/notebooklm/answer/16179559?utm_source=openai))\n- **Quota/limits matter in workflows:** free vs Pro/Enterprise changes notebook count, sources per notebook, and daily query limits (and more). ([support.google.com](https://support.google.com/notebooklm/answer/16213268?utm_source=openai))\n- **Privacy mode differs by account type:** consumer accounts may involve human review *if feedback is provided*, while Enterprise offerings provide stronger guarantees (no human review / no training on your content). ([support.google.com](https://support.google.com/notebooklm/answer/16337734?utm_source=openai))\n\n---\n\n## If you tell me your use case, I can tailor a “prompting playbook”\n\nIf you share (1) whether you’re using **Free vs Pro vs Enterprise**, (2) your domain (research, legal review, study, product spec, etc.), and (3) typical source types (PDFs, Drive, web, YouTube), I’ll propose a minimal set of reusable prompt templates + a recommended notebook structure that matches NotebookLM’s grounding/sync/source constraints.\n\n[blog.google - NotebookLM adds custom goals, upgrades performance](https://blog.google/technology/google-labs/notebooklm-custom-personas-engine-upgrade/)[blog.google - NotebookLM adds Deep Research, Docx, Sheets and more](https://blog.google/technology/google-labs/notebooklm-deep-research-file-types/)[9to5google.com - NotebookLM rolls out chat history, adds AI Ultra tier](https://9to5google.com/2025/12/16/notebooklm-chat-history/?utm_source=openai)[blog.google - Google’s NotebookLM introduces Data Tables feature](https://blog.google/technology/google-labs/notebooklm-data-tables/)[support.google.com - Create a notebook in NotebookLM - NotebookLM Help](https://support.google.com/notebooklm/answer/16206563?utm_source=openai)[support.google.com - Use chat in NotebookLM - NotebookLM Help](https://support.google.com/notebooklm/answer/16179559?utm_source=openai)[arxiv.org - Not Wrong, But Untrue: LLM Overconfidence in Document-Based Queries](https://arxiv.org/abs/2509.25498?utm_source=openai)[support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help](https://support.google.com/notebooklm/answer/16215270?co=GENIE.Platform%3DDesktop&hl=en-GB&utm_source=openai)[support.google.com - Add or discover new sources for your notebook - Computer - NotebookLM Help](https://support.google.com/notebooklm/answer/16215270?hl=en-AU&ref_topic=16164070&utm_source=openai)[blog.google - NotebookLM Discover Sources: Add web research to your notebook](https://blog.google/technology/google-labs/notebooklm-discover-sources/?utm_source=openai)[blog.google - NotebookLM now lets you listen to a conversation about your sources](https://blog.google/technology/ai/notebooklm-audio-overviews/?utm_source=openai)[support.google.com - Upgrade NotebookLM - NotebookLM Help](https://support.google.com/notebooklm/answer/16213268?utm_source=openai)[support.google.com - Use NotebookLM with a work or school Google account - NotebookLM Help](https://support.google.com/notebooklm/answer/16337734?utm_source=openai)",
  "sources": [
    {
      "label": "Legacy public URL",
      "url": "https://05802.github.io/notebooklm-prompting/"
    },
    {
      "label": "Legacy source markdown",
      "url": "https://raw.githubusercontent.com/05802/05802.github.io/master/_posts/2025-12-20-notebooklm-prompting.md"
    }
  ],
  "content_prefix": "entries/press/station-press/2025/12/notebooklm-prompting/",
  "assets_prefix": "entries/press/station-press/2025/12/notebooklm-prompting/assets/",
  "assets_base_url": "https://stations.work/content/entries/press/station-press/2025/12/notebooklm-prompting/assets/",
  "canonical_url": "https://stations.work/press/notebooklm-prompting"
}