> For the complete documentation index, see [llms.txt](https://hangout-ragnarok.gitbook.io/hangoutro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hangout-ragnarok.gitbook.io/hangoutro/systems/starter-pack.md).

# Starter Pack and Eden kits

![](https://3134290582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD6EUknkxguLsWdqRSsct%2Fuploads%2Fgit-blob-6335b5db18e26533d5aa22f476790874380d872c%2Ffeatures.jpg?alt=media)

The Starter Pack NPC stands in the Eden Group building at 33,21. Every account gets the pack once, and every character gets a gear kit after its first job change.

### The pack

* 500,000 zeny
* 50 Red Potion, 20 White Potion, 10 Fly Wing, 5 Butterfly Wing
* 10 Token of Siegfried, 5 Battle Manual
* 1 Inventory Expansion Coupon, for 10 more inventory slots
* An Infinite Fly Wing for one day
* 24 hours of VIP

### The kit

Come back after your first job change. The kit is bound to the account, so it cannot be sold or traded.

| First job | Kit                                                                                  |
| --------- | ------------------------------------------------------------------------------------ |
| Swordsman | Full Plate \[1], Shield \[1], Boots \[1], Manteau \[1], Helm \[1], Iron Cain, 2 Clip |
| Mage      | Silk Robe \[1], Guard \[1], Buckler \[1], Muffler \[1], Mage Hat, 2 Clip             |
| Acolyte   | Saint's Robe \[1], Buckler \[1], Shoes \[1], Muffler \[1], Biretta \[1], 2 Clip      |
| Archer    | Tights \[1], Gakkung Bow \[2], Boots \[1], Muffler \[1], Apple of Archer, 2 Clip     |
| Merchant  | Chain Mail \[1], Buckler \[1], Boots \[1], Manteau \[1], Grief for Greed, 2 Clip     |
| Thief     | Thief Clothes \[1], Buckler \[1], Boots \[1], Manteau \[1], Ghost Bandana, 2 Clip    |


---

# 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://hangout-ragnarok.gitbook.io/hangoutro/systems/starter-pack.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.
