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

# Patcher

The Patcher is the first screen you see when launching Ragnabot. It handles automatic updates and provides quick access to community resources.

***

## 🎯 Features

### Auto Update Check

When launched, the patcher automatically checks for new versions:

* **Update Available**: Shows UPDATE and SKIP buttons
* **No Update**: Shows START button to proceed

{% hint style="info" %}
Updates are optional. You can skip updates and continue using your current version.
{% endhint %}

### Version Display

The current application version is displayed below the logo, helping you track which version you're running.

***

## 🔗 Quick Links

The patcher includes social media icons for quick access to community resources:

| Icon        | Link                                       |
| ----------- | ------------------------------------------ |
| 💬 Discord  | Join our community for support and updates |
| 🎬 YouTube  | Tutorials and feature showcases            |
| 📘 Facebook | News and announcements                     |
| 🌐 Website  | Official website                           |

***

## 🎮 Controls

| Button     | Action                                                       |
| ---------- | ------------------------------------------------------------ |
| **UPDATE** | Download and install the latest version                      |
| **SKIP**   | Skip update and proceed to main application                  |
| **START**  | Proceed to main application (shown when no update available) |
| **X**      | Close the application                                        |

{% hint style="warning" %}
The close button (X) will exit the entire application, not just the patcher.
{% endhint %}

***

## 📥 Update Process

When you click UPDATE:

1. The patcher downloads the new version
2. Progress bar shows download status
3. Once complete, the update is applied automatically
4. Application restarts with the new version

{% hint style="success" %}
Your settings and configurations are preserved during updates.
{% endhint %}

***

## 🖱️ Draggable Window

The patcher window can be moved by clicking and dragging anywhere on the form (except buttons and icons).


---

# 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/patcher.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.
