# Farm Activities

The Default Farm activities. The future expansions will have different activities.

<table><thead><tr><th width="150" align="center">Farm Activity</th><th width="150" align="center">Tool/Item Required</th><th width="189.6153846153846" align="center">Occurrence per Farming Cycle</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center"><strong>Tilling</strong></td><td align="center">Plough</td><td align="center">Once</td><td align="center">Preparation of land for planting</td></tr><tr><td align="center"><strong>Planting</strong></td><td align="center">Seed Packs</td><td align="center">Once</td><td align="center">Actual planting of seeds</td></tr><tr><td align="center"><strong>Watering</strong></td><td align="center">Watering Can</td><td align="center">Everyday till Maturity</td><td align="center">Water is Life. Keeps the Plants healthy.</td></tr><tr><td align="center"><strong>Harvesting</strong></td><td align="center">Sickle</td><td align="center">Once</td><td align="center">The result of the hardwork.</td></tr></tbody></table>


---

# 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://whitepaper.farluna.land/gameplay/farm/farm-activities.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.
