# Like - Reinventing the Like

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

Any website embedded with a LikeCoin button can convert "Likes" into rewards, allowing each clap to support content creators and transform likes into actual income.

Users who have registered a [Liker ID](/general-guides/dapp/liker-id.md) can easily clap or "Like" to support the creators. When a LikeCoin button is present in an article, Likers can clap it 1-5 times to indicate their level of appreciation. Each clap represents a vote for the content, contributing to the creator's share of the daily [Creators Fund](/general-guides/dapp/civic-liker/creators-fund.md) allocation.

[Civic Likers](/general-guides/dapp/civic-liker.md), in particular, have a significant impact on the distribution of the daily [Creators Fund](/general-guides/dapp/civic-liker/creators-fund.md) through their claps. By being a Civic Liker, users can use the special feature called "[Super Like](/general-guides/dapp/liker-land/superlike.md)". Clicking the LikeCoin button for the 6th time allows them to share their favorite and noteworthy content to [depub.space](/general-guides/dapp/depub.space.md).

Moreover, creators can track their [weekly and daily rewards](/general-guides/dapp/creatortools/rewards.md) received from each article. They will also receive [monthly reports](/general-guides/dapp/creatortools/monthly-report.md) from the Liker Land team, providing insights into their achievements.

Readers also have the option to send [LikeCoin](https://like.co/) directly to the creators using [LIKE pay](/general-guides/wallet/like-pay.md).


---

# Agent Instructions: 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:

```
GET https://docs.v2.like.co/general-guides/dapp/liker-land/like.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
