> 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/core-features/features.md).

# Features Overview

Ragnabot provides a comprehensive suite of automation features designed to enhance your Ragnarok Online experience.

***

## 🎯 Core Features

### 🧭 Navigation

| Feature               | Description                                           |
| --------------------- | ----------------------------------------------------- |
| **Smart Pathfinding** | Intelligent route calculation with obstacle avoidance |
| **Map Lock**          | Stay within your designated farming area              |
| **Portal Navigation** | Automatic multi-map traversal                         |
| **Speed Modes**       | Balance between path quality and performance          |

### ⚔️ Combat

| Feature              | Description                                  |
| -------------------- | -------------------------------------------- |
| **Attack Modes**     | Normal attack, skill-based, and hybrid modes |
| **Target Filtering** | Whitelist or blacklist specific monsters     |
| **Danger Detection** | Avoid dangerous mobs and stay safe           |
| **Loot Collection**  | Automatic item pickup with smart filters     |

### 💊 Recovery

| Feature             | Description                             |
| ------------------- | --------------------------------------- |
| **Auto HP Potions** | Multi-tier HP recovery (up to 5 levels) |
| **Auto SP Potions** | Multi-tier SP recovery (up to 3 levels) |
| **Auto Sit**        | Recover HP/SP naturally when idle       |

### ✨ Skills

| Feature            | Description                                       |
| ------------------ | ------------------------------------------------- |
| **Self Skills**    | Automatic buff maintenance                        |
| **Attack Skills**  | Conditional skill usage with Monster ID filtering |
| **Support Skills** | Party member buffing and healing                  |

### 🔧 Utility

| Feature                | Description                                                    |
| ---------------------- | -------------------------------------------------------------- |
| **Push Notifications** | Discord, Telegram, Pushbullet alerts with configurable toggles |
| **Anti-Bot Solver**    | Automatic captcha handling                                     |
| **Macros**             | Custom key sequences with chat disable option                  |
| **Auto Hide**          | Automatic cloaking when under attack                           |

***

## 📊 Feature Availability

{% hint style="info" %}
Some features are only available in specific operation modes.
{% endhint %}

| Feature            | 🤖 Bot Mode | 🎮 Normal Mode |
| ------------------ | :---------: | :------------: |
| Pathfinding        |      ✅      |        ❌       |
| Auto Attack        |      ✅      |        ❌       |
| Auto Potions       |      ✅      |        ✅       |
| Self Skills        |      ✅      |        ✅       |
| Push Notifications |      ✅      |        ✅       |
| Macros             |      ✅      |        ✅       |
| Support Mode       |      ✅      |        ✅       |

***

## 🚀 Explore Features

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>🧭 Navigation</strong></td><td>Learn about pathfinding and map traversal</td></tr><tr><td><strong>⚔️ Combat</strong></td><td>Master the combat automation system</td></tr><tr><td><strong>💊 Auto Potions</strong></td><td>Configure your recovery system</td></tr><tr><td><strong>🎯 Attack Skills</strong></td><td>Set up intelligent skill rotations</td></tr></tbody></table>

***

## 💬 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>


---

# 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/core-features/features.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.
