> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/depub/liker-land/bookshelf.md).

# My Bookshelf

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

[My Bookshelf](https://liker.land/en/bookshelf?tab=collected) includes the following features:

## Collected

Display the user's NFT collection.

<figure><img src="/files/HF34F7KUDDnNYPH99vbE" alt=""><figcaption><p>Collected</p></figcaption></figure>

## Created

Displays the NFT created by this user.

<figure><img src="/files/cqglo4nq8e1SShyn1FFD" alt=""><figcaption><p>Created</p></figcaption></figure>

## List by order

Users can now view any details on Bookshelf by applying different sorting algorithms, including sorting:

* NFT type: All NFTs, Articles

<figure><img src="/files/NNToxXaZlOkf35E9YRD8" alt=""><figcaption><p>NFT type</p></figcaption></figure>

* Creators

<figure><img src="/files/k3fLOyUwLqWhotG1C1oG" alt=""><figcaption><p>Creators</p></figcaption></figure>

* By Price
* By Time
* By Own

<figure><img src="/files/VuBQbr92Q4imJVdmmCK4" alt=""><figcaption><p>List by order</p></figcaption></figure>

## View as Public

Click ‘View in Public’ to see the user’s public bookshelf page (URL: <https://liker.land/\\[wallet> address]), displaying user information, Favorite Creators, and Top Fans.

<figure><img src="/files/uPpP6c5xMf9Gx0guUoQt" alt=""><figcaption><p>View as Public</p></figcaption></figure>

<figure><img src="/files/1W5I7yNQkGvpQJx0c9ia" alt=""><figcaption><p>Favorite Creators</p></figcaption></figure>

<figure><img src="/files/AtuuQglCXaopyiiWKEtg" alt=""><figcaption><p>Top Fans</p></figcaption></figure>

## Follow Creators

Check out:

{% content-ref url="/pages/7hjppfeEmuyLORFIOWSu" %}
[Follow Creators](/depub/liker-land/follow-creators.md)
{% endcontent-ref %}


---

# 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://docs.v2.like.co/depub/liker-land/bookshelf.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.
