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

# GUIDE

- [Installation Guide](https://lokagamers.gitbook.io/rowiki/guide/installation-guide.md): Install the latest client, patch it correctly, and get into the game with a clean setup
- [Missing Files](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/missing-files.md): Launcher/Patcher is missing from folder
- [Windows 11 Problem](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/windows-11-problem.md): Fix Cannot init d3d and GRF file errors on Windows 11 by installing the required Visual C++ runtime
- [White Screen on Launch](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/white-screen-on-launch.md): Fix white screen issues by adjusting compatibility, graphics settings, and drivers
- [Patcher Repeats Updates](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/patcher-repeats-updates.md): Fix repeated patch downloads by starting from a clean client and folder
- [Cannot Connect After Update](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/cannot-connect-after-update.md): Restore access after patching by checking the patcher and live maintenance status
- [Missing Files or Broken Client](https://lokagamers.gitbook.io/rowiki/guide/installation-guide/missing-files-or-broken-client.md): Recover missing assets and broken client data by reinstalling from a fresh full client
- [Discord Guide](https://lokagamers.gitbook.io/rowiki/guide/discord-guide.md): Join the Discord server, verify your account, and unlock the Ragnarok Revo⁺ channels
- [Leveling Guide](https://lokagamers.gitbook.io/rowiki/guide/leveling-guide.md): Complete reference for leveling routes, map flow, and class build paths
- [Bounty Board](https://lokagamers.gitbook.io/rowiki/guide/bounty-board.md): Complete Bounty Board reference with city missions, level ranges, and efficient hunt loops
- [Class Guide](https://lokagamers.gitbook.io/rowiki/guide/class-guide.md): Practical class builds, skill priorities, gear paths, and map notes
- [Knight](https://lokagamers.gitbook.io/rowiki/guide/class-guide/knight.md): Recommended leveling builds, skills, gear progression, and grind spots for Knight
- [Hunter](https://lokagamers.gitbook.io/rowiki/guide/class-guide/hunter.md): Recommended leveling build, skills, gear progression, and grind spots for Hunter
- [Assassin](https://lokagamers.gitbook.io/rowiki/guide/class-guide/assassin.md): Recommended leveling build, skills, gear progression, and grind spots for Assassin
- [Wizard](https://lokagamers.gitbook.io/rowiki/guide/class-guide/wizard.md): Recommended leveling build, skills, gear progression, and grind spots for Wizard
- [Priest](https://lokagamers.gitbook.io/rowiki/guide/class-guide/priest.md): Recommended leveling build, skills, gear progression, and grind spots for Priest
- [Blacksmith](https://lokagamers.gitbook.io/rowiki/guide/class-guide/blacksmith.md): Recommended leveling builds, skills, gear progression, and grind spots for Blacksmith
- [Monk](https://lokagamers.gitbook.io/rowiki/guide/class-guide/monk.md): Recommended leveling builds, skills, gear progression, and grind spots for Monk
- [Crusader](https://lokagamers.gitbook.io/rowiki/guide/class-guide/crusader.md): Recommended leveling builds, skills, gear progression, and grind spots for Crusader
- [Rogue](https://lokagamers.gitbook.io/rowiki/guide/class-guide/rogue.md): Recommended leveling builds, skills, gear progression, and grind spots for Rogue
- [Sage](https://lokagamers.gitbook.io/rowiki/guide/class-guide/sage.md): Recommended leveling builds, skills, gear progression, and grind spots for Sage
- [Bard / Dancer](https://lokagamers.gitbook.io/rowiki/guide/class-guide/bard-dancer.md): Recommended support build, skills, gear progression, and leveling notes for Bard and Dancer


---

# 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://lokagamers.gitbook.io/rowiki/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.
