# Comandos del Servidor

## Comandos del Servidor

### Comandos base de rol

* `/me` describe una acción visible.
* `/do` aporta contexto o resultado lógico.
* `/entorno` informa a servicios públicos o staff del entorno.
* `/forzar` se usa solo cuando la escena lo permite.
* `/id` ayuda a identificar jugadores cercanos.

### Buen uso

Usa comandos para **complementar** el rol.

No los uses para reemplazar conversación o actuación.

### Ejemplos

```
/me saca su identificación del bolsillo interior.
/do La identificación muestra el nombre y la fotografía actual.
/entorno Se escuchan disparos en Innocence Blvd, vehículo negro saliendo del lugar.
```

### Mal uso

* Spamear comandos.
* Usar `/do` para imponerte.
* Hacer `/entorno` falsos.
* Forzar aperturas, daños o hallazgos sin base.


---

# 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.exiliadosrpv2.uk/guias-de-juego/editor.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.
