Using these docs with Gemini & NotebookLM
Google’s tools have the easiest “no files” path: NotebookLM can take a grandocs URL directly as a source, and you can attach that to a Gemini Gem.
NotebookLM (recommended — paste a URL)
Section titled “NotebookLM (recommended — paste a URL)”-
Open NotebookLM and create a notebook.
-
Add source → Website and paste a grandocs URL:
- a single page’s markdown, e.g.
https://grandocs.samcarlton.com/grandma3/2-4/keyword_store.md, or - the index
/llms.txtto point it at the whole map.
- a single page’s markdown, e.g.
-
Ask questions — NotebookLM answers with inline citations back to the source, so you can click through to the exact passage.
Gemini Gems (a reusable assistant)
Section titled “Gemini Gems (a reusable assistant)”-
In Gemini, create a Gem (Gem manager → New Gem).
-
Add the manual as knowledge — upload the
.mdfiles for your product, or a product set like/_llms-txt/grandma3-v24.txt. -
Give it instructions: “Answer grandMA questions only from the attached manual; quote syntax verbatim and cite the page; never invent commands.”
For a one-off question, Gemini can also read a .md URL you paste, or you can use
Copy as Markdown from any page.