> For the complete documentation index, see [llms.txt](https://whitepaper.morningmoonvillage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.morningmoonvillage.com/game-features/game-world/resources.md).

# Resources

### What are Resources?

Resources are assets without property or usage. They can be obtained by doing actions with objects in Wild Zones.  <br>

### **Example of Resources**

| Picture                                                             | Resource                                    | Action                         |
| ------------------------------------------------------------------- | ------------------------------------------- | ------------------------------ |
| ![](/files/-Mh-8rSAzirM1TnWantM)                                    | Wood                                        | Chopping Woods                 |
| ![](/files/-Mh-8ut4dfv0OTPuDP-_)                                    | Stone                                       | Hitting Rocks                  |
| ![](/files/-Mh-8yAcByncD9pkbavM)                                    | Grass                                       | Picking up Grass               |
| <img src="/files/KzDQRdbsJUJOTIPmlJtf" alt="" data-size="original"> | Leather                                     | Monsters                       |
| <img src="/files/8KDgQp2ihpWHyHhYUGhB" alt="" data-size="original"> | Copper                                      | Mining Copper Ore or Monsters  |
| <img src="/files/ob14O6gDp0GGmiEOJ8RR" alt="" data-size="original"> | Iron                                        | Mining Iron Ore or Monsters    |
| <img src="/files/oWezpXeks2KzDnuEyPUv" alt="" data-size="original"> | Silver                                      | Mining Silver Ore or Monsters  |
| <img src="/files/X36NgINUPnOSnbreoCwL" alt="" data-size="original"> | Gold                                        | Mining Gold Ore or Monsters    |
| <img src="/files/VnnSxii3AQNspNZBv9v3" alt="" data-size="original"> | Crystal                                     | Mining Crystal Ore or Monsters |
| <img src="/files/cuIPDdn4dn53u0hpiAgV" alt="" data-size="original"> | Grasshopper                                 | Can be caught in WildZone      |
| <img src="/files/yHB4LeusLRgmMkNV2L74" alt="" data-size="original"> | Vengeance Spirit                            | Monster                        |
| -                                                                   | There will be more resources in the future. | -                              |

### **Usability of Resources**

The resources can be used to complete the activities and receive others assets as rewards.

* Crafting new items
* Trading with NPC for seeds and NFTs
* Etc.


---

# 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://whitepaper.morningmoonvillage.com/game-features/game-world/resources.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.
