# Configuration

{% hint style="info" %}
Make sure you have a `jobs` table in your database
{% endhint %}

{% file src="/files/dqeJ1SIxsOgZfGIBvaH8" %}

### 1. Configuration jobs to display

✨ **Icons get from here**: <https://fontawesome.com/search?o=r&m=free>

```lua
JobsInformations = {
    ["builder"] = {
        Icon = "fa-solid fa-hammer",
        Description = 'Work at heights, in this work you are responsible for finishing buildings.'
    },
    ["bus"] = {
        Icon = "fa-solid fa-bus",
        Description = 'You become a bus driver, remember that you are responsible for the lives of other passengers, drive carefully.'
    },
},
```


---

# 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.vames-store.com/outdated/vms_jobcenter/configuration.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.
