> 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/zh/general-guides/dapp/liker.social.md).

# Liker.Social

{% hint style="warning" %}
此文檔只適用於 Liker Land 和 LikeCoin v2。如需了解 [3ook.com](http://3ook.com/) 和 LikeCoin v3，請至 [docs.3ook.com](http://docs.3ook.com/) 及 [dao.like.co](https://dao.like.co/)。
{% endhint %}

[Liker.Social](https://liker.social/) 是一個 Microblog 社交媒體，同樣的服務還有 Twitter 等。與其他 Mastodon blog 不同之處是 Liker.Social 支援化讚為賞。用戶也可以在其上[註冊 ISCN 及出版 Writing NFT](https://docs.v2.like.co/zh/general-guides/dapp/pages/CYTdlkVunhpeXOyAHFND#publish-writing-nft-on-liker.social)。

### 更多詳情

[在 Liker Social 出版 Writing NFT](https://blog.like.co/zh/liker-social-%e4%b9%9f%e5%8f%af%e4%bb%a5%e5%87%ba%e7%89%88-writing-nft/)

[社交媒體的去中心化 – depub.SPACE 和 Liker.Social | LikeCoin 社群報](https://blog.like.co/zh/%e7%a4%be%e4%ba%a4%e5%aa%92%e9%ab%94%e7%9a%84%e5%8e%bb%e4%b8%ad%e5%bf%83%e5%8c%96-depub-space-%e5%92%8c-liker-social-likecoin-%e7%a4%be%e7%be%a4%e5%a0%b1/)


---

# 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/zh/general-guides/dapp/liker.social.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.
