# Game Progress

The players must unlock the planets of each galaxy one by one. For example, the first planet of galaxy 2 is only possible if you have already unlocked the previous 1,2,3 planet of the first galaxy. In the same manner, if you want to unlock the third planet of galaxy 4, all other planets of the previous galaxies (1,2,3) must be unlocked. Each galaxy has a special 4th planet that is more valuable in comparison to the other 3 planets. To unlock the special 4th planet of galaxies, the 4th planet of all the previous galaxies must be already unlocked in the same manner as the regular planets.

![Planets%20Order](https://zipclash.io/whitepaper/images/0/d/9/2/3/0d923ed5ecb68df50c61860dc12d5a8e46a5ecc4-planets-order.png)


---

# 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-old.zipclash.io/gameplay/game-progress.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.
