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

# Как Играть

Начать играть в Taitiko ARENA легко и быстро! Следуйте этим шагам, чтобы приступить к действию:

1. **Скачайте Telegram**\
   Чтобы играть в Taitiko ARENA, вам понадобится приложение Telegram. Если оно еще не установлено, скачайте его здесь:

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

2. **Доступ к игровому боту**

   * После установки Telegram откройте нашего официального игрового бота:\
     👉 [Нажмите здесь, чтобы перейти к боту](https://t.me/TaitikoArena_bot) 🎮

3. **Начните игру**

   * Открыв бота, введите `/start` в чате.
   * Затем нажмите кнопку «Играть», чтобы начать свое приключение.

4. **Вход в систему и настройка имени пользователя**
   * Вход выполняется автоматически с использованием вашей учетной записи Telegram, поэтому ваше имя пользователя в игре будет таким же, как в Telegram.
   * **Важно:** Убедитесь, что у вас настроено имя пользователя в Telegram. Если его нет, ваше имя не будет отображаться в игре.\
     Вы можете настроить его в Telegram, перейдя в **«Настройки» > «Имя пользователя»** и выбрав желаемое.

     <br>

5. **Выбор языка**\
   После начала игры выберите предпочитаемый язык, и вы будете готовы погрузиться в Taitiko ARENA!

И это все! Теперь вы готовы исследовать арену, сражаться с другими игроками и наслаждаться эпическим опытом.

Да начнутся игры! 🎮

Но... возможно, перед началом игры вы захотите узнать больше о [Taitiko Arena](/taitiko-arena-docs-ru/taitiko-arena/editor.md) .

<br>


---

# 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-ru/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.
