# Get Emoji

\
\
**Introduction**&#x20;

The "Get Emoji" step in FlexyBot is designed to retrieve a specific emoji using it's identifier (name or unicode character)

**Configuration**

* **Value**: Enter the identifier or name of the emoji you wish to retrieve. This could be a standard Unicode emoji or a custom emoji identifier (name). This is a required field.

**Outputs**

* **Emoji**: This output variable represents the emoji that matches the provided value. It includes information about the emoji. If no matching emoji is found, the output will be empty.

**Usage**

* Useful for situations where you need to retrieve an emoji based on unicode value or name (custom emojis)


---

# 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.flexy.bot/modules/discord/steps/get-emoji.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.
