# How to use custom emojis

In order to use a custom emoji as part of a response node (such as in an embed description or message content) you need to use the format: **<:name:id>**. It is actually very easy to find this information for an emoji. \ <br>

### Finding the <:name:id> format

To find this string for a certain emoji first go to the Discord server it is in and do the following:

Type **\\:EmojiName:** and click enter to send the message. In my case the emoji I'm finding is :WhiteDBSIcon1:. So I would type **\\:WhiteDBSIcon1:** and press enter.&#x20;

![](/files/-MhEkp7nAkQSllHtv8ki)

After you do this, Discord will automatically convert your message to the **<:name:id>** format we need:&#x20;

![](/files/-MhEkzX7O65oXpqrdzaC)

Then you can simply paste this string anywhere in a DBS response, like a Send Message node's content, or a Send Embed's description field:

![](/files/-MhEl9aTrufGlcYv4jXA)

This will then appear as the actual emoji when the response is sent in server.

![](/files/-MhElJmRhSky2xFbbfDO)


---

# 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.discordbotstudio.org/misc/how-to-use-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.
