# Custom emojis

You can create custom emojis to use in your reactions and messages!

## Create a custom emoji

1. Click on the Reactions (emoji) button either in the message editor or when hovering over a sent message.

<div align="center"><figure><img src="/files/M35ndi1eMnIT5E0TOUTh" alt="" width="375"><figcaption></figcaption></figure></div>

2. Then click **Add emoji** at the bottom of the emoji picker modal

<figure><img src="/files/x8nqCCLksWQSrixQvHq9" alt="" width="375"><figcaption></figcaption></figure>

3. Users have two options when creating a new custom emoji
   * Upload an image or gif file to create a new emoji
   * Choose the **Magic** option to have Glue AI generate an emoji based on your description
4. Name your emoji or use the auto generated name
5. If you are in more than one workspace, choose which workspace you would like to add your new emoji to.
6. Save!

<figure><img src="/files/c5JU1GmClKUqzPtUHH6f" alt="" width="563"><figcaption><p>Add emoji modal</p></figcaption></figure>

{% hint style="info" %}
A custom emoji will only live in one workspace. People outside of your workspace can see the emoji if you use it on a thread with them, but they will have to add it to their workspace to be able to use it themselves.
{% endhint %}

## Manage custom emojis

* Click on the Reactions (emoji) button either in the message editor or when hovering over a sent message.
* Click **Manage emojis** under the reaction emoji picker modal.&#x20;
* There you will be able to view the custom emojis in any of your workspaces.
* Users can delete any emoji that they created.
* Workspace admins can delete any custom emoji in their workspace.

<figure><img src="/files/e8aUfPqjJUA3wt9xzaQd" alt="" width="375"><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.glue.ai/workspaces/custom-emojis.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.
