> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/farming-and-resources/machines.md).

# Machines

You would like to automate the farming of resources? With the machines, this is no problem!

Currently, there are three types of machines: [<mark style="color:blue;">Quarry</mark>](/english/farming-and-resources/machines/quarry.md), [<mark style="color:blue;">Mine</mark>](/english/farming-and-resources/machines/mine.md), [<mark style="color:blue;">Lumbermill</mark>](/english/farming-and-resources/machines/lumbermill.md) and the [<mark style="color:blue;">End-Machine</mark>](/english/farming-and-resources/machines/end-mine.md). In addition, the Chunkloader is available but currently has no function.

All machines can be bought at Mandy's Machines. Just go straight out of the gray teleporter in the main world.\
Here you will find all available machines displayed. If you look at them, you can buy them with one click.

<figure><img src="/files/fs7n4PmdTk46FeoZ64IS" alt=""><figcaption><p>The machines are purchasable by looking at them.</p></figcaption></figure>

Alternatively, you can also click on Mandy. This opens a purchase menu with all currently available machines.

|     Machine    |                                                  Price                                                  |
| :------------: | :-----------------------------------------------------------------------------------------------------: |
|      Mine      |                                              200,000 Coins                                              |
|     Quarry     |                                              100,000 Coins                                              |
|   Lumbermill   |                                              100,000 Coins                                              |
|   End-Machine  | Exclusive prize from the [<mark style="color:blue;">end cases</mark>](/english/systems/chest-system.md) |
| (Chunk Loader) |                                            (10,000,000 Coins)                                           |

After you buy a machine, you can place it on your realm (or a realm on which you have rights).


---

# 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.landania.net/english/farming-and-resources/machines.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.
