# 2. ゲーム概要（SyFu Gameの仕組み）

- [2.1 ゲームの目的（消費体験がゲーム進行になる）](https://docs.syfu.io/ja/game-overview/worldview-goal.md)
- [2.2 コア要素と役割（MANEKINEKO / Econ / EVT）](https://docs.syfu.io/ja/game-overview/core-elements.md)
- [2.3 プレイの回し方（サイクルとリズム）](https://docs.syfu.io/ja/game-overview/player-journey.md)
- [2.4 成長と制御（HP / 寿命 / クールダウン）](https://docs.syfu.io/ja/game-overview/24-tohp-krudaun.md)


---

# Agent Instructions: 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:

```
GET https://docs.syfu.io/ja/game-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
