> For the complete documentation index, see [llms.txt](https://docs.ztx.io/ztx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ztx.io/ztx/gameplay/getting-started/harvesting-planting-extracting-harvesting.md).

# Harvesting - Planting, Extracting, Harvesting

Your land is where all your resources are generated. Every craftable item in the Fusion Forge has a recipe with ingredients, which includes organics and/or minerals. Organics are plants and trees and can only be planted at your orchard. Minerals are metals, ores, industrial resources, and Dark Matter and can only be acquired from the mineral extractor.

<figure><img src="/files/OPHt6bqPztIupZ4KrCFv" alt=""><figcaption></figcaption></figure>

For organics, select Harvest from the Sidebar Menu and select the Organic you wish to plant. Once selected, the camera will pan automatically to your orchard where you select which of the 4 plots to plant on. Organics take time as they go through the different growth stages. They all begin as a sapling and then grow to different sizes. &#x20;

When your organic is at the adult stage, they are ready for harvest. To harvest your organic simply approach it, and an interactive prompt appears: **\[E] USE**.  Once harvested, all the resources go to the resources tab of your inventory.

For minerals, once the mineral extractor has completed its extracting job, you can unload the collected materials. All the resources go to the resources tab of your inventory. The Mineral Extractor can only extract one job at a time, so plan out the resources you need.

<figure><img src="/files/D2KNuGwm3hIQQX454FPo" alt=""><figcaption></figcaption></figure>

Both Organics and Minerals have three quality tiers - Common, Rare, and Legendary. When harvesting Organics or unloading Minerals from your Mineral Extractor, there is a % chance you will get a Rare or Legendary resource. You can see the % chance to get these different tiers of materials at three locations, the Harvest Menu, at an Organic itself while it is growing, and at the Mineral Extractor's Mineral Extraction screen.

<figure><img src="/files/fTWYkYjxcxzeaDmqISYX" alt=""><figcaption></figcaption></figure>

#### Expedite Actions

Lastly, you can choose to execute the Skip Timers and Fast Extract, or Fast Harvest, functions. Skip Timers will enable you to pay $ZTX to finish a growth or extracting cycle to completion. Fast Extract, and Fast Harvest, will completely skip that cycle and grant you the selected resource immediately. An important aspect about Fast Harvest & Fast Extract, is that you can execute these actions even if you already have all 4 organic plots occupied, and if you already have an ongoing mineral extraction job. <br>


---

# 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.ztx.io/ztx/gameplay/getting-started/harvesting-planting-extracting-harvesting.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.
