> For the complete documentation index, see [llms.txt](https://dungeonrelics.gitbook.io/dungeon-relics-eng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dungeonrelics.gitbook.io/dungeon-relics-eng/game/guide/process.md).

# Process

Clearing uncultivated land:&#x20;

* Cultivate the blank plots on the map into farmland.&#x20;
* If there are trees or weeds on the land, use an axe or sickle to clear them first. If the cleared land is not cultivated in time, trees and weeds will grow back.

  <figure><img src="/files/1vcahzY3VJeCg0e11Thw" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/DCOoGT5oGilvbgSccctW" alt=""><figcaption></figcaption></figure>
* Crop planting: Purchase crop seeds from the store and plant them in farmland. Water them daily. The maturity of the crops increases every day until it reaches 100%, then they can be harvested. The fruits can be sold for money. You can check the maturity time and sale value in the value list.

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

* Tree planting: Purchase tree seeds from the store and plant them in farmland or blank plots. They do not need to be watered. Trees can be cut down and sold for money, or used for home decoration.

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

* Building installation: Purchase flooring and decorations from the store and install them on blank plots to decorate your home the way you like. Use a hammer to dismantle them if needed. Once dismantled, the building will disappear and will not be returned to your backpack.

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


---

# 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://dungeonrelics.gitbook.io/dungeon-relics-eng/game/guide/process.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.
