> For the complete documentation index, see [llms.txt](https://docs.galixcity.nemoverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.galixcity.nemoverse.io/gameplay/mining-and-explore.md).

# Mining & Explore

Through mining and battles, you will obtain the necessary resources to develop your city.

1. Mining
2. Explore

#### **1. Mining:**

There are 4 main resources and many other auxiliary items that you may need during the construction of the city. The four main resources are **Crystal, Metal, Fuel, Electricity.**

You can build factories to mine and use these resources in your city or harvest them from the resource mines in the danger zones.

However, the natural resource is limited, which urged all the forces to compete fiercely and win the right to exploit.

![Crystal](/files/0kk3h0KhSZxhJZh0rUlM) ![Metal](/files/r5uQRu0sqmJj2FOGVGrF) ![Fuel](/files/xl9GNpbcUF4sjeGBlGxm) ![Electricity](/files/z5ChxEarnoXvaJf2GbfR)

#### **2. Explore**

In GaliXCity you can build different buildings in your city. Construction of buildings requires a lot of time and resources. As your level gets higher, it will be difficult to meet the demand by just relying on the resources available in the city.

**Destroying foreign armies** is also a way to replenish resources and loot, which is already very scarce. Everywhere in the GaliX Universe exist evil forces lurking. The stronger the enemy, the more valuable the loot. Especially the Void Monster Boss and the Space Thieves Leader, they are two big and powerful forces. It will take coordination between the members of the alliance to ensure victor.

In addition to resources and booties, you can also earn **EXP of Mastery** by hunting monsters. The **EXP of Mastery** can be used to gain new skills.

![Space Thieves on GaliXCity map](/files/9PaA07744Xk2SsmKkuf8)


---

# 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://docs.galixcity.nemoverse.io/gameplay/mining-and-explore.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.
