> For the complete documentation index, see [llms.txt](https://starcrazy-organization.gitbook.io/starcrazywiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starcrazy-organization.gitbook.io/starcrazywiki/buildings/mining-fields.md).

# Mining Fields

**A type of building for you to mine ores. You can also dispatch Starz for ores to be mined faster.**

On the building info page, you can check out the details of your mining fields. Here are the explanations of the data on the page:

<figure><img src="/files/HdlHihPgRXvWKeHknPRK" alt="" width="497"><figcaption></figcaption></figure>

{% hint style="info" %}
“Size” is the planet's size.
{% endhint %}

{% hint style="info" %}
“Luck” stands for your lucky value. The greater the value, the higher the probability of producing rare ores. Rare ores will play an important role in future functions.
{% endhint %}

{% hint style="info" %}
“DigP” represents the current mining power of your minefield, which is based on the mining power of the minefield and the mining power of the dispatched Starz.
{% endhint %}

{% hint style="info" %}
Mining Rate: it stands for the mining efficiency in your minefield. Your overall mining speed is based on multiplying the “Digp” by the “Mining Rate”. You can dig faster if that number is bigger.
{% endhint %}

{% hint style="info" %}
“Next Mining” indicates how much time it will take to produce a new ore.
{% endhint %}

{% hint style="info" %}
“Ore Inventory” represents the storage of your inventory. Please click the “Claim” button to claim those ores before the inventory is fully filled. Otherwise, you won't be able to keep digging.
{% endhint %}

<figure><img src="/files/r0HqzsFlRwcdEt8T6s8p" alt="" width="336"><figcaption></figcaption></figure>

At the bottom are the items that have been dug up in the minefield so far. You can only dig regular and rare ores of elements in minefields. Those minefields can only produce ores of the corresponding element.


---

# 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:

```
GET https://starcrazy-organization.gitbook.io/starcrazywiki/buildings/mining-fields.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.
