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

# ☆ Jobs

Jobs are a fun and easy way to earn in-game money while doing activities you already love on Minerva SMP! Whether you enjoy mining, farming, building, or fighting mobs, there’s a job for everyone. Jobs let players specialize in certain skills, earn rewards, and contribute to the community while having a purpose in the server.

#### **Jobs Information ♡**

☆ **What Are Jobs?**\
ㅤ⤷ Jobs are player roles that allow you to earn money by performing specific tasks, like mining ores, farming crops, or hunting mobs.\
ㅤ⤷ Every job tracks your progress and rewards you for leveling up, giving a fun sense of growth and achievement.

☆ **Choosing Jobs**

* Players can join up to 3 jobs.
* Jobs can be changed at any time via the `/jobs leave` and `/jobs join <job>` commands.

#### **Jobs Commands ♡**

**/jobs browse** - Opens the Jobs GUI where you can view and join available jobs.\
\&#xNAN;**/jobs join \<job>** - Join a specific job to start earning rewards.\
\&#xNAN;**/jobs leave \<job>** - Leave a job you no longer want to do.\
\&#xNAN;**/jobs info \<job>** - Shows details about a job, including pay, tasks, and experience earned.\
\&#xNAN;**/jobs top \<job>** - Shows the leaderboard for a specific job, highlighting top earners.\
\&#xNAN;**/jobs quitall** - Leaves all your current jobs at once.


---

# 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.minervasmp.com/smp-information/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.
