> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/creation/bookmarks.md).

# Bookmarks

A **Bookmark** is a special kind of Object that stores a link to a webpage. Instead of just dropping a URL into a note, you create a Bookmark Object that captures the page's title, preview image, favicon, and a description — making it easy to recognize, link to, and organize like any other Object.

## Why it matters

Bookmarks turn ad-hoc URLs into structured information. You can tag them, filter them, link them to projects. If you're collecting research, building a reading list, saving inspiration, or maintaining a list of references, Bookmarks give them a proper home in your knowledge graph rather than scattering URLs across pages.

## How it works

A Bookmark is its own Object Type that is created by default (a System Type). When you create a bookmark, Anytype fetches metadata from the URL — title, description, preview image, and favicon — and stores them as Properties on the Object.

You can then:

* Add your own Properties (Tags, Status, Priority, Project links)
* Add notes or annotations in the editor
* Link the Bookmark to other Objects
* Include it in Queries, Collections, and Discussions

## Bookmark layout

<div data-with-frame="true"><figure><img src="/files/W0hbsPZmC5jg0rrUiE5V" alt=""><figcaption></figcaption></figure></div>

Bookmarks have their own dedicated layout, separate from the standard [Page layout](/anytype-docs/creation/objects/formats.md#page-layouts). Each Bookmark displays:

* The page's preview image at the top
* The page title (editable)
* A short URL with the site icon
* A prominent **Open Website** button

You can still add blocks below the bookmark layout if you want to write notes, link to related Objects, or build out additional context. To do this from the editor, right-click the bookmark and select 'Open as Object'.

## Creating a Bookmark

#### From the create menu

In the Channel Sidebar header, click the dropdown arrow and choose **Bookmark**, then paste the URL when prompted.

<div data-with-frame="true"><figure><img src="/files/5KD2iZotkrXK51P2fYOL" alt=""><figcaption></figcaption></figure></div>

#### From the sidebar

In the Sidebar, you can mouse over 'Bookmarks' and click the '+' button. If the Types section is not revealed, then go to [Manage Sections](broken://spaces/uI82XLdf1100Q75OKbEQ/pages/8RH45dCjyZehlJ7AuoZl#manage-sections). If the Bookmarks type is not visible, then you may not have any bookmarks yet. Once you have at least one Bookmark, it will display in the Sidebar.

<div data-with-frame="true"><figure><img src="/files/XkcdnR613t5TMLetJGRR" alt=""><figcaption></figcaption></figure></div>

#### From the editor

If you want to add a bookmark to an existing object, paste the URL like you would any other text and a menu should reveal. Select the 'bookmark' option. This method will create a bookmark block in the object.

<div data-with-frame="true"><figure><img src="/files/vmJLPy0qpmSo4gYhtSM0" alt=""><figcaption></figcaption></figure></div>

#### From the type

If you open your Bookmarks type from the Sidebar, then all of your bookmarks in the space will be collected there. Use the 'new' button on the right to add a new bookmark.

<div data-with-frame="true"><figure><img src="/files/id4wtxKbtQfVT5HQW5x0" alt=""><figcaption></figcaption></figure></div>

#### From the browser extension

If you've installed the Anytype browser extension, click its icon on any page to save it as a Bookmark Object directly to a Channel of your choice. See your platform's installation guide for setup.

## Organizing Bookmarks

Because Bookmarks are Objects with their own Type, you can:

* **Filter by Tag** — create a "Reading List" tag, a "Research" tag, etc.
* **Pin a Bookmarks Query** to your sidebar to see all your saved links
* **Add an Object Property** linking each Bookmark to a Project or Topic
* **Use the Gallery layout** in a Query to see Bookmarks as visual cards

See [Views](/anytype-docs/organize/views.md) for more details.

## Tips

{% hint style="info" %}
**Use Tags or a Status property to track reading state.** Add states like "To read", "Reading", "Read", "Reference" so a single Bookmarks Query can serve as your reading queue, your library, and your reference shelf.
{% endhint %}

{% hint style="info" %}
**Drag Bookmarks into Collections** when you want to group them by topic without setting up a tag system. A "Trip planning" Collection can hold flight bookings, AirBnB pages, and restaurant reviews side by side.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.anytype.io/anytype-docs/creation/bookmarks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
