> For the complete documentation index, see [llms.txt](https://wiki.cmgstudios.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cmgstudios.net/guides/jobs/farmer.md).

# Farmer

## Clocking on :clock1: <a href="#clocking-on" id="clocking-on"></a>

1. To start any job you need to clock on as it before hand at **City Hall.**

<img src="https://1547828078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9OKdgP0BI4PujRLZgRNL%2Fuploads%2FBwaQKah1uy4c37pMwTMs%2Fimage.png?alt=media&#x26;token=ce07bf53-86cd-409d-b690-807713ad0c70" alt="" width="100%">

![](https://1078402678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRmuNAypz4CxVZ8XWExtW%2Fuploads%2FQ7f7afhKGvG0RPCwNetw%2FFarming%20on%20CMG.png?alt=media\&token=0d9db376-27c4-4f4f-b2cc-a055f38d6f39)

2. Once you have clocked on, you will receive a prompt telling you a waypoint has been set for where you can start your first job as a newly hired farmer.

![](https://1078402678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRmuNAypz4CxVZ8XWExtW%2Fuploads%2F5XZxLttuY4cpYKyTjBZ2%2FFarming%20on%20CMG1.png?alt=media\&token=a42411fd-94b8-44f3-a2f2-11148f1c2b6e)

3. A waypoint will have been placed on your GPS. View this via the hotkey ESC. (You have to go to the docks and cross over the Cayo Bridge to get to this island.)
4. Once you have arrived at your destination, there should be a male standing next to a red circle, which will bring up a prompt for you to "start a job" or view the field status'!  &#x20;

<img src="https://1078402678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRmuNAypz4CxVZ8XWExtW%2Fuploads%2Fwi30Et8F7nGCPcxz5saI%2FFarming%20on%20CMG2.png?alt=media&#x26;token=9430f5ab-e3bb-4d74-a9b6-9a89c8c4790c" alt="" width="100%">

5. Once you have selected "start-job," you will be given a second prompt requiring you to "Request-Equipment," which will then spawn you a tractor and a trailer, which you will need to attach.

<div><img src="https://1078402678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRmuNAypz4CxVZ8XWExtW%2Fuploads%2FrNNv5UvGtPHstq57eSpg%2FFarming%20on%20CMG3.png?alt=media&#x26;token=ebbe1fb1-35c1-4b2f-977c-1e3e725838a1" alt="Tractor &#x26; Trailer"> <figure><img src="/files/0YF5K12yMXOiiakfQ6lr" alt=""><figcaption><p>Attaching the Trailer to the Tractor</p></figcaption></figure></div>

6. Once you have attached the trailer to the tractor, you will be prompted to head to a designated field and will be given a certain task to complete.

<img src="https://1078402678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRmuNAypz4CxVZ8XWExtW%2Fuploads%2FE8AKwrBJPm0rrdwf7Vqj%2FFarming%20on%20CMG5.png?alt=media&#x26;token=5d831d7e-da5f-4bea-b6d3-b08ec0253930" alt="Heading to the designated field!" width="100%">

7. Once you're on the field, you will be prompted with a task like "Harvest the remaining crops with your tractor" and will be shown a counter in the bottom right of how many you have left to harvest or complete.

<div><img src="https://1078402678-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRmuNAypz4CxVZ8XWExtW%2Fuploads%2FNteOL5JpZa38dfl5Klkp%2FFarming%20on%20CMG6.png?alt=media&#x26;token=c4bdcb0f-f04a-427c-96fc-8b6dbe8e8a53" alt="Begin harvesting" width="100%"> <figure><img src="/files/4DQHJyK0gnn0UFtfIyBv" alt=""><figcaption><p>Completed harvesting</p></figcaption></figure></div>

8. You have completed your first job as a farmer!

{% hint style="success" %}
This job is continuous, so it will continue for as long as you continue detaching your trailer from the warehouse and collecting a new one. Enjoy! ​
{% endhint %}


---

# 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://wiki.cmgstudios.net/guides/jobs/farmer.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.
