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

# Quests

145 rank quests across 13 categories - one per rank, opened with /q

Quests are the backbone of progression. ChunkedWorld has 145 rank quests spread across 13 categories - one category per rank, from Settler through Freeman+. Open the quest menu with `/q`.

{% hint style="info" %}
This is the rank-quest system specifically. A separate [Daily Tasks](/chunkedworld/progression/daily-tasks.md) board also exists, with its own pool of tasks that refresh every day - the two systems don't feed each other. See [Daily Tasks](/chunkedworld/progression/daily-tasks.md) for how that one works.
{% endhint %}

Each rank-up requires completing a set number of quests from your current rank's category before `/rankup` will succeed - see [Ranks](/chunkedworld/progression/ranks.md) for the exact count per rank.

## Starting and tracking quests

Quests start automatically - you don't need to manually begin one, and there's no limit on how many can be active at once. Open the `/q` menu to track and cancel quests, using the right-click and shift-click variants.

## Category sizes

| Category    | Quest count |
| ----------- | ----------- |
| Settler     | 10          |
| Novice      | 10          |
| Apprentice  | 11          |
| Expert      | 10          |
| Veteran     | 10          |
| Master      | 10          |
| Freeman     | 19          |
| Novice+     | 10          |
| Apprentice+ | 10          |
| Expert+     | 10          |
| Veteran+    | 10          |
| Master+     | 10          |
| Freeman+    | 15          |

Freeman is the largest base-ladder category, since it's the prestige gate. Freeman+ is the repeatable weekly endgame category, themed around End-game content - the dragon, endermen, shulkers, purpur, chorus fruit - plus advanced crafting and trading.

## Quest list by category

{% tabs %}
{% tab title="Settler" %}
Trapped in the Void (create your island), Welcome to ChunkedWorld (visit the lobby), Show Me the Money (visit the shop), The Hall of Champions (visit the leaderboards), Timber! (chop wood), Home Sweet Home (use `/cw home`), The Foundation of Everything (craft a crafting table), Upgrade Complete (craft a stone pickaxe), First Blood Money (earn money), Spread the Word (vote).
{% endtab %}

{% tab title="Novice" %}
Stone Age Begins, The Bread Factory Begins (wheat), Gone Fishin', Well Done Chef (cook fish), Let There Be Light (torches), Iron Will (mine iron), Carbs for Champions (bread), Speed Farmer (bone meal), An Apple a Day, One Small Step (walk distance).
{% endtab %}

{% tab title="Apprentice" %}
Rock 'n' Roll Miner (cobblestone and deepslate), The Chicken Uprising, Bone Collector, The Cod Father (fishing), Iron Determination (iron pickaxe), Darkness? Never Heard of It (torches), Sugar Rush, Iron Empire, Bread Baron, Golden Appetite (golden carrot).
{% endtab %}

{% tab title="Expert" %}
Ore for the Stars (iron ore), Fuel for the Fire (coal ore), Brain Dead (kill zombies), Playing with Fire (collect lava buckets), The Potato Awakening, Iron Fortress (iron blocks), Magic in the Void (enchant an item - rewards an enchanted diamond pickaxe), Pumpkin Patch Pioneer, Bag of Bones (kill skeletons), Experience Points? Earned.
{% endtab %}

{% tab title="Veteran" %}
Pumpkin Empire, Skeleton War, Five Grand (earn money), Obsidian Overlord, Veteran's March (walk), Prickly Business (cactus), Undead Reckoning (zombies), XP Maniac, Carrot Crusade, Iron Clad (iron armor).
{% endtab %}

{% tab title="Master" %}
Master Lumberjack, The Salmon Runs, Wheat Tycoon, Pastry Chef of the Void (pumpkin pie), The Potato Empire Strikes Back, Arcane Master (enchanting), Diamond in the Rough, Diamond Standard (diamond armor), Century of Carnage (kill mobs), XP Overlord.
{% endtab %}

{% tab title="Freeman" %}
The Freeman's March, Diamond Hunter, Arachnophobia? Never. (spiders), Ssssurvivor (creepers), The Void Ranch (breed animals), Doctor of the Void (cure villagers), Village Economy, Into the Deep Dark (sculk), The Final Warning (Warden), Trial by Wind (Breeze), Void Expansionist (generate wilderness chunks), Enchantment Addict, Quartz Fever, Piglin Pacification, Blaze of Glory, Netherite Dreams (ancient debris), Gold for Junk (bartering), Wart Farmer (nether wart), Black Bones (wither skeletons).
{% endtab %}

{% tab title="Freeman+" %}
The End of the Beginning (dragon), They're Watching (endermen), Shell Shocked (shulkers), The Grand Terraformer (generate wilderness chunks), End Walker, Purple Rain (purpur), Chorus Harvest, Netherite Baron (ancient debris), Skull Collector (wither skeletons), The Finest Metal (netherite), Master Brewer, Six Figures (earn money), Industrial Revolution (smelting), Trade Empire (villager trading), The Grand Enchanter.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Novice+ through Master+ mirror their base-ladder counterparts quest-for-quest - same themes, same order, marked with a "+" in the display name.
{% endhint %}

## Notable quest mechanics

* **Lava collection** (Expert / Expert+): you need to be holding 3 (Expert) or 6 (Expert+) lava buckets in your inventory *at once*. Progress is a live inventory count, so pouring the lava back out reduces it - the buckets have to genuinely be collected and kept.
* **Enchanting quests** reward real enchanted gear: a Diamond Pickaxe with Efficiency I + Unbreaking I at Expert, and Efficiency II + Unbreaking II at Expert+.

## Rewards

Quest rewards are mostly money, scaling with rank tier, with occasional item rewards like enchanted tools. Rewards are delivered directly to your inventory.

## Tracking progress

The sidebar scoreboard shows your quest progress toward your current rank goal - completed count versus required - and your [Chonky](/chunkedworld/getting-started/chonky-your-companion.md) companion's Rank Up button turns green the moment your goal is met.


---

# 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://chunkedworld.gitbook.io/chunkedworld/progression/quests.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.
