> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/outdated/vms_jobcenter/configuration.md).

# 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.'
    },
},
```
