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

# Installation

Step-by-step setup for rayn\_boosting on your FiveM server.

1. Extract the `rayn_boosting` folder into your server's `resources` directory.
2. Add `ensure rayn_boosting` to `server.cfg` (ideally after your framework/oxmysql/ox\_target resources, if used).
3. If you use `oxmysql`, the tables (`rayn_boosting_reputation`, `rayn_boosting_contracts_log`) are created automatically on startup. `sql/rayn_boosting.sql` is also provided for manual import/inspection.
4. Add the required items to your inventory system — see [Inventory Items](/rayn-scripts-docs/inventory-items.md).
5. Configure `config.lua` for your server — in particular, verify the coordinates before going live. See [Configuration](/rayn-scripts-docs/configuration.md).
6. Grant admin permissions in `server.cfg`:

```
add_ace group.admin rayn_boosting.admin allow
add_principal identifier.license:YOUR_LICENSE group.admin
```

{% hint style="warning" %}
Replace `YOUR_LICENSE` with the actual license identifier of the account(s) that should have admin access to `/rb-setrep` and `/rb-clearcontract`.
{% 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://rayn-scripts.gitbook.io/rayn-scripts-docs/installation.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.
