> 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/royal-mail-driver.md).

# Royal Mail Driver

## 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%2FEwfygdcCp9HPNowHn9mv%2Fimage.png?alt=media&#x26;token=e1cdd068-cd5a-4284-adce-6b90f98109ca" alt="" width="100%">

2. Once you have clocked on there will be a prompt telling you a waypoint has been set for you to go to in order to start your shift as a **Royal Mail Driver**.

<img src="https://1547828078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9OKdgP0BI4PujRLZgRNL%2Fuploads%2F4uu6sFKph3KvzGrkv5HN%2Fimage.png?alt=media&#x26;token=d58f8cd3-b70b-4146-a898-27d766943f66" alt="" width="100%">

<img src="https://1547828078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9OKdgP0BI4PujRLZgRNL%2Fuploads%2Fv4oxc4JGbB26aDpx6yof%2Fimage.png?alt=media&#x26;token=1a51b242-e046-4bf5-a43e-a52f79cc576f" alt="If you open your GPS using the hotkey ESC you will see a waypoint on your GPS to where you need to go to start your shift." width="100%">

3. Once you have arrived at the waypoint there will be a red truck on the floor and when you stand over it there should be a prompt that states **Press E to start your Royal Mail job.**&#x20;

<img src="https://1547828078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9OKdgP0BI4PujRLZgRNL%2Fuploads%2Ft16mdx2Ugbpxlo0nFmE7%2Fimage.png?alt=media&#x26;token=84ad7cae-990d-4a07-bbf0-99489cf0e988" alt="" width="100%">

4. Upon pressing **E** you will spawn your Royal Mail van. You will also get a waypoint to your first delivery as well as a tracker on the right which shows your earnings and how many packages you have delivered.

<img src="https://1547828078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9OKdgP0BI4PujRLZgRNL%2Fuploads%2FpDb6vem9Xdm44xAZegUI%2Fimage.png?alt=media&#x26;token=31e619ba-e209-49f9-894e-b665f2e8313c" alt="" width="100%">

5. You now need to head to your first waypoint. Upon arrival to your waypoint you will receive cash for your delivery and a package is added to the counter as well as receiving a new waypoint.

<img src="https://1547828078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9OKdgP0BI4PujRLZgRNL%2Fuploads%2FJOmeXLo5PHLlrZourrsc%2Fimage.png?alt=media&#x26;token=d69a7386-bc50-4a56-9651-ad21ee5169fb" alt="" width="100%">

6. Once you have delivered all 15 packages your last delivery should take you back to the shift starting point and your shift should complete with your earnings given to you. There should also be a confirmation on the left of your screen to say the shift has been completed.

<img src="https://1547828078-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9OKdgP0BI4PujRLZgRNL%2Fuploads%2FnlX73oKAK4JbUOskXTt5%2Fimage.png?alt=media&#x26;token=54dd9539-3d54-44bd-b037-400a5a98f5bf" alt="" width="100%">

{% hint style="success" %}
You can now either clock off at the clocking on point or do another shift!
{% 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/royal-mail-driver.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.
