Frequently asked questions
Where is my bookmark data stored?
In your own Google Drive, in a visible folder named
bookmark-ai containing
bookmarks.jsonl (your bookmarks) and, if you define
custom analysis skills, settings.json. Chrome's
extension storage keeps a local cache so the popup and library
open fast, but Drive remains the source of truth.
Why does it need Google Drive access?
Google Drive is where your bookmarks live. Storing them in a file
you own means they sync across your computers through your Google
account, stay portable, and never depend on a developer-run
database.
What does the drive.file scope mean?
It is Google's narrow, per-app Drive scope: the extension can
create and manage only files it created itself (or files you
explicitly open with it). It cannot read, list, or modify the rest
of your Drive.
Are raw page excerpts stored?
No. A temporary excerpt of the page text is built in memory to
give the AI something to analyze, and it is discarded afterwards.
It is not intentionally persisted — not in the Drive file, not in
the local cache. If a page needs re-analysis, the extension
re-extracts from the live page.
Does it use external AI APIs?
No. The current version uses Chrome's Built-in AI (Prompt API)
only. There is no external Gemini API, OpenAI API, or
bring-your-own-key fallback, and the extension does not send page
content to any external AI provider or developer server.
Why can the first AI use take a while?
Chrome may need to download its on-device Built-in AI model before
Prompt API analysis or Ask AI can run. Bookmark AI shows
setup/download progress in the popup or Ask AI screen; keep that
UI open until setup finishes. If progress appears stuck for a long
time, fully restart Chrome and try again.
What happens if Chrome Built-in AI is unavailable?
The bookmark is still saved with its title and URL, marked with an
"AI unavailable" status. You can re-run analysis later — for
example, by saving the page again once Chrome's built-in AI is
available.
How can I delete my data?
Delete individual bookmarks from the extension's Library, or
delete the bookmark-ai folder directly in Google
Drive. You can also revoke the extension's access from your Google
Account settings, and removing the extension from Chrome clears
its local cache.