> 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/basics/sidebar/pins-and-favorites.md).

# Pins & Favorites

You can add your most important [Objects](/anytype-docs/creation/objects.md) to your Sidebar with Pins and Favorites. All Pins and Favorites can be turned into [Widgets](/anytype-docs/basics/sidebar/sidebar-widgets.md), which are interactive feeds directly in your Sidebar. Or they can remain as simple links, which are fast shortcuts to your content.

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

## Favorites vs. Pins

My Favorites (just for you) and Pinned (visible to everyone).

<table><thead><tr><th width="153.71875">Function</th><th>Favorites</th><th>Pinned</th></tr></thead><tbody><tr><td>Visible to</td><td>Just you</td><td>All members</td></tr><tr><td>Who can add</td><td>Anyone</td><td>Owner &#x26; Admin</td></tr><tr><td>Use for</td><td>Personal quick-access</td><td>Important for everybody</td></tr></tbody></table>

## My Favorites

My Favorites are personal to only you. Anything you favorite shows up only in your sidebar, on your devices. Other members of the Channel never see your favorites and can't be affected by them.

**Use My Favorites for:**

* Objects you reference daily
* Personal Queries (e.g., a "My Tasks" Query filtered to your assignee)
* Drafts and works-in-progress
* Anything you want quick access to without making it a team-level recommendation

**To add an Object to My Favorites:**

1. Open the Object.
2. Click the star icon (or right-click > **Favorite**) in the top-right corner.
3. The Object now appears in the **My Favorites** section of your sidebar.

To remove, click the star again or right-click in the sidebar > **Unfavorite.**

## Shared Pins

Shared Pins are seen by every member in the Channel and can only be set by the Owner. This is how Owners surface things that are important for everybody to see.

**Use Shared Pins for:**

* Onboarding documents for new members
* Channel guidelines or norms
* The current sprint board, project roadmap, or active tracker
* Any Object you want every member to find without searching

**To pin an Object as a Shared Pin:**

1. Open the Object.
2. Click the three dots icon in the top-right corner.
3. Select the 'Pin to Channel' option.
4. The Object now appears in the **Pinned** section of every member's sidebar.

{% hint style="warning" %}
Only Owners and Admins can add, remove, and reorder Pinned Objects. Editors and Viewers see them but can't modify them.
{% endhint %}

## Tips

{% hint style="info" %}
**For personal Channels, the distinction barely matters** — you're the only member, so My Favorites and Pinned behave the same way for you. The split becomes meaningful in Channels with multiple members.
{% endhint %}

{% hint style="info" %}
**Use My Favorites for noisy projects.** If a teammate has pinned the whole quarterly planning doc structure as Pinned, you can ignore it and save only the docs *you* care about as My Favorites.
{% 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/basics/sidebar/pins-and-favorites.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.
