# Get Comment Reaction Data

The `myReactions` property allows users to retrieve a list of all reactions they have made on a particular comment. This feature makes it easy for users to keep track of their own reactions and to see how their engagement with the post has evolved over time.

The `reactions` property, on the other hand, provides a list of all reactions made on the post. This includes reactions made by other users, providing a broader perspective on the post's overall engagement and sentiment.

Finally, the `reactionsCount` property provides a simple way to get the total count of reactions on a comment. By using this property, users can quickly see how popular a post is and how engaged the community is with the content.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/b024a7b06fe507d0be46fafcfcff29ca>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/amythee/2ed17b96eba985e573509cc8cb890c30#file-amitycommentreaction-kt>" %}
{% endtab %}

{% tab title="TypeScript" %}
{% embed url="<https://gist.github.com/0bc0e5a6bba26ed6feee2a857ddd33a3>" %}
{% endtab %}

{% tab title="Flutter" %}
Supported ✅ (Please wait while we prepare a real example!)
{% endtab %}
{% endtabs %}

For more details on Reactions, refer to our [Reactions](/social-plus-sdk/social/reactions.md) documentation.


---

# 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-sdk/social/comments/get-comment-reaction-data.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.
