> 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/getting-started/chonky-your-companion.md).

# Chonky, Your Companion

Your island's personal Allay - manage everything by clicking, no commands needed

Chonky is a small Allay NPC that spawns beside your starter chest (or barrel, on raft islands), floating just above it. Every island has its own Chonky, belonging exclusively to that island's owner - clicking someone else's Chonky does nothing.

Chonky exists so you can manage your entire island by clicking instead of typing commands, which makes the server fully playable without a keyboard - especially useful on Bedrock and mobile.

## The hologram

Chonky displays a floating label above its head:

1. Chonky
2. Your rank and name (for example, "Apprentice+ manoak's")
3. Your island's owned/max chunks (for example, "island (3/25)")
4. Click Me

Your rank and chunk count update live as you rank up and expand.

## The menu

Click Chonky to open its control menu:

| Row    | Option          | What it does                                                                                                                                                                                         |
| ------ | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1      | Quests          | Opens the quest menu (`/q`)                                                                                                                                                                          |
| 1      | Rank Up         | Green when your quest goal is met, red when not. Ranks you up when ready - at Freeman it opens a dedicated prestige confirmation menu instead, see [Prestige](/chunkedworld/progression/prestige.md) |
| 1      | Upgrade Island  | Buys your next chunk (`/cw upgrade`)                                                                                                                                                                 |
| 1      | Buy Chunks      | Opens a quantity submenu (1 / 16 / 32 / 64) for buying Chunk Generators (`/cw gen`) - see [Wilderness](/chunkedworld/the-wider-world/wilderness.md)                                                  |
| 1      | Island Settings | PvP, visitor access, and friends (`/cw settings`)                                                                                                                                                    |
| 2      | Tutorial        | Opens the server tutorial                                                                                                                                                                            |
| 2      | Wiki            | Opens this wiki                                                                                                                                                                                      |
| 2      | Daily Reward    | Claims your login streak reward - see [Daily Rewards and Kits](/chunkedworld/economy/daily-rewards-and-kits.md)                                                                                      |
| 2      | Daily Tasks     | Opens the daily task board (`/tasks`) - see [Daily Tasks](/chunkedworld/progression/daily-tasks.md)                                                                                                  |
| 2      | Vote            | Opens your vote links (`/vote`) - see [Voting](/chunkedworld/crates-and-keys/voting.md)                                                                                                              |
| Bottom | Store           | Opens [store.chunk3d.com](https://store.chunk3d.com)                                                                                                                                                 |
| Bottom | Close           | Closes the menu                                                                                                                                                                                      |
| Bottom | Move Chonky     | Relocates Chonky - see below                                                                                                                                                                         |
| Bottom | Reset Island    | Opens a confirmation menu warning what a reset does before anything happens                                                                                                                          |

{% hint style="info" %}
Buy Chunks used to purchase a single Chunk Generator per click. It now opens a quantity submenu (1 / 16 / 32 / 64) instead.
{% endhint %}

## Moving Chonky

Choose Move Chonky in the menu (or run `/cw movechonky`), then right-click any block on your own island within 60 seconds. Chonky and its hologram teleport to float above that block. Clicks outside your island are rejected, and placement mode stays active until it times out.

## Lifecycle

* Spawns automatically when your island is created.
* Removed if your island is reset or expires from inactivity.
* Restored automatically when you recover an expired island.
* Self-heals - if Chonky or its hologram ever goes missing, it's recreated the next time you log in.


---

# 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/getting-started/chonky-your-companion.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.
