# Comment & Reaction

The **Comment & Reaction** feature in social.plus UIKit v4 enhances user engagement by enabling interactive feedback on content. It provides components that allow users to express their thoughts through comments and reactions, fostering a dynamic and interactive community environment.​

<figure><img src="/files/3lluqtWTm6xjeWjxJOBt" alt="" width="353"><figcaption></figcaption></figure>

#### Comments

Comment feature facilitates a dynamic interaction layer for users to engage with stories or posts through comments. social.plus UIKit v4 offers a streamlined interface for viewing and adding comments, enhancing the conversational aspect of the platform.

#### Reactions

Users can react (add or remove reactions) to the content and view the list of users who have reacted, promoting a more expressive and engaging user experience.

<table><thead><tr><th width="350.4453125">Feature</th><th width="75.02734375" align="center">iOS</th><th width="75.05078125" align="center">Android</th><th width="74.63671875" align="center">Web</th><th width="74.90625" align="center">Flutter</th><th width="75.578125" align="center">RN</th></tr></thead><tbody><tr><td>Create / Edit Comment</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>View Comments</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Report Comment</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Mention</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Comment Tray</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Brand User Comment</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Comment Ads</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">✅</td></tr><tr><td>Post / Comment / Story Reactions</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>View Reactions</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr></tbody></table>


---

# 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.social.plus/social-plus-uikit/uikit-4/social/comment-and-reaction.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.
