# Commands

## 💬 Chat Commands

### 🎭 Roleplay Commands

#### `/me [action]` - Roleplay Action

Performs a roleplay action visible to nearby players.

* **Color:** 🩷 Pink (#FF69B4)
* **Range:** 20 meters
* **Drawtext:** ✅ Yes

**Example:**

```
/me smiles at the person in front
```

**Output:**

```
[ME] John Doe: smiles at the person in front
```

***

#### `/do [description]` - Environment Status

Describes environmental or character details.

* **Color:** 💜 Purple (#9B59B6)
* **Range:** 20 meters
* **Drawtext:** ✅ Yes

**Example:**

```
/do The weather is cold and rainy.
```

***

#### `/ooc [message]` - Out of Character

Send out-of-character messages.

* **Color:** ⚪ White (#FFFFFF)
* **Range:** 30 meters
* **Drawtext:** ✅ Yes

***

#### `/adminchat [message]` - Admin Chat

**Admin only** - sends message to all admins.

* **Color:** 💚 Green (#2ECC71)
* **Range:** Server-wide
* **Drawtext:** ❌ No

> ℹ️ Requires `group.admin` ACE permission.

***

### ⚙️ Utility Commands

#### `/chatset` - Settings Panel

Opens the customization panel.

**Available to:** All players

***

### ⌨️ Keybinds

| Key        | Action               |
| ---------- | -------------------- |
| **T**      | Open chat            |
| **Enter**  | Send message         |
| **Escape** | Close chat           |
| **↑ / ↓**  | Message history      |
| **Tab**    | Autocomplete command |

> 💡 You can change the open chat key in **FiveM Settings → Key Bindings → FiveM**


---

# 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://elena-scripts.gitbook.io/elenascripts/core-systems/chat/commands.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.
