> For the complete documentation index, see [llms.txt](https://pzzle.gitbook.io/pzzle-rulebooks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pzzle.gitbook.io/pzzle-rulebooks/readme.md).

# Welcome

> **We believe that a perfect game**\
> **is one that evolves with its players.**

Welcome to the **PZZLE Documentation Hub**. Our games are designed as software—modular, evolving, and always updated. Scan, select your language, and start playing.

***

## 🌍 Select Your Language

|                                             |                                               |                                              |
| ------------------------------------------- | --------------------------------------------- | -------------------------------------------- |
| 🇺🇸 [**English**](/pzzle-rulebooks/en.md)  | 🇹🇭 [**ภาษาไทย**](/pzzle-rulebooks/th.md)    | 🇯🇵 [**日本語**](/pzzle-rulebooks/jp.md)       |
| 🇰🇷 [**한국어**](/pzzle-rulebooks/kr.md)      | 🇨🇳 [**简体中文**](/pzzle-rulebooks/cn.md)       | 🇹🇼 [**繁體中文**](/pzzle-rulebooks/tw.md)      |
| 🇩🇪 [**Deutsch**](/pzzle-rulebooks/de.md)  | 🇫🇷 [**Français**](/pzzle-rulebooks/fr.md)   | 🇪🇸 [**Español**](/pzzle-rulebooks/es.md)   |
| 🇮🇹 [**Italiano**](/pzzle-rulebooks/it.md) | 🇵🇱 [**Polski**](/pzzle-rulebooks/pl.md)     | 🇵🇹 [**Português**](/pzzle-rulebooks/pt.md) |
| 🇷🇺 [**Русский**](/pzzle-rulebooks/ru.md)  | 🇻🇳 [**Tiếng Việt**](/pzzle-rulebooks/vi.md) | 🇮🇳 [**हिंदी**](/pzzle-rulebooks/in.md)     |

***

## ⚙️ Platform Information

* **Core Engine:** v1.1.0
* **Supported Games:** 7+ Games
* **License:** [CC BY-NC-SA 4.0](/pzzle-rulebooks/license.md)

***

### 🛠️ How to use this Documentation

1. **Find your game:** Use the sidebar or links above to find the specific rulebook.
2. **Check Version:** Each game has a version number. If it differs from your printed card, the digital version is the most balanced.
3. **Feedback:** Found a bug in the rules? Contact our dev team via [Support Hub](https://linktr.ee/pzzle).

> Copyright © 2026 **PZZLE Studio Co.,Ltd.**. All rights reserved. DNA Format are Protected Intellectual Property.


---

# 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://pzzle.gitbook.io/pzzle-rulebooks/readme.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.
