# Game Jobs

One of the responsibilities when managing buildings in Gold Fever will be to acquire resources or to have goods delivered. Managed buildings will list daily work orders for the tasks that need completion.&#x20;

## Work Orders&#x20;

Once a building is running low on materials it can place a work order. This broadcasts a quest for nearby players that the building is open to buying specific raw materials or components in order to continue production.

From here, players willing to provide these materials are competing against each other to deliver the materials as fast as possible. Once the work order is completed and the building inventory is at capacity for the given material, players can no longer submit any materials. Successfully completing a work order will compensate players that participated.

<figure><img src="/files/6L9eMh9wvorVAdiKppEv" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.goldfever.io/goldfever-gameplay/ways-to-earn/game-jobs.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.
