> For the complete documentation index, see [llms.txt](https://docs.asagi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asagi.xyz/other/message-templates/mentions-and-custom-emojis.md).

# Mentions and Custom Emojis

In order to use mentions of any kind, or custom emojis in an embed you will need to make use of IDs.

## Mention Types and Formats

| Mention Type     | Mention Format           |
| ---------------- | ------------------------ |
| Roles            | `<@&role_id>`            |
| Channels         | `<#channel_id>`          |
| Users            | `<@user_id>`             |
| Emojis           | `<:emoji_name:emoji_id>` |
| Slash commands   | `</name:cmd_id>`         |
| Server Guide     | `<id:home>`              |
| Browse Channels  | `<id:browse>`            |
| Channels & Roles | `<id:customize>`         |

## Getting IDs:

### Copy IDs by Enabling Developer Mode:

1. Go to **`Settings`** and locate **`App Settings`**.
2. Click on **`Advanced`** and enable **`Developer Mode`**.
3. You can now right-click on channels, users, and roles and select **`Copy ID`**.
4. Use the format seen above to incorporate these IDs into your embeds.

### Copying Emojis IDs

1. Send the emoji in a chat.
2. Right-click on the emoji and select **`Copy Link`**.
3. Paste the link into the chat box; it will look like `https://cdn.discordapp.com/emojis/emoji_id.webp?size=96&quality=lossless`.
4. Copy the emoji ID from the URL.

**Note**: In order to use custom emojis in embeds, Asagi needs to be a member of the server where the emoji is from.

### Examples:

| Mention Format                 | Result                                                                                                                                                                                                                                                            |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `<@&1080151142299873372>`      | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2FrAOjsVgy0vHJDcSyF8mG%2Fchrome_xbaaqcRdYN.png?alt=media&amp;token=679993cd-f6ca-4fc4-8190-d567cffd5897" alt="" data-size="line"> |
| `<#1155016551347535872>`       | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2FFwdTMAiwtWTwsnYabt2H%2Fimage.png?alt=media&amp;token=e1cfe89c-48ef-4851-a095-af6eb9507e1e" alt="" data-size="line">             |
| `<@1053580838945693717>`       | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2FTCaIRJJYWnOAaEf3hWfV%2Fimage.png?alt=media&amp;token=9bec2c40-8208-4a09-b039-c62a6747de73" alt="" data-size="line">             |
| `<:asagi:1272462968847859762>` | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2FDDKeQPzBE9lP9dmVm1yK%2Fimage.png?alt=media&amp;token=8609a3f8-1fdb-43d6-9132-137fd44de656" alt="" data-size="line">             |
| `</help:1074329751600250926>`  | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2F92usrOGk1uLZqefPmnr7%2Fimage.png?alt=media&amp;token=938f73ad-6554-493c-afc5-5e1c3cea8ffb" alt="" data-size="line">             |
| `<id:home>`                    | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2FxxDpbGWD0ODEJwviEwJI%2Fimage.png?alt=media&amp;token=d2e9248c-8ae8-4443-ba86-3bf96a12310b" alt="" data-size="line">             |
| `<id:browse>`                  | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2Fheg27jqi0PrWyLwMtzH8%2Fimage.png?alt=media&amp;token=eb348610-f6f1-4973-981c-4d3a3968bf96" alt="" data-size="line">             |
| `<id:customize>`               | <img src="https://3927572991-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hy8ldYgZJ9GQJFAuYLR%2Fuploads%2FjrYDhDqHzmAP2uU8yTcN%2Fimage.png?alt=media&amp;token=fe267777-f6a6-4db9-a48b-4e394d0cd50e" alt="" data-size="line">             |
