> For the complete documentation index, see [llms.txt](https://docs.hyperion-studio.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperion-studio.xyz/hyperion-roleplay/comandos.md).

# Comandos

Consulta los comandos disponibles por sistema.

### Generales

* `/ping` — Verifica la latencia del bot.
* `/help` — Muestra la lista de comandos.
* `/info` — Muestra información del bot y enlaces.

### Economía

* `/profile` — Muestra tu perfil.
* `/saldo` — Muestra tu saldo actual.
* `/collect` — Reclama tu recolección diaria.
* `/tienda` — Abre la tienda del servidor.
* `/inventario` — Muestra tu inventario.
* `/admin-economia` — Configura la economía del servidor.

### Economía Premium

* `/crypto` — Consulta precios de Bitcoin y Ethereum.
* `/bolsa-digital` — Consulta el mercado de criptomonedas.
* `/wallet` — Consulta el saldo de una billetera.
* `/tx` — Consulta una transacción mediante su hash.
* `/setaddy` — Guarda una dirección de criptomonedas.
* `/addy` — Muestra tus direcciones guardadas.
* `/removeaddy` — Elimina una dirección guardada.

### Identidad

* `/registrar-dni` — Registra tu personaje.
* `/mostrar-dni` — Muestra tu cédula de identidad.

### Roleplay

* `/roleplay` — Abre el centro de comandos de roleplay.

### Sistema policial

* `/menu-policial` — Gestiona arrestos, multas y antecedentes.
* `/apertura` — Administra el estado del servidor.

### Licencias

* `/licencia ver` — Consulta licencias.
* `/licencia dar` — Emite una licencia.
* `/licencia revocar` — Revoca una licencia.
* `/licencia panel` — Consulta el panel completo de un usuario.

### Vehículos

* `/vehiculo ver` — Consulta vehículos.
* `/vehiculo registrar` — Registra un vehículo.
* `/vehiculo vender` — Vende un vehículo.
* `/vehiculo placa` — Busca un vehículo por su placa.

### Armas

* `/arma ver` — Consulta armas registradas.
* `/arma registrar` — Registra un arma.
* `/arma vender` — Vende un arma.
* `/arma serie` — Busca un arma por su número de serie.

### Propiedades

* `/propiedad ver` — Consulta propiedades.
* `/propiedad registrar` — Registra una propiedad.
* `/propiedad vender` — Vende una propiedad.
* `/propiedad buscar` — Busca una propiedad por nombre.

### Administración

* `/setup` — Configura el servidor.
* `/custom-message` — Crea mensajes personalizados.
* `/mapa` — Explora el mapa del servidor.
* `/mapa-config` — Configura el mapa del servidor.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.hyperion-studio.xyz/hyperion-roleplay/comandos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
