# Chat

The chat function allows you to communicate with other players.

There are four channels of chat

* Global: chat common to all
* Sector: chat for each sector
* Guilds: chat for each guild
* DM: private chat (available only to friends)

All chats except DM will be reset when you log out; only DM will save your previous state.

<figure><img src="/files/iPOt6cz4jtSKqFbDfKXX" alt=""><figcaption></figcaption></figure>

1. Open/Close chat
2. Switching between channels
   1. Global
   2. Sector
   3. Guild
   4. DM
3. Toggle display format (simple/detail)\
   -The detailed view shows the player's icon and rank, and own message is shown on the right
4. Toggle display size (large\~small)
5. Player Name and Message
   1. Click to view player details
   2. Own name and message will be in yellow text
6. Text Entry
7. Send

***

## DM

When selecting DM, the icons of friends with whom you have exchanged messages in the past will appear on the right side of the screen, and you can select them to exchange DMs.

If you have never exchanged DMs with a friend before, they will not be displayed. To initiate your first DM, click on the DM icon in the player details section of the Friend List.


---

# 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.remonster.world/play-guide/open-beta/chat.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.
