> For the complete documentation index, see [llms.txt](https://docs.apollonetworks.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apollonetworks.online/server-guides/commands.md).

# Common Commands

### 🛡️ Staff & Support

<table><thead><tr><th width="170">Command</th><th>Description</th></tr></thead><tbody><tr><td><strong>/report</strong></td><td>Report a rule violation or issue to online staff. Use <code>/report</code> again to reopen your report and chat with staff.</td></tr><tr><td><strong>/ids</strong></td><td>View other player IDs <em>(only for reporting rule breaks)</em></td></tr><tr><td><strong>/myid</strong></td><td>Display your own player ID</td></tr><tr><td><strong>/help</strong></td><td>Open the Guide Book</td></tr></tbody></table>

***

### 🧰 Fixes & Utilities

<table><thead><tr><th width="170">Command</th><th>Description</th></tr></thead><tbody><tr><td><strong>/fixme</strong></td><td>Fix your character if you are stuck or falling through the map</td></tr><tr><td><strong>/fixtextures</strong></td><td>Reload textures if they appear blurry or not loading</td></tr></tbody></table>

***

### 🎭 Roleplay Commands

<table><thead><tr><th width="170">Command</th><th>Description</th></tr></thead><tbody><tr><td><strong>/me <code>[action]</code></strong></td><td>Display an action or emote above your character in 3D text</td></tr><tr><td><strong>/do <code>[description]</code></strong></td><td>Describe your surroundings or a situation in roleplay</td></tr><tr><td><strong>/e <code>[emote]</code></strong></td><td>Perform an emote</td></tr></tbody></table>

***

### 🚗 Vehicle & Player Interaction

<table><thead><tr><th width="170">Command</th><th>Description</th></tr></thead><tbody><tr><td><strong>/engine</strong></td><td>Toggle your vehicle engine on or off</td></tr><tr><td><strong>/seat <code>[number]</code></strong></td><td>Switch to a specific vehicle seat <em>(1–4)</em></td></tr><tr><td><strong>/carry</strong></td><td>Carry another player</td></tr><tr><td><strong>/outtrunk</strong></td><td>Exit the trunk of a vehicle</td></tr></tbody></table>

***

### ℹ️ Notes

* Commands with brackets like **`[action]`** or **`[emote]`** require you to type your own text.
  * Example:

    ```
    /me checks the engine
    ```

    ```
    /e wave
    ```
* Misuse of commands such as **/ids** outside of reporting is a rule violation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.apollonetworks.online/server-guides/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.
