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

# Beginner's Guide

- [Gold Room](https://wiki.osro.gg/beginners-guide/gold-room.md): The Gold Room is a great place for players especially newbies to farm for Gold and then exchange that for Zeny.
- [Hourly Reward](https://wiki.osro.gg/beginners-guide/hourly-reward.md)
- [Mission Board](https://wiki.osro.gg/beginners-guide/mission-board.md)
- [Token Quest](https://wiki.osro.gg/beginners-guide/token-quest.md)
- [Rebirth System](https://wiki.osro.gg/beginners-guide/rebirth-system.md): Our unlimited rebirth system lets you restart your character growth from level 1 while retaining a portion of hard-earned stats.
- [Costume Maker](https://wiki.osro.gg/beginners-guide/costume-maker.md)
- [Mining](https://wiki.osro.gg/beginners-guide/mining.md)
- [Fishing](https://wiki.osro.gg/beginners-guide/fishing.md)
- [Artifact System](https://wiki.osro.gg/beginners-guide/artifact-system.md)
- [Costume Enchant](https://wiki.osro.gg/beginners-guide/costume-enchant.md)
- [Option Enchant](https://wiki.osro.gg/beginners-guide/option-enchant.md)
- [Void Event](https://wiki.osro.gg/beginners-guide/void-event.md): Void MVP and Void Mini are two of our PVE features where the monsters have a great amount of HP and deal heavy damage to their attackers around them.
- [\[MINI\] Location & Arrow](https://wiki.osro.gg/beginners-guide/void-event/mini-location-and-arrow.md)
- [\[MVP\] Location & Arrow](https://wiki.osro.gg/beginners-guide/void-event/mvp-location-and-arrow.md)
- [Deposit System](https://wiki.osro.gg/beginners-guide/deposit-system.md)
- [Auto Attack System](https://wiki.osro.gg/beginners-guide/auto-attack-system.md)
- [Charm System](https://wiki.osro.gg/beginners-guide/charm-system.md)
- [World Boss System](https://wiki.osro.gg/beginners-guide/world-boss-system.md)
- [Gachapets](https://wiki.osro.gg/beginners-guide/gachapets.md): Patch 2023-05-29 introduced new Baby Homunculus Pets and Elemental Pets - an interesting twist on the old Cute Pet System.
- [Item Unlock System](https://wiki.osro.gg/beginners-guide/item-unlock-system.md)
- [Card Unlock Effect](https://wiki.osro.gg/beginners-guide/item-unlock-system/card-unlock-effect.md): List of Cards Unlock Effect
- [Otherworld Instance](https://wiki.osro.gg/beginners-guide/otherworld-instance.md): Prepare a party and talk to the Gate of Otherworld to enter the Otherworld & face waves of dangerous monsters!
- [Custom Job & Skills](https://wiki.osro.gg/beginners-guide/custom-job-and-skills.md)


---

# 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.osro.gg/beginners-guide.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.
