# ‌🔠 rcore\_shortcuts

## rcore\_shortcuts

#### Version check

{% hint style="info" %}
Before submitting a support ticket or using anything in the documentation, always make sure that you have the **newest update** from your keymaster.
{% endhint %}

#### Dependencies

oxmysql or mysql-async

## Instalation guide

#### Step 1 - Database

Pick your mysql library in fxmanifest oxmysql or mysql-async

in dependencies and server\_scripts uncomment the library that you use

```lua
dependencies {
    'oxmysql',
    -- 'mysql-async'
}

server_scripts {
    '@oxmysql/lib/MySQL.lua',
    -- '@mysql-async/lib/MySQL.lua',
    ...
}
```

#### Step 2 - Create database tables

You just start the script, and database is going to be defined automatically.

You should have 4 tables in database

```
rcore_shortcuts
rcore_shortcuts_categories
rcore_shortcuts_logger
rcore_shortcuts_premade
```

if you have any issue with the automatic creation file with table exports is located in `assets/db/db.sql`

#### Step 3 - Configuration

Make sure to read the contents of config.lua and configure all the stuff that's necessary for this resource to work correctly.

[Permissions](/paid-resources/rcore_shortcuts/permissions.md) [Limits](/paid-resources/rcore_shortcuts/limits.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_shortcuts.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.
