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

# Introduction

![](https://www.dropbox.com/scl/fi/sfumw1bzi88tfowllsime/rc_main-page-artwork.png?rlkey=x4r0rsmogbu0p258y02o2zbu3\&raw=1)

Greetings! :з

This wiki explains how Renice³ affects your overall gameplay experience and how you can use everything included in the modpack.

It is meant to help you quickly find practical info about how the pack is configured, how selected utility mods are intended to be used, and what to keep in mind.

## Wiki contents

* [**Standard options**](/wiki/standard-options.md) - what standard settings the modpack changes.
* [**Mod usage**](/wiki/mod-usage.md) - everything about how the modpack improves utility mod settings. How to use them, new hotkeys, and other features.
* [**Multiplayer**](/wiki/multiplayer.md) - how the modpack affects the multiplayer experience.
* [**Updates and versions**](/wiki/updates-and-versions.md) - how updates work, how often releases come out and so on.

## External resources

* [**GitHub repository**](https://github.com/wechirok/renice-cubed) - main project repository.
* [**Mod list**](https://github.com/wechirok/renice-cubed/blob/main/MOD-LIST.md) - current included mods.
* [**Changelog**](https://github.com/wechirok/renice-cubed/blob/main/CHANGELOG.md) - release history.

{% hint style="warning" %}
Pack versions are released dynamically, so some wiki details may not always match the latest version. We try to keep the wiki fully up to date.
{% 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://renice-cubed.gitbook.io/wiki/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.
