# Guides

## Overview

* This document serves as an index to various guides sets available in our Prison resource.
* Each guide set has its own detailed documentation linked below.

## List of guides

* [Deployer](/paid-resources/rcore_prison/guides/deployer.md)
* [Custom minigame](/paid-resources/rcore_prison/guides/package-cigar-minigame.md)
* [Changing Prison Jobs reward](/paid-resources/rcore_prison/guides/prison-jobs-rewards.md)
* [How to translate in-game panel?](/paid-resources/rcore_prison/guides/where-translate-panel.md)
* [How to define own stats for Prison GYM?](/paid-resources/rcore_prison/guides/where-add-gym-stats.md)
* [How to define/change default Prisoner outfits?](/paid-resources/rcore_prison/guides/where-change-prison-outfits.md)
* [Configuring Permissions](/paid-resources/rcore_prison/guides/configure-standalone-server-perms.md)
* [How to define own Prison map?](https://github.com/rcore-cz/rcore_docs/blob/master/paid-resources/rcore_prison/guides/where-to-define-own-map.md)


---

# Agent Instructions: 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:

```
GET https://documentation.rcore.cz/paid-resources/rcore_prison/guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
