> 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/archive/archive/liker-land/dashboard.md).

# My Dashboard

{% hint style="danger" %}
Archived on 2024/08/28. Information is out of date.
{% endhint %}

## **Liker Land web**

Upon logging in to [Liker Land](https://like.co/), users can utilize the following functions in [My Dashboard](https://liker.land/en/feed?view=town):

### Plaza

Within the [Plaza](https://liker.land/en/feed?view=town), you can quickly view all the user activities you are following, discover new friends and their creations. Additionally, you can explore captivating content from your friends' reading lists.

<figure><img src="/files/jjhz9sVSkHZaG1Zlw2Dg" alt=""><figcaption><p>Plaza</p></figcaption></figure>

#### To Learn More

[Liker Land – The “Plaza” for Content Lovers](https://blog.like.co/en/liker-land-the-plaza-for-content-lovers/)

### Collectibles

[Collectibles](https://liker.land/en/feed?view=collectibles\&tab=collected) lists NFTs collected and created by the user.

<figure><img src="/files/nNsGLFfBfDvUABo8vZno" alt=""><figcaption><p>Collectibles</p></figcaption></figure>

### Statistics

You can view the number of NFTs collected, Asset Value (LIKE), the number of NFTs created, and the number of NFTs collectors. Click on Total Sales (LIKE) to view NFT Sales Earnings, Resales Earnings, and Royalties.

<figure><img src="/files/263NzgQwYHxYmE8Ot1Km" alt=""><figcaption><p>Statistics</p></figcaption></figure>

<figure><img src="/files/TCAnesCC84A699UTD38Z" alt=""><figcaption><p>Sales Earnings sample</p></figcaption></figure>

<figure><img src="/files/Yllxp0egQw0FyYt8uPsS" alt=""><figcaption><p>Royalties sample</p></figcaption></figure>

### Top Fans and My Followers

Check out who the top fans of yours are among creators. Click on "My followers" to see who is following you.

<figure><img src="/files/CI8jQn1aTZCG3qv155Lh" alt=""><figcaption><p>Top Fans and My Followers</p></figcaption></figure>

After viewing your followers, you can click on "Export my follower list" to export the list of followers.

<figure><img src="/files/7cU7h4GrLXGY8tOEZ6wp" alt=""><figcaption><p>Export my follower list</p></figcaption></figure>

### Public Bookshelf

Click on Public Bookshelf to directly link to your personal [Public Bookshelf](/depub/liker-land/bookshelf.md).

<figure><img src="/files/9YfUutPiQKt9e76qMoIy" alt=""><figcaption><p>Public Bookshelf</p></figcaption></figure>

## Feature and Hide

Users can organize their own Bookshelf by featuring or hiding NFT items (clicking the star on the top right hand corner). The featured NFT will be placed on top of the list, while the hidden NFT won’t be displayed in public view.

<figure><img src="/files/SEgH6raGtzx8myeOQFXg" alt=""><figcaption><p>Feature and hide NFT, click to feature NFT, click again to hide</p></figcaption></figure>

## LikeCoin app

Log in to the [LikeCoin app](/general-guides/dapp/liker-land/download.md) or log in to [Liker Land](https://liker.land/) in a mobile browser. Click the stack icon and then click "My Bookshelf" to view information such as Plaza, Collectibles, and Statistics.

<figure><img src="/files/C7lVLFOBW4XmIqKgknRk" alt=""><figcaption><p>Log in to the LikeCoin app or log in to Liker Land in a mobile browser, click the stack icon and then click "My Bookshelf"</p></figcaption></figure>


---

# 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/archive/archive/liker-land/dashboard.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.
