# ESX Framework Jobs

{% hint style="info" %}
You only need to follow these steps if you're usin&#x67;**`Config.UseFrameworkJobs = true`**
{% endhint %}

Follow these steps for all owned mechanics.

1. Get the job name from the config.lua<br>

   <figure><img src="https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2F3P5QhGmRUIvF799o4fiI%2Fimage.png?alt=media&#x26;token=0ce2a11c-43b7-4abb-9876-436af239362c" alt=""><figcaption></figcaption></figure>
2. Go to your database.<br>
3. Open the `addon_account` table<br>

   <figure><img src="https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2F25IxIpaJZi1orhaoLnFZ%2Fimage.png?alt=media&#x26;token=cf2724ba-3fc7-4e02-884a-f8c640d39a2c" alt=""><figcaption></figcaption></figure>
4. Right click and press Insert row<br>

   <figure><img src="https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2FhIYfP9a4ryuVuirTSm6B%2Fimage.png?alt=media&#x26;token=abd1a3a4-3451-4743-bc01-25067ae33414" alt=""><figcaption></figcaption></figure>
5. Set the name to `society_[JOBNAME]`

   For example: job name `lscustoms` would be `society_lscustoms`\
   Set the `shared` column to 1<br>
6. Open the addon\_account\_data table\ <br>

   <figure><img src="https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2FK7r9DtUkCazYowFF6akQ%2Fimage.png?alt=media&#x26;token=a4ea2875-4003-46f5-9708-4297c63a1501" alt=""><figcaption></figcaption></figure>
7. Right click and press Insert row<br>

   <figure><img src="https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2FQkWKafwgurFPahJhpVGc%2Fimage.png?alt=media&#x26;token=614be460-2a56-4547-9671-514c9f5da465" alt=""><figcaption></figcaption></figure>
8. Set the account\_name to the same as before eg: `society_lscustoms`\
   Then set `money` to 0 and leave the rest as it is.

And now you are all set! If you have any questions please use the mechanic chat or ticket.


---

# 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://docs.jgscripts.com/mechanic/job-setup/esx-framework-jobs.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.
