> 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/community/like-this-mesage.md).

# LIKE this mesage

{% 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 Discord](https://discord.com/invite/likecoin) 可以使用「LIKE this message」（喜歡這個訊息）功能「拍手」並傳送 5 LIKE 予訊息的作者。拍手前請先[在 Discord 存入 LikeCoin](/zh/general-guides/community/discord-wallet.md#zai-discord-cun-ru-likecoin)。

1\. 在 LikeCoin Discord 訊息點右鍵選擇「應用程式」，再點「LIKE this message」。

<figure><img src="/files/zbUfBV6mvVHemakiFawj" alt=""><figcaption><p>選擇訊息並點擊右鍵選擇「應用程式」再點「LIKE this message」</p></figcaption></figure>

2\. 出現「Sending 5 LIKE to（Discord 用戶）」。

<figure><img src="/files/ObshRhTQ6ZtqjnQYAQzk" alt=""><figcaption><p>傳用 LIKE 存用戶</p></figcaption></figure>

3\. 出現「Done」及「Tx」代表經已成功傳送 5 LIKE 予訊息的作者。

<figure><img src="/files/zwR9mxdru3Mbp2EoBtyV" alt=""><figcaption><p>成功傳送 LikeCoin 予訊息的作者</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/zh/general-guides/community/like-this-mesage.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.
