4 min read· Updated 2026-05-09

Quick Start

From sign-in to a saved, summarized link in about a minute.

Get from a fresh browser tab to a searchable, AI-summarized library in roughly sixty seconds. This guide walks through the four moves that matter on day one.

Before you start

You will need a Google account for sign-in and a Chromium-based browser (Chrome, Edge, Brave, or Arc) for the extension. No installer, no CLI, no credit card.

Free forever

The core experience — bookmarks, basic Sessions, keyword search, and 20 included AI calls — is on the Free plan. You can upgrade to Pro any time to unlock unlimited AI and semantic search.

1. Create your account

  1. 1

    Open the dashboard

    Head to app.linkvolv.com and choose Continue with Google. We use OAuth so we never see or store your password.

  2. 2

    Approve the consent screen

    Google shows the permissions LinkVolv asks for — only your profile and email. Approve to land in the dashboard.

  3. 3

    Verify your workspace is empty

    You should see an empty inbox view. That is your library. Everything you save lands here first.

2. Install the extension

The fastest way to save links is the browser extension. It captures the URL, the page title, and (on Pro) a frozen snapshot of the page for archiving.

Pin it to your toolbar

After install, click the puzzle icon in your browser’s toolbar and pin LinkVolv. You will reach for it constantly.

Open any article, blog post, or doc page you want to come back to. Then either:

  • Click the LinkVolv extension icon, or
  • Press the keyboard shortcut Ctrl Shift K ( Shift K on macOS).

The page is queued, crawled, and summarized in the background. Within a few seconds the summary appears on the bookmark’s card in your dashboard.

bookmark.json
json
{
  "url": "https://example.com/an-article",
  "title": "An Article About Things",
  "summary": "A 2-3 sentence overview of the page...",
  "keyPoints": [
    "First takeaway",
    "Second takeaway",
    "Third takeaway"
  ],
  "tags": ["productivity", "tools"]
}

Save a few more links across different topics, then open the search bar ( K from anywhere in the dashboard) and ask a real question instead of guessing keywords.

Try queries like

  • “The article about deep work and async teams”
  • “That postgres benchmark with vector indexes”
  • “Where I saved the design system component library”

Semantic search is a Pro feature. On Free you get keyword search (still searches across titles, summaries, and key points).

Next steps

Quick Start — Documentation | LinkVolv