> 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-land/download.md).

# 下載 LikeCoin app

{% 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 %}

![LikeCoin app](/files/j4F947zXTiSySBsfMhAU)

* 在 [Google Play](https://play.google.com/store/apps/details?id=com.oice) 和 [App Store](https://apps.apple.com/hk/app/liker-land/id1248232355) 即可下載
* 中國大陸，或者其他沒有 Google Play 的 Android 用戶，可於 [GitHub 直接下載 apk 檔](https://github.com/likecoin/likecoin-app/releases)
* [下載 LikeCoin app](https://liker.land/getapp) 後，請花兩分鐘註冊 Liker ID：

{% content-ref url="/pages/-M-KJxKeXm1NYXjPPPEd" %}
[Liker ID](/zh/general-guides/dapp/liker-id.md)
{% endcontent-ref %}

登入 LikeCoin 手機應用程式於下方出現其他操作選項。

## 選項一：錢包功能

<figure><img src="/files/W4YNZ6319JN5RjEd9cz3" alt=""><figcaption><p>錢包功能</p></figcaption></figure>

* [LIKE Pay](/zh/general-guides/wallet/like-pay.md)
* [委託 LikeCoin](/zh/general-guides/stake/delegation-of-likecoin.md)
* [成為讚賞公民](/zh/general-guides/dapp/civic-liker/be-a-civic-liker.md)

## 選項二：設定

<figure><img src="/files/F76h1xnStKdxTET1aXzT" alt=""><figcaption><p>設定</p></figcaption></figure>

* 語言
* [個人資料設定](/zh/depub/register/edit-avatar-displayname.md)
* 安全：[更改密碼](/zh/depub/register/reset-password.md)、[雙重認證](/zh/depub/register/verifying-email-address.md)、[裝置](/zh/depub/register/devices.md)、[社交帳戶登入](/zh/general-guides/dapp/liker-id/social-media-logins.md)
* Wallect Connect
* [匯出錢包助記詞](/zh/depub/register/export-seed-words.md)
* 閱讀列表
* [推文](/zh/general-guides/dapp/liker-land/superlike.md)


---

# 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-land/download.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.
