> For the complete documentation index, see [llms.txt](https://wp.chibidangoheroes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.chibidangoheroes.com/gameplay.md).

# Gameplay

Chibidango's are creatures of different races with unique sets of abilities, strengths and weaknesses. They get additional perks or stats based on their race, equipment, physical features and the pets they can pair with.&#x20;

Each Chibi can do battles in the Colosseum or go on Adventures, Expeditions and Underworld to gain resources in order to become stronger. Chibi owners will be able to construct their own Dango Village, Summon new Chibis and earn DGEMS in the process.

## Adventures

Players can explore territories of the Chibi World in order to complete quests, battle in random encounters and mine minerals. Adventures give players experience points, Dango Gems (DGEMS) and materials for crafting.

You need a minimum of 1 and a maximum of 6 Chibis to go on Adventures.

![](/files/FQpAo1ZrzfLrPUFw7X9V)

## Colosseum

The Colosseum will serve as a PvP (Player versus Player) arena, where Chibi owners can clash for seasonal rewards and rating points. Colosseum will be one of the primary places to earn Dango Gems (DGEMS). At the end of each season top players will receive rewards in ADA, more information on how ADA is distributed in [<mark style="color:purple;">Treasury</mark>](/treasury.md) section.

You will need to form a team from 1 to 6 Chibis to battle in the Colosseum.

![](/files/dAsDoIVsdkGq3O7DdmPW)

## Expeditions

Expeditions are quests that give players materials for item upgrades upon completion.

You need a minimum of 1 and a maximum of 6 Chibis to go on Expeditions.

![](/files/NjbTmu5IsJfBZb3NmETk)

## Underworld

At a certain point players will also gain access to the Underworld, where Chibis will have the chance to battle high level monsters for more lucrative rewards, such as Void Stones for Chibi attribute upgrades.

You will need to form a team from 1 to 6 Chibis to venture into the Underworld.

![](/files/cC8zL6a1MAH7d05RLgU0)


---

# 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://wp.chibidangoheroes.com/gameplay.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.
