Answering your questions about business and technology
Question
How can I merge multiple notebooks together in NotebookLM?
~ Brad
Answer
Hi Brad,
As far as I know, you can’t with any of the current built-in tools.
There are probably some extensions out there that can do it. Be very careful if you choose to go with an extension. There can be massive security risks since you are just installing code that can do anything. Because of this, we don’t recommend any extensions.
Depending on what you want to merge, you might be able to use Gemini and add the notebooks that you want to merge to a prompt and then ask Gemini to combine things.
Another option would be to reach out to the NotebookLM developer team. They are generally receptive when people reach out and a lot of the current features are things that people asked for in their Discord channel, X, Reddit, or wherever else they might be hiding.
There’s always the manual way of creating a new notebook with the combined sources that you want (will take the longest but might be better than nothing).
Hope that helps.
~ Damien
Still Reading? You’re Probably Into This.
Join the weekend masterclass to get a jumpstart on NotebookLM

Comments