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

# Cara Jobs

Pelajari cara memilih job, mendapatkan reward, dan menaikkan level job di SurvivalMix

{% stepper %}
{% step %}

### Buka menu jobs

Gunakan command `/jobs` untuk membuka menu jobs.
{% endstep %}

{% step %}

### Pilih job yang ingin diambil

Pilih job yang sesuai dengan aktivitas yang sering kamu lakukan.
{% endstep %}

{% step %}

### Lakukan aktivitas sesuai job

Setelah join job, lakukan aktivitas yang cocok dengan job tersebut untuk mendapatkan reward.

Contohnya, `Mining` untuk menambang, `Farming` untuk panen, dan `Combat` untuk membunuh mob.
{% endstep %}

{% step %}

### Naikkan level job

Semakin sering kamu melakukan aktivitas job, semakin tinggi level job kamu.

Semakin tinggi levelnya, semakin besar reward yang bisa didapat.
{% endstep %}
{% endstepper %}

### Cara kerja jobs

* Setiap job punya aktivitas masing-masing
* Kamu akan mendapat uang atau reward dari aktivitas tersebut
* Jobs punya sistem level
* Semakin tinggi level, semakin besar reward
* Ada batas jumlah job yang bisa diambil sekaligus

### Fitur jobs

* Tersedia banyak job default, seperti miner, farmer, atau hunter
* Sistem leveling berjalan terus sesuai progres kamu
* Reward diberikan otomatis berdasarkan aktivitas
* Bisa ada bonus reward di level tertentu

{% hint style="warning" %}
Tidak semua job bisa diambil. Akses bisa mengikuti rank kamu.
{% endhint %}

{% hint style="warning" %}
Ada batas jumlah job yang bisa aktif sekaligus.
{% endhint %}

{% hint style="warning" %}
Semakin tinggi level job, semakin sulit naik level berikutnya.
{% endhint %}

{% hint style="warning" %}
Reward bisa berupa uang atau item.
{% endhint %}

{% hint style="warning" %}
Progress job tersimpan otomatis.
{% 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://zenyland.gitbook.io/zenyland/wiki/survivalmix/jobs/cara-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.
