# Resource Generation

1. **Resources**
   * Raw Materials NFTs: Trees, Animals, and Crop fields.
     * Trees: Generate fruit resources (Orange, Mango, Fig, Coconut, Lemon, etc.)
     * Animals: Generate animal produces (Milk, Eggs, Meat, Honey, etc.)
     * Crop fields: Generate crops (Wheat, Corn, Chillies, Carrot, Soyabean, etc.)
2. **Machines**
   * Used to convert raw materials into finished products.
3. **Market Orders**
   * Finished products are used to complete daily market orders.
4. **In-Game Items**
   * Both raw materials and finished products are in-game items only.
5. **Resource Pack NFTs**
   * Players can choose to mint raw materials and finished products as Resource Pack NFTs for larger quantities.
   * These NFTs can be sold on secondary markets.


---

# 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://animalworld-1.gitbook.io/animal-world/game-mechanics-and-entities/resource-generation.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.
