> 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/creatortools/portfolio-page.md).

# Portfolio Page

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

## How to access your Portfolio Page

Portfolio Page helps user to share their reading history, The Portfolio Page url is <https://liker.land/\\[Your> Liker ID], if your [Liker ID](/general-guides/dapp/liker-id.md) is ckxpress, your link is going to be <https://liker.land/ckxpress>.&#x20;

## Personal Information

The left hand side of the Portfolio Page displays information of the user, including [Liker ID](/general-guides/dapp/liker-id.md) and name. If the user is a [Civic Liker](/general-guides/dapp/civic-liker.md), the date he/she started to be a Civic Liker and with the following functions:

* Follow - Click and follow the user
* [LIKE Pay](/developer/like-pay.md)－Transfer LikeCoin to the user

## Works

If the content creator [Super Liked his/her own works](/general-guides/dapp/liker-land/superlike.md), they will be displayed here. Content creators have to [be a Civic Liker](/general-guides/dapp/civic-liker.md) to Super Liker their own work and this action cannot earn LikeCoin from creators fund.

![](/files/-MO6o4u7Ym8Z_bGvZE0U)

## Super Likes

Super Likes history displayed all the other works and articles Super Liked by the user.

![](/files/-MO6o86l__9FSTtfNOAw)


---

# 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/creatortools/portfolio-page.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.
