# Most favorite

This function sorts the results according to the number of likes received by a given asset and displays them from the highest to the lowest number of likes. The sorting by popularity function is particularly useful for users who want to quickly find the most popular assets in the Explorer. It is also useful for asset creators who want to see which of their assets are the most popular among users.

<figure><img src="/files/5rjUZX5BvA5cwmiXFUhW" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To mark an asset as a favorite, simply click on the heart icon to "like" the asset. It will then be automatically added to your list of favorite assets for easy access and management.&#x20;
{% endhint %}

{% hint style="success" %}
Assets that are highlighted have already been marked as favorites.
{% endhint %}

<figure><img src="/files/KbthKlndjMc7HGsB1zpk" alt=""><figcaption></figcaption></figure>

To conduct a more specific search, you can use filters option.

<figure><img src="/files/9cF1x8xGwYtrq2KhpmCG" alt=""><figcaption></figcaption></figure>


---

# 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.metaproprotocol.com/metapro-market/assets/most-favorite.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.
