# List of supported names

This list contains all words with dedicated emojis that are currently supported by the bot.

{% hint style="info" %}
This list will evolve over time and may be improved over time; emoji changes may occur over time.
{% endhint %}

```javascript
"general": "💬",
"chat": "💬",
"discussion": "💬",
"discussions": "💬",
"conversation": "💬",
"conversations": "💬",
"videos": "🎥",
"video": "🎥",
"cinema": "🎥",
"cinemas": "🎥",
"medias": "📷",
"images": "📷",
"image": "📷",
"trombinoscope": "📷",
"music": "🎵",
"song": "🎵",
"bot": "🤖",
"bots": "🤖",
"command": "🤖",
"commands": "🤖",
"voice": "🎧",
"room": "🎧",
"games": "🎮",
"video-games": "🎮",
"gaming": "🎮",
"game": "🎮",
"mini-games": "🎲",
"mini-game": "🎲",
"anime": "🦊",
"artistic": "🎭",
"artist": "🎭",
"story": "📖",
"suggestion": "📖",
"suggestions": "📖",
"book": "📖",
"books": "📖",
"rule": "📝",
"rules": "📝",
"network": "💻",
"networks": "💻",
"settings": "📖",
"configuration": "⚒️",
"poll": "📩",
"polls": "📩",
"review": "📩",
"reviews": "📩",
"create a room": "➕",
"create your room": "➕",
"success": "🌝",
"management": "👮",
"inactive": "😴",
"afk": "😴",
"sleep": "😴",
"nap": "😴",
"creation": "⭐",
"creations": "💡",
"information": "💡",
"informations": "💡",
"log": "📑",
"logs": "📑",
"bug": "💥",
"bugs": "💥",
"explosion": "💥",
"explosions": "💥",
"alert": "🚨",
"alerts": "🚨",
"new": "🚪",
"welcome": "🚪",
"goodbye": "🚪",
"gift": "🎁",
"gifts": "🎁",
"contest": "🎁",
"giveaway": "🎁",
"giveaways": "🎁",
"ticket": "📁",
"tickets": "📁",
"support": "📁",
"supports": "📁",
"boost": "💎",
"boosts": "💎",
"resource": "💼",
"resources": "💼",
"question": "❓",
"questions": "❓",
"gacha": "🎴",
"admin": "⚙️",
"admins": "⚙️",
"staff": "⚙️",
"staffs": "⚙️",
"moderation": "📊",
"moderations": "📊",
"stats": "📊",
"statistic": "📊",
"statistics": "📊",
```


---

# 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://nexuscore.gitbook.io/ultra-customizer/en/channels/deployment/list-of-supported-names.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.
