> 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-pt/como-comecar/quickstart.md).

# Como jogar

Começar com o Taitiko ARENA é rápido e fácil! Siga estes passos para entrar em ação:

1. **Baixe o Telegram**\
   Para jogar Taitiko ARENA, você precisará do aplicativo Telegram. Se ainda não o instalou, faça o download aqui:

* [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. **Comece o Jogo**

   * Quando abrir o bot, digite `/start` no chat.
   * Depois, clique no botão "Jogar" para iniciar sua aventura.

4. **Login e Configuração do Nome de Usuário**
   * O login é automático e usa sua conta do Telegram, então seu nome de usuário no jogo será o mesmo do Telegram.
   * **Importante:** Certifique-se de configurar seu nome de usuário no Telegram. Se não tiver um, seu nome não aparecerá no jogo.
   * Você pode configurá-lo no Telegram indo em **Configurações > Nome de Usuário e escolhendo um.**

     <br>

5. **Seleção de Idioma**\
   Após iniciar o jogo, escolha o idioma de sua preferência e estará pronto para mergulhar no **Taitiko ARENA!**

E é isso! Agora você está pronto para explorar a arena, enfrentar outros jogadores e aproveitar uma experiência épica. Que os jogos comecem! 🎮

Mas... talvez antes de jogar, você queira aprender mais sobre o [Taitiko ARENA](/taitiko-arena-docs-pt/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-pt/como-comecar/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.
