# chat.yml

{% code overflow="wrap" fullWidth="false" %}

```yml
prefix:
  # Supports color codes (&) and placeholders like %player_name%.
  # If using RunithChat, supports [item] placeholder as well.
  clan: "&6[CLAN] &c%player_name% &8» &e"

  # Format when receiving a message from an enemy clan.
  enemy-receive: "&6[ENEMY] &7(%clan%) &6%player_name% &8» &e"

  # Format when sending a message to an enemy clan.
  enemy-send: "&c[CLAN->ENEMY] &7(%clan%) &6%player_name% &8» &e"

  # Format when receiving a message from an ally clan.
  ally-receive: "&3[ALLY] &7(%clan%) &b%player_name% &8» &e"

  # Format when sending a message to an ally clan.
  ally-send: "&9[CLAN->ALLY] &7(%clan%) &b%player_name% &8» &e"

# If enabled, the console will automatically spy on clan chat.
# Can be toggled manually using /rclan chatspy in console.
automatic-enable-console-chat-spy: true
```

{% endcode %}


---

# 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://runith.gitbook.io/runith/products/clans/chat.yml.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.
