> For the complete documentation index, see [llms.txt](https://docs.moonpoly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonpoly.io/gameplay-1/pve-game-rules/moonpoly-farmland.md).

# Moonpoly Farmland

![](/files/lMAsVesG8cqZThL89oED)

Players can assign a mission to each NFT Hero. There are various available zones to explore. NFT Moon heroes need to complete particular farm tasks.&#x20;

There are various modes of difficulty. Each player can choose the most appropriate for him/her. Select a mission and send there available Moon Heroes.&#x20;

If they are busy, but as a player, you need more Moon heroes to complete an assigned task successfully, there is an option to add Moon assistants with a gaseous body and represent different creatures. In the Moonpoly universe terminology, these specific creatures got the name of Moonkers.&#x20;

The Moonkers considerably increase the chance of completing a mission and the quality of the mission reward. However, these characters are pretty and extremely friendly. Depending on the mission's complexity, they ask for tips for helping the Moon heroes for simple payment.

In the amount of a certain amount of $CMP. Be careful when you assign the mission to a specific Moon Hero. If they fail, they become demotivated. Demotivation is a debuff imposed on the Moon hero; consequently, they are not able to participate in missions from 10 minutes to an hour.&#x20;

For successful completion of the mission, the player receives $CMP coins as a reward.


---

# 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.moonpoly.io/gameplay-1/pve-game-rules/moonpoly-farmland.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.
