# #️⃣ Emoji placeholders

Create content with custom Minimessage tags

And use them with \<placeholder\_name>

<figure><img src="https://4192870058-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mix0kMe6uMSoQG3GdY-%2Fuploads%2F2v9lOWNNA8pHSoQ0B3of%2Fredischat_custom_placeholders.png?alt=media&#x26;token=836f7e6f-e1c2-4ee9-96f0-25307771b914" alt=""><figcaption><p>Cringe screenshot</p></figcaption></figure>

## Configs

placeholders (list) ->&#x20;

{% code title="config.yml" %}

```yaml
placeholders:
  discord: <click:open_url:https://discord.gg/C8d7EqQz>Click to join our discord server</click>
  position: <white><blue>Server:</blue> %server_name% <aqua>World:</aqua> %player_world%
    <gold>X:</gold> %player_x% <gold>Y:</gold> %player_y% <gold>Z:</gold> %player_z%</white>
  <3: <red>❤</red>
  '*caution*': ⚠
  '*check*': <green>✔</green>
  '*clock*': ⌚
  '*cross*': <red>✖</red>
  '*hazard*': ☣
  '*music*': ♫
  '*peace*': ☮
  '*pirate*': ☠
  '*radioactive*': ☢
  '*snow*': ❄
  '*star*': ★
  '*timer*': ⌛
  :(: ☹
  :): ☺
  
  <<: «
  '>>': »
  

```

{% endcode %}

Permission: `redischat.use_emoji`


---

# 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://emibergo.gitbook.io/redischat/unique-features/emoji-placeholders.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.
