> For the complete documentation index, see [llms.txt](https://buildparadise.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://buildparadise.gitbook.io/untitled/allgemein/jobs.md).

# Jobs

## Beschreibung

Mit einem Job könnt ihr durch bestimmte Arbeiten Geld verdienen. Wir haben insgesamt 12 Jobs für euch

<details>

<summary>Braumeister</summary>

In diesem Job bekommst du eine Belohnung beim Brauen von Tränken

</details>

<details>

<summary>Baumeister</summary>

Hier bekommst du eine Belohnung beim Bauen deiner Bauwerke

</details>

<details>

<summary>Crafter</summary>

Hier bekommst du eine Belohnung für das herstellen von Items&#x20;

</details>

<details>

<summary>Buddler</summary>

Hier bekommst du eine Belohnung beim abbauen von Erde, Sand, Kies und Co

</details>

<details>

<summary>Magier</summary>

Hier bekommst du eine Belohnung beim Verzaubern deiner items

</details>

<details>

<summary>Erkunder</summary>

Hier bekommst du eine Belohnung, wenn du dir die Welt ansiehst&#x20;

</details>

<details>

<summary>Landwirt</summary>

Hier bekommst du eine Belohnung, für das anbauen und Ernten deiner Feldfrüchte&#x20;

</details>

<details>

<summary>Fischer</summary>

Hier bekommst du eine Belohnung für das Angeln

</details>

<details>

<summary>Jäger</summary>

Hier bekommst du eine Belohnung für das töten von Mobs

</details>

<details>

<summary>Minenarbeiter</summary>

Hier bekommst du eine Belohnung für das abbauen von Stein, Erzen und Co

</details>

<details>

<summary>Waffenschmied</summary>

Hier bekommst du Geld durch das herstellen von Waffen

</details>

<details>

<summary>Holzfäller</summary>

Bekomme eine Belohnung für das abbauen von Holz&#x20;

</details>


---

# 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://buildparadise.gitbook.io/untitled/allgemein/jobs.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.
