> For the complete documentation index, see [llms.txt](https://space-misfits.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://space-misfits.gitbook.io/whitepaper/basic-game-concepts/gameplay-features/mining.md).

# Mining

![](/files/xbSWub0RQS4aJg1l1gmV)

Mining is a gameplay mode inside Space Misfits that allows players to harvest resources from asteroids to bring them to the station and sell in the marketplace. Players can equip various mining turrets that can break down asteroids and collect what’s inside, to store in the ship's cargo hold hoping for a safe return to the station.

Asteroids can be found throughout space in the original mining zone and through Excursion. Different asteroids contain different resources and players should choose wisely what to collect. Additional modules will be available in the future for players to be able to locate specific minerals they are looking to mine.

Players must approach asteroids in their ship and engage their mining turrets to extract minerals from the asteroids and store them in their ship. Once they are finished mining a player can take the minerals back into the station and store the minerals in their hanger. Players can use these minerals in the forge along with a blueprint or sell them in the marketplace for CROWN. If you don’t make it back to the station without losing your ship, your cargo, ship, modules and weaponry will be lost.


---

# 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://space-misfits.gitbook.io/whitepaper/basic-game-concepts/gameplay-features/mining.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.
