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

# How to Play

Meta-Soul is a puzzle RPG P2E NFT platform that uses characters, stories, and digital figure NFTs. In Meta-Soul, you can collect and grow high-quality 3D image heroes, understand the story through webtoon cutscenes, and perform battles with easy turn method puzzle play. Meta-Soul stimulates your desire to collect characters and story NFTs with which you can acquire coin rewards while suppressing various monsters with your heroes.

In Meta-Soul, you perform battles with a composition of 5 heroes. It is a system with a clear goal of acquiring the highest-grade hero by collecting 320 types of high-quality 3D image illustration cards. In addition, it provides the charm of the game by telling the story in a webtoon style, and the easy gameplay unique to combined puzzles and the deck composition of skill and attribute combinations add a fun element. Meta-Soul's monsters, called 'mutants', consist of 300 open-spec stages by diversifying their population. So, the higher stage you go to, the more coins you get as a reward, motivating you to play the game.

Meta-Soul also provides convenience systems such as an auto battle system and sweep ticket, and you can also acquire additional stage coins by equipping with NFT cards. You can obtain additional coin rewards or increase the team buff in battle mode by equipping with NFT digital figures.

### Basic Structure of Game Progression

In the basic structure, you can collect and grow heroes from 1 to 7 stars and form a team with 5 hero cards that suit you with various attribute and skill combinations. Through PVE and PVP battles, battles proceed with combined puzzle play. Combining the same characters will cause mutants to be attacked. As successive attacks continue, the skill gauge can be collected and skills can be used. Sometimes, utilizing enemy attribute relationships can also be an important strategy.

In order for your hero to grow, each content needs materials that meet the appropriate conditions. When a hero grows, an EXP card is required to level up, and the same hero card is needed to break through the limit.

Various goods can be acquired through in-game contents. Acquire various goods through story mode, daily dungeon, battle mode, daily/achievement mission rewards, events, and so on.


---

# 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://soul-meta.gitbook.io/meta-soul_en/game-play/how-to-play.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.
