> For the complete documentation index, see [llms.txt](https://arenadocs.taitiko.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arenadocs.taitiko.com/taitiko-arena-docs-es/como-empezar/quickstart.md).

# Cómo Jugar

Comenzar con *Taitiko ARENA* es rápido y sencillo! Sigue estos pasos para entrar en acción:

1. **Descarga Telegram**\
   Para jugar a *Taitiko ARENA*, necesitarás la aplicación de Telegram. Si aún no la tienes instalada, descárgala aquí:

   * [Descargar en App Store (iOS)](https://apps.apple.com/us/app/telegram-messenger/id686449807)
   * [Descargar en Google Play (Android)](https://play.google.com/store/apps/details?id=org.telegram.messenger\&hl=es\&pli=1)

2. **Accede al Bot del Juego**\
   Una vez que hayas instalado Telegram, dirígete a nuestro bot oficial del juego:\
   👉 [Haz clic aquí para acceder al bot](https://t.me/TaitikoArena_bot) 🎮<br>

3. **Comienza el Juego**
   * Cuando abras el bot, escribe `/start` en el chat.
   * Luego, haz clic en el botón **"Jugar"** para comenzar tu aventura.<br>

4. **Inicio de Sesión y Configuración de Nombre de Usuario**
   * El inicio de sesión es automático y utiliza tu cuenta de Telegram, por lo que tu nombre de usuario en el juego será el mismo que tengas en Telegram.
   * **Importante:** Asegúrate de haber configurado tu nombre de usuario en Telegram. Si no tienes uno, tu nombre no aparecerá en el juego. Puedes configurarlo en Telegram yendo a **Configuración > Nombre de usuario** y eligiendo uno.<br>

5. **Selección de Idioma**\
   Después de iniciar el juego, selecciona tu idioma preferido, ¡y estarás listo para sumergirte en *Taitiko ARENA*!

¡Y eso es todo! Ahora estás listo para explorar la arena, enfrentarte a otros jugadores y disfrutar de una experiencia épica. ¡Que comiencen los juegos! 🎮

Pero... tal vez antes de jugar, te gustaría aprender más sobre [Taitiko ARENA](/taitiko-arena-docs-es/taitiko-arena/editor.md).


---

# 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://arenadocs.taitiko.com/taitiko-arena-docs-es/como-empezar/quickstart.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.
