# Mentions and Custom Emojis

## 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="/files/J49vZnrI4tU4AQm24SCw" alt="" data-size="line"> |
| `<#1155016551347535872>`       | <img src="/files/ii61ZVxfTiwEJDCfNIkm" alt="" data-size="line"> |
| `<@1053580838945693717>`       | <img src="/files/YLzeON6JLVm4T0sQNvB1" alt="" data-size="line"> |
| `<:asagi:1272462968847859762>` | <img src="/files/varSnEK9fQ0P9MP7PzA2" alt="" data-size="line"> |
| `</help:1074329751600250926>`  | <img src="/files/zhaBxLHTjZwCGpJ8mLI8" alt="" data-size="line"> |
| `<id:home>`                    | <img src="/files/xTzAqqqPqxNLK2l0I1FN" alt="" data-size="line"> |
| `<id:browse>`                  | <img src="/files/EBs7fgYzlPn6LFF8WmDU" alt="" data-size="line"> |
| `<id:customize>`               | <img src="/files/EBJZV1V6SgvbpIxuV7Di" alt="" data-size="line"> |


---

# 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.asagi.xyz/other/message-templates/mentions-and-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.
