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

# Ragnabot

## Welcome, Adventurer!

**Ragnabot** is a feature-rich automation assistant designed to enhance your Ragnarok Online experience on private servers. Whether you're grinding for levels, farming rare items, or supporting your party — we've got you covered.

{% hint style="success" %}
**New to Ragnabot?** Check out our [Getting Started](/xgine-docs/getting-started/getting-started.md) guide to begin your journey!
{% endhint %}

***

## ✨ Why Choose Ragnabot?

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>🧭 Smart Navigation</strong></td><td>Intelligent pathfinding with multiple speed modes for efficient map traversal</td><td></td></tr><tr><td><strong>⚔️ Combat Automation</strong></td><td>Configurable attack skills with smart conditions and targeting</td><td></td></tr><tr><td><strong>💊 Auto Recovery</strong></td><td>Multi-tier HP/SP potion system to keep you alive and fighting</td><td></td></tr><tr><td><strong>🔔 Push Notifications</strong></td><td>Stay informed via Discord, Telegram, or Pushbullet alerts</td><td></td></tr><tr><td><strong>🛡️ Anti-Bot Solver</strong></td><td>Automatic captcha handling for uninterrupted gameplay</td><td></td></tr><tr><td><strong>🤝 Support Mode</strong></td><td>Follow and buff your party members automatically</td><td></td></tr></tbody></table>

***

## 🚀 Quick Links

{% content-ref url="/pages/XnmlBErtCAjuADUxGu7k" %}
[Getting Started](/xgine-docs/getting-started/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/k3juHoP2D5GzkxUJbQLF" %}
[Features Overview](/xgine-docs/core-features/features.md)
{% endcontent-ref %}

***

## 📋 Feature Highlights

| Feature        | Description                                          |
| -------------- | ---------------------------------------------------- |
| **Navigation** | Smart pathfinding with map lock and portal traversal |
| **Combat**     | Flexible attack modes with skill priorities          |
| **Recovery**   | Up to 5 HP tiers and 3 SP tiers for potions          |
| **Buffs**      | Automatic self-buff maintenance                      |
| **Macros**     | Custom key sequences and skill chains                |
| **Alerts**     | Real-time notifications on multiple platforms        |

***

## 💬 Need Help?

Join our community for support, updates, and feature requests!

* **Discord**: <https://discord.com/invite/ZD9BNfCe5k>
* **YouTube**: <https://www.youtube.com/@xginex>
* **Facebook**: <https://www.facebook.com/xginez>

{% hint style="info" %}
For technical support or inquiries, please contact us through our official channels.
{% 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://xgine.gitbook.io/xgine-docs/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.
