> For the complete documentation index, see [llms.txt](https://alexandria.enhe.social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alexandria.enhe.social/features/bookmarks.md).

# Bookmarks

The Bookmarks view gives you quick access to everything bookmark-related without leaving the popup.

## Smart Bookmark button

At the top of the Bookmarks view, Alexandria detects whether the current tab is already bookmarked:

* If **not bookmarked**: shows **"Bookmark current tab..."** — one click saves it.
* If **already bookmarked**: shows **"Remove this bookmark"** — one click removes it.

The button updates its state instantly without reloading the view.

## Recent Bookmarks

The view shows your 40 most recently added bookmarks in a scrollable list. Each item displays the site favicon and page title, with a tooltip showing the full URL on hover.

## Search Bookmarks

For deeper searches, use the **Search Bookmarks** option which opens a dedicated search view with a live-updating input. Results update as you type.

Regex mode is also available here for advanced pattern matching. See [Regex Search](/features/regex-search.md).

## Manage Bookmarks

The **Manage bookmarks** button at the bottom opens Chrome's native bookmark manager (`chrome://bookmarks`).

| Action                | Shortcut                     |
| --------------------- | ---------------------------- |
| Bookmark current tab  | `Ctrl+D` / `Cmd+D`           |
| Open bookmark manager | `Ctrl+Shift+O` / `Opt+Cmd+B` |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alexandria.enhe.social/features/bookmarks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
