> 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/getting-started/quickstart.md).

# How to Play

Getting started with **Taitiko ARENA** is quick and easy! Follow these steps to jump into the action:

1. **Download Telegram**\
   To play *Taitiko ARENA*, you’ll need the Telegram app. If you don’t already have it installed, grab it here:

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

2. **Access the Game Bot**\
   Once you’ve installed Telegram, head over to our official game bot:\
   👉 [Click here to access the bot](https://t.me/TaitikoArena_bot) 🎮<br>

3. **Start the Game**
   * When you open the bot, type `/start` in the chat.
   * Then, click on the **"Play"** button to begin your journey.<br>

4. **Login and Username Setup**
   * Login is automatic and uses your Telegram account, so your in-game username will be the same as your Telegram username.
   * **Important:** Make sure you’ve set up your username in Telegram! If you don’t have one, your username won’t appear in the game. You can set it up in Telegram by going to **Settings > Username** and choosing one.<br>

5. **Language Selection**\
   After starting the game, select your preferred language, and you’ll be ready to dive into the Taitiko ARENA!

That’s it—you're all set to explore the arena, battle other players, and have an epic time. Let the games begin! 🎮

But... maybe before you start playing, you’d like to learn more about [Taitiko ARENA](/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/getting-started/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.
