> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bkmark.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Bkmark — Your Personal Bookmark Manager

> Bkmark is a bookmark manager that helps you save, organize, and resurface anything you find online — links, notes, code, and images.

Bkmark is a bookmark manager built for people who care about what they save. Instead of losing great articles, tools, and ideas in a chaotic browser folder, you get a clean, searchable workspace that grows with you. Whether you're a solo researcher, a developer curating technical references, or a team that wants to share knowledge without drowning in Slack threads, Bkmark keeps everything findable.

## What you can save

Every item you save in Bkmark is called a **bookmark**. Bookmarks aren't limited to URLs — you can capture ideas in four formats:

* **Links** — save any URL with a title, description, and auto-fetched metadata
* **Notes** — write free-form text you want to remember alongside your saved links
* **Code snippets** — store syntax-highlighted code blocks with language tagging
* **Images** — attach screenshots or reference images directly to your collection

## How you stay organized

Bkmark gives you two complementary ways to organize your collection so you can find things the way your brain works:

* **Groups** — folder-like containers that let you separate topics, projects, or contexts (e.g. "Design Inspiration," "Work Reading List," "Side Project")
* **Tags** — lightweight, cross-group labels you can stack freely on any bookmark (e.g. `#ux`, `#react`, `#to-read`)

<Tip>
  Tags and groups work best together. Use groups for broad categories and tags for fine-grained filtering that cuts across groups.
</Tip>

## AI features

Pro and Team plans unlock two AI-powered features that remove the busywork:

* **AI auto-tagging** — Bkmark reads the content of each page you save and suggests relevant tags automatically. Accept them in one click or let them apply without review.
* **AI semantic search** — search by meaning, not just keywords. Ask "articles about managing engineering teams" and get results even if those exact words never appear in a title.

## Full-text search

Every plan includes full-text search across all your bookmark titles and descriptions. Type a word and Bkmark scans your entire collection instantly — no folder-clicking required.

## Browser extension

The Bkmark browser extension lets you save the page you're reading without leaving it. Click the toolbar icon, pick a group, add tags, and you're done in under five seconds. The extension is available for Chrome, Firefox, and Edge.

## Integrations

Bkmark connects to the tools you already use:

* **Slack** — save bookmarks directly from any Slack message. Pro and Team plans add channel sync and an AI Slack bot that answers questions about your saved content.
* **Zapier** — connect Bkmark to thousands of other apps. Automatically save bookmarks from RSS feeds, emails, tweets, and more without writing any code.

## API access

Pro and Team plan members can access the full Bkmark REST API. Build personal automations, sync bookmarks to other tools, or integrate Bkmark into your own workflows. Subscribe to real-time **webhooks** to react the moment a bookmark is created or updated.

## Plans at a glance

|                     | Free      | Pro                            | Team                           |
| ------------------- | --------- | ------------------------------ | ------------------------------ |
| **Price**           | \$0       | \$8/mo (annual)                | \$16/user/mo (annual)          |
| **Bookmarks**       | Up to 500 | Unlimited                      | Unlimited                      |
| **Groups**          | Up to 10  | Unlimited                      | Unlimited + shared             |
| **AI features**     | —         | Auto-tagging + semantic search | Auto-tagging + semantic search |
| **API & webhooks**  | —         | ✓                              | ✓                              |
| **Team workspaces** | —         | —                              | ✓                              |

See the [Plans page](/plans) for a full feature-by-feature comparison.

## Where to go next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your account, install the extension, and save your first bookmark in minutes.
  </Card>

  <Card title="Browser Extension" icon="puzzle-piece" href="/extension/install">
    Install the Bkmark extension for Chrome, Firefox, or Edge and save pages without switching tabs.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/slack">
    Connect Bkmark to Slack, Zapier, and other tools you already use every day.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Explore the REST API and build your own automations on top of your bookmark library.
  </Card>
</CardGroup>
