# Using Custom Emojis

To use a custom emoji in your Discord bot's configuration, follow these steps:

1. **Type the Emoji in Chat**
   * In any Discord chat, type your custom emoji’s name (e.g., `:plexdev:`).
2. **Add a Backslash (`\`) Before the Emoji**
   * Before sending the message, add a `\` before the emoji. It should look like this:

     ```
     \:plexdev:
     ```
3. **Send the Message**
   * Once sent, Discord will convert it into its full emoji ID format, like this:

     ```
     <:plexdev:1038186189448036475>
     ```
4. **Copy the Emoji Code**
   * Copy the entire output, including the `<:emoji_name:emoji_id>` format.
5. **Paste It in Your Bot’s Config**
   * Use the copied emoji code in your bot’s configuration file or code where needed.

{% hint style="success" %}
Now, your bot will be able to display the custom emoji correctly!
{% endhint %}


---

# 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.plexdevelopment.net/frequently-asked-questions/using-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.
