# Installation

The whole script is basically drag and drop, but you need to add permissions in your server.cfg, see below.

## Server config

Our script is using fivem ACE permission system so we need add permission for our resource to be able to add permission to our predefined groups.

{% hint style="danger" %}
❗ DO NOT CHANGE `resource.rcore_guidebook` TO ANYTHING ELSE ❗\
This part needs to have the exact name as the resource folder name.
{% endhint %}

Insert this lines into your server.cfg / permissions.cfg

```
add_ace resource.rcore_guidebook command.add_ace allow
add_ace resource.rcore_guidebook command.remove_ace allow
add_ace resource.rcore_guidebook command.add_principal allow
add_ace resource.rcore_guidebook command.remove_principal allow
```

### Commands

You can adjust all command names in config.lua

* `/help` - open guidebook
* `/helpadmin` - open admin panel if you have permission
* `/pointgps <point_key>` - if a point is setup to navigate, you can use e.g. `/point police` to navigate to the police station help point
* `/sendhelp <id> <page_key>` - opens guidebook for player with specified id on specified page, e.g. `/sendhelp 4 rules` (will open guidebook for player with id 4 on rules page)

### Discord log

1. Go to rcore\_guidebook/sconfig.lua
2. Change SConfig.LogWebhook value


---

# 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_guidebook/installation.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.
