# Bot

### bot

Muestra información de **KiroBot**

### docs

Documentación del bot

### custom `{Opción} {Argumentos}`

Añadir, quitar o listar los comandos personalizados.

### dashboard

Dashboard de deKiro.

### deshabilitar `[comando/módulo] {Nombre del comando/módulo}`

Deshabilita un comando/módulo del bot

### deshabilitados

Hace una lista de los comandos/módulos deshabilitados

### habilitar `{comando/módulo} {Nombre del comando/módulo}`

Habilita un comando/módulo del bot deshabilitado

### exportar

Exportar el archivo de configuración para **KiroBot**

### estado

Muestra el estado del bot

### **inv**

Devuelve el link de invitación de **KiroBot.**

### rolemenu

Empieza el proceso de crear un menú de asignación de roles automático. [Más info](/introduccion/autoroles.md)

### ping

Pong!

### importar

Importar el archivo de configuración que has configurado.

### iniciar

Resetear el archivo de configuración

### say `{Texto}`

Hacer que **deKiro** diga algo.


---

# 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.kirobot.cc/modulos/bot.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.
