> For the complete documentation index, see [llms.txt](https://docs.rara.social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rara.social/introduction/use-cases.md).

# Use Cases

RARA's provides Web2.5 tools for bridging the next wave of users into Web3. React, comment, or tag an NFT to generate a free RA! Like Token that captures the moment on-chain.

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

### **Mobile Apps**

* **Web3 Emojis, GIFs, and Likes.** Replace centralized like buttons and GIFs with Web3 `reactions` with [react](/protocol-features/react.md).
* **NFT Filters.** Create filters for photo NFTs using `reactions` and generate free RA! like tokens to capture the moment.

### **Social Apps**

* **Live NFT Commentary.** Goodbye cold start problem. Get new users into the conversation quick with live and historical `comments` on NFTs.
* **Community Memes.** Embrace your community memes by enabling collectors to [register](/protocol-features/register.md) their NFTs as `reactions`. It's free utility, friend.
* **Build "For You" feeds.** Use RARA curation [graph](/protocol-data/graphql-subgraph.md) to build feeds customized to a users likes and preferences.
* **Decentralize #hashtags.** Use the `tag` feature to build indexable lists.

### **NFT Marketplaces**

* **Bid & Offer Comments.** Send Comments on Bids and Offers
* **Smart NFT Recommendations.** Recommend NFTs to buy based on a user's preferences with RARA engagement data.

### **Music NFT Apps**

* **Playlist.** Use `tags` to add NFTs to public or private playlist.
* **Time-Stamped Comments.** Show user comments and reactions directly on songs.

### **Gaming.**&#x20;

* Use reactions for in-game consumables to gamify user engagement with in world NFTs


---

# 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.rara.social/introduction/use-cases.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.
