2020-06-23 00:09:42 +05:30
---
stage: Plan
group: Project Management
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-06-23 00:09:42 +05:30
---
2023-01-13 00:05:48 +05:30
# Award emojis **(FREE)**
2017-08-17 22:00:37 +05:30
When you're collaborating online, you get fewer opportunities for high-fives
2023-01-13 00:05:48 +05:30
and thumbs-ups. Emojis can be awarded to [issues ](project/issues/index.md ), [merge requests ](project/merge_requests/index.md ),
2019-09-30 21:07:59 +05:30
[snippets ](snippets.md ), and anywhere you can have a thread.
2017-08-17 22:00:37 +05:30
2022-01-26 12:08:38 +05:30
![Award emoji ](img/award_emoji_select_v14_6.png )
2017-08-17 22:00:37 +05:30
2023-01-13 00:05:48 +05:30
Award emojis make it much easier to give and receive feedback without a long
2019-03-02 22:35:43 +05:30
comment thread.
For information on the relevant API, see [Award Emoji API ](../api/award_emoji.md ).
2017-08-17 22:00:37 +05:30
## Sort issues and merge requests on vote count
2023-01-13 00:05:48 +05:30
You can quickly sort issues and merge requests by the number of votes ("thumbs up" and "thumbs down" emoji) they
have received. The sort options can be found in the dropdown list as "Most
2017-08-17 22:00:37 +05:30
popular" and "Least popular".
![Votes sort options ](img/award_emoji_votes_sort_options.png )
The total number of votes is not summed up. An issue with 18 upvotes and 5
downvotes is considered more popular than an issue with 17 upvotes and no
downvotes.
2023-01-13 00:05:48 +05:30
## Award emojis for comments
2017-08-17 22:00:37 +05:30
2023-01-13 00:05:48 +05:30
Award emojis can also be applied to individual comments when you want to
2017-08-17 22:00:37 +05:30
celebrate an accomplishment or agree with an opinion.
2022-01-26 12:08:38 +05:30
To add an award emoji:
2019-03-02 22:35:43 +05:30
2023-04-23 21:23:45 +05:30
1. In the upper right of the comment, select the smile (**{slight-smile}**).
2022-01-26 12:08:38 +05:30
1. Select an emoji from the dropdown list.
2017-08-17 22:00:37 +05:30
2022-01-26 12:08:38 +05:30
To remove an award emoji, select the emoji again.
2023-01-13 00:05:48 +05:30
## Custom emojis
You can upload custom emojis to a GitLab instance with the GraphQL API.
2023-04-23 21:23:45 +05:30
For more information, see [Use custom emojis with GraphQL ](../api/graphql/custom_emoji.md ).
2023-01-13 00:05:48 +05:30
Custom emojis don't show in the emoji picker.
To use them in a text box, type the filename without the extension and surrounded by colons.
For example, for a file named `thank-you.png` , type `:thank-you:` .
2023-04-23 21:23:45 +05:30
For a list of custom emojis available for GitLab.com, see
2023-01-13 00:05:48 +05:30
[the `custom_emoji` project ](https://gitlab.com/custom_emoji/custom_emoji/-/tree/main/img ).