In this categoryGemini · 24
- How to Install the Gemini CLI and Run Your First PromptStart
- How to Get a Gemini API Key from Google AI Studio
- How to Call the Gemini API from Python
- How to Give Gemini CLI Project Context with a GEMINI.md File
- How to Choose the Right Gemini Model for Coding Tasks
- How to Fix a Bug in Your Codebase with the Gemini CLI
- How to Set Up Gemini Code Assist in VS Code
- How to Stream Gemini Responses in Node.js
- How to Feed a Long Document into Gemini's Long Context
- How to Run the Gemini CLI Non-Interactively in Scripts
- How to Analyze a Video File with the Gemini API
- How to Connect an MCP Server to the Gemini CLI
- How to Fix Common Gemini CLI Authentication Errors
- How to Cache Long Context in the Gemini API to Cut Costs
- How to Summarize a YouTube Video with Gemini
- How to Analyze PDFs and Docs in the Gemini Chat App
- How to Extract Data from Images and Screenshots with Gemini
- How to Generate a Short Video with Veo in Gemini
- How to Ground Gemini Answers in Your Own Documents
- How to Use Gemini Inside Google Docs to Draft Faster
How to Create Your First NotebookLM Notebook
Set up a NotebookLM notebook, add your sources, and start asking grounded questions that cite the exact passages they came from.
NotebookLM is a research tool built on Gemini that only answers from the documents you give it. That grounding means every answer comes with citations back to your sources, which makes it far safer for study notes, contracts, or research than a general chatbot. This guide creates a notebook from scratch.
What you need
- A Google account at notebooklm.google.com
- A few source files: PDFs, Google Docs, pasted text, or website URLs
- Roughly 10 minutes
Step 1: Create the notebook
Open notebooklm.google.com and click New notebook. A notebook is just a container that holds your sources plus the chat that runs over them. You can have many notebooks, one per project or topic.
Step 2: Add your sources
Click Add source and pick how to bring content in. NotebookLM accepts PDF and text uploads, Google Docs and Slides, copied text, and website or YouTube URLs. Add several related sources so the notebook can cross-reference them.
- Upload: drag PDFs or .txt files straight in
- Google Drive: pick Docs and Slides without downloading them first
- Link: paste a webpage or YouTube URL
- Paste text: drop in copied notes or an article body
Step 3: Wait for indexing, then ask
Once a source shows a checkmark it has been read. Type a question in the chat box. NotebookLM answers only from the selected sources and adds small numbered citations you can click to jump to the exact passage.
Result
You now have a notebook that answers questions only from your own material, with citations you can verify in one click. From here you can generate a study guide, an FAQ, or an Audio Overview from the Studio panel, all grounded in the same sources.
Watch related tutorials
12:00
16:00
20:00
14:05
16:40
1:42:18New guides in your inbox
Fresh step-by-step how-to guides as we publish them. One email a week, no more.