> For the complete documentation index, see [llms.txt](https://docs.happyland.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.happyland.finance/gameplay/friend-helping-and-stealing/stealing-produce.md).

# Stealing Produce

Similar to helping out, you can only steal when visiting the farm of a friend. The game system defines” stealing” as when you perform the act of harvesting on a tile that contains produce that is ready for harvest.

**For Friends:** You can directly visit your friend’s land plot if they only have 1 land. If your friend has 2 lands and above, you can select the land plot you’d like to visit. There is no limit on the number of times you can visit a friend or access a land plot.

**For Randomized Visits**

Players can also visit a random land plot of a HappyLand player. You’ll need to pay a fixed fee to directly visit a random land plot of another player (randomized by the game system). Your identity will be anonymized while visiting the random player’s land - they will not know your name or balance. The system will match you with a random player with the same or lower level than you. If you do not wish to steal on the land plot you’ve been assigned to, you can pay another to get matched with another random player’s land plot.

Note: You cannot steal any produce that is level 10 and above. You steal over 20% of the total produce of any player. You cannot steal over 5 times on the same tile.&#x20;

* The game system will indicate the random lands that are currently not occupied by any “stealers” or lands whose owners aren’t currently online.&#x20;
* You can only steal produce that will be distributed into your warehouse.&#x20;
* You can’t steal more than 20 times per day&#x20;
* There is no limit on how many times you get stolen from per day&#x20;
* You can’t steal from animals that don’t yield produce

**Note: All information is for reference only. We will continuously update the data until main net  is released**

![](/files/ToCabL9YHADOWyqgV97x)


---

# 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.happyland.finance/gameplay/friend-helping-and-stealing/stealing-produce.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.
