# Custom emoji import

## Custom emoji export (optional)

Slack’s built-in data export doesn’t include custom emojis, so you’ll need to use a Chrome extension to export them.

1. **Install the Chrome extension**
   * Download the extension from this link: [Slack Custom Emoji Manager](https://chromewebstore.google.com/detail/slack-custom-emoji-manage/cgipifjpcbhdppbjjphmgkmmgbeaggpc).
2. **Navigate to Slack’s workspace customization page**
   * Open your Slack workspace.
   * Click the workspace menu, select **Tools & Settings**, then click **Customize Workspace**.
3. **Download your emojis**
   * With the Chrome extension installed, you’ll see a “Download All Emojis” button on the customization page.
   * Click the “Download All Emojis” button to download a zip file containing your custom emojis.
4. **Import into Glue**
   * Use the downloaded emoji zip file with the Glue CLI to import your custom emojis into Glue.

<figure><img src="/files/4zQx8VHZg8VGkKIzJq8A" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/IODI35y0mcJkMrGmpiDE" alt=""><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/for-admins/slack-import/custom-emoji-import.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.
