# Module

- [Gacha](https://vanhaodev.gitbook.io/card-game/game-function/module/gacha.md)
- [Gacha Card](https://vanhaodev.gitbook.io/card-game/game-function/module/gacha/gacha-card.md): Hệ thống triệu hồi card
- [Gacha Equipment](https://vanhaodev.gitbook.io/card-game/game-function/module/gacha/gacha-equipment.md): Gacha trang bị
- [Card](https://vanhaodev.gitbook.io/card-game/game-function/module/card.md)
- [Shard](https://vanhaodev.gitbook.io/card-game/game-function/module/card/shard.md): Mảnh card hợp thành card
- [Class](https://vanhaodev.gitbook.io/card-game/game-function/module/card/class.md): Nghề
- [Element](https://vanhaodev.gitbook.io/card-game/game-function/module/card/element.md): Hệ nguyên tố
- [Level](https://vanhaodev.gitbook.io/card-game/game-function/module/card/level.md): Card level
- [Star](https://vanhaodev.gitbook.io/card-game/game-function/module/card/star.md)
- [Attribute](https://vanhaodev.gitbook.io/card-game/game-function/module/card/attribute.md)
- [Skill](https://vanhaodev.gitbook.io/card-game/game-function/module/card/skill.md)
- [Equipment](https://vanhaodev.gitbook.io/card-game/game-function/module/card/equipment.md): Trang bị
- [System Design](https://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design.md)
- [Card Template](https://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design/card-template.md)
- [Skill Template](https://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design/card-template/skill-template.md)
- [Skill Option Template](https://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design/card-template/skill-template/skill-option-template.md)
- [Skill Attribute Bonus](https://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design/card-template/skill-template/skill-option-template/skill-attribute-bonus.md)
- [Skill Effect Template](https://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design/card-template/skill-template/skill-option-template/skill-effect-template.md)
- [Skill Visual Effect](https://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design/card-template/skill-template/skill-option-template/skill-visual-effect.md)
- [Battle](https://vanhaodev.gitbook.io/card-game/game-function/module/battle.md)
- [Action Point](https://vanhaodev.gitbook.io/card-game/game-function/module/battle/action-point.md): Quyêt định lượt đi của battler, ảnh hưởng từ Speed
- [Touchness](https://vanhaodev.gitbook.io/card-game/game-function/module/battle/touchness.md): Điểm yếu khi bị hệ khắc chế tấn công
- [Effect](https://vanhaodev.gitbook.io/card-game/game-function/module/battle/effect.md): Các hiệu ứng trong battle


---

# 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://vanhaodev.gitbook.io/card-game/game-function/module.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.
