# Business update

In this category you will learn how to use all the features of the new business update.

{% hint style="warning" %}
**First, you should definitely update the script in your keymaster.**
{% endhint %}

After updating, you will find new config in the rcore\_tattoos folder, but wait, don't just go in there and try to do it yourself. Please read this guide first :)

```
rcore_tattoos\config_business.lua
```

This config has all the power, in here, you will be able to setup your desired businesses to make

{% hint style="warning" %}
**Don't forget** to import updated SQL file to your database, otherwise businesses won't work!

**File location:** `rcore_tattoos\assets\db.sql`
{% endhint %}

{% hint style="info" %}
We highly suggest reading all the info in order and not skipping to anything, so you won't miss important steps.
{% endhint %}

### But how?

1\) First take a look in the [Config ](/paid-resources/rcore_tattoos/business-update/config.md)section, there you will learn about basic business config settings.

2\) After that, head to the [Simple Business](/paid-resources/rcore_tattoos/business-update/simple-business.md) section, where you will see how to create a simple **Standalone** business without jobs, just a simple "money flowing to you without doing any work" business.

3\) And for most configurable and fun business with employees, society etc. (**ONLY ESX & QBCORE**) check out the [Business with jobs](/paid-resources/rcore_tattoos/business-update/business-with-jobs.md) section.


---

# 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_tattoos/business-update.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.
