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

# Welcome to RO: Project Frontier

{% hint style="info" %}
🌑 **The frontier is open.** A pre-renewal world built on skill, grit, and community — never your wallet.
{% endhint %}

> *"Legends aren't handed out. They're earned — one battle, one ally, one risk at a time."*

Welcome, adventurer. Whether this is your first step into Midgard or your hundredth return, **RO: Project Frontier** is a place to start fresh, stand out, and write a story that's entirely your own.

***

## 🧭 What You're Walking Into

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>🗺️ <strong>A World That Rewards the Dedicated</strong></td><td>Every level gained and every boss felled is something you actually fought for — here, progress means something.</td></tr><tr><td>🤝 <strong>Community at the Heart</strong></td><td>Guilds, parties, rivalries, and a living marketplace — the frontier's best moments happen shoulder-to-shoulder.</td></tr><tr><td>⚖️ <strong>Fair by Design</strong></td><td>No pay-to-win, no shortcuts for sale. Your skill and your time are the only currencies that count.</td></tr><tr><td>🎉 <strong>Never a Quiet Day</strong></td><td>World bosses, tournaments, and seasonal events keep the frontier in motion. Blink and you'll miss something.</td></tr></tbody></table>

***

## 🚀 Get Started

New to the frontier? Start here:

{% content-ref url="/pages/mUUeslYV7XzxJDS8RQY5" %}
[Downloads](/ro-project-frontier/downloads.md)
{% endcontent-ref %}

{% content-ref url="/pages/06Nwe3KUdn4HCppwyHHz" %}
[Server Information](/ro-project-frontier/server-information.md)
{% endcontent-ref %}

{% hint style="success" %}
⚔️ **Your frontier awaits.** Gather your allies, sharpen your blade, and carve your name among the legends.
{% endhint %}


---

# 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.frontierro.com/getting-started/readme.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.
